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

t-580·WorkTask·
·
·
·Omni/Ide.hs
Created1 week ago·Updated1 week ago

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 → InProgress1 week ago
💬[human]1 week 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 → Done1 week ago