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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ AFI separates the **protocol** from its **operators**.
Gateway authenticates and routes to the Reactor; it never constructs or
writes canonical evidence (guardrail-enforced).
- **Lifecycle** is the governed state machine
`INGESTED → VALIDATED → SCORED → CERTIFIED → QUALIFIED → CHALLENGE_OPEN → [CONTESTED →] FINALIZED → EPOCH_ELIGIBLE`.
`INGESTED → VALIDATED → SCORED → CERTIFIED → QUALIFIED → FINALIZED → EPOCH_ELIGIBLE`.
**The implemented lifecycle currently reaches `SCORED`** — see
[Implemented today](#implemented-today).

Expand Down Expand Up @@ -166,7 +166,7 @@ ingest → USS v1.1 validation → scoring (governed UWR engine, pinned profile)

Deliberately not implemented, or not yet governed:

- **Post-`SCORED` transitions** (`CERTIFIED`, `QUALIFIED`, challenge,
- **Post-`SCORED` transitions** (`CERTIFIED`, `QUALIFIED`,
`FINALIZED`) — the single finality writer is defined in law but
intentionally unimplemented pending new authorization.
- **Epoch accounting and rewards** — no implemented owner.
Expand Down
Loading