From d8bb9567fda47f0094c6fd0d89b7b3fcc8f0bf4b Mon Sep 17 00:00:00 2001 From: Nicholas Ferguson Date: Tue, 9 Jun 2026 09:22:01 -0400 Subject: [PATCH] docs: add Project tracking section --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 6b1414c..95a598e 100644 --- a/README.md +++ b/README.md @@ -301,3 +301,14 @@ The brand mark (the icon plus "Bridge — Service Orchestrator" lockup at the to ## License MIT — see [LICENSE](./LICENSE). + +## Project tracking + +Development is tracked on the [Atlas Crew Security project board](https://github.com/orgs/atlas-crew/projects/8), shared across Synapse, Crucible, Chimera, Bridge, and Apparatus. Issues carry a **Type** (Feature / Bug / Task / Chore / Spike) and move through Backlog → Todo → In Progress → Blocked → Done. Execution order comes from issue dependencies (`blocked-by`), reconstructed into waves by [`gh-seq`](https://github.com/NickCrew/gh-seq): + +```bash +gh extension install NickCrew/gh-seq +gh seq --project 8 --owner atlas-crew --order-by Priority +``` + +To contribute, pick an unblocked issue, comment to claim it, and open a PR.