Skip to main content

Prerequisites

  • Python 3.11, 3.12, or 3.13

Install the released package

This installs the RISI library and CLI. The bundled DEP-01 scenario and approval files are source examples and are not included in the wheel.

Prepare the source example

Running DEP-01 also requires Git and uv.

Inspect and validate

Validation reads the scenario but does not execute an episode or create artifacts.

Execute the safe baseline

The run is synchronous and model-free. It proposes a synthetic action, evaluates it, and writes an atomic evidence bundle under artifacts/dep-01-local-reference/.

Execute the controlled CRAF comparison

This separately approval-bound example runs control, memory-eclipsing, and protected-recall arms from one shared snapshot. It is deterministic, synthetic, local-only, and executes no external action.

Verify, replay, and report

Run identifiers are immutable within an artifact root. Use a fresh artifact root for another run of the unchanged example. If the manifest changes, its approval digest must also be reviewed and updated.
The example is synthetic and performs no external action. Do not connect proposed decisions to a live deployment or another consequential system.