@yeongjaeyou/claude-code-config 0.7.1 → 0.7.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -48,6 +48,7 @@ Act as an expert developer who systematically analyzes and resolves GitHub issue
|
|
|
48
48
|
9. **Validate**: Run tests, lint checks, and build verification in parallel using independent sub-agents to validate code quality.
|
|
49
49
|
|
|
50
50
|
10. **Create PR**: Create a pull request for the resolved issue.
|
|
51
|
+
- **Commit only issue-relevant files**: Never use `git add -A`. Stage only files directly related to the issue.
|
|
51
52
|
|
|
52
53
|
11. **Update Issue Checkboxes**: Mark completed checkbox items in the issue as done.
|
|
53
54
|
|