The core runtime story is the Friday-to-Monday transition:
-
Friday MCP and notes work produce hypotheses and preserved reasoning
-
Track A bundling freezes the real handoff
-
Monday validation, verification, and extraction prove the artifact rather than trusting it by habit
Canonical runtime flows
These workflows show how live exploration, durable notes, and proof artifacts hand work to each other over time.
Key Scenarios
| Scenario | Trigger | Main interaction | Trust result |
|---|---|---|---|
Live investigation |
An operator or agent needs current workspace context. |
|
Track B hypotheses and optional note updates; no proof-grade artifact claim. |
Bundle materialization |
A clean source tree needs a reproducible handoff. |
|
Track A snapshot with explicit provenance and trust metadata. |
Artifact verification |
A human or CI runner receives a bundle. |
|
Trusted artifact only when the proof checks pass. |
Extraction and recovery |
A bundle must reconstruct files for review or downstream work. |
|
Recovered files remain tied to manifest and checksum evidence. |
Safe note mutation |
A trusted local session intentionally changes durable repository memory. |
MCP mutation requires explicit policy and mutation enablement, followed by note governance review. |
Conditional cognition updated with auditability; still not artifact proof. |
Failure Semantics
Dirty tracked files stop promotable bundling unless the operator records an explicit local override. Checksum drift means the artifact no longer matches manifest truth. Degraded extraction means deterministic recovery could not be proven and must stay opt-in. MCP denials are expected when the active policy does not authorize mutation.