Repo fails pre-commit on clean main after v0.2.6 hook bump #12
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?
Symptom
Pre-commit on
mainfails (no working-tree changes needed to reproduce —coily exec precommiton clean tip). Surfaced while landing #11.Failures
catalog-doc-size/documentation-layout:AGENTS.md(100 lines / 4781 chars),README.md(84 lines),docs/FEATURES.md(4230 chars),docs/modio.md(111 lines), andmod/README.md(not at a permitted path).catalog-trifecta:AGENTS.mdmissing standard H2s (## Scope,## Project shape,## Repo boundaries,## Commands,## Validation,## Safety,## Cross-repo contracts,## Release,## Agent rules).code-comments: 54 contiguous-comment violations across.claude/lockdown-deny.sh,mod/shell/*.cs,mod/src/*.cs,mod/**/obj/**/AssemblyInfo.cs(generated),src/eco_spec_tracker/{livereload,main,mock_data}.py,tests/test_smoke.py.Cause
Introduced by commit
06550d5("pull agentic-os pre-commit hook block to v0.2.6"). The repo had not yet been groomed to fit the v0.2.6 rules.Proposal
AGENTS.mdanddocs/FEATURES.md(or move detail into smallerdocs/*.mdfiles) to hit the 80-line / 4000-char caps.README.mdanddocs/modio.mdto 80 lines.mod/README.mdtodocs/mod-overview.md(or root) and replace with a pointer.AGENTS.md.code-commentsrule. Excludemod/**/obj/**from the hook (auto-generated MSBuild output).Tracks follow-up to #11 (workflow change landed with
SKIP=catalog-doc-size,documentation-layout,code-comments,catalog-trifecta).