on_external_input(
self,
event: ExternalInput,
) -> NoneRoute external prompt and command events through the app queue.
Honors event.bypass: when an external caller supplies any tier
other than QUEUED, the event skips the queue regardless of normal
per-command policy. This is the documented escape hatch for
scripted callers that need to inject high-priority work.