Vouch request: guyoron1 #5316
Closed
guyoron1
started this conversation in
Vouch Request
Replies: 2 comments
|
/vouch |
0 replies
|
@guyoron1 is already vouched. They can submit pull requests. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
What do you want to work on?
Heyyya !
I'd like to contribute functional test coverage for the code agent in fullsend-ai/agents
What I'm planning to contribute is :
PR #1: Eval scaffolding (eval/code/eval.yaml) + a baseline happy-path test case (trivial Python bug fix)
PR #2: 2-3 edge-case test cases covering patterns from real issues (docs-only edit, multi-file refactor, shell script validation)
Background: I ran a 30-issue A/B benchmark comparing baseline agent performance against an optimization layer (RTK+Ponytail). Ralph suggested starting with baseline test coverage before layering optimizations on top
Relevant work can be found on https://github.com/guyoron1/agents - just waiting for vouch first
Why this change?
The code agent has zero functional tests today.
We need baseline coverage to validate agent behavior before adding optimizations. These tests fill that gap.
Checklist
All reactions