From 2f34456a1d4a923877fa2d11e7229ead0cbaf40d Mon Sep 17 00:00:00 2001 From: Thomas Dickson Date: Wed, 12 Aug 2026 23:58:48 +0100 Subject: [PATCH] docs: point README and MAINTAINERS at ROADMAP.md (CD-389) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #121 and #221 landed within minutes of each other and left a contradiction: both README and MAINTAINERS directed readers to the Projektor tracker for the roadmap, but that tracker is private. Sending external contributors to a place they cannot open is the exact gap ROADMAP.md was added to close. Public roadmap now points at ROADMAP.md; Projektor is described as what it is — private, detailed ticket tracking. MAINTAINERS also picks up the sync obligation and drops two stale epic refs for the current one. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_012eUbK1Te7zdsrAXYeTSc1j --- MAINTAINERS.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 050a50cd..9077dc22 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -61,7 +61,7 @@ The unscoped legacy name `cofferdam` (binary wrapper, owned by user `tajdickson` ## Roadmap -Phase/roadmap tracking lives on Projektor (Cofferdam project, key `CD`), not in this file — see the CD-165 (engine performance) and CD-156 (cofferdam context) epics for what's next. +The public roadmap is [ROADMAP.md](ROADMAP.md) — keep it in sync with the tracker at each workstream boundary. Detailed ticket tracking lives on Projektor (Cofferdam project, key `CD`), not in this file — see the CD-348 epic (policy-engine repositioning, 0.5 → 1.0) for what's next. ## Project structure diff --git a/README.md b/README.md index 416e0fc3..0fe30c97 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ cargo build --release -p cofferdam-cli ## Status -Phase 4, in progress. Roadmap tracked on Projektor (Cofferdam project, key `CD`). +See [ROADMAP.md](ROADMAP.md) for what's planned and what we've decided not to build. Detailed ticket tracking is private (Projektor, Cofferdam project, key `CD`). ## Licence