chore: clean up code-comments violations (agentic-os v0.2.8) #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.