Skip to content

Commit d2425d9

Browse files
committed
docs(sweep): point run 2+ at the docs-accuracy-audit deep pass
The docs-drift-check bot on #3908 lists 105 spec-referencing docs and the docs-accuracy-audit workflow that re-verifies them. The fingerprint grep in this playbook targets removals; record the audit workflow (scoped via scripts/docs-audit/affected-docs.mjs) as the complementary deep pass to run once before changeset pre exit. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LXvaYR7TiJBCxYwjn51owH
1 parent 5d9ba82 commit d2425d9

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

docs/v17-docs-sweep.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@ regenerate; never edit the mirrors.
3030
fixed, false positives (so the next run can skip re-judging them), and
3131
out-of-scope findings (file an issue per Prime Directive #10).
3232

33+
Complementary deep pass: the fingerprint grep above is cheap and targeted at
34+
*removals*; for a full implementation-accuracy re-verification of prose that
35+
merely *references* changed code, use the `docs-accuracy-audit` workflow the
36+
`docs-drift-check` PR bot advertises — scope it with
37+
`node scripts/docs-audit/affected-docs.mjs <since-rev>` and pass the list as
38+
`args.docs`. Worth one scoped run before `changeset pre exit`.
39+
3340
## Fingerprints (v17 removals/renames → what a hit means)
3441

3542
| Pattern | Drift if the doc… | Source changeset |

0 commit comments

Comments
 (0)