Sweep pre-existing validator violations after agentic-os-hooks apply #2

Open
opened 2026-05-26 17:39:41 +00:00 by coilysiren · 0 comments
Owner

Problem

Pre-commit hooks from the agentic-os v0.2.8 suite (catalog-doc-size, catalog-trifecta, documentation-layout, code-comments) surface pre-existing violations across the repo after apply-agentic-os-hooks lands. Same pattern as coilysiren/atmosphere#4.

Plan

Enumerate with pre-commit run --all-files. Resolve in priority order:

  1. Move stray *.md files into docs/ or accept vendored-upstream exceptions
  2. Split docs over the 80-line / 4000-char cap
  3. Trim comment blocks per code-comments rule
  4. Add catalog-trifecta H2 anchors to AGENTS.md when (or if) the strict H2-list enforcement is walked back per coilysiren/agentic-os-kai#268

Context

Filed alongside the marker-file commit. That commit used SKIP=catalog-trifecta,documentation-layout,catalog-doc-size,code-comments to land scoped without sweeping these unrelated violations.

**Problem** Pre-commit hooks from the agentic-os v0.2.8 suite (catalog-doc-size, catalog-trifecta, documentation-layout, code-comments) surface pre-existing violations across the repo after `apply-agentic-os-hooks` lands. Same pattern as coilysiren/atmosphere#4. **Plan** Enumerate with `pre-commit run --all-files`. Resolve in priority order: 1. Move stray `*.md` files into `docs/` or accept vendored-upstream exceptions 2. Split docs over the 80-line / 4000-char cap 3. Trim comment blocks per code-comments rule 4. Add catalog-trifecta H2 anchors to AGENTS.md when (or if) the strict H2-list enforcement is walked back per coilysiren/agentic-os-kai#268 **Context** Filed alongside the marker-file commit. That commit used `SKIP=catalog-trifecta,documentation-layout,catalog-doc-size,code-comments` to land scoped without sweeping these unrelated violations.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
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/algo-zone#2
No description provided.