obsidian-zk 0.2.5 → 0.2.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "obsidian-zk",
3
- "version": "0.2.5",
3
+ "version": "0.2.6",
4
4
  "description": "Obsidian Zettelkasten MCP server with Luhmann numbering",
5
5
  "type": "module",
6
6
  "bin": {
@@ -20,7 +20,11 @@ The vault uses the `ozc` MCP server for all Zettelkasten operations. Tools are a
20
20
  | `zk_literature` | Create literature note from source |
21
21
  | `zk_permanent` | Create permanent note with Luhmann ID |
22
22
  | `zk_manage` | Edit/archive/delete by ID |
23
- | `zk_promote` | Mark fleeting as processed |
23
+ | `zk_promote` | Mark fleeting/literature as processed |
24
+ | `zk_finalize` | Quality-check permanent note, finalize if all checks pass |
25
+ | `zk_moc` | Create Map of Content — auto-pulls notes by tag cluster |
26
+ | `zk_project` | Create project note with objectives and tasks |
27
+ | `zk_backlinks` | Get incoming/outgoing links for a note |
24
28
  | `zk_find_connections` | Find connection candidates |
25
29
  | `zk_cluster_detect` | Find emerging themes |
26
30
  | `zk_list` | List/filter notes |
@@ -33,9 +37,9 @@ The vault uses the `ozc` MCP server for all Zettelkasten operations. Tools are a
33
37
  | `zk_reindex` | Re-scan vault |
34
38
  | `zk_status` | DB stats |
35
39
 
36
- ### Available Prompts (Slash Commands)
40
+ ### Available Skills (Slash Commands)
37
41
 
38
- `/zk:capture`, `/zk:literature`, `/zk:permanent`, `/zk:promote`, `/zk:manage`, `/zk:review`, `/zk:daily`, `/zk:connect`, `/zk:reflect`
42
+ `/zk:capture`, `/zk:literature`, `/zk:permanent`, `/zk:promote`, `/zk:manage`, `/zk:finalize`, `/zk:moc`, `/zk:project`, `/zk:review`, `/zk:daily`, `/zk:connect`, `/zk:reflect`
39
43
 
40
44
  ## Note folders & lifecycle
41
45