huskies: merge 986
This commit is contained in:
@@ -109,7 +109,7 @@ impl AgentPool {
|
||||
.await;
|
||||
|
||||
let (gates_passed, gate_output) = match gates_result {
|
||||
Ok(Ok(pair)) => pair,
|
||||
Ok(Ok(outcome)) => (outcome.passed, outcome.output),
|
||||
Ok(Err(e)) => {
|
||||
eprintln!("[startup:reconcile] Gate check error for '{story_id}': {e}");
|
||||
let _ = progress_tx.send(ReconciliationEvent {
|
||||
|
||||
Reference in New Issue
Block a user