From d9f1fe9e48680703eb68a67a7ef4282263fad0f4 Mon Sep 17 00:00:00 2001 From: mayor Date: Sat, 24 Jan 2026 16:23:24 -0800 Subject: [PATCH] fix(cmd): add more commands to beads version exempt list Added handoff, costs, feed, rig, config, install, tap, dnd. Co-Authored-By: Claude Opus 4.5 --- internal/cmd/root.go | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/internal/cmd/root.go b/internal/cmd/root.go index 4cbc3675..361e8a77 100644 --- a/internal/cmd/root.go +++ b/internal/cmd/root.go @@ -25,9 +25,8 @@ across distributed teams of AI agents working on shared codebases.`, } // Commands that don't require beads to be installed/checked. -// These are basic utility commands that should work without beads. // NOTE: Gas Town has migrated to Dolt for beads storage. The bd version -// check is increasingly obsolete. Most commands are now exempt. +// check is obsolete. Exempt all common commands. var beadsExemptCommands = map[string]bool{ "version": true, "help": true, @@ -44,6 +43,14 @@ var beadsExemptCommands = map[string]bool{ "seance": true, "doctor": true, "dolt": true, + "handoff": true, + "costs": true, + "feed": true, + "rig": true, + "config": true, + "install": true, + "tap": true, + "dnd": true, } // Commands exempt from the town root branch warning.