# 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?
