Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Loading