Skip to main content

Crate continuity_runtime

Crate continuity_runtime 

Source
Expand description

Typed continuity and incident surface crate for post-v20 artifact families.

The crate keeps its compatibility name, but it publishes typed continuity surfaces and bounded helper profiles rather than an incident-command runtime.

§Integration Points

  • forge-pilot observe phase: governance_gate.rs (#[cfg(feature = "governance")]) reads incident case status, containment decision state, and SLO profile error budgets from semantic-memory projections.
  • forge-pilot act phase: active incident cases and containment decisions gate whether the loop proceeds with normal execution or enters incident-aware mode.
  • verification-control: incident case and recovery plan case types are affected; SLO breach events trigger recertification and postmortem verification cases.
  • Stack Arena scenarios: governed lane exercises governance observation of incident case lifecycle and SLO profile budget consumption.

§Artifact Families

ArtifactSchema VersionOwner
IncidentCaseV1IncidentCaseV1this crate
ContainmentDecisionV1ContainmentDecisionV1this crate
ForensicFreezeV1ForensicFreezeV1this crate
ContinuityExceptionV1ContinuityExceptionV1this crate
RecoveryPlanV1RecoveryPlanV1this crate
RecoveryReplaySliceV1RecoveryReplaySliceV1this crate
PostmortemBundleV1PostmortemBundleV1this crate
ResilienceExerciseV1ResilienceExerciseV1this crate
ServiceLevelProfileV1ServiceLevelProfileV1this crate
ErrorBudgetLedgerV1ErrorBudgetLedgerV1this crate

Re-exports§

pub use error::*;
pub use incident::*;
pub use profile_p7_incident_routing::*;
pub use recovery::*;
pub use slo::*;
pub use vocab::*;

Modules§

error
incident
profile_p7_incident_routing
recovery
slo
validation
vocab