This repository is designed for deterministic reproduction of the paper's minimal experiment.
- Python 3.10 or later
- No runtime dependencies beyond the Python standard library
pytestfor test execution
pip install -e ".[dev]"
pytest
python -m runtime_admissibility.cli scenarios --out results/all_scenarios_output.jsonThe scenario files are static JSON documents. The engines do not use randomness, network access, external APIs, clocks, or live data.
All data are synthetic. No personal, confidential, financial, or customer data are included.
Sample outputs are included in results/. New outputs can be reproduced by running the CLI against scenarios/.