Sweep pre-existing documentation-layout and code-comments violations #4
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
apply-agentic-os-hookspre-commit config (untracked locally as of this issue) surfaces ~40 pre-existing violations across the repo:reference/atproto-ecosystem.mdover 80-line / 4000-char cap.agents/skills/writing-bluesky/docs/THREADING.mdover 4000-char cap.claude/lockdown-deny.shcontiguous-comment blocks of 3-5 linesUntil these are resolved, every commit hits the full repo-wide validator set even for unrelated changes.
Plan
pre-commit run --all-files.docs/..claude/lockdown-deny.sh(move long context todocs/)..pre-commit-config.yamlonce green.Context
Filed alongside coilysiren/atmosphere#3 (marker-file commit), which used
SKIP=documentation-layout,code-commentsto land scoped without sweeping these unrelated violations.