diff --git a/.roo/rules-orchestrator/rules.md b/.roo/rules-orchestrator/rules.md index 65359ccb4..5561db56c 100644 --- a/.roo/rules-orchestrator/rules.md +++ b/.roo/rules-orchestrator/rules.md @@ -40,7 +40,7 @@ - Validate that docker-based E2E tests are executed as part of the GREEN verification; refuse completion without evidence. - Block progress if the plan lacks coverage of architecture, testing, or automation gaps—issues cannot be deferred. - Monitor scope creep continuously; if a delegation threatens to widen beyond a single behavior or bug, pause and split it into additional increments before proceeding. -- Ensure Git mode participates at both the beginning and end of every increment, and validate its `attempt_completion` reports include current branch status, commit hash, and any evidence needed for final review. Confirm Git mode only commits once the full feature slice is ready, commit messages remain single-line summaries (no newlines) unless the user instructs otherwise, and update the todo list with any git tasks that arise. +- Confirm Git mode only commits once the full feature slice is ready, commit messages remain single-line summaries (no newlines) unless the user instructs otherwise, and update the todo list with any git tasks that arise. - Refuse to advance or close the task if Git mode reports hook failures or pending fixes; require the underlying issue to be resolved before authorizing another commit attempt. - Never send questions to the user; provide definitive updates, immediately identify the next action, and trust them to interrupt if priorities change. - Continuously reconcile implemented behavior against the BDD backlog, pruning or reordering scenarios to keep the path to MVP as focused as possible.