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
6 changes: 5 additions & 1 deletion CURRENT_STATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,11 @@
`MessageType` / `Status` enums, and the `std.json.Value` payload boundary
(ADR-0005). Headless, imports no UI/runtime modules, tested via
`native test -Dplatform=null`.
- Next: normalizer (#12), trace parser (#13), session timeline (#14).
- **Event normalizer** (#12) — message classification, ISO 8601 / epoch-second /
epoch-millisecond timestamp normalization, and two-pass direction inference
(the CS↔CSMS action tables), producing canonical `Event`s. The toolkit's
normalizer test cases are ported.
- Next: trace parser (#13), session timeline (#14).

## What's next

Expand Down
Loading
Loading