Skip to content

Latest commit

 

History

History
57 lines (31 loc) · 1.03 KB

File metadata and controls

57 lines (31 loc) · 1.03 KB

Install and Replay

Clone

git clone https://github.com/Kamanaka5502/dimensional-drift-witness.git

cd dimensional-drift-witness

Create Environment

python3 -m venv .venv

source .venv/bin/activate

python -m pip install --upgrade pip

python -m pip install pytest

Run Proof Pack

python proof_pack.py

Expected result: PASS: Dimensional Drift Witness proof pack verified

Run Tests

python -m pytest -q

Expected result: 4 passed

Run CLI

python ddw_cli.py verify

python ddw_cli.py summary

python ddw_cli.py receipt

Expected summary:

Total Cases: 4 Drift Detected: 2 No Drift: 1 Operational Divergence: 1 P4 Drift: 2

Deterministic Replay Check

After running the proof pack and tests, the repository should remain clean:

git status

Expected result: nothing to commit, working tree clean

What This Confirms

The replay confirms that the witness can distinguish dimensional drift, no drift, and operational divergence. It also confirms that receipt generation is deterministic by default.