Approval binding
reference-approval-binding-v1
- Runs
- 2
- Model calls
- 0
- Network
- off
- Artifacts
- 4
python3 labs/reproduce.py reference-approval-binding-v1 --output reproduction-report.jsonInspect the experiment first Start from a clean public-repository checkout, rebuild a deterministic experiment offline with the Python standard library, compare every committed artifact byte-for-byte, and emit a public-reviewable reproduction report.
No API key, model account, network access, or dependency installation is needed. Git and Python 3.12+ are enough.
Use a full public Git commit and confirm that the tracked worktree is clean.
Choose one Controlled experiment; the script rebuilds its traces, result, and report in memory.
Compare committed artifacts byte-for-byte and verify the generated report_sha256.
Keep reproduced, failed, or not-comparable exactly as observed; never rewrite a negative result as success.
git status --short
python3 labs/reproduce.py reference-tool-roundtrip-v1 --output reproduction-report.json
python3 labs/reproduce.py --verify-report reproduction-report.jsonThis inventory comes directly from the experiment Registry. Every entry has a fixed fixture, scenario, two runs, and committed structured artifacts.
reference-approval-binding-v1
python3 labs/reproduce.py reference-approval-binding-v1 --output reproduction-report.jsonInspect the experiment first reference-checkpoint-rollback-v1
python3 labs/reproduce.py reference-checkpoint-rollback-v1 --output reproduction-report.jsonInspect the experiment first reference-context-budget-v1
python3 labs/reproduce.py reference-context-budget-v1 --output reproduction-report.jsonInspect the experiment first reference-context-compaction-v1
python3 labs/reproduce.py reference-context-compaction-v1 --output reproduction-report.jsonInspect the experiment first reference-memory-retrieval-v1
python3 labs/reproduce.py reference-memory-retrieval-v1 --output reproduction-report.jsonInspect the experiment first reference-project-trust-v1
python3 labs/reproduce.py reference-project-trust-v1 --output reproduction-report.jsonInspect the experiment first reference-sandbox-network-v1
python3 labs/reproduce.py reference-sandbox-network-v1 --output reproduction-report.jsonInspect the experiment first reference-session-replay-v1
python3 labs/reproduce.py reference-session-replay-v1 --output reproduction-report.jsonInspect the experiment first reference-stream-normalization-v1
python3 labs/reproduce.py reference-stream-normalization-v1 --output reproduction-report.jsonInspect the experiment first reference-tool-roundtrip-v1
python3 labs/reproduce.py reference-tool-roundtrip-v1 --output reproduction-report.jsonInspect the experiment first Reproduction is not a scorecard that accepts only green results. Failures and non-comparable runs can expose platform differences, stale assumptions, or tooling defects.
Clean, pinned source rebuilt every declared artifact exactly and is ready for human submission review.
The run was comparable, but an input, execution, or artifact check failed; that result is still valuable.
The observation could not bind to a clean, pinned Git state; fix the environment without raising the evidence level.
Claim independent reproduction only after running it yourself in your own environment. Submit the original JSON, actual command, deviations, relevant affiliations, and an explicit statement that you are not acting for the project maintainer. CI, maintainer reruns, and AI agents acting for the maintainer do not satisfy the external-participant requirement.