Add ECEB enterprise context benchmark - #1
Merged
Merged
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (25)
📝 WalkthroughWalkthroughAdded ECEB-0.1 schemas, specification, evaluator, CLI, synthetic authentication benchmark, conformance fixtures, negative validation gates, CI integration, and published documentation. ChangesECEB benchmark and conformance
Estimated code review effort: 5 (Critical) | ~90 minutes Sequence Diagram(s)sequenceDiagram
participant CLI
participant Corpus
participant Evaluator
participant Report
CLI->>Corpus: verify benchmark corpus
CLI->>Evaluator: evaluate benchmark and run
Evaluator->>Evaluator: validate evidence, policy, quality, and repetition gates
Evaluator->>Report: build ECEB report
Report-->>CLI: write report or return exit status
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
copyleftdev
marked this pull request as ready for review
August 2, 2026 18:16
This was referenced Aug 2, 2026
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 changed
evaluate-ecebCLI commandWhy
Symgliph needs to test the minimum verified, policy-permitted context that preserves answer quality—not merely whether a model can answer with an unrestricted corpus. ECEB separates research claims from conformance fixtures and makes policy violations hard failures.
Impact
Implementations can now submit repeatable run records and receive per-task token, cost, quality, provenance, policy, and repeatability vectors. The checked-in seed is explicitly synthetic and does not claim enterprise-scale model performance.
Validation
cargo fmt --all --checkcargo clippy --all-features --all-targets -- -D warningscargo test --all-features --all-targets --lockedspec/validate.shscripts/eceb-conformance.shscripts/site-check.shnpx --yes html-validate site/index.html site/404.htmlcargo doc --all-features --no-deps --lockedcargo package --lockedSummary by CodeRabbit
New Features
Documentation
Tests