fabro/lib/crates/fabro-cli
Bryan Helmkamp 99ce9a66c4 refactor(cli): route global args through settings layer
Resolve CLI settings once from user config plus process-local overrides
and pass the resolved view through command dispatch and CommandContext.

This keeps config-driven cli.output, cli.updates, and cli.logging
behavior working while preserving commands that only reject explicit
--json overrides. It also removes the implicit auto-approve coupling
from JSON run output.
2026-04-14 12:27:59 -04:00
..
src refactor(cli): route global args through settings layer 2026-04-14 12:27:59 -04:00
tests/it refactor(cli): route global args through settings layer 2026-04-14 12:27:59 -04:00
build.rs refactor(async): lint std::process::Command across all targets 2026-04-12 13:35:57 -04:00
Cargo.toml fix(install): harden GitHub app bootstrap 2026-04-13 21:20:10 -04:00