dev-review-release prepare step conflicts on base branch checkout

t-580·WorkTask·
·
·
·Omni/Ide.hs
Created2 months ago·Updated2 months ago·pipeline runs →

Dependencies

Description

Edit

Observed during dogfood on t-578: prepare_workspace_for_task attempts 'git checkout live' in dedicated worktrees, but live is already checked out in /home/ben/omni/live so checkout fails. This blocks/risks dev/review/integrator loops with default --base live.

Timeline (4)

🔄[human]Open → InProgress2 months ago
💬[human]2 months ago

Fixed in Omni/Ide/dev-review-release.sh prepare logic: dev no longer checks out base branch before creating task branch; review now directly detaches to task branch; integrator attempts base checkout but falls back safely to current branch if unavailable.

🔄[human]InProgress → Done2 months ago