feat(onboarding-eval): add isolated multi-agent evaluation - #286
Draft
joaodinissf wants to merge 6 commits into
Draft
feat(onboarding-eval): add isolated multi-agent evaluation#286joaodinissf wants to merge 6 commits into
joaodinissf wants to merge 6 commits into
Conversation
joaodinissf
force-pushed
the
feat/onboarding-eval
branch
from
August 2, 2026 18:01
bebc332 to
0c5ad08
Compare
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 isolated, manually dispatched onboarding evaluation that measures whether agents can onboard pinned public Maven repositories with the current Frontseat source tree.
The supported comparison modes are MCP plus skills, MCP only, skills only, and neither. The default run uses the smoke repository set and OpenRouter's moving DeepSeek V4 Flash alias (
~deepseek/deepseek-v4-flash-latest); explicit repository and model overrides remain available.Remote workflow
onboarding-eval.ymlis dispatch-only: it has no push, pull-request, or schedule trigger.Security and isolation
OPENROUTER_API_KEY; the model container receives a constrained proxy URL instead of the key.Scoring and provenance
Reports record repository and Frontseat provenance, model, mode, concurrency, tool usage, cost when available, errors, and deterministic checks for onboarding, clean synchronization, tool specifications, conformance, and build success.
Review performed for this draft
origin/mainafter the repository history rewrite.Remote validation
0c5ad08, includingfrontseat build //.The end-to-end benchmark was intentionally executed in GitHub Actions rather than consuming local laptop resources.