Skip to content

Commit b1cf795

Browse files
claude[bot]claude
andauthored
docs(ci): correct lint.yml corpus-claim-drift comment for #13745's shipped rows (#14790)
The comment above the Teaching-corpus lexical anti-drift ratchet step said the vocabulary table carried the `$exists` family ONLY and forward-referenced `$regex` / `visibleWhen` as pending. #13745 (PR #14604) shipped all three rows to scripts/check-corpus-claim-drift.mjs, so every clause was false. Replace the comment with wording that matches the landed state. Claude-Session: https://claude.ai/code/session_01WLJQhde67SeTccsmnBVarV Co-authored-by: Claude <noreply@anthropic.com>
1 parent 13ade4d commit b1cf795

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/lint.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1963,9 +1963,12 @@ jobs:
19631963
# exact block green, because "has a value" and "the key is present" type
19641964
# identically. Both `skills/**` sites shipped to customers.
19651965
#
1966-
# Table-driven by the #13582 triage ruling, carrying the `$exists` family
1967-
# ONLY — each further word (the retired `$regex` spelling, #13532's
1968-
# `visibleWhen` claims) pays its own baseline on its own card.
1966+
# Table-driven by the #13582 triage ruling. #13582 shipped the `$exists`
1967+
# family alone; #13745 added the `(NoSQL)` portability gloss, the retired
1968+
# `$regex` spelling and #13532's `visibleWhen` claims, each with its own
1969+
# legitimate-usage survey. Each further word pays its own baseline on its
1970+
# own card, and the gate's `--self-test` pins the shipped row set as an
1971+
# exact enumeration.
19691972
#
19701973
# It lives in this job for the reason every other docs guard does
19711974
# (`check:doc-anchors`, `check:docs-audit-scope`, `check:role-word` above):

0 commit comments

Comments
 (0)