[codex] Add Hegel property bench suite#1
Merged
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 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 |
fireharp
marked this pull request as ready for review
June 8, 2026 18:17
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
Adds an opt-in Hegel verifier layer for chant without changing recipe schema or the default verifier-first trust path. This now reports Hegel evidence per property instead of collapsing the suite into one aggregate result.
Changes
chant bench --suite=propertiesas an explicit opt-in suite.chant bench --suite=allas the fast compatibility gate: retrieval + e2e only.casescounts..chant/hegel/properties-report.json..chant/hegel/failures/<property-id>.jsonwhen a property fails.hegel.dev/go/hegel v0.5.3and keeps Hegel state under.chant/hegel/.HEGEL_SERVER_COMMAND.Property coverage
PROP-retrieval-stale-penalty: 50 casesPROP-retrieval-signal-monotonicity: 50 casesPROP-runner-trust-gate: 50 casesPROP-spell-hash-stability: 50 casesPROP-csv-recipe-oracle: 25 casesValidation
go test ./...go test -tags hegel ./internal/bench -run TestRunProperties_AllPass -count=1go run ./cmd/chant bench --suite=properties --json->total: 5,passed: 5,failed: 0go run ./cmd/chant bench --suite=all --json-> retrieval + e2e only,failed: 0git diff --checkNotes
Left unrelated untracked
repomix-output.xmlout of the commits.