Expand description
Normalized code-agent results and the JSON shapes emitted by agents’ output modes (issue #11).
Structs§
- Agent
Run - A normalized end-to-end run result, independent of which agent produced it.
- Agent
Version - A parsed
--versionresult: a best-effort version number plus the raw line. - Claude
Result - The JSON shape of
claude -p --output-format json. Only the normalized fields are named; everything else rides along inAgentRun::raw. - Detected
Agent - A code-agent CLI detected on
PATH, with its resolved version.