repo-wide pre-commit hooks fail on pre-existing debt, blocking all commits #15
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?
The repo-wide pre-commit hooks (from the coilysiren/agentic-os baseline) fail on pre-existing content, so every commit to this repo is currently blocked. Surfaced while landing the catalog dependsOn fix (#14): a one-line
.coily/coily.yamlchange could not commit because these unrelated hooks scan the whole tree.catalog-doc-size / documentation-layout
AGENTS.md- 100 lines / 4781 chars (caps: 80 / 4000).README.md- 84 lines.docs/FEATURES.md- 4230 chars.docs/modio.md- 111 lines.mod/README.md- markdown outside root / docs/ / skill folder (disallowed location).catalog-trifecta
AGENTS.mdmissing required H2 headings: Scope, Project shape, Repo boundaries, Commands, Validation, Safety, Cross-repo contracts, Release, Agent rules.code-comments (51 violations)
mod/shell/MockSkillsController.cs,mod/src/Dtos.cs,mod/src/SkillsApiController.cs,src/eco_spec_tracker/{livereload,main,mock_data}.py,tests/test_smoke.py,.claude/lockdown-deny.sh.mod/**/obj/**/*.AssemblyInfo.cs. These should almost certainly be gitignored rather than comment-groomed - check the.gitignorefor a missingobj/(and likelybin/) entry.Suggested order
obj/andbin/to.gitignore,git rm --cachedthe tracked build artifacts. That clears the bulk of the comment violations.Merged into #12 in the 2026-05-29 backlog burn-down. Same pre-commit doc-size debt as #12 Reopen if it should stand alone.