fabro/lib/crates/arc-workflows/tests
Bryan Helmkamp 9245a9987b Fix Daytona sandbox clone failing on unpushed worktree branch
When `arc run` uses a Daytona sandbox, `initialize()` re-detects the
branch from cwd — but by that point the worktree has switched HEAD to
`arc/run/{run_id}`, which was never pushed, causing the clone to fail
with HTTP 400. Pass the already-known base branch (e.g. `main`) from
the caller instead of re-detecting it inside the sandbox.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-10 23:11:42 -04:00
..
attractor_compat.rs Fix relative paths broken by crates/ → lib/crates/ move 2026-03-09 13:20:47 -04:00
cp_integration.rs Move crates/ to lib/crates/ and update all references 2026-03-09 13:12:35 -04:00
daytona_integration.rs Fix Daytona sandbox clone failing on unpushed worktree branch 2026-03-10 23:11:42 -04:00
integration.rs Eliminate GitCheckpointMode enum, unify local and remote git operations 2026-03-10 18:46:46 -04:00