From 9b1424b097f636c86619a0a2d32f251aba417eab Mon Sep 17 00:00:00 2001 From: John Ogle Date: Wed, 11 Feb 2026 08:24:29 -0800 Subject: [PATCH] fix(gastown): drop town-root-detection patch merged upstream --- home/roles/development/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/home/roles/development/default.nix b/home/roles/development/default.nix index 63f5821..2656809 100644 --- a/home/roles/development/default.nix +++ b/home/roles/development/default.nix @@ -64,8 +64,7 @@ let ./gastown-fix-validate-recipient.patch # Fix agentBeadToAddress to use title field for hq- prefixed beads ./gastown-fix-agent-bead-address-title.patch - # Fix town root detection: don't map to Mayor (causes spurious mismatch warnings) - ./gastown-fix-town-root-detection.patch + # town-root-detection fix merged upstream (detectRole removed) # Statusline optimization: skip expensive beads queries for detached sessions # Reduces Dolt CPU from ~70% to ~20% by caching and early-exit ./gastown-statusline-optimization.patch