chore: fix catalog-doc-size violations (README.md, CODE_OF_CONDUCT.md) #4
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?
Problem
After the agentic-os pre-commit suite bumped to v0.2.8 in #31,
catalog-doc-sizeanddocumentation-layoutflag:README.md- 95 lines exceeds the 80-line cap. 4413 chars exceeds the 4000-char cap.CODE_OF_CONDUCT.md- 5121 chars exceeds the 4000-char cap. (docs/CODE_OF_CONDUCT.mdis a symlink to the same file.)Fix
Split each oversized doc into smaller
docs/<topic>.mdfiles with pointers from the root file. Same files fail both hooks. One fix clears both.Context
Pre-existing in scope. The v0.2.6 manifest was broken so the hooks never ran. The v0.2.8 bump in #31 surfaced the failure. Skipped via
SKIP=in that commit to keep #31 focused oncode-comments.