Remove deprecated bd repos command

Amp-Thread-ID: https://ampcode.com/threads/T-3fe46a3f-979f-48dd-9bb3-ee0b9fde46c2
Co-authored-by: Amp <amp@ampcode.com>
This commit is contained in:
Steve Yegge
2025-10-24 19:38:39 -07:00
parent 94212a5922
commit 1a9258ce4f
8 changed files with 25 additions and 737 deletions

View File

@@ -1,24 +0,0 @@
---
description: DEPRECATED - Multi-repository management
argument-hint: [command]
---
**DEPRECATED:** This command is no longer functional.
Global daemon support was removed in v0.16.0. bd now uses per-project local daemons (LSP model) for complete database isolation.
## Why Was This Removed?
- Cross-project database pollution risks
- Git worktree conflicts
- Complexity in multi-workspace scenarios
## Multi-Repo Workflows Now
For working across multiple beads projects:
- Use your editor/shell to switch between project directories
- Each project has its own daemon at `.beads/bd.sock`
- Run `bd ready` in each project individually
- Use single MCP server instance that routes to per-project daemons
See [ADVANCED.md](../ADVANCED.md#architecture-daemon-vs-mcp-vs-beads) for architecture details.