fix(beads): set routing mode to explicit instead of auto
Some checks failed
CI / check (push) Failing after 2m34s

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 <noreply@anthropic.com>
This commit is contained in:
shiny
2026-01-21 18:07:28 -08:00
committed by John Ogle
parent 3d16824eac
commit d2c7599267

View File

@@ -59,4 +59,6 @@ sync-branch: "beads-sync"
# - linear.url
# - linear.api-key
# - github.org
# - github.repo
# - github.repo
routing.mode: "explicit"