fabro/crates
Bryan Helmkamp 918847af91 Field-level merging for run config defaults
apply_defaults() previously did whole-struct replacement for llm, setup,
and sandbox sections. If run.toml specified only [llm] model, the entire
server.toml [llm] block (including provider) was lost. Now each field
merges individually: task values win per-field, with map-merge for labels
(like vars) and whole-struct semantics for snapshot.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-04 07:58:56 -05:00
..
arc-agent Fix UTF-8 string slicing panics with floor_char_boundary helper 2026-03-04 02:36:56 -05:00
arc-api Fix cargo fmt formatting across workspace 2026-03-04 00:36:44 -05:00
arc-cli Fix cargo fmt formatting across workspace 2026-03-04 00:36:44 -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 Fix cargo fmt formatting across workspace 2026-03-04 00:36:44 -05:00
arc-mcp Add structured tracing across 7 crates per logging audit plan 2026-03-01 19:43:19 -05:00
arc-types Fix cargo fmt formatting across workspace 2026-03-04 00:36:44 -05:00
arc-util Fix cargo fmt formatting across workspace 2026-03-04 00:36:44 -05:00
arc-workflows Field-level merging for run config defaults 2026-03-04 07:58:56 -05:00