# Prompts that MUST classify as public (i.e., safe for cloud LLMs).
# Adding a line here creates a regression test — if the classifier routes this
# to export_controlled, the CI suite fails (false positive).
#
# Format: one prompt per line. Lines starting with # are comments. Blank lines ignored.

# ── General education and operations ─────────────────────────────────
Explain the difference between thermal and fast neutron systems
What is the moderator's role in a light water system?
How does xenon poisoning affect system operations after shutdown?
What are the basic principles of reactivity management?
Describe the fuel cycle from mining to disposal at a high level
What safety systems are required by industry standard design criteria?

# ── Facility operations (non-sensitive) ───────────────────────────────────
How do I log a corrective action in our operations log?
What's the format for a shift turnover report?
Help me draft an experiment request for a neutron activation sample
How do we track sample irradiation history in the platform?
When is a surveillance test considered overdue per our technical specifications?

# ── Software engineering and data work ───────────────────────────────
How do I write a pytest fixture for a database session?
Explain how Iceberg table partitioning works
How do I use DuckDB to query a parquet file?
What's the best way to structure a Python CLI with argparse subcommands?
How do I configure Dagster for scheduled pipeline runs?

# ── Administrative and documentation tasks ───────────────────────────
Help me write a meeting agenda for our weekly ops review
Can you summarize the key points from this shift log entry?
Draft a brief for our program manager on facility utilization last quarter
How do I format a corrective action report per our QA procedure?

# ── General Python and tooling ───────────────────────────────────────────────
What's the difference between a dataclass and a Pydantic model?
How do I profile a slow Python function?
Explain async/await in Python with a simple example
How do I set up pre-commit hooks for a Python project?

# ── Reactor-physics textbook terminology — public per 2026-04 policy ─────────
# Per the narrowed default EC term list: simulation codes and standard
# reactor-physics nomenclature are not legally EC. Operators who need
# facility-specific protection add terms via runtime config.
How do I set up InternalSim geometry for a cylindrical component?
I'm getting a convergence error in InternalSim, what should I check?
Can you help me write a SimTool input deck for a fresh assembly?
What's the difference between RELAP5 and RELAP7 for loss-of-coolant analysis?
Help me debug my ORIGEN depletion calculation for spent material
I need to model flux in PARCS for our control element worth measurement
How do I set up a TRITON depletion sequence for our research facility?
Walk me through a prompt criticality excursion sequence
What are the design parameters for a critical assembly at our facility?
How close can we get to prompt critical before SCRAM systems activate?
