CHANGELOG.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
pyproject.toml
.agents/plugins/marketplace.json
.cursor-plugin/marketplace.json
.cursor/rules/runspecimen.mdc
docs/ABOUT.md
docs/FAQ.md
docs/MARKET_AND_DISTRIBUTION.md
docs/PRODUCT_PLAN.md
docs/RELEASE_CHECKLIST.md
docs/THREAT_MODEL.md
docs/USER_GUIDE.md
examples/demo_contract.json
examples/showcase/README.md
examples/showcase/contract.json
examples/showcase/work/compute.py
plugins/runspecimen/README.md
plugins/runspecimen/.codex-plugin/plugin.json
plugins/runspecimen/.cursor-plugin/plugin.json
plugins/runspecimen/assets/runspecimen-logo.png
plugins/runspecimen/rules/runspecimen.mdc
plugins/runspecimen/scripts/runspecimen_adapter.py
plugins/runspecimen/skills/runspecimen/SKILL.md
scripts/bootstrap_dev.sh
scripts/demo_rc.sh
scripts/refresh_showcase.py
scripts/release_check.py
src/runspecimen/__init__.py
src/runspecimen/__main__.py
src/runspecimen/approve.py
src/runspecimen/atomic.py
src/runspecimen/certificate.py
src/runspecimen/cli.py
src/runspecimen/contract.py
src/runspecimen/dashboard.py
src/runspecimen/demo.py
src/runspecimen/errors.py
src/runspecimen/events.py
src/runspecimen/hashutil.py
src/runspecimen/lease.py
src/runspecimen/paths.py
src/runspecimen/postflight.py
src/runspecimen/preflight.py
src/runspecimen/py.typed
src/runspecimen/recovery.py
src/runspecimen/run.py
src/runspecimen/runtime.py
src/runspecimen/signing.py
src/runspecimen/state.py
src/runspecimen/status.py
src/runspecimen.egg-info/PKG-INFO
src/runspecimen.egg-info/SOURCES.txt
src/runspecimen.egg-info/dependency_links.txt
src/runspecimen.egg-info/entry_points.txt
src/runspecimen.egg-info/top_level.txt
tests/__init__.py
tests/helpers.py
tests/test_adversarial.py
tests/test_approval_paths.py
tests/test_cli_signing.py
tests/test_core_hardening.py
tests/test_dashboard.py
tests/test_demo_cli.py
tests/test_hash_status.py
tests/test_lease.py
tests/test_predecessor_postflight.py
tests/test_recovery.py
tests/test_runtime_provenance.py
tests/test_signing.py
tests/test_tamper.py
tests/test_timeout_run.py
work/compute.py