monomind 1.10.55 → 1.10.56

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.
@@ -1,20 +1,20 @@
1
1
  ---
2
2
  name: mastermind-help
3
- description: Monomind commands reference — quick overview of all skills, CLI subcommands, and MCP tools available in this session
3
+ description: Mastermind commands reference — quick overview of all skills, CLI subcommands, and MCP tools available in this session
4
4
  ---
5
5
 
6
- # Monomind Help
6
+ # Mastermind Help
7
7
 
8
- Quick reference for all Monomind skills and CLI commands available in this project.
8
+ Quick reference for all Mastermind skills and CLI commands available in this project.
9
9
 
10
- ## Monomind Skills (invoke via Skill tool)
10
+ ## Mastermind Skills (invoke via Skill tool)
11
11
 
12
12
  | Skill | Description |
13
13
  |-------|-------------|
14
- | `mastermind:createtask` | Decompose a prompt, spec file, or folder into agent-optimized tasks on monotask |
15
- | `mastermind:do` | Execute tasks from monotask board with parallel/minimal/sequential agent modes |
16
- | `mastermind:ideate` | Research ideas from a prompt and decompose them into subtasks on monotask |
17
- | `mastermind:improve` | Deeply analyze a component, research improvements, create tasks |
14
+ | `mastermind:createtask` | Decompose a prompt, spec file, or folder into tasks saved to `docs/tasks/` (add `--monotask` for board) |
15
+ | `mastermind:do` | Execute tasks from a task file (add `--file <path>`) or monotask board (`--monotask`) |
16
+ | `mastermind:ideate` | Research ideas, evaluate, elaborate, decompose saved to `docs/ideas/` (add `--monotask` for board) |
17
+ | `mastermind:improve` | Analyze a component, research improvements, create tasks in `docs/improvements/` (`--monotask` for board) |
18
18
  | `mastermind:repeat` | Repeat a prompt on a schedule (default: 15 min, 10 times) |
19
19
  | `mastermind:understand` | Run semantic enrichment on the monograph knowledge graph |
20
20
  | `mastermind:specialagents` | Activate a specialist agent persona (browse categories or auto-select) |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "monomind",
3
- "version": "1.10.55",
3
+ "version": "1.10.56",
4
4
  "description": "Monomind - Enterprise AI agent orchestration for Claude Code. Deploy 60+ specialized agents in coordinated swarms with self-learning, fault-tolerant consensus, vector memory, and MCP integration",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@monoes/monomindcli",
3
- "version": "1.10.55",
3
+ "version": "1.10.56",
4
4
  "type": "module",
5
5
  "description": "Monomind CLI - Enterprise AI agent orchestration with 60+ specialized agents, swarm coordination, MCP server, self-learning hooks, and vector memory for Claude Code",
6
6
  "main": "dist/src/index.js",