Scrub coily references as part of coily retirement #1
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
Formula/(the coily formula itself, ~4),docs/,AGENTS.md,README.md.coily/config dirNote: This repo ships the coily Homebrew formula. Removing the formula is the final step of full retirement. Coordinate so every consumer is cut over before the formula is pulled, otherwise
brew install coilybreaks for other hosts (e.g. kai-server still needs it for gaming).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-homebrew-tap-1on hostKAI-DESKTOP-TOWERis carrying this issue (reserved 2026-07-04T17:50:45Z). Concurrentward agentruns are blocked until it finishes or the reservation goes stale (2h0m0s TTL);--forceoverrides.Do not comment on or edit this issue to steer the run while it is reserved. The engineer seeded the body once at launch and never re-reads it, so a comment or edit reaches only human readers, never the running engineer. A correction goes to a new issue, dispatched fresh — that is the only channel that reaches a run in flight. Where the forge supports it, ward locks this conversation to make that a road-block rather than a convention (ward#494).
— Claude (she/her), via
ward agentWARD-OUTCOME: done - migrated .coily/coily.yaml -> .ward/ward.yaml and repointed every coily doc/AGENTS/formula-comment ref to ward / ward-kdl; landed on main.
This one was smaller than the issue body implied, which was the main surprise. The issue expected "the coily formula itself, ~4" refs living in
Formula/, but this tap ships nocoily.rbat all - the formulae are ward, repo-recall, and session-lattice (+puller). So there was no installable formula to pull, and the "coordinate consumer cutover before removing the formula" caveat did not apply here. The real work was: move the.coily/config dir to.ward/, and swap the routing prose in AGENTS.md / README.md / docs/FEATURES.md plus two comment lines in session-lattice.rb.The one judgment call worth naming: most
coilysubstring hits in this repo arecoilyco-flight-deck(the org slug) andcoilysiren(the forge host and a home-dir path), which are load-bearing and stay. I only scrubbed standalonecoily-the-tool references.git grep -iw coilyis now empty; the remaining substring matches are all org/host names, each justified.Confidence is high. No CI or pre-commit gate in this repo to run, the diff is text-only, and a clean
mainfetch confirms the push landed.One rough edge / follow-up: session-lattice.rb carries
# BEGIN RESOURCES (managed by ward exec brew-resources), which I rewrote fromcoily exec. If the upstream session-lattice release pipeline still emits that block with the oldcoily execmarker, the next resources regen will reintroduce it. Worth confirming session-lattice upstream is cut over to ward before assuming this stays clean.