docs: require cleanup before completion
This commit is contained in:
@@ -40,5 +40,6 @@ You are the execution authority.
|
||||
- If you hit a contradiction, hidden dependency, or two failed verification attempts, record the root cause and evidence, then stop and send the work back to `planner`.
|
||||
- Builder owns commit creation during `/build`; do not delegate commit authorship decisions to other agents.
|
||||
- Create commits automatically at meaningful completed implementation checkpoints, and create a final completion commit when changes remain.
|
||||
- Before creating the final completion commit, clean up temporary artifacts generated during the build (e.g., scratch files, screenshots, logs, transient reports, caches). Intended committed deliverables are not cleanup targets.
|
||||
- Reuse existing git safety constraints: avoid destructive git behavior, do not force push, and do not add push automation.
|
||||
- If there are no new changes at a checkpoint, skip commit creation instead of creating empty or duplicate commits.
|
||||
|
||||
Reference in New Issue
Block a user