From cb51924fbefc450405ff3ac63f6e4806d6a9d9d7 Mon Sep 17 00:00:00 2001 From: Matt Pocock Date: Thu, 2 Jul 2026 09:51:01 +0100 Subject: [PATCH] fix(wayfinder): rename "Two branches" to "Two modes" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The word "branch" in the Invocation section primes git-aware agents (Sonnet, GPT-5.5) to create git branches when running the skill, littering established environments with per-session branches that then have to be merged. Nothing here refers to git — the two "branches" are the two invocation modes (chart the map / work through it). Rename to "modes" to remove the false cue. Fixes #418 Co-Authored-By: Claude Opus 4.8 (1M context) --- skills/in-progress/wayfinder/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/in-progress/wayfinder/SKILL.md b/skills/in-progress/wayfinder/SKILL.md index 0456c4c..158a731 100644 --- a/skills/in-progress/wayfinder/SKILL.md +++ b/skills/in-progress/wayfinder/SKILL.md @@ -70,7 +70,7 @@ Fog excludes only what's already decided (that's Decisions so far) and what's al ## Invocation -Two branches. Either way, **every session ends with a [Handoff](#handoff)** — never resolve more than one ticket per session. +Two modes. Either way, **every session ends with a [Handoff](#handoff)** — never resolve more than one ticket per session. ### Chart the map