Sweep pre-existing validator violations after agentic-os-hooks apply #2
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-commit hooks from the agentic-os v0.2.8 suite (catalog-doc-size, catalog-trifecta, documentation-layout, code-comments) surface pre-existing violations across the repo after
apply-agentic-os-hookslands. Same pattern as coilysiren/atmosphere#4.Plan
Enumerate with
pre-commit run --all-files. Resolve in priority order:*.mdfiles intodocs/or accept vendored-upstream exceptionsContext
Filed alongside the marker-file commit. That commit used
SKIP=catalog-trifecta,documentation-layout,catalog-doc-size,code-commentsto land scoped without sweeping these unrelated violations.