diff --git a/docs/DOC_TRUST_MAP.md b/docs/DOC_TRUST_MAP.md index bfda332..698ea44 100644 --- a/docs/DOC_TRUST_MAP.md +++ b/docs/DOC_TRUST_MAP.md @@ -39,9 +39,9 @@ disagree, and nothing will say which one is right. | Did QA pass, and what does the tester think? | `docs/qa/ClaudeReport.md` | | What did QA actually reach? | `docs/qa/ClaudeQACoverage.md` | | How is it built? | `docs/architecture/` | -| How do I release, back up, or check this? | `docs/architecture/scripts/` | +| How do I release, back up, or check this? | `scripts/` | | Which script do I run, and can it stop me? | `docs/TOOLS.md` — the signpost; `docs/architecture/README.md` has the table | -| What runs before a commit? | `docs/architecture/githooks/` | +| What runs before a commit? | `.githooks/` | | How do I write a check that will actually catch something? | `docs/architecture/GUARDS.md` | **Next action and blockers are recorded at the end of every piece of work, not diff --git a/docs/TOOLS.md b/docs/TOOLS.md index 5cd9a30..54f99f1 100644 --- a/docs/TOOLS.md +++ b/docs/TOOLS.md @@ -64,7 +64,7 @@ command and the table of what each hook runs. ## Adding one -Put it in `docs/architecture/scripts/`, give it a header saying what it does and +Put it in `scripts/`, give it a header saying what it does and **which incident motivated it**, state its exit codes, and add a row to `architecture/README.md`'s table — this file's `Review trigger` fires on exactly that. diff --git a/docs/WORK_CYCLE.md b/docs/WORK_CYCLE.md index e454875..8e00332 100644 --- a/docs/WORK_CYCLE.md +++ b/docs/WORK_CYCLE.md @@ -262,7 +262,7 @@ one, and never report progress the API did not return. - **Not the work list.** That is the tracker: milestones are batches, issues are deliverables. -- **Not the release procedure.** That is `docs/architecture/scripts/release.sh` +- **Not the release procedure.** That is `scripts/release.sh` and `docs/security/SECURITY_CHECKLIST.md`. - **Not the QA procedure.** That is `docs/qa/ClaudeQAPlan.md`, which ends in its own version of step 7.