Design and implement pipeline communication via task comments.
Current flow: pipeline spawns agent → agent works → commits → done/fail.
Desired flow: 1. Pipeline picks up ready task, reads description + comments 2. Agent reads context. If unclear, posts a comment with questions, sets status to NeedsHelp 3. Human answers via web UI comment 4. Pipeline detects answer, re-spawns agent with full comment history 5. Agent completes work, commits 6. Pipeline verifies, integrates, sets to Done (or Review for human final approval)
Implementation:
DevNeedsInput Text — agent exited cleanly but posted a question comment instead of committing.task comment <id> 'your questions' --author agent:engineer --json and exit 0 without committing."Key files: Omni/Pipeline.hs, Omni/Pipeline/Dev.hs, Omni/Pipeline/Core.hs, Omni/Ide/Workflows/dev.md
Pipeline: verification skipped (No namespace set, skipping build verification), promoting
Pipeline: integrated into live at 96d9eb0f5847ed4aebdb86365c4c5cad1d9e9286
Pipeline: dev completed (run=dev-t-634-1771436546, cost=0.0c)