fabro/crates/arc-cli
Bryan Helmkamp 62b54c8f4d Flatten progress.jsonl event format to top-level fields
Event data was nested inside a tagged enum (`"event": {"StageStarted": {fields}}`).
Now `event` is a string name and fields merge into the top-level object
(`"event": "StageStarted", "name": "plan", ...`).

Nested events use dot notation:
- Agent wrapper: "Agent.ToolCallStarted" with stage at top level
- Sandbox wrapper: "Sandbox.Initializing" with fields at top level
- SubAgentEvent: "Agent.SubAgentEvent.ToolCallStarted" flattened one level

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-02 18:25:27 -05:00
..
src Add --debug global CLI flag to switch log level from INFO to DEBUG 2026-03-02 12:13:59 -05:00
tests Flatten progress.jsonl event format to top-level fields 2026-03-02 18:25:27 -05:00
Cargo.toml Add file-based tracing infrastructure with ARC_LOG control 2026-03-01 18:18:12 -05:00