Codex Session Delivery Reliability
Sending paste and Enter keystrokes to a terminal proves only that Instar tried to dispatch a message. It does not prove Codex accepted it. Codex session delivery reliability records every inbound delivery durably and distinguishes dispatch, composer clearing, matching-turn consumption, and response.
If a rollout event or composer view is clipped, malformed, resized, or
ambiguous, the result is unknown. Instar does not turn absence into success
and does not blindly replay uncertain work.
Inspect the privacy-safe status with:
curl -H "Authorization: Bearer $AUTH" http://localhost:4040/sessions/inbound-delivery-statusThe response contains state counts, observer backlog and lag, startup activation status, breaker state, and uncertain-effect counts. It never contains message bodies.
Component map
Section titled “Component map”CodexComposerAdapterreconstructs the complete visible input region.CodexDeliveryObservercorrelates bounded rollout events and composer state.InboundDeliveryStoreowns the FULL-durable delivery and transfer ledger.CodexLifecycleProductionCompositionwires transfer and dark recovery seams into the production server.PhysicalEffectLockandTrackedPhysicalEffectDispatcherserialize and journal terminal or filesystem mutations across crashes.RecoveryActuationAuthorityis the delivery-scoped, once-only authority for future automatic recovery. It remains dark in this release.StageBActivationGateandStageBStartupReadinessrequire exact signed release evidence and prove local durability and lock conformance at restart.FrameworkProcessProvenanceproves a process is the pinned Codex host before watchdog policy may treat it as framework infrastructure.
Rollout safety
Section titled “Rollout safety”The observer activates only when exact release evidence passes the signed Echo canary gate. Explicit disable always wins. Autonomous refresh or replay remains separately dark, even when observation is active.