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:
|
|
3
|
+
description: Mastermind commands reference — quick overview of all skills, CLI subcommands, and MCP tools available in this session
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
-
#
|
|
6
|
+
# Mastermind Help
|
|
7
7
|
|
|
8
|
-
Quick reference for all
|
|
8
|
+
Quick reference for all Mastermind skills and CLI commands available in this project.
|
|
9
9
|
|
|
10
|
-
##
|
|
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
|
|
15
|
-
| `mastermind:do` | Execute tasks from
|
|
16
|
-
| `mastermind:ideate` | Research ideas
|
|
17
|
-
| `mastermind:improve` |
|
|
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.
|
|
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.
|
|
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",
|