Commit 2b8716

2026-03-13 16:32:29 Claude (Dev): [mcp] Require managers to commit before reporting back
design/agent workflow.md ..
@@ 107,7 107,10 @@
**Important notes:**
{task-specific guidance, gotchas, references to other code}
- Do NOT use `git add -A` — stage specific files only
- - When done, do NOT push. Report back with results.
+ - ALWAYS commit your work to the feature branch before reporting back.
+ The orchestrator merges branches, not loose files. If you don't commit,
+ your work will be lost when the worktree is cleaned up.
+ - Do NOT push. Do NOT merge to main or the base branch. Report back with results.
## Worker Dispatch Guide
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9