Build a Gerrit-inspired patch-based development workflow for coding agents. Core principle: one task = one commit. Revisions are amends (not new commits). Branches are ephemeral pointers to individual commits, cleaned up after merge. Three worktrees (live/test/dev) with three agent roles (coder/reviewer/integrator). Task status transitions drive the workflow. Git trailers (Task-Id) link commits to tasks.
All planned subtasks are now complete (7/7). Added task trailer CLI, patchset_count tracking/increment command, and scoped loop filters (--parent/--task-id) for safe dogfooding. Epic is ready for tmux-run automation dogfood.
Implemented automation foundation for dev-review-release loop: new Omni/Ide/dev-review-release.sh (setup-worktrees, loop, cleanup-branches), rewritten dev/reviewer/integrator workflows for patch-based one-task-one-commit flow, and docs in Omni/Ide/DEV_REVIEW_RELEASE.md + README updates. Remaining open subtasks are t-565.1 (patchset_count) and t-565.2 (task trailer support).