Interactive replay prototype
Install -> Replay -> Inspect
A replay-safe, client-side click-through for the centerpiece demo. Walk the success path, then toggle into a failure inspection where the evidence chain surfaces the mismatch.
Developer replay templates
Jump into preset, simulated replay postures. Templates only preselect scenario copy and starting step.
Policy mismatch surfaced
A canned failure path shows how a mismatch, continuity break, and negative trust delta become inspectable evidence.
Policy mismatch: Template loaded: start where the policy baseline and observed tool authority diverge.
Mission continuity breaks after the tool-scope mismatch.
The canned detector marks a negative trust delta because the requested action no longer matches the baseline.
Expected vs observed
Simulated replay diff for this step. Values are illustrative fixtures only.
vendor-read baseline -> drift check -> within authoritybaseline.compare -> vendor-write -> drift.flagWhy trust broke
- Divergence began when the runtime selected vendor.update instead of the vendor-read lookup path.
- Continuity broke at the policy edge P-104 because the observed tool chain crossed from read scope into write authority.
- Replay confidence shifted negative after GhostLog GL-3091 and drift scoring agreed on the same authority boundary break.
Multi-step drift replay
- 1Drift onset: vendor.update appears where the baseline expected vendor-read lookup.
- 2Compounding: policy mismatch and negative trust delta now point to the same authority break.
- 3Actionable threshold: escalation review is recommended once trust delta reaches -14.
- baseline: vendor-read
- observed: vendor-write
- trust delta: -14
- ops> drift detector flagged mission continuity break
- ops> trust delta moved negative against baseline
- ops> escalation review recommended for human operator
GhostLog explorer
Same mission, different runtime
Fast policy echo, review still required
Same canned mission, simulated as a managed runtime handoff.
Local receipt chain, slower stabilization
Same canned mission, simulated as a local runtime replay.
Shareable replay snapshot
Exports a static JSON bundle with steps, posture chips, truncated GhostLog events, diff summary, and timeline.
Starter framing: inspect-only. This prototype previews the replay and failure-inspection workflow while full Runtime Event Explorer acceptance criteria remain deferred.