git clone https://github.com/Kamanaka5502/dimensional-drift-witness.git
cd dimensional-drift-witness
python3 -m venv .venv
source .venv/bin/activate
python -m pip install --upgrade pip
python -m pip install pytest
python proof_pack.py
Expected result: PASS: Dimensional Drift Witness proof pack verified
python -m pytest -q
Expected result: 4 passed
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
After running the proof pack and tests, the repository should remain clean:
git status
Expected result: nothing to commit, working tree clean
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.