# Studio-specific paths that legitimately mention banned phrases or
# confidentiality terms, beyond the universal `tools/security/` and
# `.githooks/` excludes baked into the security script.
#
# `tools/today/` — the Today-Hero proposal pipeline runs an LLM under
#                   a prompt that explicitly lists banned words; the
#                   accept-script implements a banned-words gate. Both
#                   files MUST contain the verbatim words.
# `lib/data/today_story_loader.dart` — the runtime banned-words gate
#                   that double-checks accepted stories at load time.
# `docs/today-pipeline.md` — the operator-facing policy doc that
#                   documents the gate, including the verbatim list.
tools/today/
lib/data/today_story_loader.dart
docs/today-pipeline.md
