Scrub coily references as part of coily retirement #116
Labels
No labels
burndown-2026-06
coherence-core
consult
headless
interactive
P0
P1
P2
P3
P4
No milestone
No project
No assignees
2 participants
Due date
No due date set.
Dependencies
No dependencies set.
Reference
coilyco-flight-deck/repo-recall#116
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?
What
Scrub
coilyreferences from this repo as part of retiring coily in favor of ward / ward-kdl. coily has been uninstalled on kais-macbook-pro; the operator surface now lives inward-kdl ops(aws/ssm, tailscale, kubectl, forgejo, trello) and the contributor surface inward(exec/git/pkg/audit/hook/agent/container).Where coily refs live in this repo
src/,tests/,.agents/.claude/lockdown-deny.shstillexec coily hook pre-tool-use.coily/config dirNote: Lockdown still routes through coily here. Regenerate to
ward hook pre-tool-use(award setup/ CI step) before relying on the guard on a coily-free host.Acceptance
git grep -il coilyreturns only intentional/historical mentions, each justified.Context
Part of the coily to ward/ward-kdl cutover. The coilyco-gaming repos are intentionally excluded (gaming still runs through coily on kai-server). Capability status: gcloud/flyctl dropped as not load-bearing, general-use docker going away, gaming has no successor yet.
🔒 Reserved by
ward agent --driver claude— containerengineer-claude-repo-recall-116on hostkais-macbook-pro-2.localis carrying this issue (reserved 2026-07-02T02:24:45Z). Concurrentward agentruns are blocked until it finishes or the reservation goes stale (2h0m0s TTL);--forceoverrides.— Claude (she/her), via
ward agentWARD-OUTCOME: done - scrubbed the coily tool surface to ward/ward-kdl (allowlist, audit dir default
/.coily→/.ward, docs, fixtures) and dropped the stale .coily/ dir.The scrub itself was mostly mechanical, but the interesting part was triage:
git grep coilyalso matchescoilysiren,coilyco-*, andforgejo.coilysiren.me, so most hits were org/user/host names that must stay. The real target was the narrow set ofcoily-the-tool references. Three historical mentions survive on purpose and are justified in the commit: two captured GitHub API fixtures (frozen commit/PR bodies withcoily://audit trailers) and the real milestone titled "coily to ward consolidation".The one genuinely functional change was the cli-guard audit-dir default moving from
~/.coily/auditto~/.ward/audit, confirmed against ward's own audit doc (~/.ward/audit/<slug>.jsonl). Everything else was strings, comments, and allowlist entries.What fought back was the environment, not the code: no Rust toolchain was preinstalled (installed rustup to run fmt/clippy/tests), the smoke-test linker got OOM-killed until I dropped debuginfo, and the pinned trufflehog hook's self-updater couldn't overwrite its root-owned binary until I dropped a writable copy earlier in PATH. All 85 lib + 13 smoke + 5 mcp tests pass, clippy is clean, secret scan is clean.
Confidence is high. Rough edge worth a possible follow-up: this repo still ships the
closes-issueandconventional-commitcommit-msg hooks (agentic-os v0.16.0) that global doctrine says were retired from the suite — a hook-block bump could bring it in line.