Skip to content

refactor(autoresearch): improve iteration flow and scoring#28

Merged
smallnest merged 1 commit into
masterfrom
feature/issue-8
Apr 18, 2026
Merged

refactor(autoresearch): improve iteration flow and scoring#28
smallnest merged 1 commit into
masterfrom
feature/issue-8

Conversation

@smallnest
Copy link
Copy Markdown
Owner

Summary

  • Switch to percentage-based scoring (100-point scale, pass at 85)
  • Robust score extraction with auto-detect of 10-point vs 100-point format
  • Reduce max retries per agent from 10 to 5
  • Add plan-first approach: agents create task list before implementing
  • Fail after 2 consecutive iteration failures

Test plan

  • bash syntax check passed
  • Manual run of run.sh against a test issue

- Switch to percentage-based scoring (100-point scale, pass at 85)
- Robust score extraction: auto-detect 10-point vs 100-point format
- Reduce max retries per agent from 10 to 5
- Add plan-first approach: agents must create task list before implementing
- Fail after 2 consecutive iteration failures instead of blocking
@smallnest smallnest merged commit c8b446a into master Apr 18, 2026
1 check failed
@smallnest smallnest deleted the feature/issue-8 branch April 18, 2026 01:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant