Save stashed work as patches (pre-reboot backup)

This commit is contained in:
Steve Yegge
2025-11-28 10:47:50 -08:00
parent 060c2b68c7
commit 7285fc0fe1
3 changed files with 1181 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
diff --git a/integrations/beads-mcp/src/beads_mcp/tools.py b/integrations/beads-mcp/src/beads_mcp/tools.py
index 14f97d2..2d7f44b 100644
--- a/integrations/beads-mcp/src/beads_mcp/tools.py
+++ b/integrations/beads-mcp/src/beads_mcp/tools.py
@@ -51,7 +51,7 @@ async def _get_client() -> BdClientBase:
_client = create_bd_client(
prefer_daemon=use_daemon,
- workspace_root=workspace_root
+ working_dir=workspace_root
)
# Check version once per server lifetime
diff --git a/integrations/beads-mcp/uv.lock b/integrations/beads-mcp/uv.lock
index 71c6da6..bfc2196 100644
--- a/integrations/beads-mcp/uv.lock
+++ b/integrations/beads-mcp/uv.lock
@@ -48,7 +48,7 @@ wheels = [
[[package]]
name = "beads-mcp"
-version = "0.9.9"
+version = "0.9.10"
source = { editable = "." }
dependencies = [
{ name = "fastmcp" },