feat(atb2): handle_issue evals; run_tests.sh picks a pipeline stage; //# headers for the playground graph - #4637
Draft
ATX24 wants to merge 1 commit into
Draft
Conversation
…//# headers for the playground graph - fix_in_budget (PassRate 0.6): every Easy/Medium reference issue with a time_budget_s, DryRun; the agent must land a fix that passes the gate inside the budget. design_doc (PassRate 0.5): Hard reference issues; the design doc must match the reference at LLM-judged similarity >= 0.7. Both are hours of wall-clock and opt in; ATB2_ISSUES narrows. ReferenceIssue gains time_budget_s and design_doc. - run_tests.sh replaces setup_database.sh: resolves the two Supabase secrets through Infisical (and only those — an injected ANTHROPIC_API_KEY makes the Claude Code CLI drop its login), then asks which stage to test: create / organize / pr. - //# headers on create_issue, organize_issue and gauge_issue so the playground's control-flow graph shows named steps.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
|
Important Draft PR not reviewedDraft PRs are not automatically reviewed by default.
To automatically review draft PRs, update your CodeRabbit configuration: reviews:
auto_review:
drafts: trueThanks 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 |
⏭️ Performance benchmarks were skippedPerf benchmarks (CodSpeed) are opt-in on pull requests — they no longer run on every push. They always run automatically after merge to To run them on this PR, do any of the following, then push a commit (or re-run CI):
|
This was referenced Aug 31, 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.
time_budget_s, DryRun; the agent must land a fix that passes the gate
inside the budget. design_doc (PassRate 0.5): Hard reference issues;
the design doc must match the reference at LLM-judged similarity
secrets through Infisical (and only those: an injected
ANTHROPIC_API_KEY makes the Claude Code CLI drop its login), then asks
which stage to test: create / organize / pr.
playground's control-flow graph shows named steps.
Stack (bottom to top)
//#headersEach PR passes
baml check/baml fmt/baml teston its own; the top of the stack reproduces the reviewedbaml/feedback-part-3tools/atb2exactly. Supersedesbaml/feedback-part-3.