Skip to content

Commit 4134ada

Browse files
Paul Kyleclaude
andcommitted
security: scrub remaining leaked patterns, remove unnecessary files
- Replace clawd@ with user@ in README remote example - Remove .ts.net domain from MCP SSH example - Scrub service names from CHANGELOG - Remove Tailscale reference from claude-code-setup - Remove FEATURES.md and uv.lock (not needed in public) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 716c920 commit 4134ada

6 files changed

Lines changed: 4 additions & 1126 deletions

File tree

FEATURES.md

Lines changed: 0 additions & 294 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ Output is TTY-aware: human-readable text in a terminal, JSON when piped. Overrid
247247
**Remote usage** (from another machine on your network):
248248
```bash
249249
# Option A: SSH
250-
ssh clawd@your-server 'palinode search "query"'
250+
ssh user@your-server 'palinode search "query"'
251251

252252
# Option B: Point at remote API
253253
export PALINODE_API=http://your-server:6340

docs/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
- `palinode session-end` command — capture session outcomes to daily notes + project status
1717

1818
### Changed
19-
- Removed Gemini API key from systemd service files (palinode-api, engram-api, engram-watcher) — all inference uses local Ollama/vLLM
19+
- Removed API keys from systemd service files — all inference uses local Ollama/vLLM
2020

2121
### Infrastructure
2222
- Configured Palinode MCP on calarts-mbp for Claude Desktop, Claude CLI, Antigravity IDE, Cursor

docs/claude-code-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Add this to `~/.claude/claude_desktop_config.json` on your Mac or remote server:
2020
}
2121
```
2222

23-
Or by IP (if Tailscale hostname doesn't resolve):
23+
Or by IP (if hostname doesn't resolve):
2424
```json
2525
{
2626
"mcpServers": {

palinode/mcp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"mcpServers": {
1616
"palinode": {
1717
"command": "ssh",
18-
"args": ["user@your-server.your-tailscale.ts.net",
18+
"args": ["user@your-server",
1919
"cd /path/to/palinode && venv/bin/python -m palinode.mcp"]
2020
}
2121
}

0 commit comments

Comments
 (0)