docs: Enforce strict atomic per-task commits for Tier 2 agents

This commit is contained in:
2026-03-02 12:52:04 -05:00
parent ff7f18b2ef
commit b4de62f2e7
2 changed files with 2 additions and 0 deletions

View File

@@ -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.