fabro/crates/arc-cli
Bryan Helmkamp 95864ab788 Add run labels and arc runs list/prune CLI
- Add `labels: HashMap<String, String>` to RunConfig, written to manifest.json
- Add `--label KEY=VALUE` flag to `arc run` (repeatable)
- New `arc runs` command: list pipeline runs with table or --json output
- New `arc runs prune` command: delete old runs with --before, --pipeline,
  --label, --orphans filters (dry-run by default, --yes to confirm)
- 13 new tests covering scan_runs, filter_runs, prune, and manifest labels

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 20:23:26 -05:00
..
src Add run labels and arc runs list/prune CLI 2026-03-01 20:23:26 -05:00
tests Fix clippy warnings, test failures, and apply cargo fmt 2026-03-01 13:02:16 -05:00
Cargo.toml Add file-based tracing infrastructure with ARC_LOG control 2026-03-01 18:18:12 -05:00