feat(kugetsu): cmd_delegate calls cmd_start directly for parallelization (fixes #75) #110

Closed
shoko wants to merge 1 commits from fix/issue-75-direct-delegate-v3 into main

1 Commits

Author SHA1 Message Date
shokollm
8a8f0aad1b feat(kugetsu): cmd_delegate calls cmd_start directly for parallelization (fixes #75)
- Add extract_issue_ref_from_message() to parse issue ref from delegation message
- Modify cmd_delegate to call cmd_start directly when issue ref is found
- Falls back to PM agent if no issue ref can be extracted
- Issue ref can be extracted from: full URLs, short refs (github.com/user/repo#123), or simple refs (#123)
2026-04-02 11:49:29 +00:00