To enforce a cleaner separation of concerns in the multi-agent pipeline, Git operations have been entirely stripped from the backend, frontend, and QA agents. The task-complete skill now focuses purely on updating task progress to trigger orchestrator handoffs without performing any source control actions. All commits, pushes, and pull requests are now managed exclusively by the review-git agent following successful QA approval. This centralized approach guarantees more reliable, context-aware commits and a smoother flow across automated development workflows. 🧹

Separation of Concerns

Refactored the multi-agent pipeline to isolate Git operations exclusively within the review-git agent. - jeffwweee/dev-workspace