@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.
- package/README.md +6 -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
|
-
- [ ]
|
|
156
|
-
- [ ]
|
|
159
|
+
- [ ] Vault templates standardization
|
|
160
|
+
- [ ] Canon workflow implementation
|
|
157
161
|
|
|
158
162
|
## Documentation
|
|
159
163
|
|
package/package.json
CHANGED