-
Notifications
You must be signed in to change notification settings - Fork 9
feat(judge): support judge-specific skills #141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 23 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
a93ce15
feat(config): add multi-turn conversation schema fields and validation
roark47 bdbd453
feat(agent): add SessionResumer interface for multi-turn conversation
roark47 5037fb9
feat(evaluator): add multi-turn conversation execution engine
roark47 009979c
feat(evaluator): strengthen post_condition and capture semantics
roark47 de841a9
feat(judge): add per-turn assertion rules for multi-turn evaluation
roark47 96a3422
feat(report): add per-turn results to report output formats
roark47 fd9ac51
docs: add multi-turn conversation documentation and update e2e examples
roark47 8a37fd4
feat(agent): implement SessionResumer for Codex engine
roark47 ab3dfa5
fix(agent): use codex exec resume for non-interactive session resumption
roark47 ca01982
fix(judge): include rule keywords in assertion evidence
roark47 1028b09
fix(evaluator): proceed to judge on skip_remaining post-condition fai…
roark47 5605b45
fix(report): render multi-turn conversation and failure reasons in HTML
roark47 0403c16
chore: ignore local verification project directory
roark47 8fd2360
chore: Update changelog
roark47 93c6907
fix(evaluator): correct multi-turn execution accounting
roark47 f972d95
fix: address copilot multi-turn review feedback
roark47 8a47786
docs(proposals): add agent judge skill proposal
roark47 3cc2256
docs(proposals): address agent judge skill review
roark47 a7a9196
feat(judge): support judge-specific skills
roark47 96a3c98
feat(report): surface judge skill metadata
roark47 ed2466e
docs: document judge-specific skills
roark47 f16255c
chore(cli): annotate judge debug JSON serialization
roark47 ea3dc5c
chore: merge main into proposal branch
roark47 09f3684
fix(judge): address judge skill review feedback
roark47 fb41d22
Merge remote-tracking branch 'origin/main' into codex/implement-propo…
roark47 caacdeb
fix(ci): adapt cleanup to runtime shell descriptor
roark47 e99ffe0
docs: add judge agent skill usage guide
roark47 488f0e9
fix(judge): require explicit judge skill invocation
roark47 dc801c2
Revert "docs: add judge agent skill usage guide"
roark47 903afa4
docs: correct release changelog entries
roark47 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.