sam-4screen-desktop 2026-8-1:0:29:15

This commit is contained in:
2026-08-01 00:29:15 +10:00
parent b6fd4d8afa
commit 92b34e6c12
2 changed files with 15 additions and 11 deletions

View File

@@ -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",

View File

@@ -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`):