[DRAFT] feat(evals): onboard planners into multi-agent BEval#2471
Draft
jkim323 wants to merge 5 commits into
Draft
[DRAFT] feat(evals): onboard planners into multi-agent BEval#2471jkim323 wants to merge 5 commits into
jkim323 wants to merge 5 commits into
Conversation
Contributor
Eval Execution✅ Status: Passed
No changed AI artifacts required evaluation. |
jkim323
marked this pull request as draft
July 15, 2026 04:58
jkim323
marked this pull request as ready for review
July 15, 2026 04:59
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2471 +/- ##
==========================================
- Coverage 82.72% 82.66% -0.06%
==========================================
Files 154 142 -12
Lines 20782 20693 -89
Branches 13 0 -13
==========================================
- Hits 17191 17106 -85
+ Misses 3589 3587 -2
+ Partials 2 0 -2
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
jkim323
marked this pull request as draft
July 15, 2026 17:59
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.
Pull Request
Description
This change expanded BEval from DT Coach-only execution to a six-agent matrix and onboarded the Accessibility, Privacy, Responsible AI, Security, and Software Supply Chain Security planners.
The workflow now derives each evaluation configuration, case directory, agent definition, output path, and uploaded artifact name from the matrix agent slug. Existing permissions, checkout hardening, timeout, ACP startup, and token mappings remain unchanged.
Each onboarded planner received:
agent.yamleval.config.yamlThe resulting suites contain ten independent, prompt-conditioned cases per planner. They cover startup behavior, phase interaction, domain reasoning, proportional assessment, evidence handling, confirmation gates, qualified-human boundaries, and handoff behavior.
Related Issue(s)
None.
Type of Change
Select all that apply:
Code & Documentation:
Infrastructure & Configuration:
AI Artifacts:
prompt-builderagent and addressed all feedback.github/instructions/*.instructions.md).github/prompts/*.prompt.md).github/agents/*.agent.md).github/skills/*/SKILL.md).github/hooks/*/*.json)evals/)Other:
.ps1,.sh,.py)Sample Prompts (for AI Artifact Contributions)
User Request:
Run BEval behavioral regression coverage for the onboarded planners.
Execution Flow:
eval.config.yaml,agent.yaml, andcases/directory.Output Artifacts:
Each planner writes
results.jsonbelowevals/beval/<agent-slug>/results/. GitHub Actions uploads the directory asbeval-results-<agent-slug>-<run-id>.Success Indicators:
For detailed contribution requirements, see:
Testing
Validation completed during implementation:
git diff --check.Checklist
Required Checks
AI Artifact Contributions
/prompt-analyzeto review contributionprompt-builderreviewRequired Automated Checks
The following validation commands must pass before merging:
npm run lint:mdnpm run spell-checknpm run lint:frontmatternpm run validate:skillsnpm run lint:md-linksnpm run lint:psnpm run eval:lint:schemanpm run plugin:generatenpm run docs:testSecurity Considerations
Additional Notes
A follow-up PR will implement Phase 2 of the BEval automation plan. It will add automatic
pull_requesttriggers for opened, synchronized, and reopened PRs targetingmainordevelop; guard fork and Dependabot contexts from protected-token execution; and complete the associated workflow and repository validation. This PR remains focused on planner onboarding, behavioral regression coverage, and multi-agent matrix execution.