Add native Windows support (#91)
- Native Windows daemon using TCP loopback endpoints - Direct-mode fallback for CLI/daemon compatibility - Comment operations over RPC - PowerShell installer script - Go 1.24 requirement - Cross-OS testing documented Co-authored-by: danshapiro <danshapiro@users.noreply.github.com> Amp-Thread-ID: https://ampcode.com/threads/T-c6230265-055f-4af1-9712-4481061886db Co-authored-by: Amp <amp@ampcode.com>
This commit is contained in:
@@ -60,7 +60,7 @@ bd daemon --global
|
||||
|
||||
**How it works:**
|
||||
The single MCP server instance automatically:
|
||||
1. Checks for local daemon socket (`.beads/bd.sock`) in your current workspace
|
||||
1. Checks for local daemon socket (`.beads/bd.sock`) in your current workspace (Windows note: this file stores the loopback TCP endpoint used by the daemon)
|
||||
2. Falls back to global daemon socket (`~/.beads/bd.sock`)
|
||||
3. Routes requests to the correct database based on your current working directory
|
||||
4. Auto-starts the daemon if it's not running (with exponential backoff on failures)
|
||||
|
||||
Reference in New Issue
Block a user