Pre-commit doc-layout violations block new commits #21
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
Pre-existing
documentation-layoutandMarkdown size capviolations in the backend repo block any new commit via the canonical pre-commit suite:todos/{anthropic,aws,discord,github,reddit,sentry,steam,youtube}.mdlive intodos/, but the rule allows Markdown only at repo root,docs/*.md, or inside a skill folder.README.mdis 88 lines, over the 80-line cap.These all predate the rip-out work in #20. The rip-out itself is a clean YAML edit but cannot land until the doc tree clears the hook, because
--no-verifyis forbidden.Proposal
todos/*.mdtodocs/todo-<name>.md(filename prefix groups them; flatdocs/is required).README.mdinto the under-80 root + adocs/<topic>.mdfollow-up for the overflow.