vault-cortex 0.2.8 → 0.2.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -9,8 +9,9 @@ npx vault-cortex@latest init
|
|
|
9
9
|
|
|
10
10
|
Vault Cortex is a plugin-free, remote-capable MCP server for Obsidian vaults —
|
|
11
11
|
23 tools for search (SQLite FTS5), notes, frontmatter, links, daily notes, and
|
|
12
|
-
a persistent memory layer
|
|
13
|
-
|
|
12
|
+
a persistent memory layer, plus 3 guided prompts (orientation, memory review,
|
|
13
|
+
daily review). It runs as a Docker container; this CLI scaffolds the config so
|
|
14
|
+
you don't have to.
|
|
14
15
|
|
|
15
16
|
## What `init` does
|
|
16
17
|
|