-
Notifications
You must be signed in to change notification settings - Fork 1
fix(autoresearch): add GitHub Issue escalation as step 7 in stuck detection #183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -168,6 +168,7 @@ Best iteration: #{n} — {description} | |||||
| 4. Try combining 2-3 previously successful changes. | ||||||
| 5. Try the opposite of what has not been working. | ||||||
| 6. Try a radical architectural change. | ||||||
| 7. **Escalate** — If still stuck after all above: create a diagnostic GitHub Issue (`gh issue create --label "type:bug" --label "maxsim:auto" --title "Stuck: [scope] after [N] consecutive failures" --body "[full context: iterations attempted, approaches tried, current metric value, TSV log summary, suspected blockers]"`) and escalate to the user. Do not continue the loop — wait for human guidance. | ||||||
|
||||||
| 7. **Escalate** — If still stuck after all above: create a diagnostic GitHub Issue (`gh issue create --label "type:bug" --label "maxsim:auto" --title "Stuck: [scope] after [N] consecutive failures" --body "[full context: iterations attempted, approaches tried, current metric value, TSV log summary, suspected blockers]"`) and escalate to the user. Do not continue the loop — wait for human guidance. | |
| 7. **Escalate** — If still stuck after all above: create a diagnostic GitHub Issue (`gh issue create --label "type:bug" --label "maxsim:auto" --title "Stuck: [scope] after 5 consecutive discards or crashes" --body "[full context: iterations attempted, approaches tried, current metric value, TSV log summary, suspected blockers]"`) and escalate to the user. Do not continue the loop — wait for human guidance. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This new escalation step instructs the agent to stop and wait for human guidance, but earlier in this same document “Unbounded Mode (default)” says “Never stop. Never ask if the agent should continue.” Please clarify that escalation is an explicit exception to Unbounded Mode (e.g., update the Unbounded Mode text or reference the exception here) to avoid contradictory instructions.