From 92b34e6c12edb318e32a0031cab6490fdcb0761d Mon Sep 17 00:00:00 2001 From: Sam Rolfe Date: Sat, 1 Aug 2026 00:29:15 +1000 Subject: [PATCH] sam-4screen-desktop 2026-8-1:0:29:15 --- .obsidian/workspace.json | 15 +++++++-------- 300 areas/350 AI/Pi Agent Extensions & Skills.md | 11 ++++++++--- 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 937ba90..622d35a 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -13,12 +13,12 @@ "state": { "type": "markdown", "state": { - "file": "300 areas/350 AI/Pi Agent Extensions & Skills.md", + "file": "300 areas/360 Dev-Ops Network Computers/Home Network Map Overview.md", "mode": "preview", "source": true }, "icon": "lucide-file", - "title": "Pi Agent Extensions & Skills" + "title": "Home Network Map Overview" } } ] @@ -74,8 +74,7 @@ "title": "Bookmarks" } } - ], - "currentTab": 1 + ] } ], "direction": "horizontal", @@ -182,10 +181,10 @@ "state": { "type": "file-properties", "state": { - "file": "300 areas/350 AI/Pi Agent Extensions & Skills.md" + "file": "300 areas/360 Dev-Ops Network Computers/Home Network Map Overview.md" }, "icon": "lucide-info", - "title": "File properties for Pi Agent Extensions & Skills" + "title": "File properties for Home Network Map Overview" } } ], @@ -208,8 +207,9 @@ "templater-obsidian:Templater": false } }, - "active": "b72ee21ead6651e9", + "active": "7066c9273c6fb936", "lastOpenFiles": [ + "300 areas/350 AI/Pi Agent Extensions & Skills.md", "300 areas/350 AI/Automated Agentic Tools.md", "300 areas/360 Dev-Ops Network Computers/Home Network Map Overview.md", "100 inbox/Pi Dashboard.md", @@ -219,7 +219,6 @@ "300 areas/360 Dev-Ops Network Computers/Obsidian App and SilverBullet.md", "300 areas/360 Dev-Ops Network Computers/Local Wep Apps.md", "300 areas/360 Dev-Ops Network Computers/Docker Containers.md", - "300 areas/350 AI/Pi Agent Extensions & Skills.md", "300 areas/360 Dev-Ops Network Computers/Pi MCP.md", "300 areas/360 Dev-Ops Network Computers/Pi Neovim Coding Harness.md", "300 areas/350 AI/Pi Subagent.md", diff --git a/300 areas/350 AI/Pi Agent Extensions & Skills.md b/300 areas/350 AI/Pi Agent Extensions & Skills.md index 6567018..5948712 100644 --- a/300 areas/350 AI/Pi Agent Extensions & Skills.md +++ b/300 areas/350 AI/Pi Agent Extensions & Skills.md @@ -417,10 +417,15 @@ mcp({ tool: "index_repository", args: '{"repo_path": ".", "mode": "fast"}' }) } ``` -**Install on remote machines:** +**Deployed on all machines (.27, .13, .51):** ```bash -ssh sam@192.168.20.51 "curl -fsSL https://raw.githubusercontent.com/DeusData/codebase-memory-mcp/main/install.sh | bash" -ssh sam@192.168.20.13 "curl -fsSL https://raw.githubusercontent.com/DeusData/codebase-memory-mcp/main/install.sh | bash" +~/.local/bin/codebase-memory-mcp --version # v0.9.0 +``` +Path not in shell PATH on .13/.51 — MCP config uses absolute path `/home/sam/.local/bin/codebase-memory-mcp` so still works. + +**Install command (if needed on new machine):** +```bash +curl -fsSL https://raw.githubusercontent.com/DeusData/codebase-memory-mcp/main/install.sh | bash ``` **UI mode** (graph visualization at `localhost:9749`):