chore(ward): delete the shadowed legacy .coily/coily.yaml #9

Merged
coilysiren merged 1 commit from aos/claude/mg96-legacy into main 2026-08-14 04:40:22 +00:00
Owner

Part of the coilysiren/inbox#365 teardown. Stale-migration debris.

This repo carried both .ward/ward.yaml and .coily/coily.yaml at the root. Ward's repocfg.go checks .ward/ward.yaml first (cmd/ward/repocfg.go:25-26), so the legacy file was permanently shadowed and unreachable. The catalog-graph builder in agentic-os-kai reads only .ward/ward.yaml as well (CONFIG_RELPATHS), so nothing consumed it.

Its contents were stale on top of being unreachable:

  • an older, shorter description than the live file
  • dependsOn: [otel-a2a-relay-cli], the o2r channel archived in the June 2026 surface reduction per agentic-os AGENTS.md
  • no agent.workflow, which the live file declares as merge-remote-main

The live .ward/ward.yaml fully supersedes it, so this is a pure deletion.

Note this does not generalize to every .coily/coily.yaml. eco-mods carries two in subdirectories (unity/, unity-embedded/) with no sibling .ward/, so ward's cwd walk-up does reach those. They stay.

Part of the coilysiren/inbox#365 teardown. Stale-migration debris. This repo carried both `.ward/ward.yaml` and `.coily/coily.yaml` at the root. Ward's `repocfg.go` checks `.ward/ward.yaml` first (`cmd/ward/repocfg.go:25-26`), so the legacy file was permanently shadowed and unreachable. The catalog-graph builder in agentic-os-kai reads only `.ward/ward.yaml` as well (`CONFIG_RELPATHS`), so nothing consumed it. Its contents were stale on top of being unreachable: * an older, shorter `description` than the live file * `dependsOn: [otel-a2a-relay-cli]`, the o2r channel archived in the June 2026 surface reduction per agentic-os AGENTS.md * no `agent.workflow`, which the live file declares as `merge-remote-main` The live `.ward/ward.yaml` fully supersedes it, so this is a pure deletion. Note this does **not** generalize to every `.coily/coily.yaml`. eco-mods carries two in subdirectories (`unity/`, `unity-embedded/`) with no sibling `.ward/`, so ward's cwd walk-up does reach those. They stay.
ward's repocfg checks .ward/ward.yaml before .coily/coily.yaml, so with both
present at the repo root the legacy file is unreachable. Its contents were
also stale: an older description and a dependsOn edge to otel-a2a-relay-cli,
the o2r channel archived in the June 2026 surface reduction.

The catalog-graph builder reads only .ward/ward.yaml, so nothing else consumed
it either.

Refs coilysiren/inbox#365

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-authored-by: Kai Siren <coilysiren@gmail.com>
Co-authored-by: Claude <noreply@anthropic.com>
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
coilyco-flight-deck/scoop-bucket!9
No description provided.