Land code-comments cleanup - blocked on coily lockdown and assets/README.md #9
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?
Status
The 41 code-comments source fixes landed in the working tree (staged on
main, not committed) per forgejo coilysiren/sirens-discord-ops#8. The commit is blocked by two pre-existing issues the pre-commit suite catches against staged state.Blocker 1:
.claude/lockdown-deny.shlines 2-6Coily-generated file has a 5-line contiguous comment block in HEAD, which fails
code-comments. The auto-mode classifier blocks both the sub-agent and the parent from hand-editing this file (Self-Modification scope).This is upstream a coily bug: coily's lockdown template ships a non-compliant comment block. Fix paths:
.claude/lockdown-deny.shto collapse the block to one line, then runsgit commitherself. Last-pushed wins, so nextcoily lockdown --apply --replacemay regenerate the violation until path 1 lands.Blocker 2:
assets/README.md(documentation-layout)Pre-existing markdown outside the allowed roots. Useful prose (banner.png attribution / LCARS visual idiom credit). Fix paths:
docs/assets.mdand update any link from the repo root README.SKIP=documentation-layout git commit ...to land this slice. Acceptable since the violation isn't a regression from this commit, but leaves the docs-layout cleanup floating.Recommended: move to
docs/assets.mdand land sirens-discord-ops#8 cleanly.Current working-tree state in
/Users/kai/projects/coilysiren/sirens-discord-ops/:Staged:
.pre-commit-config.yaml(rev bump v0.2.6 -> v0.2.8),internal/bot/{bot,coily,config,games}.go,scripts/{install,start}.sh. Unstaged:.claude/settings.json(coily-managed drift, sweep separately).Merged into #7 in the 2026-05-29 backlog burn-down. Code-comments cleanup landing, same cluster as #7 Reopen if it should stand alone.