Sweep pre-existing documentation-layout and code-comments violations #4

Open
opened 2026-05-26 04:45:22 +00:00 by coilysiren · 0 comments
Owner

Problem

The apply-agentic-os-hooks pre-commit config (untracked locally as of this issue) surfaces ~40 pre-existing violations across the repo:

  • reference/atproto-ecosystem.md over 80-line / 4000-char cap
  • .agents/skills/writing-bluesky/docs/THREADING.md over 4000-char cap
  • .claude/lockdown-deny.sh contiguous-comment blocks of 3-5 lines
  • ~37 more documentation-layout violations not yet enumerated

Until these are resolved, every commit hits the full repo-wide validator set even for unrelated changes.

Plan

  1. Enumerate full violation set with pre-commit run --all-files.
  2. Split oversized docs into multiple files under docs/.
  3. Trim comment blocks in .claude/lockdown-deny.sh (move long context to docs/).
  4. Commit .pre-commit-config.yaml once green.

Context

Filed alongside coilysiren/atmosphere#3 (marker-file commit), which used SKIP=documentation-layout,code-comments to land scoped without sweeping these unrelated violations.

**Problem** The `apply-agentic-os-hooks` pre-commit config (untracked locally as of this issue) surfaces ~40 pre-existing violations across the repo: - `reference/atproto-ecosystem.md` over 80-line / 4000-char cap - `.agents/skills/writing-bluesky/docs/THREADING.md` over 4000-char cap - `.claude/lockdown-deny.sh` contiguous-comment blocks of 3-5 lines - ~37 more documentation-layout violations not yet enumerated Until these are resolved, every commit hits the full repo-wide validator set even for unrelated changes. **Plan** 1. Enumerate full violation set with `pre-commit run --all-files`. 2. Split oversized docs into multiple files under `docs/`. 3. Trim comment blocks in `.claude/lockdown-deny.sh` (move long context to `docs/`). 4. Commit `.pre-commit-config.yaml` once green. **Context** Filed alongside coilysiren/atmosphere#3 (marker-file commit), which used `SKIP=documentation-layout,code-comments` to land scoped without sweeping these unrelated violations.
coilysiren added
P2
and removed
P1
labels 2026-05-31 07:00:10 +00:00
Sign in to join this conversation.
No labels
P0
P1
P2
P3
P4
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
coilyco-flight-deck/atmosphere#4
No description provided.