Proof-Carrying Rescue Suite v0

The v0 rescue suite is complete.

Forge now emits one manifest for all four proof-carrying rescue lanes:

forge rescue --suite --strict

That command writes the manifest, replay result, markdown summary, and dev-facing Explorer fixture:

reports/proof_carrying_rescue_suite_v0_2026_05_26.json
reports/proof_carrying_rescue_replay_v0_2026_05_26.json
reports/proof_carrying_rescue_suite_v0_2026_05_26.md
reports/proof_carrying_rescue_explorer_fixture_v0_2026_05_26.json

The interactive software inspection surface lives at:

https://monogate.dev/explorer/rescue-suite

The Four Lanes

Boundary eventRescue operatorRescue eventObligation
domain_walllog_domain_liftlog_domain_rescuePositiveCoordinateObligation
overflow_wallguard_clampguard_rescueOutputSafetyObligation
phantom_attractorprecision_escapeinterior_samplePrecisionSensitivityObligation
saturation_shelfsaturation_deshelfcorner_concentrationClampInvariantObligation

Each lane has:

What v0 Means

v0 does not mean the optimizer is production-rewriting programs through these rescues. It means Monogate now has a complete evidence vocabulary for the first four boundary events:

raw boundary event
  -> named rescue operator
  -> packet witness
  -> MachLib obligation bridge

The next phase is unification: use the manifest as the stable artifact for Explorer, dashboards, future electronics courseware, and deeper MachLib proofs.

For the practical contract, see How to Read the Rescue Suite.

React