vault-cortex 0.4.5 → 0.4.6
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 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,11 +8,11 @@ npx vault-cortex@latest init
|
|
|
8
8
|
```
|
|
9
9
|
|
|
10
10
|
Vault Cortex is a standalone, remote-capable MCP server for Obsidian vaults —
|
|
11
|
-
|
|
11
|
+
Tools for hybrid search (FTS5 + vector + cross-encoder reranking, with
|
|
12
12
|
tag/folder/property/date filters), notes, frontmatter, links, daily notes,
|
|
13
|
-
task
|
|
13
|
+
Kanban-aware task management (query + complete/move/reprioritize, parsing Tasks-plugin emoji + Dataview inline-field formats), and
|
|
14
14
|
a structured memory layer with topic recall (the current take plus the
|
|
15
|
-
dated history behind it), plus
|
|
15
|
+
dated history behind it), plus guided prompts (orientation, memory
|
|
16
16
|
review, daily review). It runs as a Docker
|
|
17
17
|
container; this CLI scaffolds the config so you don't have to.
|
|
18
18
|
|