Architectural decision records
ADRs record important architectural choices and the reasoning available when each choice was made.
Decisions
| ID | Title | Status |
|---|---|---|
| 0001 | Use fragmented MP4 as the initial media segment format | Accepted |
Status values
- Proposed: under discussion and not yet binding.
- Accepted: the current direction for implementation.
- Deprecated: still present but no longer recommended.
- Superseded: replaced by a later ADR, which must be linked.
- Rejected: considered and deliberately not selected.
Workflow
- Copy template.md to the next zero-padded number.
- Describe the context and competing constraints, not only the selected technology.
- Record meaningful alternatives and consequences.
- Merge an ADR as
ProposedorAccepted. - Never rewrite an accepted decision to hide history; add a superseding ADR instead.