skill description cap drift - validator enforces 200 bytes, handbook says 500 #87
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The skill
descriptionbyte cap drifts between the agentic-os-kai validator and the public handbook:agentic-os-kai/scripts/validate-skills.py(viacategories.yaml) rejects descriptions over 200 bytes and SKILL.md over 10000 bytes..agents/skills/tooling-skill-authoring/SKILL.md(public handbook) states a 500-byte hard ceiling ondescription.Hit during agentic-os-kai#425: descriptions sized to the documented 500 were rejected at 200. Reconcile the two so the documented number matches what the validator enforces (and confirm which cap is intended).