Fix doc-layout debt blocking v0.3.0 pre-commit adoption #16
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?
Pre-existing doc-layout debt blocks adopting the agentic-os v0.3.0 pre-commit block (blocks #15). The
documentation-layout,catalog-doc-size, andcatalog-trifectahooks run repo-wide and currently fail. Fix the items below, then the #15 commit can land.1.
docs/must stay flatdocs/snippets-mining-runs/is a disallowed subdirectory. Flatten intodocs/*.mdwith filename prefixes:docs/snippets-mining-runs/2026-05-20.md(5621 chars, over cap)docs/snippets-mining-runs/2026-05-20-layer2.md(110 lines, 10312 chars, over cap)2. Files over the size cap (80 lines / 4000 chars)
README.md(168 lines, 14100 chars) - split intodocs/*.mdsnippets-mining-runsfiles above3. Trifecta (catalog-trifecta)
AGENTS.mdis missing - create it at repo root with the standard H2 sections.README.mdneeds a## See alsosection linking toAGENTS.md,docs/FEATURES.md, and.coily/coily.yaml, plus the convention citationcoilysiren/agentic-os#59.docs/FEATURES.mdfor the trifecta to resolve.4. After fixes
The catalog block in
.coily/coily.yamlalready needsdependsOn: []/providesApis: [](already added in the working tree). Land the v0.3.0.pre-commit-config.yaml(closes #15) and sweep the regenerated coily lockdown files into the same commit.