Merge claudedo/81e378014c31459c99eb2b140c36ada8

This commit is contained in:
mika kuns
2026-08-05 11:04:53 +02:00
5 changed files with 216 additions and 1 deletions
+1 -1
View File
@@ -270,7 +270,7 @@ public static class PromptFiles
- Running or WaitingForChildren leave it; only poll.
- WaitingForReview leave it; it goes straight to Phase 4.
Poll get_task until every task has left Queued and Running WaitingForReview on success, Failed on error. Report progress as tasks land; do not poll silently for minutes.
Call wait_for_task_change with the ids of every task still Queued or Running (timeoutSeconds up to 170) instead of sleeping and polling get_task yourself. It returns as soon as any of them leaves Queued/Running WaitingForReview on success, Failed on error or reports timedOut if none did. Report progress as tasks land, then call it again with whatever ids are still Queued/Running until none remain.
## Phase 4 Review and merge
One task at a time, in the order the brief lists them.