docs: Enforce strict atomic per-task commits for Tier 2 agents
This commit is contained in:
@@ -64,6 +64,7 @@ All tasks follow a strict lifecycle:
|
||||
- Resume implementation
|
||||
|
||||
9. **Commit Code Changes:**
|
||||
- **CRITICAL - ATOMIC PER-TASK COMMITS**: You MUST commit your changes immediately after completing and verifying a single task. Do NOT move on to the next task in the plan without committing the current one. This ensures precise tracking and safe rollback points.
|
||||
- Stage all code changes related to the task.
|
||||
- Propose a clear, concise commit message e.g, `feat(ui): Create basic HTML structure for calculator`.
|
||||
- Perform the commit.
|
||||
|
||||
Reference in New Issue
Block a user