monomind 2.9.6 → 2.9.8

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 +3 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -234,7 +234,7 @@ monomind doctor --fix
234
234
 
235
235
  > **Semantic routing (opt-in download):** embedding-based task routing needs a local model (~88 MB, `Snowflake/snowflake-arctic-embed-xs` via transformers.js). `monomind init` asks interactively whether to download it — the default is No, and non-interactive/CI installs never download it silently. Declining is fine: routing falls back to keyword mode. Fetch it any time with `monomind download-embeddings` (or `node scripts/download-embedding-model.mjs` on a source checkout).
236
236
 
237
- Open Claude Code. You now have 40+ `/mastermind:*` workflows available:
237
+ Open Claude Code. You now have 49 `/mastermind:*` workflows available:
238
238
 
239
239
  ```bash
240
240
  /mastermind:autodev --tillend # start autonomous code loop
@@ -349,7 +349,7 @@ In Claude Code, the live pre-bash/pre-write gate is wired up via its own lazy-lo
349
349
 
350
350
  ---
351
351
 
352
- ## 📋 44 Mastermind Commands
352
+ ## 📋 49 Mastermind Commands
353
353
 
354
354
  Everything runs from inside Claude Code via slash commands. Here's the highlight reel:
355
355
 
@@ -382,7 +382,7 @@ Everything runs from inside Claude Code via slash commands. Here's the highlight
382
382
  | `/mastermind:finance` | Budgets, invoicing, modeling |
383
383
  | `/mastermind:ops` | Operations and workflow automation |
384
384
 
385
- **[→ Full reference (44 commands)](https://monoes.github.io/monomind/#slash)**
385
+ **[→ Full reference (49 commands)](https://monoes.github.io/monomind/#slash)**
386
386
 
387
387
  ---
388
388
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "monomind",
3
- "version": "2.9.6",
3
+ "version": "2.9.8",
4
4
  "description": "Open-source CLI extension for Claude Code and Antigravity (agy). Adds an MCP server with a codebase knowledge graph, persistent memory, multi-agent coordination, and reusable slash commands. Apache 2.0 licensed, runs locally, no data leaves your machine.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -21,7 +21,7 @@
21
21
  "LICENSE"
22
22
  ],
23
23
  "dependencies": {
24
- "@monoes/monomindcli": "2.9.6"
24
+ "@monoes/monomindcli": "2.9.8"
25
25
  },
26
26
  "overrides": {
27
27
  "hono": ">=4.12.34",