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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. 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
- 27 tools for hybrid search (FTS5 + vector + cross-encoder reranking, with
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 queries (Tasks-plugin emoji + Dataview inline-field formats), and
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 3 guided prompts (orientation, memory
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vault-cortex",
3
- "version": "0.4.5",
3
+ "version": "0.4.6",
4
4
  "description": "Set up a Vault Cortex MCP server for your Obsidian vault in one command: npx vault-cortex init",
5
5
  "license": "MIT",
6
6
  "type": "module",