chore(comments): move the over-long blocks into docs, and fix the skill drift #296
No reviewers
Labels
No labels
burndown-2026-06
sunday-sprint
autonomy
async-consult
autonomy
epic
autonomy
headless
autonomy
live-collab
coherence-core
priority
P0
priority
P1
priority
P2
priority
P3
priority
P4
qa-fixture
role/ai
role/creator
role/design
role/director
role/engineer
role/exec
role/human
role/ops
role/qa
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
coilyco-flight-deck/umbra!296
Loading…
Reference in a new issue
No description provided.
Delete branch "aos/claude/bk79-comment-debt"
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?
Refs #280. Stacked on #294 - both touch
http/specverb/openapi3.go, so merge that one first.Comment blocks
code-commentspasses. Every over-long block now carries a pointer and its reasoning lives indocs/, per the rule and the issue's instruction not to delete it.The argv value-flag explanation got a new
docs/execverb-value-flags.mdrather than a section indocs/execverb.md. That doc sits at 3995 chars against a 4000-char cap, so it cannot take a section - it cannot even take a one-line pointer. Worth knowing before anyone tries to extend it.No
[tool.agentic-os.*]entry added, as the issue asked.The skill drift
.agents/skills/repo-cli-guardrenamed torepo-umbra. The generator has writtenname: repo-umbrainto a directory still calledcli-guardsince the module rename, sorepo-pointer-skillsfailed on a mismatch nobody introduced by hand. Now green.The golangci scratch path, answered
The issue asks whether it is real. It is a stale cache, not debt. It reports files under paths that no longer exist, and
golangci-lint cache cleanclears it. I hit the identical thing twice today, reporting five phantom violations under a temp checkout I had deleted - includingpkg/credseed/credseed.go:27, the same file the issue quotes.Not green yet, and why I stopped
README.mdis 84 lines against an 80-line cap. Four lines is a small trim, but the lines available are stale link definitions: the badges still point atgithub.com/coilysiren/cli-guardafter the rename to umbra, and exactly one definition ([urfave/cli]) is unreferenced.So trimming to the cap means deciding what the README should claim about itself post-rename - whether the GitHub mirror is still at that path, and whether those badges should exist at all. That is a content decision rather than a line count, and it wants its own change rather than riding in on a comment cleanup.
So #280's acceptance is not fully met and I have left it open rather than claiming it.
Verification
make vet,go test ./http/... ./cli/...green.godoc-current.txtregenerated.pre-commitclean apart from the README above.I also left the three
assets/mark/umbra-favicon-*.svgwhitespace autofixes out again - pre-commit keeps offering them and they belong to #290, not here.pre-commit run --all-fileson main: README cap, SVG trailing-whitespace, golangci #298