1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# ADR-NNNN: <short decision title>
- **Status**: Proposed | Accepted | Deprecated | Superseded by ADR-XXXX
- **Date**: YYYY-MM-DD
- **Deciders**: @dev-nyxie (+ agent)
- **Crate**: (this folder’s crate)
## Context
Why this decision is needed. Facts and constraints.
## Decision
> We adopt X.
- Scope
- Exceptions
## Alternatives Considered
| Alternative | Why not |
|-------------|---------|
| Alt A | … |
## Consequences
### Positive
- …
### Negative / Trade-offs
- …
## References
- crate `README.md`
- related crate or workspace ADR
- `docs/spec/`, `docs/roadmap.md`
ADRs are **English**. Numbering is local to this `adr/` folder.