From 8f0723d846f6937bd07af22b13eb6712fd6a0c08 Mon Sep 17 00:00:00 2001 From: Steve Yegge Date: Fri, 19 Dec 2025 12:06:42 -0800 Subject: [PATCH] fix(docs): correct mermaid diagram to show polecats as worktrees not clones MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The rig-level mermaid diagram incorrectly labeled polecats as git clone when they are actually git worktrees from Mayor's clone. This now matches the ASCII diagram which correctly describes them as worktrees. 🤖 Generated with Claude Code Co-Authored-By: Claude Opus 4.5 --- docs/architecture.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/architecture.md b/docs/architecture.md index fb006147..caf201f4 100644 --- a/docs/architecture.md +++ b/docs/architecture.md @@ -288,8 +288,8 @@ graph TB Beads[".beads/"] subgraph Polecats["polecats/"] - Nux["Nux/
(git clone)"] - Toast["Toast/
(git clone)"] + Nux["Nux/
(worktree)"] + Toast["Toast/
(worktree)"] end subgraph Refinery["refinery/"]