Commit e5ea3e3
refactor: remove inappropriate PR workflow suggestions
- Remove PR workflow suggestions from task_breakdown_workflow (subtask creation)
- Remove PR workflow suggestions from project_setup_workflow (initial setup)
- Keep PR workflow suggestions in bug_triage_workflow (bug fixes are valid PR use case)
- Keep PR workflow suggestions in create_feature_workflow (feature completion)
- Keep PR workflow suggestions in implement_feature_workflow (implementation completion)
Fixes over-broad application of PR workflows to tasks that don't result in mergeable code changes.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 47349d8 commit e5ea3e3
File tree
2 files changed
+0
-4
lines changed- docs
- src/main/kotlin/io/github/jpicklyk/mcptask/interfaces/mcp
2 files changed
+0
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
168 | 167 | | |
169 | 168 | | |
170 | 169 | | |
| |||
600 | 599 | | |
601 | 600 | | |
602 | 601 | | |
603 | | - | |
604 | 602 | | |
605 | 603 | | |
606 | 604 | | |
| |||
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
204 | | - | |
205 | 204 | | |
206 | 205 | | |
207 | 206 | | |
| |||
776 | 775 | | |
777 | 776 | | |
778 | 777 | | |
779 | | - | |
780 | 778 | | |
781 | 779 | | |
782 | 780 | | |
| |||
0 commit comments