Skip to content

refactor(pipeline): unify builtin grader configs into code_graders#1086

Merged
christso merged 1 commit intomainfrom
fix/1075-unify-grader-dirs
Apr 13, 2026
Merged

refactor(pipeline): unify builtin grader configs into code_graders#1086
christso merged 1 commit intomainfrom
fix/1075-unify-grader-dirs

Conversation

@christso
Copy link
Copy Markdown
Collaborator

Summary

  • Removes the separate builtin_graders/ directory introduced in fix(pipeline): grade built-in deterministic assertions in subagent mode #1085
  • Built-in assertion configs (contains, regex, etc.) are now written to code_graders/ alongside code-grader configs
  • pipeline grade dispatches based on the config's type field: configs with a command field run as external scripts, all others are evaluated in-process
  • Net reduction of 63 lines

Test plan

  • All 2133 tests pass, zero regressions
  • Pre-push hooks: build, typecheck, lint, test, validate all pass

🤖 Generated with Claude Code

…rectory

Removes the separate builtin_graders/ directory. Built-in assertion
configs (contains, regex, etc.) are now written to code_graders/
alongside code-grader configs. Pipeline grade dispatches based on
the config's type field: configs with a command field run as external
scripts, all others are evaluated in-process as deterministic assertions.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@cloudflare-workers-and-pages
Copy link
Copy Markdown

Deploying agentv with  Cloudflare Pages  Cloudflare Pages

Latest commit: f61712c
Status: ✅  Deploy successful!
Preview URL: https://02ca3ec2.agentv.pages.dev
Branch Preview URL: https://fix-1075-unify-grader-dirs.agentv.pages.dev

View logs

@christso christso merged commit 3278703 into main Apr 13, 2026
4 checks passed
@christso christso deleted the fix/1075-unify-grader-dirs branch April 13, 2026 21:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant