fabro/lib/crates/arc-workflows/src/cli
Bryan Helmkamp 87435aef11 Preserve ts, run_id, event field order in progress.jsonl
Enable serde_json's preserve_order feature so Map uses insertion-order
IndexMap instead of sorted BTreeMap. Extract build_event_envelope()
from the on_event closure to deduplicate the envelope construction.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-11 13:01:17 -04:00
..
backend.rs Add AbortReason to AgentError::Aborted for diagnosable abort messages 2026-03-11 09:34:52 -04:00
cli_backend.rs Add last_file_touched as third status extraction fallback 2026-03-11 00:54:24 -04:00
cp.rs Split ~/.arc/logs/ into logs/ and runs/ 2026-03-10 09:40:03 -04:00
diff.rs Add --shortstat flag to arc diff for compact summary output 2026-03-11 00:28:01 -04:00
graph.rs Add arc graph subcommand to render workflow DOT graphs as SVG/PNG 2026-03-11 10:34:23 -04:00
mod.rs Add arc graph subcommand to render workflow DOT graphs as SVG/PNG 2026-03-11 10:34:23 -04:00
parse.rs Unify workflow resolution for validate and parse commands 2026-03-10 17:05:47 -04:00
pr.rs Simplify PR commands: rename fields, use constant, parallelize list 2026-03-10 19:54:38 -04:00
preview.rs Add arc preview command for Daytona sandbox preview URLs 2026-03-10 11:55:47 -04:00
progress.rs Simplify shorten_path and format call in progress UI 2026-03-11 00:28:33 -04:00
project_config.rs Unify workflow resolution for validate and parse commands 2026-03-10 17:05:47 -04:00
run.rs Preserve ts, run_id, event field order in progress.jsonl 2026-03-11 13:01:17 -04:00
run_config.rs Wire arc-devcontainer into sandbox creation flow 2026-03-10 22:54:59 -04:00
runs.rs Split ~/.arc/logs/ into logs/ and runs/ 2026-03-10 09:40:03 -04:00
ssh.rs Add arc ssh command for SSH access to Daytona sandboxes 2026-03-10 12:28:17 -04:00
validate.rs Print resolved graph path in arc run and arc validate 2026-03-11 10:03:34 -04:00