fabro/lib/crates/arc-api
Bryan Helmkamp 71b4329669 Eliminate GitCheckpointMode enum, unify local and remote git operations
All git checkpoint, diff, push, worktree, and merge operations now go
through sandbox.exec_command() instead of maintaining parallel Host
(spawn_blocking) and Remote code paths. The enum is replaced by
git_checkpoint_enabled + host_repo_path on RunConfig, and
sandbox.is_remote() is used where behavior still differs.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-10 18:46:46 -04:00
..
src Eliminate GitCheckpointMode enum, unify local and remote git operations 2026-03-10 18:46:46 -04:00
tests Skip mTLS tests on macOS (LibreSSL generates incompatible certs) 2026-03-10 13:55:29 -04:00
Cargo.toml Gate arc-exe behind exedev feature flag 2026-03-10 00:08:09 -04:00