Skip to content
Merged
Show file tree
Hide file tree
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
7 changes: 5 additions & 2 deletions CURRENT_STATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,11 @@ in Zig, mirroring the toolkit's `detection.ts`:
(16-code taxonomy) / `FailureSeverity` model, the `detection.zig` orchestrator
with per-code severity + remediation metadata, and rules 1–3
(FAILED_AUTHORIZATION, CONNECTOR_FAULT, STATION_OFFLINE_DURING_SESSION).
- Next: protocol & transaction rules (#20), timing & anomaly rules (#21), and the
conformance harness over the 15 shared scenarios (#22).
- **Protocol & transaction rules** (#20) — rules 4–10: TIMEOUT_NO_HEARTBEAT,
METER_VALUE_GAP, INVALID_STOP_REASON, UNEXPECTED_START,
STATUS_TRANSITION_VIOLATION, DIAGNOSTICS_FAILURE, FIRMWARE_UPDATE_FAILURE.
- Next: timing & anomaly rules (#21) and the conformance harness over the 15
shared scenarios (#22).

## What's next

Expand Down
Loading
Loading