Merge branch 'main' into docs/vitepress-site

This commit is contained in:
Ben Sigman
2026-04-09 23:45:33 -07:00
committed by Igor Lins e Silva
8 changed files with 243 additions and 21 deletions
+9
View File
@@ -128,6 +128,15 @@ mempalace repair
Creates a backup at `<palace_path>.backup` before rebuilding.
## `mempalace mcp`
Helper command that outputs setup syntax (like `claude mcp add...`) to connect MemPalace to your AI client, automatically handling paths.
```bash
mempalace mcp
mempalace mcp --palace ~/.custom-palace
```
## `mempalace hook`
Run hook logic for Claude Code / Codex integration.
+1 -1
View File
@@ -68,7 +68,7 @@ Check if content already exists in the palace before filing.
| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `content` | string | **Yes** | Content to check |
| `threshold` | number | No | Similarity threshold 01 (default: 0.9) |
| `threshold` | number | No | Similarity threshold 01 (default: 0.850.87) |
**Returns:** `{ is_duplicate, matches: [{ id, wing, room, similarity, content }] }`