Skip to content

Commit e5ea3e3

Browse files
jpicklykclaude
andcommitted
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

2 files changed

+0
-4
lines changed

docs/workflow-prompts.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ This workflow provides a systematic 7-step approach for decomposing complex work
164164
}
165165
```
166166
- **Note**: If git detected, automatically include "local-git-branching-workflow" template
167-
- **Ask user**: "Do you use GitHub/GitLab PRs? If yes, I can also apply PR workflow template"
168167

169168
5. **Establish Task Dependencies**
170169
- Use `create_dependency` to establish implementation order
@@ -600,7 +599,6 @@ This workflow provides a comprehensive 8-step project initialization process for
600599
- **Template Selection Notes**:
601600
- If git detected, include "local-git-branching-workflow" for implementation tasks
602601
- Research tasks may not need git templates unless they involve code prototyping
603-
- Ask user: "Do you use GitHub/GitLab PRs? If yes, I can also apply PR workflow template"
604602

605603
5. **Template Strategy Setup**
606604
- **Review Available Templates**:

src/main/kotlin/io/github/jpicklyk/mcptask/interfaces/mcp/WorkflowPromptsGuidance.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@ object WorkflowPromptsGuidance {
201201
202202
**Template Selection Notes**:
203203
- If git detected, automatically include "local-git-branching-workflow" template
204-
- Ask user: "Do you use GitHub/GitLab PRs? If yes, I can also apply PR workflow template"
205204
206205
## Step 5: Establish Task Dependencies
207206
Link subtasks with proper sequencing:
@@ -776,7 +775,6 @@ object WorkflowPromptsGuidance {
776775
**Template Selection Notes**:
777776
- If git detected, include "local-git-branching-workflow" for implementation tasks
778777
- Research tasks may not need git templates unless they involve code prototyping
779-
- Ask user: "Do you use GitHub/GitLab PRs? If yes, I can also apply PR workflow template"
780778
781779
## Step 5: Template Strategy Setup
782780
Establish consistent documentation patterns:

0 commit comments

Comments
 (0)