chore: fix catalog-doc-size violations (README.md, CODE_OF_CONDUCT.md) #4

Closed
opened 2026-05-26 03:27:22 +00:00 by coilysiren · 0 comments
Owner

Problem

After the agentic-os pre-commit suite bumped to v0.2.8 in #31, catalog-doc-size and documentation-layout flag:

  • 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.md is a symlink to the same file.)

Fix

Split each oversized doc into smaller docs/<topic>.md files 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 on code-comments.

**Problem** After the agentic-os pre-commit suite bumped to v0.2.8 in #31, `catalog-doc-size` and `documentation-layout` flag: - `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.md` is a symlink to the same file.) **Fix** Split each oversized doc into smaller `docs/<topic>.md` files 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 on `code-comments`.
Commenting is not possible because the repository is archived.
No labels
P3
P4
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
coilysiren/cli-mcp-go-ecosystem#4
No description provided.