From cf8af39c96f30fe341e225567a7ae9e0b481b651 Mon Sep 17 00:00:00 2001 From: shiny Date: Wed, 21 Jan 2026 18:07:28 -0800 Subject: [PATCH] fix(beads): set routing mode to explicit instead of auto The routing.mode was defaulting to 'auto', which uses git remote URL to detect user role. Non-SSH URLs can cause mail and issues to be routed to ~/.beads-planning instead of the local .beads directory. Setting routing.mode to 'explicit' disables auto-routing entirely, keeping all issues in the expected local directory. Fixes: x-kho Co-Authored-By: Claude Opus 4.5 --- .beads/config.yaml | 4 +++- .gitignore | 5 +++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.beads/config.yaml b/.beads/config.yaml index 1de3590..f02a515 100644 --- a/.beads/config.yaml +++ b/.beads/config.yaml @@ -59,4 +59,6 @@ sync-branch: "beads-sync" # - linear.url # - linear.api-key # - github.org -# - github.repo \ No newline at end of file +# - github.repo + +routing.mode: "explicit" \ No newline at end of file diff --git a/.gitignore b/.gitignore index e583c3c..4913ef5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,8 @@ result thoughts .beads + +# Gas Town (added by gt) +.runtime/ +.claude/ +.logs/