You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
Copy file name to clipboardExpand all lines: plugins/jira/commands/solve.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ This command takes a JIRA URL, fetches the issue description and requirements, a
57
57
- Test files that need updates
58
58
59
59
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
61
61
- Always ask the user to review the plan and give them the choice to modify it before start the implementation
62
62
- Implement the plan:
63
63
- Make necessary code changes using Edit/MultiEdit tools
0 commit comments