@chamba/claude-extras 0.3.1 → 0.4.0

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.
@@ -0,0 +1,13 @@
1
+ ---
2
+ description: Show the connected Obsidian vault and the notes chamba can see
3
+ ---
4
+
5
+ Call `chamba_vault_status` and show me the result clearly:
6
+
7
+ - The resolved vault path and whether it came from `CHAMBA_OBSIDIAN_VAULT_PATH`
8
+ or autodetection.
9
+ - How many markdown notes chamba can see, and the list of note files.
10
+
11
+ If no vault is found, or the note count is 0, or the path ends in `.obsidian`,
12
+ tell me to set `CHAMBA_OBSIDIAN_VAULT_PATH` to the **vault root** (the folder that
13
+ *contains* `.obsidian`, not `.obsidian` itself) and restart the editor.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chamba/claude-extras",
3
- "version": "0.3.1",
3
+ "version": "0.4.0",
4
4
  "description": "Optional Claude Code extras for chamba: slash commands, subagents and hooks installer",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -31,8 +31,8 @@
31
31
  ],
32
32
  "dependencies": {
33
33
  "@inquirer/prompts": "^7.0.0",
34
- "@chamba/core": "0.3.1",
35
- "@chamba/adapters": "0.3.1"
34
+ "@chamba/adapters": "0.4.0",
35
+ "@chamba/core": "0.4.0"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@types/node": "^22.0.0",