12 lines
331 B
Markdown
12 lines
331 B
Markdown
# ADR 0001: Adopt Deterministic Statecharts
|
|
|
|
## Decision
|
|
Use hierarchical statecharts with pure reducers governing SWOOSH orchestration.
|
|
|
|
## Rationale
|
|
Chaos resilience, auditability, time-gated cadence (BACKBEAT), idempotency, replay.
|
|
|
|
## Consequences
|
|
- Requires WAL + snapshots.
|
|
- Transition API becomes the single mutation path.
|