feat: add multi-repo worktree guidance (#710)

This commit is contained in:
Drew Ritter
2026-04-07 10:32:31 -07:00
parent e3dd3b4c5a
commit f0728841d8

View File

@@ -168,6 +168,7 @@ Ready to implement <feature-name>
| Permission error on create | Sandbox fallback, work in place | | Permission error on create | Sandbox fallback, work in place |
| Tests fail during baseline | Report failures + ask | | Tests fail during baseline | Report failures + ask |
| No package.json/Cargo.toml | Skip dependency install | | No package.json/Cargo.toml | Skip dependency install |
| Plan touches multiple repos | Create a worktree in each repo (same Step 0→1a→1b flow, matching branch names) |
## Common Mistakes ## Common Mistakes