docs(claude-design): sync README and CLAUDE.md with the sixth test script

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_012LeEowUoirsMeXBpJGps6h
This commit is contained in:
Kjell Tore Guttormsen 2026-08-20 22:55:54 +02:00
commit dacdb96a2d
2 changed files with 5 additions and 4 deletions

View file

@ -265,7 +265,7 @@ bash verify.sh
Nothing runs this automatically — there is no CI in this repository. The command above is the entire suite, and it runs from a clean clone with no setup step.
Runs five test scripts under `tests/` in dependency order:
Runs six test scripts under `tests/` in dependency order:
| Script | Verifies |
|--------|----------|
@ -273,7 +273,8 @@ Runs five test scripts under `tests/` in dependency order:
| `test-skill-triggers.sh` | SKILL.md description >=400 chars; every phrase in `.triggers.txt` appears in SKILL.md |
| `test-sc2-artifact-coverage.sh` | Each preset in `.coverage.md` has >=1 file hit in plugin content |
| `test-sc3-citations.sh` | No unsourced-attribution placeholders (citation-stub markers, verification-flag markers, vague second-hand phrasing); each Authoritative-claims file has >=1 Anthropic-domain URL. The script enforces the exact patterns it bans — see the script source for the regex. |
| `test-sc1-dogfood-log.sh` | Format-check the operator dogfood log in `REMEMBER.md` (gitignored) — 5 fields well-formed |
| `test-sc4-phase9-coverage.sh` | Phase 9 coverage: `references/05-critique-iterate.md` with sub-phases 9a-9d, the SKILL.md Phase 9 section, and a critique-iterate hint block in every preset file |
| `test-sc1-dogfood-log.sh` | Format-check the operator dogfood log in `REMEMBER.md` (gitignored) — either a v0.1 block (5 fields) or a v0.2 Phase 9 block (4 sub-sections) |
Flags: