feat: developer + submitter roles, solve-issue as parent workflow #62
Reference in New Issue
Block a user
Delete Branch "feat/59-solve-issue-refactor"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Refactor solve-issue into a 3-role parent workflow that delegates to develop via workflowAsAgent.
Changes
Ref
Fixes #59, Refs #55
- Developer role (react extract): delegates to workflowAsAgent("develop") - Submitter role: push branch + create PR - solve-issue now 3-role parent: preparer → developer → submitter - Removed direct planner/coder/reviewer/committer from solve-issue - 188 tests passing Fixes #59