Split: remove deploy surface from source repo, migrate dev verbs to ward #32

Closed
opened 2026-06-02 06:33:45 +00:00 by coilysiren · 0 comments
Owner

The o2r deploy surface moved to its own repo, coilyco-bridge/otel-a2a-relay-deploy (split from #25). This is the source-repo half of that split:

  • Remove the Dockerfile, .dockerignore, chart/, deploy/, examples/values-homelab.yaml, docs/{deploy,chart}.md, and .github/workflows/docker.yml (all now live in the deploy repo).
  • Migrate this flight-deck repo's dev verbs to the ward gate: add canonical .ward/ward.yaml (full verb port, lint-clean against the Makefile ## desc contract), keep .coily/coily.yaml as the transition bridge. Drop the chart verbs (docker/helm-lint/helm-template) since deploy moved out.
  • Add ## desc auto-help to the phoenix/protocol Makefile targets so the ward verb/target/description contract holds.
  • Repoint the deploy pointers in README / AGENTS / FEATURES at the new repo.

Leaves the source repo focused on the protocol, the relay, the channels library, and the harnesses, unaware of how it is deployed.

The o2r deploy surface moved to its own repo, coilyco-bridge/otel-a2a-relay-deploy (split from #25). This is the source-repo half of that split: - Remove the Dockerfile, `.dockerignore`, `chart/`, `deploy/`, `examples/values-homelab.yaml`, `docs/{deploy,chart}.md`, and `.github/workflows/docker.yml` (all now live in the deploy repo). - Migrate this flight-deck repo's dev verbs to the `ward` gate: add canonical `.ward/ward.yaml` (full verb port, lint-clean against the Makefile `## desc` contract), keep `.coily/coily.yaml` as the transition bridge. Drop the chart verbs (docker/helm-lint/helm-template) since deploy moved out. - Add `## desc` auto-help to the phoenix/protocol Makefile targets so the ward verb/target/description contract holds. - Repoint the deploy pointers in README / AGENTS / FEATURES at the new repo. Leaves the source repo focused on the protocol, the relay, the channels library, and the harnesses, unaware of how it is deployed.
Commenting is not possible because the repository is archived.
No description provided.