vault-cortex 0.2.9 → 0.2.11

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
@@ -8,7 +8,7 @@ npx vault-cortex@latest init
8
8
  ```
9
9
 
10
10
  Vault Cortex is a plugin-free, remote-capable MCP server for Obsidian vaults —
11
- 23 tools for search (SQLite FTS5), notes, frontmatter, links, daily notes, and
11
+ 24 tools for search (SQLite FTS5), notes, frontmatter, links, daily notes, and
12
12
  a persistent memory layer, plus 3 guided prompts (orientation, memory review,
13
13
  daily review). It runs as a Docker container; this CLI scaffolds the config so
14
14
  you don't have to.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vault-cortex",
3
- "version": "0.2.9",
3
+ "version": "0.2.11",
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",
@@ -40,7 +40,7 @@
40
40
  "cli"
41
41
  ],
42
42
  "dependencies": {
43
- "@clack/prompts": "1.5.1",
43
+ "@clack/prompts": "1.6.0",
44
44
  "commander": "14.0.3"
45
45
  }
46
46
  }
@@ -30,6 +30,9 @@ services:
30
30
  LOG_DIR: ${LOG_DIR:-}
31
31
  LOG_RETENTION_DAYS: ${LOG_RETENTION_DAYS:-30}
32
32
  TZ: ${TZ:-UTC}
33
+ # Windows: set WINDOWS_MODE=true in .env when your vault is on a C: drive
34
+ # (polling watcher + rename-based moves across the Docker Desktop/WSL2 bridge).
35
+ WINDOWS_MODE: ${WINDOWS_MODE:-}
33
36
  # Optional overrides. When unset, the server applies smart defaults
34
37
  # (<MEMORY_DIR> below is the resolved MEMORY_DIR value, default "About Me"):
35
38
  # PROTECTED_PATHS default: "<MEMORY_DIR>, Daily Notes" (blocked from vault_delete_note)