An envelope, not an on-wire rewrite
IntentGate issues a signed recovery and inoculation envelope the runtime applies. It does not rewrite the HTTP or SSE context stream on the wire.
When a breaker trips or an anomaly is caught, the workflow does not have to crash. IntentGate issues a signed recovery-and-inoculation envelope that returns the session to a known-safe state and inoculates it against repeating the offending pattern—signed with the gateway key so the runtime can trust what it applies.
Recovery is a signed instruction the runtime applies, not a silent rewrite of the traffic underneath it.
The envelope is a small, verifiable payload the runtime consumes. It records why it was issued and what safe state to return to.
signed: gateway keypattern: offending callaudit: appendedRewind is a signed recovery and inoculation envelope. It is deliberately not the on-wire re-stream proxy.
IntentGate issues a signed recovery and inoculation envelope the runtime applies. It does not rewrite the HTTP or SSE context stream on the wire.
Replaying and rewriting the context stream through a proxy is backlog, not shipping. Describing it as live would be overclaiming, so we do not.
The envelope is signed so the runtime can verify origin before applying it. A client that cannot verify the signature does not apply the recovery.
The gateway issues; the client applies. Recovery depends on a runtime that consumes the envelope, which is why it is delivered as signed, verifiable state.
Each control sits on the same MCP firewall decision path. Explore the neighbouring runtime capabilities.