From f0728841d8f78239cfb70e89c4836836b15d9a51 Mon Sep 17 00:00:00 2001 From: Drew Ritter Date: Tue, 7 Apr 2026 10:32:31 -0700 Subject: [PATCH 1/2] feat: add multi-repo worktree guidance (#710) --- skills/using-git-worktrees/SKILL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/skills/using-git-worktrees/SKILL.md b/skills/using-git-worktrees/SKILL.md index 1114d879..9cf00f57 100644 --- a/skills/using-git-worktrees/SKILL.md +++ b/skills/using-git-worktrees/SKILL.md @@ -168,6 +168,7 @@ Ready to implement | Permission error on create | Sandbox fallback, work in place | | Tests fail during baseline | Report failures + ask | | 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 From ddbba8e46943ba9f59d908754e94aea275a77db9 Mon Sep 17 00:00:00 2001 From: Drew Ritter Date: Mon, 13 Apr 2026 09:39:24 -0700 Subject: [PATCH 2/2] docs: drop brittle step-number chain from multi-repo row MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Addresses review feedback on #1123. Replaces "(same Step 0→1a→1b flow, matching branch names)" with plain-language instruction that doesn't forward-reference section numbers that could rot under future edits. Co-Authored-By: Claude Opus 4.6 (1M context) --- skills/using-git-worktrees/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/using-git-worktrees/SKILL.md b/skills/using-git-worktrees/SKILL.md index 9cf00f57..eb27d447 100644 --- a/skills/using-git-worktrees/SKILL.md +++ b/skills/using-git-worktrees/SKILL.md @@ -168,7 +168,7 @@ Ready to implement | Permission error on create | Sandbox fallback, work in place | | Tests fail during baseline | Report failures + ask | | 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) | +| Plan touches multiple repos | Create a matching worktree in each repo, same branch name | ## Common Mistakes