Architecture decision records
This directory records decisions that define Forge’s architectural baseline. A decision is immutable once accepted: material changes require a new ADR that supersedes the old one.
| ADR | Decision | Status |
|---|---|---|
| 0001 | Repository layout and ownership | Accepted |
| 0002 | One template in v1 | Accepted |
| 0003 | npm workspaces | Accepted |
| 0004 | Safe template materialization | Accepted |
| 0005 | Publishable, integration-neutral content model | Accepted |
| 0006 | Generator and content-model versioning | Accepted |
| 0007 | Isolated Forge project website | Accepted |
These records implement the Forge roadmap, beginning with FGE-001, and follow the project roadmap represented by their linked work items.
See the architecture guide for the current system map, contract boundaries, data flow, and verification layers. Maintainer procedures are documented separately in the maintainer guide and release guide.