feat: 添加GitHub回复任务,支持在问题存在github_url时自动评论

This commit is contained in:
catlog22
2026-01-13 09:58:55 +08:00
parent 28645aa4e4
commit bf06f4ddcc
3 changed files with 126 additions and 6 deletions

View File

@@ -198,8 +198,9 @@ ${issueList}
2. Load project context files
3. Explore codebase (ACE semantic search)
4. Plan solution with tasks (schema: solution-schema.json)
5. Write solution to: .workflow/issues/solutions/{issue-id}.jsonl
6. Single solution → auto-bind; Multiple → return for selection
5. **If github_url exists**: Add final task to comment on GitHub issue
6. Write solution to: .workflow/issues/solutions/{issue-id}.jsonl
7. Single solution → auto-bind; Multiple → return for selection
### Rules
- Solution ID format: SOL-{issue-id}-{seq}