Add first-pass runtime-causality contracts v0#100
Conversation
Expanded runtime-causality scopeThis PR has been extended beyond the original four-schema first-pass slice. Current branch scope now includes ten runtime-causality contract families:
Each schema has a corresponding example payload. The documentation in
Remaining follow-up after this PR:
|
Replays runtime diagnostic contracts from #100 onto current main. Captured: - RetryLoopFingerprint - SecurityVerdictState - NetworkTruthState - BrowserLaunchTransaction - DesktopServiceBrokerState - MaintenanceEpoch - RuntimeRegistryIntegrityRecord - BootSessionPhaseState - DiagnosticStormRecord - matching synthetic examples - runtime diagnostic validator and workflow Validation on 2344c25: - Runtime Diagnostics: success - validate-ops-history: success Partial capture of #100; RuntimeIdentityGraph remains deferred.
|
Partial capture update. Merged #108 / Captured in #108:
Validation observed on #108 head
Remaining from this PR and intentionally not closed yet:
Reason: the connector blocked the |
Completes the deferred RuntimeIdentityGraph replay from #100. Captured: - RuntimeIdentityGraph schema - RuntimeIdentityGraph synthetic example - runtime diagnostic validator updated to include the identity graph pair Validation on d918f86: - Runtime Diagnostics: success - validate-ops-history: success Completes #100 after #108.
|
Final capture update. Runtime diagnostic contracts are now fully captured on current Merged #108 /
Merged #110 /
Validation observed:
Content status: fully captured. This stale PR can be closed as superseded. |
This PR adds the first slice of runtime-causality contracts, including four schemas and four example files derived from ordered diagnostic logs. It collapses repeated failures, security verdicts, network truth ambiguity, and browser preflight transactions into typed, bounded records.
RetryLoopFingerprint,SecurityVerdictState,NetworkTruthState,BrowserLaunchTransactiondocs/contract-additions/runtime-causality-contracts-v0.mdThis prepares the SourceOS spec for reproducible diagnostics, browser/terminal child-process validation, and mesh/network intelligence evidence recording.