Commit 5784526
docs(skills): stop promising
`skills/objectstack-ai/SKILL.md` told the author to run the author-time gate
after "a model-registry entry" and said the gate confirms "skill / tool / model
metadata". Neither is a check `os validate` can run: the AI collections of
`ObjectStackDefinitionSchema` are exactly `agents` / `tools` / `skills`
(`packages/spec/src/stack.zod.ts`), `ModelRegistrySchema` is referenced only by
its own file and its own test, and `os validate` parses
`ObjectStackDefinitionSchema` (`packages/cli/src/commands/validate.ts`). The
same file already says so at its central-registration row.
Two deletions, shrink-only: "or a model-registry entry" and "/ model". No
re-wrap, no replacement validator named, no other sentence touched.
Claude-Session: https://claude.ai/code/session_01LraLgQVGq8egUwfYZpbYt1
Co-authored-by: Claude <noreply@anthropic.com>os validate checks a model-registry entry (#14953)1 parent 7655492 commit 5784526
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
393 | 393 | | |
394 | 394 | | |
395 | 395 | | |
396 | | - | |
| 396 | + | |
397 | 397 | | |
398 | 398 | | |
399 | 399 | | |
400 | 400 | | |
401 | 401 | | |
402 | 402 | | |
403 | 403 | | |
404 | | - | |
| 404 | + | |
405 | 405 | | |
406 | 406 | | |
407 | 407 | | |
| |||
0 commit comments