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.