@hiveforge/hivemind-mcp 1.13.0 → 1.14.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.
Files changed (2) hide show
  1. package/README.md +6 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -149,11 +149,15 @@ See [.planning/PROJECT.md](.planning/PROJECT.md) for the active requirements and
149
149
  - [x] MCP tools (query_character, query_location, search_vault, rebuild_index)
150
150
  - [x] CLI vault override flag (--vault)
151
151
  - [x] Automatic stale index detection on startup
152
+ - [x] ComfyUI integration with workflow management
153
+ - [x] Obsidian plugin with image generation and frontmatter tools
154
+ - [x] GitHub release automation for plugin distribution
152
155
 
153
156
  **Up Next:**
157
+ - [ ] Obsidian plugin community submission (automated release ready)
154
158
  - [ ] Testing and validation
155
- - [ ] ComfyUI integration
156
- - [ ] Obsidian plugin
159
+ - [ ] Vault templates standardization
160
+ - [ ] Canon workflow implementation
157
161
 
158
162
  ## Documentation
159
163
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiveforge/hivemind-mcp",
3
- "version": "1.13.0",
3
+ "version": "1.14.0",
4
4
  "description": "MCP server for Obsidian worldbuilding vaults - provides AI tools with consistent canonical context",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",