fabro/crates
Bryan Helmkamp dc348d553e Extract parse_ast() and use Write sink in parse_command
- Extract shared strip+parse+trailing-check into parser::parse_ast()
  so both parser::parse() and parse_command reuse it
- Accept impl Write in parse_command so tests verify actual JSON output
  instead of re-parsing independently

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-05 16:19:34 -05:00
..
arc-agent Use typed enums in cli.toml config and simplify defaults 2026-03-05 00:37:43 -05:00
arc-api Rename handler types: agent_loop → agent, one_shot → prompt 2026-03-05 07:44:33 -05:00
arc-cli Add arc parse FILE.dot subcommand to print raw AST as JSON 2026-03-05 16:16:04 -05:00
arc-db Fix cargo fmt formatting across workspace 2026-03-04 00:36:44 -05:00
arc-devcontainer Fix Dependabot security alerts: update aws-lc-sys, jsonwebtoken, git2 2026-03-04 00:42:23 -05:00
arc-git-storage Add structured tracing across 7 crates per logging audit plan 2026-03-01 19:43:19 -05:00
arc-llm Widen MODEL column from 24 to 30 chars in CLI tables 2026-03-05 10:43:29 -05:00
arc-mcp Add structured tracing across 7 crates per logging audit plan 2026-03-01 19:43:19 -05:00
arc-slack Simplify arc-slack: use thiserror, remove dead params, extract helpers 2026-03-05 09:24:22 -05:00
arc-types Fix cargo fmt formatting across workspace 2026-03-04 00:36:44 -05:00
arc-util Extract CheckReport into arc-util and use it for preflight output 2026-03-04 11:52:58 -05:00
arc-workflows Extract parse_ast() and use Write sink in parse_command 2026-03-05 16:19:34 -05:00