Remove execve guardian short-circuit note

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
Charles Cunningham
2026-03-24 20:57:08 -07:00
parent 1f322d46fd
commit f8a580cad1

View File

@@ -434,9 +434,6 @@ impl CoreShellActionProvider {
let approval_id = Some(Uuid::new_v4().to_string());
Ok(stopwatch
.pause_for(async move {
// Guardian-routed execve reviews short-circuit in
// `process_decision()` before calling this helper. `prompt()`
// is only the human approval path.
let available_decisions = vec![
Some(ReviewDecision::Approved),
// Currently, ApprovedForSession is only honored for skills,