Skip to content

Commit b0f0589

Browse files
bryan-coxclaude
andcommitted
docs(jira): update spec file location in solve command
Update the spec file save location from contrib/ to .work/jira/solve/ for better organization of JIRA solve specification documents. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent f3d87dc commit b0f0589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/jira/commands/solve.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ This command takes a JIRA URL, fetches the issue description and requirements, a
5757
- Test files that need updates
5858

5959
3. **Solution Implementation**:
60-
- Think hard and create a detailed, step-by-step plan to implement this feature. Save it to spec-$1.md within the contrib/ folder, for example contrib/spec-OCPBUGS-12345.md
60+
- Think hard and create a detailed, step-by-step plan to implement this feature. Save it to spec-$1.md within the .work/jira/solve folder, for example .work/jira/solve/spec-OCPBUGS-12345.md
6161
- Always ask the user to review the plan and give them the choice to modify it before start the implementation
6262
- Implement the plan:
6363
- Make necessary code changes using Edit/MultiEdit tools

0 commit comments

Comments
 (0)