fabro/lib/crates/fabro-cli
Bryan Helmkamp 3f027be220
refactor: route --in-place through worktree_mode override
Drop --allow-no-checkpoints and the paired ManifestArgs in_place /
allow_no_checkpoints fields. The CLI now translates --in-place into a
single ManifestArgs.worktree_mode = "never" signal that flows through
the existing args→layer pipeline as run.sandbox.local.worktree_mode =
Never. The server computes prepared.in_place from the resolved settings
once, replacing the trio of bail!s and the sandbox-default fixup.
2026-04-28 08:44:54 -07:00
..
src refactor: route --in-place through worktree_mode override 2026-04-28 08:44:54 -07:00
tests/it refactor: route --in-place through worktree_mode override 2026-04-28 08:44:54 -07:00
build.rs feat(cli): surface debug build profile in version output 2026-04-18 09:44:54 -04:00
Cargo.toml feat(server): support stdout log destination 2026-04-26 14:52:15 -04:00