dev loop promotes to review even when no commit was produced

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

Dependencies

Description

Edit

Dogfood run on t-578: dev agent returned success without creating the requested change, but loop auto-promoted status from in-progress to review. Promotion should require either explicit status update by agent or branch SHA change (new/amended commit).

Timeline (4)

🔄[human]Open → InProgress1 week ago
💬[human]1 week ago

Fixed in run_single_task: auto-promotion to review now requires a branch commit SHA change. If no commit change is produced, status remains open/in-progress and a comment is added instead of false promotion.

🔄[human]InProgress → Done1 week ago