diff --git a/README.md b/README.md index 6db9868..511db4e 100644 --- a/README.md +++ b/README.md @@ -289,3 +289,14 @@ See the [Developer Guide](docs/developer-guide.md) for detailed instructions on ## License [MIT](LICENSE) — Copyright (c) 2026 Nicholas Ferguson + +## 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.