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 <noreply@anthropic.com>
This commit is contained in:
@@ -60,3 +60,5 @@ sync-branch: "beads-sync"
|
|||||||
# - linear.api-key
|
# - linear.api-key
|
||||||
# - github.org
|
# - github.org
|
||||||
# - github.repo
|
# - github.repo
|
||||||
|
|
||||||
|
routing.mode: "explicit"
|
||||||
5
.gitignore
vendored
5
.gitignore
vendored
@@ -1,3 +1,8 @@
|
|||||||
result
|
result
|
||||||
thoughts
|
thoughts
|
||||||
.beads
|
.beads
|
||||||
|
|
||||||
|
# Gas Town (added by gt)
|
||||||
|
.runtime/
|
||||||
|
.claude/
|
||||||
|
.logs/
|
||||||
|
|||||||
Reference in New Issue
Block a user