mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-13 02:41:50 +08:00
feat(docs): add guidelines for Git operations to ensure parallel task safety
This commit is contained in:
@@ -46,6 +46,12 @@
|
|||||||
- Maintain established patterns
|
- Maintain established patterns
|
||||||
- Test integration between subtasks
|
- Test integration between subtasks
|
||||||
|
|
||||||
|
**Git Operations** (Parallel Task Safety):
|
||||||
|
- Only stage/commit files directly produced by current task
|
||||||
|
- Never touch unrelated changes or other task outputs
|
||||||
|
- Use `git add <specific-files>` instead of `git add .`
|
||||||
|
- Verify staged files before commit to avoid cross-task conflicts
|
||||||
|
|
||||||
|
|
||||||
## System Optimization
|
## System Optimization
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user