SYM-20 Fix libcrypto canonical evaluation contract and add repo-local Codex skill#2
Open
iskindar wants to merge 1 commit into
Open
SYM-20 Fix libcrypto canonical evaluation contract and add repo-local Codex skill#2iskindar wants to merge 1 commit into
iskindar wants to merge 1 commit into
Conversation
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.
Summary
What Changed
.codex/skills/runnable-libcrypto-canonical-eval/scripts/libcrypto_bench_paths.pyandscripts/validate_libcrypto_ground_truth.pydocs/exp/2026-05-10-libcrypto-canonical-eval-contract.mdand index it fromdocs/exp/topics.mdCanonical Result
precision=0.9523329079813952,recall=0.7765067563788988precision=0.9302727358917905,recall=0.7797547041527227mixedValidation
python3 -m unittest tests.test_libcrypto_bench_paths tests.test_validate_libcrypto_ground_truthpython3 scripts/libcrypto_bench_paths.py binary --must-existpython3 scripts/libcrypto_bench_paths.py groundtruth-pb --must-existpython3 scripts/libcrypto_bench_paths.py text-startpython3 scripts/validate_libcrypto_ground_truth.py gap-audit --out-dir runs/groundtruth_validation/canonical_gap_auditpython3 scripts/validate_libcrypto_ground_truth.py cmp --ll runs/runnable-dev-2026-0429-textstart-serial/libcrypto.so.3.entry_0x500cef80.ll --out-dir runs/groundtruth_validation/textstart_serial_cmp --examples 10python3 scripts/validate_libcrypto_ground_truth.py cmp --ll runs/runnable-dev-2026-0501-textstart-dynamic-reapfix/libcrypto.so.3.entry_0x500cef80.dynamic.ll --out-dir runs/groundtruth_validation/textstart_dynamic_cmp --examples 10python3 scripts/validate_libcrypto_ground_truth.py cmp --ll runs/validate-libcrypto-llm-agent-current/docker_exec/baseline/libcrypto.so.3.entry_0x500cf000.ll --out-dir runs/groundtruth_validation/canonical_baseline_cmp --examples 10 --allow-low-metricsRefs SYM-20