chore: clean up code-comments violations (agentic-os v0.2.8) #8
Labels
No labels
burndown-2026-06
coherence-core
consult
headless
interactive
P0
P1
P2
P3
P4
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
coilyco-flight-deck/galaxy-gen#8
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 agentic-os pre-commit suite v0.2.8 enables
code-commentswith MAX_CONTIGUOUS=2 and a 90-char line cap. This repo currently has approximately 246 violations - mostly first-party multi-line docstrings, package godoc, and inline explanations.Fix
Walk every flagged file. For each block:
docs/<topic>.md, leave a one-line pointer (// see docs/<topic>.md) at the comment site.docs/.Verify with:
The dirty
.claude/lockdown-deny.sh/.claude/settings.jsonand therev: v0.2.8bump in.pre-commit-config.yamlbelong in the same commit per AGENTS.md sweep rule.Rule shape
Rule softened from TOL=1 to TOL=2 in coilysiren/agentic-os#24. Vendored-file escape hatch tracked separately at coilysiren/agentic-os#22.
Ported from coilysiren/galaxy-gen#76.
Backlog burndown 2026-06-17: closing low-priority (P3/P4) to bring the open count to a manageable level. Nothing lost — reopen if this resurfaces. Batch tag:
burndown-2026-06.