Commit bef0dc6
docs(skills): cite
The `requires:` section of `skills/objectstack-platform/SKILL.md` copied two
numbers out of the platform capability vocabulary into prose — "the other
eight tokens" and "the authoritative list of all 28" — and no gate reads
either against `packages/spec/src/kernel/platform-capabilities.ts`. The
vocabulary is 29 on `main` since `package-registry` landed, so both
sentences are already false.
Cite the constant instead. The tokens outside the CLI's `CAPABILITY_PROVIDERS`
map are named as "the tokens in `PLATFORM_CAPABILITY_TOKENS` not in that map",
and the authority sentence keeps the constant and drops the count. The
enumeration under it is unchanged: every name it lists is still in the
constant. Nothing in the tree read the removed numbers, so no gate or
generator follows.
Claude-Session: https://claude.ai/code/session_01Gqi43smmqjJ5sUrhfoPeKu
Co-authored-by: Claude <noreply@anthropic.com>PLATFORM_CAPABILITY_TOKENS instead of restating its count1 parent 5941246 commit bef0dc6
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
449 | 449 | | |
450 | 450 | | |
451 | 451 | | |
452 | | - | |
453 | | - | |
| 452 | + | |
| 453 | + | |
454 | 454 | | |
455 | 455 | | |
456 | 456 | | |
| |||
460 | 460 | | |
461 | 461 | | |
462 | 462 | | |
463 | | - | |
| 463 | + | |
464 | 464 | | |
465 | 465 | | |
466 | 466 | | |
| |||
0 commit comments