Uh oh!
There was an error while loading. Please reload this page.
docs(ci): correct lint.yml corpus-claim-drift comment for #13745's shipped rows - #14790
Merged
baozhoutao merged 2 commits intoSep 3, 2026
Merged
Conversation
…ipped rows 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. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01WLJQhde67SeTccsmnBVarV
baozhoutao
marked this pull request as ready for review
September 3, 2026 02:58
baozhoutao
enabled auto-merge
September 3, 2026 02:58
Contributor
This was referenced Sep 3, 2026
Contributor
Uh oh!
There was an error while loading. Please reload this page.
baozhoutao
deleted the
claude/issue-14601-lint-yml-corpus-claim-comment
branch
September 3, 2026 04:51
This was referenced Sep 3, 2026
This was referenced Sep 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes#14601
What
.github/workflows/lint.yml, in the comment block above the Teaching-corpus lexical anti-drift ratchet step (run: pnpm check:corpus-claim-drift), said the vocabulary table carried the$existsfamily ONLY and forward-referenced the retired$regexspelling and #13532'svisibleWhenclaims as pending. #13745 (PR #14604, merged) shipped all three rows toscripts/check-corpus-claim-drift.mjs, so every clause of that sentence was false onorigin/main. This PR replaces the comment with the wording the card offered — triage-verified against the landed state.Before → after
Before (
lint.yml:1966-1968on the base commit):After:
Evidence the new wording is true on this base
scripts/check-corpus-claim-drift.mjs(untouched by this PR — verified only, not edited):scripts/check-corpus-claim-drift.mjs:184—id: 'exists-portability'(the(NoSQL)portability gloss row)scripts/check-corpus-claim-drift.mjs:202—id: 'regex-retired'(the retired$regexspelling row)scripts/check-corpus-claim-drift.mjs:227—id: 'section-visiblewhen-unbound'(docs(ui,protocol,lint): a form SECTION visibleWhen binds current_user — retire the claim from the three prose sites #13074 left unswept #13532'svisibleWhenclaims row)scripts/check-corpus-claim-drift.mjs:575-580—SHIPPED_ROW_IDSpins the exact enumeration (exists-key-presence, exists-portability, regex-retired, section-visiblewhen-unbound) that the gate's--self-testasserts the liveVOCABULARYtable equals, no more and no less.Scope
Exactly the three comment lines named above. Nothing else in
lint.yml(two open drafts hold other regions of this hot file per triage: PR #14763 near:5200, PR #14277 elsewhere). The gate script itself — its header, itsVOCABULARYJSDoc, its--self-test— is untouched; #13745 already updated those. No sweep for other stale comments elsewhere in the file, per the triage ruling.Verification
node -e "require('yaml').parse(...)"→ 6 jobs, no errors, on both the pre-merge and post-merge tree.node scripts/pm/dispatch-gates.mjs --repo objectstack-ai/objectstack --commands .github/workflows/lint.yml→ 23 derived families (13 pnpm, 10 direct node), unchanged before and after mergingorigin/main.pnpm check:type-check-debtrefuses with its own documentedPREREQUISITE NOT MET(55 workspace packages missing builtdist/*.d.tsin this worktree — exit 3, explicitly "not a finding, nothing was measured") — unrelated to this comment-only change, and building the full workspace closure is out of scope for a 3-line workflow comment. Recorded asNOT-MEASUREDwith reason vianode scripts/pm/dispatch-gates.mjs --ran, which reconciled:23 derived famil(ies) accounted for — 22 run, 1 NOT-MEASURED.origin/main(ba39057ac): the derived family list is identical (merge touched no gate-source path for this card), and re-rancheck-self-test-workflow-commands.mjs,check-required-contexts.mjs(both spellings),check:pm-dispatch-gates,check:required-contexts,check:workflow-status-functions— all green on the merged head.skip-changeset: this PR touches only.github/workflows/lint.yml(a comment) — nothing is published from any released package.🤖 Generated with Claude Code
https://claude.ai/code/session_01WLJQhde67SeTccsmnBVarV
Generated by Claude Code