Before: /operating_context shows "Next safe access action: spark access setup (run policy: auto_safe, confirmation required: no)" but running spark access setup actually requires typing "approve access change" as confirmation.
Expected: The AOC should accurately report confirmation required: yes for spark access setup since the command blocks waiting for interactive confirmation before proceeding.
Repro steps:
- Send /operating_context in Telegram
- Observe: Next safe access action: spark access setup (run policy: auto_safe, confirmation required: no)
- Run spark access setup --json in terminal
- Observe: Spark needs confirmation before continuing. Type exactly: approve access change
- The confirmation required status is incorrect in the AOC
After fix: /operating_context now correctly shows run policy: confirm_once, confirmation required: yes for spark access setup instead of auto_safe and no.

Before: /operating_context shows "Next safe access action: spark access setup (run policy: auto_safe, confirmation required: no)" but running spark access setup actually requires typing "approve access change" as confirmation.
Expected: The AOC should accurately report confirmation required: yes for spark access setup since the command blocks waiting for interactive confirmation before proceeding.
Repro steps:
After fix: /operating_context now correctly shows run policy: confirm_once, confirmation required: yes for spark access setup instead of auto_safe and no.