vault-cortex 0.2.7 → 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 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. It runs as a Docker container; this CLI scaffolds
13
- the config so you don't have to.
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vault-cortex",
3
- "version": "0.2.7",
3
+ "version": "0.2.9",
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",
@@ -45,7 +45,7 @@ services:
45
45
  restart: unless-stopped
46
46
  depends_on:
47
47
  obsidian-sync:
48
- condition: service_started
48
+ condition: service_healthy
49
49
  environment:
50
50
  PORT: "8000"
51
51
  HOST: "0.0.0.0"