Commit 055d7f9
docs(devx): re-aim two stale comments in cross-package-test-inputs.mjs (#14807)
`scripts/cross-package-test-inputs.mjs`'s `@objectstack/spec` declaration
block carried two comments PR #14557 made stale:
- the `.claude/skills/spec-property-retirement/SKILL.md` entry said the
retirement pin (`retired-key-migrate-sentence.test.ts`) judges "the ONE
governed markdown file" — after #14557 the pin judges that file PLUS
every `skills/**/*.md`. "One file, not `.claude/**`" was still literally
true about the `.claude` entry while reading as an exhaustive scope claim
about the test's population, so the sentence needed re-aiming, not a
bumped count: it now names the two-corpus structure and points at the
`skills/**` entry below for the second corpus.
- the `skills/**` entry named `scripts/export-list.test.ts` as its only
holder. `retired-key-migrate-sentence.test.ts` reads the same root
(`PUBLISHED_SKILLS_ROOT`, `:102`) as its second corpus — "plus every
`.md` file under `skills/`" (`:92`), emitted as `skills:`-prefixed
entries (`:484-485`). The comment now names both holders.
Comments only: every glob is unchanged, `check:cross-package-test-inputs`
was already green on #14557's head, and it stays green here.
Fixes #14560
Claude-Session: https://claude.ai/code/session_01WLJQhde67SeTccsmnBVarV
Co-authored-by: Claude <noreply@anthropic.com>1 parent 5a22459 commit 055d7f9
1 file changed
Lines changed: 20 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
151 | 153 | | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
159 | 168 | | |
160 | 169 | | |
161 | 170 | | |
| |||
0 commit comments