Skip to content

Commit f677692

Browse files
committed
docs(scripts): drop the removed GENERATED_SKILL_ARTIFACTS from the check-doc-authoring control entry
The `why` record for `check-doc-authoring.mjs` in the ratchet-remedy-authority control corpus named four declarations. `GENERATED_SKILL_ARTIFACTS` — the by-path exemption for the generated `references/_index.md` / `references/react-blocks.md` artifacts — was removed from the tree when its sources stopped carrying projected issue ids, so the record's only surviving mention of it was this prose string. Drop that one name and move the conjunction (`A, B, C and D` -> `A, B and C`). `ROOTS`, `SKIP_PATHS` and `SKIP_FILES` are all still declared and used in `scripts/check-doc-authoring.mjs`, so the rest of the sentence stands. The entry's closing line, about the per-passage allowlist, is left byte-identical. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01UjM2ia8Av1v5NqfqQEQmC6
1 parent 22c42c9 commit f677692

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/check-ratchet-remedy-authority.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ const CONTROL = {
712712
},
713713
'check-doc-authoring.mjs': {
714714
expect: 'excluded',
715-
why: 'Carries no ratchet at all. ROOTS, SKIP_PATHS, SKIP_FILES and GENERATED_SKILL_ARTIFACTS are declarations of what the two corpus rules read and what is generated rather than authored; each is path-scoped, and none is offered to the author as something to widen. Its published-catalog id rule reached this corpus by first shipping a per-passage allowlist and being turned red here for offering it — maintainer ruling 2026-08-25 replaced that passage with a placeholder and removed the list. If this flips, that list came back.',
715+
why: 'Carries no ratchet at all. ROOTS, SKIP_PATHS and SKIP_FILES are declarations of what the two corpus rules read and what is generated rather than authored; each is path-scoped, and none is offered to the author as something to widen. Its published-catalog id rule reached this corpus by first shipping a per-passage allowlist and being turned red here for offering it — maintainer ruling 2026-08-25 replaced that passage with a placeholder and removed the list. If this flips, that list came back.',
716716
},
717717
'check-error-code-casing.mjs': {
718718
expect: 'excluded',

0 commit comments

Comments
 (0)