fix(commander): add ClaudeQQ approval proxy draft path (#134)
Co-authored-by: Codex <codex@noreply.local>
This commit is contained in:
@@ -656,7 +656,7 @@ async function main(): Promise<void> {
|
||||
}),
|
||||
},
|
||||
}),
|
||||
}), "github transient full record");
|
||||
}));
|
||||
const githubTransientPreflight = asRecord(githubTransientFullRecord.preflight);
|
||||
assertCondition(githubTransientPreflight.retryable === true, "GitHub transient full preflight should be retryable", githubTransientPreflight);
|
||||
assertCondition(githubTransientPreflight.commanderAction === "retry-backoff-or-keep-running-if-heartbeat-fresh", "GitHub transient full preflight should expose bounded commander action", githubTransientPreflight);
|
||||
|
||||
Reference in New Issue
Block a user