You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message: externalUrl ? `Stage '${currentStage}' is awaiting external review at: ${externalUrl}. Neither branch merge detection nor CLI-based check detected approval yet. Run /haiku:pickup after the review is approved.` : `Stage '${currentStage}' is awaiting external review but no review URL was recorded. Run /haiku:pickup after the review is approved.`
81553
81572
};
81554
81573
}
81555
81574
}
@@ -82632,12 +82651,11 @@ ${content}`);
82632
82651
sections.push(
82633
82652
`## Awaiting External Review
82634
82653
82635
-
${externalUrl ? `The stage is awaiting external review at: ${externalUrl}
82654
+
${externalUrl ? `The stage is awaiting external review at: ${externalUrl}` : "The stage is awaiting external review but no review URL has been recorded."}
82636
82655
82637
-
` : "The stage is awaiting external review but no review URL has been recorded.\n\n"}Ask the user for the status of the external review. If approved, call \`haiku_run_next { intent: "${slug}" }\` \u2014 the FSM will detect the approval and advance.
82656
+
The orchestrator checks for approval automatically (branch merge detection + URL-based CLI probing). Neither detected approval yet.
82638
82657
82639
-
${externalUrl ? "" : `If the user provides a review URL, pass it: \`haiku_run_next { intent: "${slug}", external_review_url: "<url>" }\`
82640
-
`}`
82658
+
Inform the user that the stage is waiting on external review. After the review is approved, run \`/haiku:pickup\` to continue.`
0 commit comments