feat(agent-comparison): harden autoresearch live evals#207
Merged
notque merged 2 commits intofix/autoresearch-recommendationsfrom Mar 30, 2026
Merged
Conversation
a2ba028 to
98ecf1a
Compare
Owner
Author
|
Current status on
Workflow note:
PR is merge-clean, but there is no branch-applicable GitHub Actions signal available for this stacked base branch. |
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
socratic-debuggingbody improvement and document the short runnable workflowsValidation
pytest -q scripts/tests/test_agent_comparison_optimize_loop.py scripts/tests/test_skill_eval_claude_code.py scripts/tests/test_passk_eval.py scripts/tests/test_eval_compare_optimization.pypython3 -m scripts.skill_eval.run_eval --eval-set skills/agent-comparison/references/read-only-ops-short-tasks.json --skill-path skills/read-only-opspython3 skills/agent-comparison/scripts/optimize_loop.py --target skills/socratic-debugging/SKILL.md --goal 'Improve the first response so it asks exactly one question, avoids direct diagnosis, avoids code examples, and does not add tool-permission preamble.' --benchmark-tasks skills/agent-comparison/references/socratic-debugging-body-short-tasks.json --optimization-scope body-only --max-iterations 1 --beam-width 1 --candidates-per-parent 1 --revert-streak-limit 1 --output-dir /tmp/cck-autoresearch-pr-proof2 --report /tmp/cck-autoresearch-pr-proof2/report.html --verboseNotes
fix/autoresearch-recommendationsbecause the autoresearch infrastructure is not onmain.socratic-debugginginstruction-body update proven by the short blind body benchmark.