feat(experiments): land claim 1-4 experiments + claim 1-2 CI tests on main#355
Merged
Conversation
…on main The README and paper already reference experiments for claims 1-4, but the dirs only reached feat/cloud-deploy-tutorials via #345 (merged into the wrong base) and never landed on main. This restores reproducibility: all 7 run.py scripts in experiments/ now exist on main. - claim1-policy-hash-binding, claim2-session-vs-call-policy, claim2-false-positive-rate, claim3-rug-pull-detection, claim4-trace-claim-nonce - CI tests for claims 1 and 2 (claims 3 and 4 tracked in #353, #354) Verified: all 7 experiment scripts exit 0 and 30 claim tests pass against main's cmcp_runtime in a clean venv. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Lands the experiments for claims 1-4 and the CI tests for claims 1-2 onto
main.Why
The
experiments/README.mdand the cMCP paper both reference reproduciblerun.pyscripts for all six claims. But onmainonly claim 5 and claim 6 existed. The claim 1-4 work was merged via #345 intofeat/cloud-deploy-tutorials(the wrong base) and never reachedmain, so 4 of the 7 documented reproduction commands failed withNo such file. This restores the reproducibility claim.Contents
experiments/claim1-policy-hash-binding/experiments/claim2-session-vs-call-policy/experiments/claim2-false-positive-rate/experiments/claim3-rug-pull-detection/experiments/claim4-trace-claim-nonce/tests/unit/test_claim1_hash_binding.py(6 tests)tests/unit/test_claim2_session_gap.py(6 tests)CI tests for claims 3 and 4 remain tracked in #353 and #354 (unchanged; the README CI table already reflects this).
Verification
In a clean venv against
main'scmcp_runtime:experiments/*/run.pyscripts exit 0pyteston claims 1, 2, 5, 6: 30 passed🤖 Generated with Claude Code