chore: fix documentation-layout violations exposed by agentic-os v0.2.8 #85
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
The agentic-os v0.2.8 bump (#254 sweep) exposes pre-existing documentation-layout violations. v0.2.6 silently parse-errored on this hook (fixed in agentic-os@13490a4); v0.2.7+ enforce it.
Failing:
docs/pr-screenshots/-docs/must stay flat. Use filename prefixes or move screenshots out ofdocs/.cert-and-localhost-mess.md- top-level Markdown filename not allowed. Move intodocs/(e.g.docs/cert-and-localhost-mess.md).tests/fixtures/README.md- Markdown allowed only at repo root,docs/*.md, or inside a skill folder.tests/fixtures/github/errors/README.md- same.Fix
Move or rename each file to comply. Cross-check against the catalog-doc-size sibling (#255) since some files violate both.
Verify with:
Context
Filed as follow-up to #254 so the code-comments sweep could land without scope creep. The #254 commit skipped this hook via
SKIP=documentation-layout.Ported from coilysiren/repo-recall#257.