mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-05 01:50:27 +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
|
||||
- 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user