Mission #03 · Beginner
Run a governed replay
Run AI Governance Platform’s deterministic public-API walkthrough. It creates a local manifest and hands you to Studio to inspect the result or deliberately submit the replay.
STEP 01
Start the local stack
Start AI Governance Platform and wait for the seeded dataset and replayable source execution.
Run in your AI Governance Platform checkout./servers.shExpected outcome
The local API and Studio are ready for the public walkthrough.
STEP 02
Run the governed replay walkthrough
Use the versioned CLI scenario from the OSS checkout.
Run in your AI Governance Platform checkoutuv sync uv run ai-governance walkthrough governed-replayExpected outcome
The CLI reports completed, pending, or skipped steps and writes a manifest under .ai-governance/walkthroughs/.
STEP 03
Inspect the prepared replay
Open Studio to review the replay, its source execution, and its linked evidence.
Expected outcome
You can inspect a prepared replay without running any long-lived work yet.
STEP 04
Submit only when ready
Opt in to the normal replay job after you have inspected the prepared request.
Run in your AI Governance Platform checkoutuv run ai-governance walkthrough governed-replay --submit-replayExpected outcome
The replay job is queued; Studio shows its progress and subsequent evidence as the normal worker lifecycle completes.
