chore: update solve-issue workflow to use $SUSPEND for insufficient_info

- .workflows/solve-issue.yaml
- examples/solve-issue.yaml
- workflows/solve-issue.yaml

All planner insufficient_info routes now use $SUSPEND instead of $END.

Closes #592
This commit is contained in:
2026-06-02 04:56:59 +00:00
parent 00f95547d9
commit f67507bb32
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -285,8 +285,8 @@ graph:
prompt: Analyze the issue and produce an implementation plan.
planner:
insufficient_info:
role: $END
prompt: Insufficient information to proceed; end the workflow.
role: $SUSPEND
prompt: "信息不足,需要补充:{{{reason}}}"
ready:
role: developer
prompt: 'Implement the TDD test spec (CAS hash: {{{plan}}}) in repo {{{repoPath}}}. Repo remote: {{{repoRemote}}}.'