Expand description
Exec-style event view over app-server notifications (issue #213).
Downstream renderers (agent-portal’s codex-session-lib was the filing
consumer) want a stable, serializable event stream in the shape of the
CLI’s codex exec JSONL — without hand-rolling a synthetic struct per
notification and re-serializing typed items back into JSON. This module
is that adapter: ExecEvent::from_notification maps the lifecycle
notifications renderers actually draw onto tagged, serde-stable events,
and passes everything else through as ExecEvent::Raw with its wire
method and params preserved — unknown future notifications degrade to
raw, never disappear.
Enums§
- Exec
Event - One renderable event, tagged in
codex execJSONL style.