Rename the Markdown documents to dash-connected names

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-17 22:38:20 +08:00
co-authored by Claude Fable 5
parent 1a7519becd
commit ee6a1b88c5
6 changed files with 23 additions and 16 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
- LLM analysis runs via Python scripts calling the Anthropic
Messages API: model `claude-sonnet-4-6`, `temperature=0`,
thinking disabled, Batch API where possible.
- Prompt definition files live in `prompts/<task>_v<N>.md` and
- Prompt definition files live in `prompts/<task>-v<N>.md` and
are passed verbatim as the system prompt.
- Every LLM step runs the same definition file twice, then a
separate arbitration step reconciles the two outputs
@@ -36,4 +36,4 @@
cites); `runs/` holds raw audit records. The paper cites
`results/` only.
- Any change to a definition file, the codebook, or the plan is
recorded in `docs/decision_log.md` with date and reason.
recorded in `docs/decision-log.md` with date and reason.