@monoes/monomindcli 1.10.57 → 1.11.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/.claude/agents/core/coordinator.md +71 -0
- package/.claude/agents/generated/case-analyst.md +50 -0
- package/.claude/agents/generated/copy-editor.md +45 -0
- package/.claude/agents/generated/court-reporter.md +50 -0
- package/.claude/agents/generated/defender.md +51 -0
- package/.claude/agents/generated/editor-in-chief.md +45 -0
- package/.claude/agents/generated/fact-checker.md +45 -0
- package/.claude/agents/generated/judge.md +51 -0
- package/.claude/agents/generated/prosecutor.md +51 -0
- package/.claude/agents/generated/reporter.md +45 -0
- package/.claude/commands/hooks/README.md +1 -1
- package/.claude/commands/hooks/overview.md +1 -1
- package/.claude/commands/mastermind/_repeat.md +1 -1
- package/.claude/commands/mastermind/do.md +3 -1
- package/.claude/commands/mastermind/help.md +2 -2
- package/.claude/commands/mastermind/master.md +39 -6
- package/.claude/commands/mastermind/memory.md +1 -1
- package/.claude/commands/memory/memory-search.md +2 -2
- package/.claude/commands/monitoring/status.md +1 -1
- package/.claude/commands/{browse.md → monobrowse.md} +2 -2
- package/.claude/commands/sparc.md +1 -1
- package/.claude/helpers/handlers/graph-status-handler.cjs +1 -1
- package/.claude/helpers/loop-tracker.cjs +1 -1
- package/.claude/skills/agent-browser-testing/SKILL.md +1 -1
- package/.claude/skills/hooks-automation/SKILL.md +0 -3
- package/.claude/skills/mastermind/build.md +1 -1
- package/.claude/skills/mastermind/code-quality-reviewer-prompt.md +60 -0
- package/.claude/skills/mastermind/content.md +1 -1
- package/.claude/skills/mastermind/createorg.md +79 -2
- package/.claude/skills/mastermind/design.md +3 -1
- package/.claude/skills/mastermind/finance.md +1 -1
- package/.claude/skills/mastermind/implementer-prompt.md +109 -0
- package/.claude/skills/mastermind/marketing.md +1 -1
- package/.claude/skills/mastermind/ops.md +1 -1
- package/.claude/skills/mastermind/plan.md +20 -2
- package/.claude/skills/mastermind/release.md +1 -1
- package/.claude/skills/mastermind/research.md +1 -1
- package/.claude/skills/mastermind/review.md +1 -1
- package/.claude/skills/mastermind/sales.md +1 -1
- package/.claude/skills/mastermind/spec-reviewer-prompt.md +63 -0
- package/.claude/skills/sparc-methodology/SKILL.md +3 -3
- package/.claude/skills/swarm-advanced/SKILL.md +1 -4
- package/README.md +18 -32
- package/dist/src/agents/registry-builder.d.ts +1 -7
- package/dist/src/agents/registry-builder.d.ts.map +1 -1
- package/dist/src/agents/registry-builder.js +10 -6
- package/dist/src/agents/registry-builder.js.map +1 -1
- package/dist/src/benchmarks/benchmark-runner.d.ts +59 -12
- package/dist/src/benchmarks/benchmark-runner.d.ts.map +1 -1
- package/dist/src/benchmarks/benchmark-runner.js +67 -13
- package/dist/src/benchmarks/benchmark-runner.js.map +1 -1
- package/dist/src/benchmarks/metric-evaluators.d.ts.map +1 -1
- package/dist/src/benchmarks/metric-evaluators.js.map +1 -1
- package/dist/src/benchmarks/pretrain/index.d.ts +0 -13
- package/dist/src/benchmarks/pretrain/index.d.ts.map +1 -1
- package/dist/src/benchmarks/pretrain/index.js.map +1 -1
- package/dist/src/commands/agent-wasm.d.ts +2 -2
- package/dist/src/commands/agent-wasm.js +5 -5
- package/dist/src/commands/agent.d.ts.map +1 -1
- package/dist/src/commands/agent.js +1 -6
- package/dist/src/commands/agent.js.map +1 -1
- package/dist/src/commands/analyze.d.ts +1 -1
- package/dist/src/commands/analyze.d.ts.map +1 -1
- package/dist/src/commands/analyze.js +8 -18
- package/dist/src/commands/analyze.js.map +1 -1
- package/dist/src/commands/doctor.d.ts.map +1 -1
- package/dist/src/commands/doctor.js +53 -3
- package/dist/src/commands/doctor.js.map +1 -1
- package/dist/src/commands/embeddings.d.ts.map +1 -1
- package/dist/src/commands/embeddings.js +9 -33
- package/dist/src/commands/embeddings.js.map +1 -1
- package/dist/src/commands/hooks.d.ts.map +1 -1
- package/dist/src/commands/hooks.js +24 -76
- package/dist/src/commands/hooks.js.map +1 -1
- package/dist/src/commands/index.d.ts +4 -6
- package/dist/src/commands/index.d.ts.map +1 -1
- package/dist/src/commands/index.js +8 -15
- package/dist/src/commands/index.js.map +1 -1
- package/dist/src/commands/init.js +2 -2
- package/dist/src/commands/init.js.map +1 -1
- package/dist/src/commands/issues.d.ts.map +1 -1
- package/dist/src/commands/issues.js +16 -11
- package/dist/src/commands/issues.js.map +1 -1
- package/dist/src/commands/memory.js +6 -6
- package/dist/src/commands/memory.js.map +1 -1
- package/dist/src/commands/migrate.d.ts.map +1 -1
- package/dist/src/commands/migrate.js +1 -2
- package/dist/src/commands/migrate.js.map +1 -1
- package/dist/src/commands/monograph.d.ts.map +1 -1
- package/dist/src/commands/monograph.js +18 -11
- package/dist/src/commands/monograph.js.map +1 -1
- package/dist/src/commands/monovector/backup.d.ts +11 -0
- package/dist/src/commands/monovector/backup.d.ts.map +1 -0
- package/dist/src/commands/{ruvector → monovector}/backup.js +25 -25
- package/dist/src/commands/monovector/backup.js.map +1 -0
- package/dist/src/commands/monovector/benchmark.d.ts +11 -0
- package/dist/src/commands/monovector/benchmark.d.ts.map +1 -0
- package/dist/src/commands/{ruvector → monovector}/benchmark.js +14 -14
- package/dist/src/commands/monovector/benchmark.js.map +1 -0
- package/dist/src/commands/monovector/import.d.ts +18 -0
- package/dist/src/commands/monovector/import.d.ts.map +1 -0
- package/dist/src/commands/{ruvector → monovector}/import.js +21 -21
- package/dist/src/commands/monovector/import.js.map +1 -0
- package/dist/src/commands/{ruvector → monovector}/index.d.ts +6 -6
- package/dist/src/commands/monovector/index.d.ts.map +1 -0
- package/dist/src/commands/{ruvector → monovector}/index.js +22 -22
- package/dist/src/commands/monovector/index.js.map +1 -0
- package/dist/src/commands/monovector/init.d.ts +11 -0
- package/dist/src/commands/monovector/init.d.ts.map +1 -0
- package/dist/src/commands/{ruvector → monovector}/init.js +36 -36
- package/dist/src/commands/monovector/init.js.map +1 -0
- package/dist/src/commands/monovector/migrate.d.ts +11 -0
- package/dist/src/commands/monovector/migrate.d.ts.map +1 -0
- package/dist/src/commands/{ruvector → monovector}/migrate.js +16 -16
- package/dist/src/commands/monovector/migrate.js.map +1 -0
- package/dist/src/commands/{ruvector → monovector}/optimize.d.ts +2 -2
- package/dist/src/commands/monovector/optimize.d.ts.map +1 -0
- package/dist/src/commands/{ruvector → monovector}/optimize.js +10 -10
- package/dist/src/commands/monovector/optimize.js.map +1 -0
- package/dist/src/commands/monovector/setup.d.ts +18 -0
- package/dist/src/commands/monovector/setup.d.ts.map +1 -0
- package/dist/src/commands/{ruvector → monovector}/setup.js +77 -77
- package/dist/src/commands/monovector/setup.js.map +1 -0
- package/dist/src/commands/{ruvector → monovector}/status.d.ts +2 -2
- package/dist/src/commands/monovector/status.d.ts.map +1 -0
- package/dist/src/commands/{ruvector → monovector}/status.js +34 -34
- package/dist/src/commands/monovector/status.js.map +1 -0
- package/dist/src/commands/neural.d.ts +1 -1
- package/dist/src/commands/neural.d.ts.map +1 -1
- package/dist/src/commands/neural.js +31 -608
- package/dist/src/commands/neural.js.map +1 -1
- package/dist/src/commands/performance.d.ts.map +1 -1
- package/dist/src/commands/performance.js +7 -10
- package/dist/src/commands/performance.js.map +1 -1
- package/dist/src/commands/plugins.d.ts.map +1 -1
- package/dist/src/commands/plugins.js +3 -4
- package/dist/src/commands/plugins.js.map +1 -1
- package/dist/src/commands/process.d.ts.map +1 -1
- package/dist/src/commands/process.js +5 -12
- package/dist/src/commands/process.js.map +1 -1
- package/dist/src/commands/progress.d.ts.map +1 -1
- package/dist/src/commands/progress.js +16 -16
- package/dist/src/commands/progress.js.map +1 -1
- package/dist/src/commands/replay.d.ts.map +1 -1
- package/dist/src/commands/replay.js.map +1 -1
- package/dist/src/commands/route.d.ts +2 -2
- package/dist/src/commands/route.js +23 -23
- package/dist/src/commands/route.js.map +1 -1
- package/dist/src/commands/status.d.ts.map +1 -1
- package/dist/src/commands/status.js +0 -3
- package/dist/src/commands/status.js.map +1 -1
- package/dist/src/commands/swarm.d.ts.map +1 -1
- package/dist/src/commands/swarm.js +2 -3
- package/dist/src/commands/swarm.js.map +1 -1
- package/dist/src/config-adapter.d.ts.map +1 -1
- package/dist/src/config-adapter.js +27 -0
- package/dist/src/config-adapter.js.map +1 -1
- package/dist/src/consensus/audit-writer.d.ts +44 -17
- package/dist/src/consensus/audit-writer.d.ts.map +1 -1
- package/dist/src/consensus/audit-writer.js.map +1 -1
- package/dist/src/dlq/dlq-replayer.d.ts +1 -1
- package/dist/src/dlq/dlq-replayer.d.ts.map +1 -1
- package/dist/src/index.js +5 -5
- package/dist/src/index.js.map +1 -1
- package/dist/src/init/claudemd-generator.d.ts.map +1 -1
- package/dist/src/init/claudemd-generator.js +10 -14
- package/dist/src/init/claudemd-generator.js.map +1 -1
- package/dist/src/init/executor.d.ts.map +1 -1
- package/dist/src/init/executor.js +17 -27
- package/dist/src/init/executor.js.map +1 -1
- package/dist/src/init/helpers-generator.js +2 -2
- package/dist/src/init/types.d.ts +1 -1
- package/dist/src/init/types.d.ts.map +1 -1
- package/dist/src/mcp-client.d.ts.map +1 -1
- package/dist/src/mcp-client.js +1 -7
- package/dist/src/mcp-client.js.map +1 -1
- package/dist/src/mcp-server.d.ts.map +1 -1
- package/dist/src/mcp-server.js +9 -1
- package/dist/src/mcp-server.js.map +1 -1
- package/dist/src/mcp-tools/agent-tools.d.ts.map +1 -1
- package/dist/src/mcp-tools/agent-tools.js +1 -52
- package/dist/src/mcp-tools/agent-tools.js.map +1 -1
- package/dist/src/mcp-tools/analyze-tools.js +5 -5
- package/dist/src/mcp-tools/analyze-tools.js.map +1 -1
- package/dist/src/mcp-tools/browser-tools.d.ts +1 -1
- package/dist/src/mcp-tools/browser-tools.d.ts.map +1 -1
- package/dist/src/mcp-tools/browser-tools.js +6 -5
- package/dist/src/mcp-tools/browser-tools.js.map +1 -1
- package/dist/src/mcp-tools/coordination-tools.d.ts +1 -1
- package/dist/src/mcp-tools/coordination-tools.d.ts.map +1 -1
- package/dist/src/mcp-tools/coordination-tools.js +51 -54
- package/dist/src/mcp-tools/coordination-tools.js.map +1 -1
- package/dist/src/mcp-tools/daa-tools.d.ts +1 -1
- package/dist/src/mcp-tools/daa-tools.d.ts.map +1 -1
- package/dist/src/mcp-tools/daa-tools.js.map +1 -1
- package/dist/src/mcp-tools/embeddings-tools.js +10 -10
- package/dist/src/mcp-tools/embeddings-tools.js.map +1 -1
- package/dist/src/mcp-tools/guidance-tools.d.ts.map +1 -1
- package/dist/src/mcp-tools/guidance-tools.js +0 -24
- package/dist/src/mcp-tools/guidance-tools.js.map +1 -1
- package/dist/src/mcp-tools/hive-mind-tools.js.map +1 -1
- package/dist/src/mcp-tools/hooks-tools.d.ts.map +1 -1
- package/dist/src/mcp-tools/hooks-tools.js +189 -480
- package/dist/src/mcp-tools/hooks-tools.js.map +1 -1
- package/dist/src/mcp-tools/index.d.ts +0 -2
- package/dist/src/mcp-tools/index.d.ts.map +1 -1
- package/dist/src/mcp-tools/index.js +0 -2
- package/dist/src/mcp-tools/index.js.map +1 -1
- package/dist/src/mcp-tools/monograph-compat.d.ts +334 -0
- package/dist/src/mcp-tools/monograph-compat.d.ts.map +1 -0
- package/dist/src/mcp-tools/monograph-compat.js +1108 -0
- package/dist/src/mcp-tools/monograph-compat.js.map +1 -0
- package/dist/src/mcp-tools/monograph-tools.d.ts.map +1 -1
- package/dist/src/mcp-tools/monograph-tools.js +76 -34
- package/dist/src/mcp-tools/monograph-tools.js.map +1 -1
- package/dist/src/mcp-tools/neural-tools.d.ts +1 -1
- package/dist/src/mcp-tools/neural-tools.js +2 -2
- package/dist/src/mcp-tools/neural-tools.js.map +1 -1
- package/dist/src/mcp-tools/ruvllm-tools.d.ts +2 -2
- package/dist/src/mcp-tools/ruvllm-tools.js +3 -3
- package/dist/src/mcp-tools/terminal-tools.d.ts +1 -1
- package/dist/src/mcp-tools/terminal-tools.d.ts.map +1 -1
- package/dist/src/mcp-tools/terminal-tools.js +29 -19
- package/dist/src/mcp-tools/terminal-tools.js.map +1 -1
- package/dist/src/mcp-tools/wasm-agent-tools.d.ts +1 -1
- package/dist/src/mcp-tools/wasm-agent-tools.js +2 -2
- package/dist/src/memory/intelligence.d.ts.map +1 -1
- package/dist/src/memory/intelligence.js +14 -8
- package/dist/src/memory/intelligence.js.map +1 -1
- package/dist/src/memory/memory-bridge.d.ts +17 -2
- package/dist/src/memory/memory-bridge.d.ts.map +1 -1
- package/dist/src/memory/memory-bridge.js +76 -23
- package/dist/src/memory/memory-bridge.js.map +1 -1
- package/dist/src/memory/memory-initializer.d.ts +2 -2
- package/dist/src/memory/memory-initializer.d.ts.map +1 -1
- package/dist/src/memory/memory-initializer.js +37 -39
- package/dist/src/memory/memory-initializer.js.map +1 -1
- package/dist/src/monovector/capabilities.d.ts +34 -0
- package/dist/src/monovector/capabilities.d.ts.map +1 -0
- package/dist/src/monovector/capabilities.js +37 -0
- package/dist/src/monovector/capabilities.js.map +1 -0
- package/dist/src/monovector/command-outcomes.d.ts +37 -0
- package/dist/src/monovector/command-outcomes.d.ts.map +1 -0
- package/dist/src/monovector/command-outcomes.js +87 -0
- package/dist/src/monovector/command-outcomes.js.map +1 -0
- package/dist/src/monovector/coverage-router.d.ts +103 -0
- package/dist/src/monovector/coverage-router.d.ts.map +1 -0
- package/dist/src/monovector/coverage-router.js +337 -0
- package/dist/src/monovector/coverage-router.js.map +1 -0
- package/dist/src/monovector/coverage-tools.d.ts +14 -0
- package/dist/src/monovector/coverage-tools.d.ts.map +1 -0
- package/dist/src/monovector/coverage-tools.js +112 -0
- package/dist/src/monovector/coverage-tools.js.map +1 -0
- package/dist/src/{ruvector → monovector}/diff-classifier.d.ts +2 -2
- package/dist/src/monovector/diff-classifier.d.ts.map +1 -0
- package/dist/src/monovector/diff-classifier.js.map +1 -0
- package/dist/src/monovector/index.d.ts +61 -0
- package/dist/src/monovector/index.d.ts.map +1 -0
- package/dist/src/monovector/index.js +67 -0
- package/dist/src/monovector/index.js.map +1 -0
- package/dist/src/monovector/init-state.d.ts +35 -0
- package/dist/src/monovector/init-state.d.ts.map +1 -0
- package/dist/src/monovector/init-state.js +36 -0
- package/dist/src/monovector/init-state.js.map +1 -0
- package/dist/src/monovector/route-outcomes.d.ts +55 -0
- package/dist/src/monovector/route-outcomes.d.ts.map +1 -0
- package/dist/src/monovector/route-outcomes.js +137 -0
- package/dist/src/monovector/route-outcomes.js.map +1 -0
- package/dist/src/parser.js +3 -3
- package/dist/src/parser.js.map +1 -1
- package/dist/src/plugins/store/discovery.d.ts.map +1 -1
- package/dist/src/plugins/store/discovery.js +0 -31
- package/dist/src/plugins/store/discovery.js.map +1 -1
- package/dist/src/production/circuit-breaker.d.ts +26 -6
- package/dist/src/production/circuit-breaker.d.ts.map +1 -1
- package/dist/src/production/circuit-breaker.js.map +1 -1
- package/dist/src/production/error-handler.d.ts +55 -30
- package/dist/src/production/error-handler.d.ts.map +1 -1
- package/dist/src/production/error-handler.js.map +1 -1
- package/dist/src/production/index.d.ts +3 -20
- package/dist/src/production/index.d.ts.map +1 -1
- package/dist/src/production/index.js +3 -15
- package/dist/src/production/index.js.map +1 -1
- package/dist/src/production/monitoring.d.ts +54 -34
- package/dist/src/production/monitoring.d.ts.map +1 -1
- package/dist/src/production/monitoring.js +12 -14
- package/dist/src/production/monitoring.js.map +1 -1
- package/dist/src/production/rate-limiter.d.ts +64 -19
- package/dist/src/production/rate-limiter.d.ts.map +1 -1
- package/dist/src/production/rate-limiter.js +5 -5
- package/dist/src/production/rate-limiter.js.map +1 -1
- package/dist/src/production/retry.d.ts.map +1 -1
- package/dist/src/production/retry.js +4 -2
- package/dist/src/production/retry.js.map +1 -1
- package/dist/src/services/claim-service.d.ts +50 -59
- package/dist/src/services/claim-service.d.ts.map +1 -1
- package/dist/src/services/claim-service.js +83 -50
- package/dist/src/services/claim-service.js.map +1 -1
- package/dist/src/services/config-file-manager.d.ts.map +1 -1
- package/dist/src/services/config-file-manager.js +8 -1
- package/dist/src/services/config-file-manager.js.map +1 -1
- package/dist/src/services/worker-daemon.d.ts.map +1 -1
- package/dist/src/services/worker-daemon.js +4 -0
- package/dist/src/services/worker-daemon.js.map +1 -1
- package/dist/src/types.d.ts +13 -0
- package/dist/src/types.d.ts.map +1 -1
- package/dist/src/types.js.map +1 -1
- package/dist/src/ui/collector.mjs +51 -11
- package/dist/src/ui/dashboard.html +313 -88
- package/dist/src/ui/server.mjs +163 -8
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +13 -13
- package/scripts/publish-registry.ts +0 -1
- package/.claude/commands/monomind/adr.md +0 -11
- package/.claude/commands/monomind/budget.md +0 -7
- package/.claude/commands/monomind/createtask.md +0 -277
- package/.claude/commands/monomind/do.md +0 -498
- package/.claude/commands/monomind/graph-status.md +0 -7
- package/.claude/commands/monomind/help.md +0 -118
- package/.claude/commands/monomind/idea.md +0 -273
- package/.claude/commands/monomind/improve.md +0 -352
- package/.claude/commands/monomind/loops.md +0 -7
- package/.claude/commands/monomind/memory.md +0 -230
- package/.claude/commands/monomind/repeat.md +0 -257
- package/.claude/commands/monomind/review.md +0 -317
- package/.claude/commands/monomind/specialagents.md +0 -125
- package/.claude/commands/monomind/swarm.md +0 -161
- package/.claude/commands/monomind/understand.md +0 -139
- package/.claude/commands/training/README.md +0 -39
- package/.claude/commands/training/neural-patterns.md +0 -73
- package/.claude/commands/training/neural-train.md +0 -79
- package/dist/src/commands/appliance-advanced.d.ts +0 -9
- package/dist/src/commands/appliance-advanced.d.ts.map +0 -1
- package/dist/src/commands/appliance-advanced.js +0 -238
- package/dist/src/commands/appliance-advanced.js.map +0 -1
- package/dist/src/commands/appliance.d.ts +0 -8
- package/dist/src/commands/appliance.d.ts.map +0 -1
- package/dist/src/commands/appliance.js +0 -406
- package/dist/src/commands/appliance.js.map +0 -1
- package/dist/src/commands/ruvector/backup.d.ts +0 -11
- package/dist/src/commands/ruvector/backup.d.ts.map +0 -1
- package/dist/src/commands/ruvector/backup.js.map +0 -1
- package/dist/src/commands/ruvector/benchmark.d.ts +0 -11
- package/dist/src/commands/ruvector/benchmark.d.ts.map +0 -1
- package/dist/src/commands/ruvector/benchmark.js.map +0 -1
- package/dist/src/commands/ruvector/import.d.ts +0 -18
- package/dist/src/commands/ruvector/import.d.ts.map +0 -1
- package/dist/src/commands/ruvector/import.js.map +0 -1
- package/dist/src/commands/ruvector/index.d.ts.map +0 -1
- package/dist/src/commands/ruvector/index.js.map +0 -1
- package/dist/src/commands/ruvector/init.d.ts +0 -11
- package/dist/src/commands/ruvector/init.d.ts.map +0 -1
- package/dist/src/commands/ruvector/init.js.map +0 -1
- package/dist/src/commands/ruvector/migrate.d.ts +0 -11
- package/dist/src/commands/ruvector/migrate.d.ts.map +0 -1
- package/dist/src/commands/ruvector/migrate.js.map +0 -1
- package/dist/src/commands/ruvector/optimize.d.ts.map +0 -1
- package/dist/src/commands/ruvector/optimize.js.map +0 -1
- package/dist/src/commands/ruvector/setup.d.ts +0 -18
- package/dist/src/commands/ruvector/setup.d.ts.map +0 -1
- package/dist/src/commands/ruvector/setup.js.map +0 -1
- package/dist/src/commands/ruvector/status.d.ts.map +0 -1
- package/dist/src/commands/ruvector/status.js.map +0 -1
- package/dist/src/ruvector/agent-wasm.d.ts +0 -182
- package/dist/src/ruvector/agent-wasm.d.ts.map +0 -1
- package/dist/src/ruvector/agent-wasm.js +0 -316
- package/dist/src/ruvector/agent-wasm.js.map +0 -1
- package/dist/src/ruvector/ast-analyzer.d.ts +0 -67
- package/dist/src/ruvector/ast-analyzer.d.ts.map +0 -1
- package/dist/src/ruvector/ast-analyzer.js +0 -277
- package/dist/src/ruvector/ast-analyzer.js.map +0 -1
- package/dist/src/ruvector/coverage-router.d.ts +0 -160
- package/dist/src/ruvector/coverage-router.d.ts.map +0 -1
- package/dist/src/ruvector/coverage-router.js +0 -539
- package/dist/src/ruvector/coverage-router.js.map +0 -1
- package/dist/src/ruvector/coverage-tools.d.ts +0 -33
- package/dist/src/ruvector/coverage-tools.d.ts.map +0 -1
- package/dist/src/ruvector/coverage-tools.js +0 -157
- package/dist/src/ruvector/coverage-tools.js.map +0 -1
- package/dist/src/ruvector/diff-classifier.d.ts.map +0 -1
- package/dist/src/ruvector/diff-classifier.js.map +0 -1
- package/dist/src/ruvector/enhanced-model-router.d.ts +0 -146
- package/dist/src/ruvector/enhanced-model-router.d.ts.map +0 -1
- package/dist/src/ruvector/enhanced-model-router.js +0 -551
- package/dist/src/ruvector/enhanced-model-router.js.map +0 -1
- package/dist/src/ruvector/flash-attention.d.ts +0 -195
- package/dist/src/ruvector/flash-attention.d.ts.map +0 -1
- package/dist/src/ruvector/flash-attention.js +0 -643
- package/dist/src/ruvector/flash-attention.js.map +0 -1
- package/dist/src/ruvector/graph-analyzer.d.ts +0 -187
- package/dist/src/ruvector/graph-analyzer.d.ts.map +0 -1
- package/dist/src/ruvector/graph-analyzer.js +0 -929
- package/dist/src/ruvector/graph-analyzer.js.map +0 -1
- package/dist/src/ruvector/index.d.ts +0 -67
- package/dist/src/ruvector/index.d.ts.map +0 -1
- package/dist/src/ruvector/index.js +0 -88
- package/dist/src/ruvector/index.js.map +0 -1
- package/dist/src/ruvector/lora-adapter.d.ts +0 -218
- package/dist/src/ruvector/lora-adapter.d.ts.map +0 -1
- package/dist/src/ruvector/lora-adapter.js +0 -455
- package/dist/src/ruvector/lora-adapter.js.map +0 -1
- package/dist/src/ruvector/model-router.d.ts +0 -222
- package/dist/src/ruvector/model-router.d.ts.map +0 -1
- package/dist/src/ruvector/model-router.js +0 -512
- package/dist/src/ruvector/model-router.js.map +0 -1
- package/dist/src/ruvector/moe-router.d.ts +0 -213
- package/dist/src/ruvector/moe-router.d.ts.map +0 -1
- package/dist/src/ruvector/moe-router.js +0 -649
- package/dist/src/ruvector/moe-router.js.map +0 -1
- package/dist/src/ruvector/q-learning-router.d.ts +0 -217
- package/dist/src/ruvector/q-learning-router.d.ts.map +0 -1
- package/dist/src/ruvector/q-learning-router.js +0 -712
- package/dist/src/ruvector/q-learning-router.js.map +0 -1
- package/dist/src/ruvector/ruvllm-wasm.d.ts +0 -179
- package/dist/src/ruvector/ruvllm-wasm.d.ts.map +0 -1
- package/dist/src/ruvector/ruvllm-wasm.js +0 -363
- package/dist/src/ruvector/ruvllm-wasm.js.map +0 -1
- package/dist/src/ruvector/semantic-router.d.ts +0 -77
- package/dist/src/ruvector/semantic-router.d.ts.map +0 -1
- package/dist/src/ruvector/semantic-router.js +0 -178
- package/dist/src/ruvector/semantic-router.js.map +0 -1
- package/dist/src/ruvector/vector-db.d.ts +0 -69
- package/dist/src/ruvector/vector-db.d.ts.map +0 -1
- package/dist/src/ruvector/vector-db.js +0 -243
- package/dist/src/ruvector/vector-db.js.map +0 -1
- package/dist/src/services/ruvector-training.d.ts +0 -222
- package/dist/src/services/ruvector-training.d.ts.map +0 -1
- package/dist/src/services/ruvector-training.js +0 -696
- package/dist/src/services/ruvector-training.js.map +0 -1
- package/dist/src/ui/.monomind/loops/loop-1779095996252-mdjpp.json +0 -11
- package/dist/src/ui/data/agent-avatars.html +0 -763
- package/dist/src/ui/data/agent-avatars.json +0 -966
- package/dist/src/ui/data/avatars/account-strategist.svg +0 -58
- package/dist/src/ui/data/avatars/accounts-payable.svg +0 -54
- package/dist/src/ui/data/avatars/adaptive-coordinator.svg +0 -55
- package/dist/src/ui/data/avatars/adaptive-coordinator2.svg +0 -54
- package/dist/src/ui/data/avatars/ai-citation.svg +0 -57
- package/dist/src/ui/data/avatars/ai-engineer.svg +0 -61
- package/dist/src/ui/data/avatars/analytics-reporter.svg +0 -53
- package/dist/src/ui/data/avatars/api-tester.svg +0 -53
- package/dist/src/ui/data/avatars/architecture.svg +0 -54
- package/dist/src/ui/data/avatars/automation-governance.svg +0 -55
- package/dist/src/ui/data/avatars/backend-dev.svg +0 -53
- package/dist/src/ui/data/avatars/benchmarker.svg +0 -54
- package/dist/src/ui/data/avatars/blockchain-auditor.svg +0 -53
- package/dist/src/ui/data/avatars/byzantine-coord.svg +0 -57
- package/dist/src/ui/data/avatars/case-analyst.svg +0 -57
- package/dist/src/ui/data/avatars/cicd-engineer.svg +0 -55
- package/dist/src/ui/data/avatars/cloud-architect.svg +0 -54
- package/dist/src/ui/data/avatars/code-review-swarm.svg +0 -57
- package/dist/src/ui/data/avatars/coder-v119.svg +0 -57
- package/dist/src/ui/data/avatars/coder.svg +0 -58
- package/dist/src/ui/data/avatars/collective-coord.svg +0 -54
- package/dist/src/ui/data/avatars/compliance-auditor.svg +0 -58
- package/dist/src/ui/data/avatars/consensus-coordinator.svg +0 -54
- package/dist/src/ui/data/avatars/content-creator.svg +0 -54
- package/dist/src/ui/data/avatars/crdt-synchronizer.svg +0 -53
- package/dist/src/ui/data/avatars/cro-specialist.svg +0 -58
- package/dist/src/ui/data/avatars/data-consolidator.svg +0 -54
- package/dist/src/ui/data/avatars/data-engineer.svg +0 -53
- package/dist/src/ui/data/avatars/database-optimizer.svg +0 -61
- package/dist/src/ui/data/avatars/deal-strategist.svg +0 -54
- package/dist/src/ui/data/avatars/defender.svg +0 -53
- package/dist/src/ui/data/avatars/devops-automator.svg +0 -56
- package/dist/src/ui/data/avatars/discovery-coach.svg +0 -54
- package/dist/src/ui/data/avatars/email-marketing.svg +0 -57
- package/dist/src/ui/data/avatars/embedded-firmware.svg +0 -61
- package/dist/src/ui/data/avatars/evidence-collector.svg +0 -57
- package/dist/src/ui/data/avatars/experiment-tracker.svg +0 -53
- package/dist/src/ui/data/avatars/feedback-synthesizer.svg +0 -54
- package/dist/src/ui/data/avatars/finance-tracker.svg +0 -54
- package/dist/src/ui/data/avatars/frontend-developer.svg +0 -54
- package/dist/src/ui/data/avatars/game-audio-engineer.svg +0 -59
- package/dist/src/ui/data/avatars/game-designer.svg +0 -54
- package/dist/src/ui/data/avatars/gossip-coordinator.svg +0 -54
- package/dist/src/ui/data/avatars/hierarchical-coord.svg +0 -54
- package/dist/src/ui/data/avatars/incident-commander.svg +0 -57
- package/dist/src/ui/data/avatars/infrastructure.svg +0 -54
- package/dist/src/ui/data/avatars/input-validator.svg +0 -53
- package/dist/src/ui/data/avatars/ios-developer.svg +0 -54
- package/dist/src/ui/data/avatars/issue-tracker.svg +0 -53
- package/dist/src/ui/data/avatars/judge.svg +0 -55
- package/dist/src/ui/data/avatars/launch-strategist.svg +0 -54
- package/dist/src/ui/data/avatars/legal-compliance.svg +0 -53
- package/dist/src/ui/data/avatars/level-designer.svg +0 -53
- package/dist/src/ui/data/avatars/load-balancer.svg +0 -57
- package/dist/src/ui/data/avatars/mcp-builder.svg +0 -53
- package/dist/src/ui/data/avatars/memory-coordinator.svg +0 -55
- package/dist/src/ui/data/avatars/mesh-coordinator.svg +0 -55
- package/dist/src/ui/data/avatars/ml-developer.svg +0 -58
- package/dist/src/ui/data/avatars/mobile-app-builder.svg +0 -53
- package/dist/src/ui/data/avatars/mobile-dev.svg +0 -54
- package/dist/src/ui/data/avatars/model-qa.svg +0 -58
- package/dist/src/ui/data/avatars/narrative-designer.svg +0 -58
- package/dist/src/ui/data/avatars/outbound-strategist.svg +0 -55
- package/dist/src/ui/data/avatars/path-validator.svg +0 -54
- package/dist/src/ui/data/avatars/payment-agent.svg +0 -53
- package/dist/src/ui/data/avatars/perf-analyzer.svg +0 -58
- package/dist/src/ui/data/avatars/pipeline-analyst.svg +0 -54
- package/dist/src/ui/data/avatars/planner.svg +0 -55
- package/dist/src/ui/data/avatars/pr-manager.svg +0 -54
- package/dist/src/ui/data/avatars/pricing-strategist.svg +0 -54
- package/dist/src/ui/data/avatars/product-manager.svg +0 -54
- package/dist/src/ui/data/avatars/production-validator.svg +0 -54
- package/dist/src/ui/data/avatars/project-shepherd.svg +0 -54
- package/dist/src/ui/data/avatars/proposal-strategist.svg +0 -54
- package/dist/src/ui/data/avatars/prosecutor.svg +0 -57
- package/dist/src/ui/data/avatars/pseudocode.svg +0 -53
- package/dist/src/ui/data/avatars/queen-coordinator.svg +0 -55
- package/dist/src/ui/data/avatars/quorum-manager.svg +0 -53
- package/dist/src/ui/data/avatars/raft-manager.svg +0 -53
- package/dist/src/ui/data/avatars/reality-checker.svg +0 -58
- package/dist/src/ui/data/avatars/recruitment.svg +0 -58
- package/dist/src/ui/data/avatars/refinement.svg +0 -53
- package/dist/src/ui/data/avatars/release-manager.svg +0 -54
- package/dist/src/ui/data/avatars/repo-architect.svg +0 -54
- package/dist/src/ui/data/avatars/researcher.svg +0 -58
- package/dist/src/ui/data/avatars/resource-allocator.svg +0 -53
- package/dist/src/ui/data/avatars/reviewer.svg +0 -53
- package/dist/src/ui/data/avatars/safe-executor.svg +0 -53
- package/dist/src/ui/data/avatars/sales-coach.svg +0 -53
- package/dist/src/ui/data/avatars/sales-engineer.svg +0 -58
- package/dist/src/ui/data/avatars/scout-explorer.svg +0 -58
- package/dist/src/ui/data/avatars/security-architect.svg +0 -54
- package/dist/src/ui/data/avatars/security-auditor.svg +0 -55
- package/dist/src/ui/data/avatars/senior-developer.svg +0 -58
- package/dist/src/ui/data/avatars/senior-pm.svg +0 -58
- package/dist/src/ui/data/avatars/seo-specialist.svg +0 -57
- package/dist/src/ui/data/avatars/social-media.svg +0 -54
- package/dist/src/ui/data/avatars/solidity-engineer.svg +0 -58
- package/dist/src/ui/data/avatars/sparc-coder.svg +0 -58
- package/dist/src/ui/data/avatars/sparc-coord.svg +0 -56
- package/dist/src/ui/data/avatars/specification.svg +0 -57
- package/dist/src/ui/data/avatars/sprint-prioritizer.svg +0 -53
- package/dist/src/ui/data/avatars/sre.svg +0 -54
- package/dist/src/ui/data/avatars/studio-operations.svg +0 -53
- package/dist/src/ui/data/avatars/studio-producer.svg +0 -55
- package/dist/src/ui/data/avatars/support-responder.svg +0 -56
- package/dist/src/ui/data/avatars/system-architect.svg +0 -54
- package/dist/src/ui/data/avatars/task-orchestrator.svg +0 -56
- package/dist/src/ui/data/avatars/technical-artist.svg +0 -53
- package/dist/src/ui/data/avatars/technical-writer.svg +0 -59
- package/dist/src/ui/data/avatars/tester.svg +0 -53
- package/dist/src/ui/data/avatars/threat-detection.svg +0 -61
- package/dist/src/ui/data/avatars/trend-researcher.svg +0 -54
- package/dist/src/ui/data/avatars/trial-director.svg +0 -55
- package/dist/src/ui/data/avatars/unity-architect.svg +0 -54
- package/dist/src/ui/data/avatars/visionos-engineer.svg +0 -57
- package/dist/src/ui/data/avatars/worker-specialist.svg +0 -55
- package/dist/src/ui/data/avatars/workflow-architect.svg +0 -57
- package/dist/src/ui/data/avatars/workflow-automation.svg +0 -54
- package/dist/src/ui/data/avatars/zk-steward.svg +0 -54
- package/dist/src/ui/data/known-projects.json +0 -1
- /package/dist/src/{ruvector → monovector}/diff-classifier.js +0 -0
|
@@ -1,498 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: monomind:do
|
|
3
|
-
description: "Monomind — Execute tasks from monomind-task board with parallel, minimal, or sequential agent modes, smart context group routing, and review cycles"
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
## Repeat Flag Extraction
|
|
7
|
-
|
|
8
|
-
**Before all other parsing:** Extract and discard `--repeat`, `--tillend`, `--maxruns`, `--wait` from `$ARGUMENTS` so they don't interfere with the command's own argument parser. `monomind:do` manages its own task-board-driven loop internally (see end of command) — the REPEAT POSTAMBLE is NOT used. To wrap this command with an external loop, use `/monomind:repeat -- /monomind:do ...`.
|
|
9
|
-
|
|
10
|
-
## Argument Parsing
|
|
11
|
-
|
|
12
|
-
Parse remaining `$ARGUMENTS` for the following flags (in any order):
|
|
13
|
-
|
|
14
|
-
- `--space <SPACE_ID>` — use this space directly (skip space discovery)
|
|
15
|
-
- `--board <BOARD_ID>` — use this task board directly (skip board discovery)
|
|
16
|
-
- `--filter <text>` — only process tasks whose title contains this text (case-insensitive)
|
|
17
|
-
- `--mode <parallel|minimal|sequential>` — execution mode (default: ask user)
|
|
18
|
-
- `--max-agents <N>` — cap total agent spawns per run (default: 20). Prevents runaway costs on large boards.
|
|
19
|
-
|
|
20
|
-
If `$ARGUMENTS` contains none of these flags, treat the entire string as a filter (legacy mode).
|
|
21
|
-
|
|
22
|
-
If `--space` and `--board` are both provided, skip Step 1 entirely and go straight to column discovery on the given board.
|
|
23
|
-
|
|
24
|
-
---
|
|
25
|
-
|
|
26
|
-
## Step 0: Check monotask CLI
|
|
27
|
-
|
|
28
|
-
Run:
|
|
29
|
-
```bash
|
|
30
|
-
command -v monotask
|
|
31
|
-
```
|
|
32
|
-
|
|
33
|
-
If `monotask` is NOT found, attempt to install:
|
|
34
|
-
```bash
|
|
35
|
-
command -v cargo && cargo install monotask
|
|
36
|
-
```
|
|
37
|
-
|
|
38
|
-
If `cargo` is also missing, output this and STOP:
|
|
39
|
-
> monotask requires Rust. Install Rust first:
|
|
40
|
-
> ```bash
|
|
41
|
-
> curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
|
42
|
-
> source "$HOME/.cargo/env"
|
|
43
|
-
> cargo install monotask
|
|
44
|
-
> ```
|
|
45
|
-
|
|
46
|
-
---
|
|
47
|
-
|
|
48
|
-
## Step 1: Find the Task Board
|
|
49
|
-
|
|
50
|
-
**If `--space` and `--board` were provided:** Skip discovery. Use the provided `SPACE_ID` and `TASK_BOARD_ID` directly. Jump to column discovery.
|
|
51
|
-
|
|
52
|
-
**Otherwise, discover them:**
|
|
53
|
-
|
|
54
|
-
1. **Repo name**: Run `git remote get-url origin`, extract the last path segment, strip `.git`. Fallback: `basename` of the current working directory. Store as `REPO_NAME`.
|
|
55
|
-
|
|
56
|
-
2. **Find space**: Run `monotask space list` and find the space named `$REPO_NAME`. If no space exists, output "No monotask space found. Run `/monomind:idea` first." and STOP. Store `SPACE_ID`.
|
|
57
|
-
|
|
58
|
-
3. **Find task board**: Retrieve the stored board ID via `npx monomind@latest memory search "monomind-task board_id"`. If found, use it as `TASK_BOARD_ID`. Otherwise, list boards in the space via `monotask space boards list $SPACE_ID` and try each ID with `monotask column list <BOARD_ID> --json` to find the one containing a `Backlog` column. If no board is found, output "No monomind-task board found. Run `/monomind:idea` or `/monomind:createtask` first." and STOP. Store `TASK_BOARD_ID`.
|
|
59
|
-
|
|
60
|
-
4. **Store column IDs**: Run `monotask column list $TASK_BOARD_ID --json` and map all columns by name: `COL_BACKLOG`, `COL_TODO`, `COL_IN_PROGRESS`, `COL_REVIEW`, `COL_HUMAN_IN_LOOP`, `COL_DONE`.
|
|
61
|
-
|
|
62
|
-
---
|
|
63
|
-
|
|
64
|
-
## Step 2: Scan All Tasks and Build Execution Plan
|
|
65
|
-
|
|
66
|
-
### 2a: Load all pending tasks
|
|
67
|
-
|
|
68
|
-
List cards in `Todo` and `Backlog`:
|
|
69
|
-
```bash
|
|
70
|
-
monotask card list $TASK_BOARD_ID $COL_TODO --json
|
|
71
|
-
monotask card list $TASK_BOARD_ID $COL_BACKLOG --json
|
|
72
|
-
```
|
|
73
|
-
|
|
74
|
-
If `--filter` was set, filter by title match.
|
|
75
|
-
|
|
76
|
-
If no cards found, output:
|
|
77
|
-
```
|
|
78
|
-
[monomind:do] No tasks in Todo or Backlog. Queue empty.
|
|
79
|
-
```
|
|
80
|
-
Remove any loop state files and STOP.
|
|
81
|
-
|
|
82
|
-
### 2b: Read task metadata
|
|
83
|
-
|
|
84
|
-
For each card, read its comments to extract:
|
|
85
|
-
- **Assigned agent type** (from "Assigned agent:" comment)
|
|
86
|
-
- **Context group** (from "Context group:" comment)
|
|
87
|
-
- **Prerequisites** (from "Prerequisites:" comment)
|
|
88
|
-
- **Parallel safe** (from "Parallel safe:" comment, default `true`)
|
|
89
|
-
|
|
90
|
-
### 2c: Build context groups
|
|
91
|
-
|
|
92
|
-
Group tasks by their `context_group` value:
|
|
93
|
-
- Tasks with the same context group form a **chain** — they run sequentially on the same agent
|
|
94
|
-
- Tasks with `context_group: independent` or no group are **independent** — they can run on any agent
|
|
95
|
-
- Within a chain, order by prerequisites (prerequisite first)
|
|
96
|
-
|
|
97
|
-
### 2d: Check session memory for execution strategy
|
|
98
|
-
|
|
99
|
-
Call `mcp__monomind__memory_search` with `"task-strategy:<REPO_NAME>"`. If a recent strategy exists, use its `recommended_execution_mode` as the default.
|
|
100
|
-
|
|
101
|
-
### 2e: Choose execution mode
|
|
102
|
-
|
|
103
|
-
**If `--mode` was provided:** Use that mode.
|
|
104
|
-
|
|
105
|
-
**If session memory has a recommendation:** Present it as default.
|
|
106
|
-
|
|
107
|
-
**Otherwise, ask the user:**
|
|
108
|
-
|
|
109
|
-
```
|
|
110
|
-
[monomind:do] Found N tasks: X in context groups, Y independent.
|
|
111
|
-
|
|
112
|
-
Context groups:
|
|
113
|
-
- <group-1>: 3 tasks (agent: backend-dev, sequential)
|
|
114
|
-
- <group-2>: 2 tasks (agent: Frontend Developer, sequential)
|
|
115
|
-
- independent: 4 tasks (mixed agents, parallelizable)
|
|
116
|
-
|
|
117
|
-
How do you want to execute?
|
|
118
|
-
|
|
119
|
-
1. **Parallel** — Spawn one agent per context group + one per independent task. (~N agents, fastest)
|
|
120
|
-
2. **Minimal** — One agent per context group + one shared agent for all independents. (~M agents, balanced)
|
|
121
|
-
3. **Sequential** — One agent processes everything in order. (1 agent, cheapest)
|
|
122
|
-
```
|
|
123
|
-
|
|
124
|
-
Store chosen mode as `EXEC_MODE`.
|
|
125
|
-
|
|
126
|
-
---
|
|
127
|
-
|
|
128
|
-
## Step 3: Initialize Loop State
|
|
129
|
-
|
|
130
|
-
Generate a loop ID and write the initial state file:
|
|
131
|
-
```bash
|
|
132
|
-
mkdir -p .monomind/loops
|
|
133
|
-
NOW_MS=$(python3 -c 'import time;print(int(time.time()*1000))' 2>/dev/null || echo "$(date +%s)000")
|
|
134
|
-
export DO_LOOP_ID="do-${NOW_MS}"
|
|
135
|
-
cat > ".monomind/loops/${DO_LOOP_ID}.json" << EOF
|
|
136
|
-
{
|
|
137
|
-
"id": "${DO_LOOP_ID}",
|
|
138
|
-
"sessionId": "${DO_LOOP_ID}",
|
|
139
|
-
"type": "do",
|
|
140
|
-
"prompt": "/monomind:do $ARGUMENTS",
|
|
141
|
-
"mode": "${EXEC_MODE}",
|
|
142
|
-
"currentTask": "starting...",
|
|
143
|
-
"spaceId": "${SPACE_ID:-}",
|
|
144
|
-
"boardId": "${TASK_BOARD_ID:-}",
|
|
145
|
-
"filter": "${FILTER:-}",
|
|
146
|
-
"startedAt": ${NOW_MS},
|
|
147
|
-
"lastRunAt": ${NOW_MS},
|
|
148
|
-
"nextRunAt": 0,
|
|
149
|
-
"status": "running"
|
|
150
|
-
}
|
|
151
|
-
EOF
|
|
152
|
-
```
|
|
153
|
-
|
|
154
|
-
Check if a stop was requested:
|
|
155
|
-
```bash
|
|
156
|
-
[ -f ".monomind/loops/${DO_LOOP_ID}.stop" ] && echo "DO_STOP_REQUESTED=true"
|
|
157
|
-
```
|
|
158
|
-
If `DO_STOP_REQUESTED=true`, output `[monomind:do] Stop requested via dashboard. Halting.`, remove state files, and STOP.
|
|
159
|
-
|
|
160
|
-
---
|
|
161
|
-
|
|
162
|
-
## Step 4: Execute Based on Mode
|
|
163
|
-
|
|
164
|
-
### Agent Budget Guard
|
|
165
|
-
|
|
166
|
-
Before spawning, count total agents needed:
|
|
167
|
-
- **Parallel**: one per context group + one per independent task
|
|
168
|
-
- **Minimal**: one per context group + one shared
|
|
169
|
-
- **Sequential**: one
|
|
170
|
-
|
|
171
|
-
If total exceeds `--max-agents` (default: 20), downgrade mode automatically:
|
|
172
|
-
- Parallel → Minimal (if still over budget → Sequential)
|
|
173
|
-
- Output: `[monomind:do] Agent budget exceeded (N > max-agents). Downgrading to <mode>.`
|
|
174
|
-
|
|
175
|
-
Track `AGENTS_SPAWNED` counter. If it hits the limit mid-run (e.g., during review cycles), stop spawning and queue remaining work for the next cycle.
|
|
176
|
-
|
|
177
|
-
### Mode: Parallel
|
|
178
|
-
|
|
179
|
-
Spawn ALL agents in ONE message using the Agent tool:
|
|
180
|
-
|
|
181
|
-
**For each context group chain:**
|
|
182
|
-
- Spawn ONE agent of the chain's recommended type
|
|
183
|
-
- Provide it with ALL tasks in the chain, in prerequisite order
|
|
184
|
-
- The agent executes them sequentially, committing after each
|
|
185
|
-
- Agent prompt includes: full task context for ALL tasks in the chain, project context, instruction to execute in order
|
|
186
|
-
|
|
187
|
-
**For each independent task:**
|
|
188
|
-
- Spawn ONE agent of the task's assigned type
|
|
189
|
-
- Provide it with that single task's context
|
|
190
|
-
- The agent executes and commits
|
|
191
|
-
|
|
192
|
-
All agents run concurrently via `run_in_background: true`.
|
|
193
|
-
|
|
194
|
-
**Agent prompt template for chain execution:**
|
|
195
|
-
```
|
|
196
|
-
You have N tasks to execute in order. Complete each one before moving to the next.
|
|
197
|
-
Tasks share context — knowledge from earlier tasks applies to later ones.
|
|
198
|
-
|
|
199
|
-
== AGENT DELEGATION CAPABILITY ==
|
|
200
|
-
You have full access to the Agent tool (Claude Code: Task tool) to spawn
|
|
201
|
-
sub-agents for any specialized subtask. This capability is recursive —
|
|
202
|
-
sub-agents you spawn also receive it.
|
|
203
|
-
|
|
204
|
-
Available agent categories:
|
|
205
|
-
CORE coder · reviewer · tester · planner · researcher
|
|
206
|
-
BACKEND backend-dev · Backend Architect · DB Optimizer · API Tester
|
|
207
|
-
FRONTEND Frontend Developer · mobile-dev · Mobile App Builder
|
|
208
|
-
ARCH Software Architect · system-architect
|
|
209
|
-
SECURITY Security Engineer · security-architect
|
|
210
|
-
AI/ML AI Engineer · ml-developer · Data Engineer
|
|
211
|
-
DEVOPS DevOps Automator · SRE · cicd-engineer
|
|
212
|
-
DOCS Technical Writer · api-docs
|
|
213
|
-
PRODUCT Product Manager · Launch Strategist · CRO Specialist
|
|
214
|
-
MARKETING Content Creator · SEO Specialist · Growth Hacker
|
|
215
|
-
SOCIAL TikTok · LinkedIn · Twitter · Instagram Strategist
|
|
216
|
-
SALES Deal Strategist · Sales Coach · Outbound Strategist
|
|
217
|
-
BUSINESS Finance Tracker · Legal Compliance Checker · Analytics Reporter
|
|
218
|
-
DESIGN Monodesign (UI/UX · brand · CSS · animation · design systems)
|
|
219
|
-
|
|
220
|
-
Delegate when: a subtask needs deeper expertise, parallel work speeds things up,
|
|
221
|
-
or a subtask is outside your domain but blocks your progress.
|
|
222
|
-
How: Agent({ subagent_type: "slug", prompt: `full briefing + this delegation block`, run_in_background: true })
|
|
223
|
-
=================================
|
|
224
|
-
|
|
225
|
-
TASK 1 of N: <title>
|
|
226
|
-
<full task context, checklist, acceptance criteria>
|
|
227
|
-
|
|
228
|
-
TASK 2 of N: <title>
|
|
229
|
-
<full task context, checklist, acceptance criteria>
|
|
230
|
-
...
|
|
231
|
-
|
|
232
|
-
For each task:
|
|
233
|
-
1. Implement the changes following the checklist
|
|
234
|
-
2. Write/update tests
|
|
235
|
-
3. Verify tests pass
|
|
236
|
-
4. Commit with descriptive message
|
|
237
|
-
5. Write a HANDOFF CONTEXT section (3-5 lines): what files changed, what decisions were made, what the next task needs to know
|
|
238
|
-
6. Report: DONE | DONE_WITH_CONCERNS | BLOCKED (with details)
|
|
239
|
-
|
|
240
|
-
IMPORTANT — Handoff Context:
|
|
241
|
-
After completing each task in the chain, write a brief ## Handoff Context block:
|
|
242
|
-
- Files created/modified (with paths)
|
|
243
|
-
- Key decisions made (naming, patterns chosen, trade-offs)
|
|
244
|
-
- State the next task inherits (new types, config values, API shapes)
|
|
245
|
-
This ensures continuity even if context is compressed between tasks.
|
|
246
|
-
|
|
247
|
-
If you are BLOCKED on any task, STOP the entire chain. Do not attempt subsequent tasks.
|
|
248
|
-
Report which task is blocked and list the remaining unstarted tasks.
|
|
249
|
-
```
|
|
250
|
-
|
|
251
|
-
**Agent prompt template for independent tasks:**
|
|
252
|
-
```
|
|
253
|
-
Execute this single task:
|
|
254
|
-
|
|
255
|
-
== AGENT DELEGATION CAPABILITY ==
|
|
256
|
-
You have full access to the Agent tool (Claude Code: Task tool) to spawn
|
|
257
|
-
sub-agents for any specialized subtask. This capability is recursive —
|
|
258
|
-
sub-agents you spawn also receive it.
|
|
259
|
-
|
|
260
|
-
Available agent categories:
|
|
261
|
-
CORE coder · reviewer · tester · planner · researcher
|
|
262
|
-
BACKEND backend-dev · Backend Architect · DB Optimizer · API Tester
|
|
263
|
-
FRONTEND Frontend Developer · mobile-dev · Mobile App Builder
|
|
264
|
-
ARCH Software Architect · system-architect
|
|
265
|
-
SECURITY Security Engineer · security-architect
|
|
266
|
-
AI/ML AI Engineer · ml-developer · Data Engineer
|
|
267
|
-
DEVOPS DevOps Automator · SRE · cicd-engineer
|
|
268
|
-
DOCS Technical Writer · api-docs
|
|
269
|
-
PRODUCT Product Manager · Launch Strategist · CRO Specialist
|
|
270
|
-
MARKETING Content Creator · SEO Specialist · Growth Hacker
|
|
271
|
-
SOCIAL TikTok · LinkedIn · Twitter · Instagram Strategist
|
|
272
|
-
SALES Deal Strategist · Sales Coach · Outbound Strategist
|
|
273
|
-
BUSINESS Finance Tracker · Legal Compliance Checker · Analytics Reporter
|
|
274
|
-
DESIGN Monodesign (UI/UX · brand · CSS · animation · design systems)
|
|
275
|
-
|
|
276
|
-
Delegate when: a subtask needs deeper expertise, parallel work speeds things up,
|
|
277
|
-
or a subtask is outside your domain but blocks your progress.
|
|
278
|
-
How: Agent({ subagent_type: "slug", prompt: `full briefing + this delegation block`, run_in_background: true })
|
|
279
|
-
=================================
|
|
280
|
-
|
|
281
|
-
TASK: <title>
|
|
282
|
-
<full task context, checklist, acceptance criteria>
|
|
283
|
-
|
|
284
|
-
1. Implement the changes following the checklist
|
|
285
|
-
2. Write/update tests
|
|
286
|
-
3. Verify tests pass
|
|
287
|
-
4. Commit with descriptive message
|
|
288
|
-
5. Report: DONE | DONE_WITH_CONCERNS | BLOCKED (with details)
|
|
289
|
-
```
|
|
290
|
-
|
|
291
|
-
Move all cards to `In Progress` before spawning agents:
|
|
292
|
-
```bash
|
|
293
|
-
monotask card move $TASK_BOARD_ID $CARD_ID $COL_IN_PROGRESS --json
|
|
294
|
-
```
|
|
295
|
-
|
|
296
|
-
### Mode: Minimal
|
|
297
|
-
|
|
298
|
-
Same as parallel, but:
|
|
299
|
-
- One agent per context group chain (same as parallel)
|
|
300
|
-
- ONE shared agent for ALL independent tasks (executes them sequentially)
|
|
301
|
-
- Total agents = number of context groups + 1
|
|
302
|
-
|
|
303
|
-
### Mode: Sequential
|
|
304
|
-
|
|
305
|
-
Spawn ONE agent with ALL tasks (all chains flattened into prerequisite order, then independents):
|
|
306
|
-
- The single agent receives every task
|
|
307
|
-
- Executes them in order, committing after each
|
|
308
|
-
- Maximum context preservation, minimum cost
|
|
309
|
-
|
|
310
|
-
---
|
|
311
|
-
|
|
312
|
-
## Step 5: Gather Project Context (for agent prompts)
|
|
313
|
-
|
|
314
|
-
Collect in parallel (skip any that error):
|
|
315
|
-
|
|
316
|
-
1. **README**: Read `README.md` (first 200 lines).
|
|
317
|
-
2. **Package manifest**: Read whichever exists first: `package.json`, `Cargo.toml`, `pyproject.toml`, `go.mod`.
|
|
318
|
-
3. **Memory search**: Call `mcp__monomind__memory_search` with the first task's title.
|
|
319
|
-
4. **Knowledge graph**: Call `mcp__monomind__monograph_suggest` with the first task's title.
|
|
320
|
-
|
|
321
|
-
Bundle into `PROJECT_CONTEXT` and include in every agent prompt.
|
|
322
|
-
|
|
323
|
-
---
|
|
324
|
-
|
|
325
|
-
## Step 6: Read Full Task Context (for each task)
|
|
326
|
-
|
|
327
|
-
For each task being assigned to an agent, gather:
|
|
328
|
-
|
|
329
|
-
1. **Card details**: Run `monotask card view $TASK_BOARD_ID $CARD_ID` to get title, description, impact, effort, priority.
|
|
330
|
-
|
|
331
|
-
2. **Comments**: Run `monotask card comment list $TASK_BOARD_ID $CARD_ID --json`. Parse for:
|
|
332
|
-
- Task description and context
|
|
333
|
-
- Assigned agent type
|
|
334
|
-
- Context group and prerequisites
|
|
335
|
-
- Acceptance criteria
|
|
336
|
-
- Additional notes
|
|
337
|
-
|
|
338
|
-
3. **Checklist**: Cards created by `/monomind:createtask` store their checklist ID in a card comment (line starting with `CHECKLIST_ID:`). Retrieve it:
|
|
339
|
-
```bash
|
|
340
|
-
CHECKLIST_ID=$(monotask card comment list $TASK_BOARD_ID $CARD_ID --json \
|
|
341
|
-
| jq -r '.[].text' | grep '^CHECKLIST_ID:' | head -1 | cut -d: -f2 | tr -d ' ')
|
|
342
|
-
```
|
|
343
|
-
If a checklist ID is found, retrieve steps via `monotask card view $TASK_BOARD_ID $CARD_ID` and include as step-by-step guide.
|
|
344
|
-
|
|
345
|
-
Bundle into `TASK_CONTEXT` for that task.
|
|
346
|
-
|
|
347
|
-
---
|
|
348
|
-
|
|
349
|
-
## Step 7: Handle Agent Results
|
|
350
|
-
|
|
351
|
-
After each agent completes (or all agents in parallel mode), process results:
|
|
352
|
-
|
|
353
|
-
### For each completed task:
|
|
354
|
-
|
|
355
|
-
**If DONE or DONE_WITH_CONCERNS:**
|
|
356
|
-
- Proceed to review cycle (Step 8)
|
|
357
|
-
|
|
358
|
-
**If BLOCKED:**
|
|
359
|
-
1. Add the blocking question as a comment:
|
|
360
|
-
```bash
|
|
361
|
-
monotask card comment add $TASK_BOARD_ID $CARD_ID "Blocked: <question or issue>"
|
|
362
|
-
```
|
|
363
|
-
2. Move card to `Human in Loop`:
|
|
364
|
-
```bash
|
|
365
|
-
monotask card move $TASK_BOARD_ID $CARD_ID $COL_HUMAN_IN_LOOP --json
|
|
366
|
-
```
|
|
367
|
-
3. **Chain failure propagation**: If this task belongs to a context group chain, ALL remaining tasks in that chain are now blocked. For each subsequent task in the chain:
|
|
368
|
-
```bash
|
|
369
|
-
monotask card move $TASK_BOARD_ID $DEPENDENT_CARD_ID $COL_BACKLOG --json
|
|
370
|
-
monotask card comment add $TASK_BOARD_ID $DEPENDENT_CARD_ID "Chain paused: prerequisite '<blocked task title>' is blocked. Reason: <blocker summary>"
|
|
371
|
-
```
|
|
372
|
-
Do NOT attempt to execute remaining chain tasks — they depend on the blocked task's output and context.
|
|
373
|
-
|
|
374
|
-
---
|
|
375
|
-
|
|
376
|
-
## Step 8: Review and Bug Fix Cycle
|
|
377
|
-
|
|
378
|
-
After execution completes (DONE or DONE_WITH_CONCERNS), run a review session BEFORE moving the card.
|
|
379
|
-
|
|
380
|
-
### 8a: Spawn a Code Reviewer
|
|
381
|
-
|
|
382
|
-
Spawn a `feature-dev:code-reviewer` agent via the Agent tool. Provide:
|
|
383
|
-
- The list of files modified (from the implementer's report)
|
|
384
|
-
- The `TASK_CONTEXT` (so the reviewer knows what was intended)
|
|
385
|
-
- The `PROJECT_CONTEXT`
|
|
386
|
-
- Instructions: review the changes for correctness, bugs, security issues, test coverage, and adherence to the task requirements. Run the test suite if one exists.
|
|
387
|
-
|
|
388
|
-
The reviewer MUST report:
|
|
389
|
-
- **APPROVED**: Changes look correct, tests pass, no issues found.
|
|
390
|
-
- **BUGS_FOUND**: List of specific bugs or issues found, with file paths and descriptions.
|
|
391
|
-
- **TESTS_FAILING**: Which tests fail and why.
|
|
392
|
-
|
|
393
|
-
### 8b: If BUGS_FOUND or TESTS_FAILING
|
|
394
|
-
|
|
395
|
-
Spawn the original implementer agent (same type) to fix the issues. Provide:
|
|
396
|
-
- The reviewer's findings (exact bug descriptions, failing tests)
|
|
397
|
-
- The original `TASK_CONTEXT` for reference
|
|
398
|
-
- Instructions: fix the reported issues, run tests, commit the fixes
|
|
399
|
-
|
|
400
|
-
After the fix agent completes, run the reviewer AGAIN (repeat 8a). Loop until the reviewer returns **APPROVED** or a maximum of 3 fix cycles. If still not approved after 3 cycles:
|
|
401
|
-
- Add a comment listing the unresolved issues
|
|
402
|
-
- Move card to `Human in Loop` instead of `Review`
|
|
403
|
-
- STOP processing this card
|
|
404
|
-
|
|
405
|
-
### 8c: If APPROVED
|
|
406
|
-
|
|
407
|
-
Proceed to Step 9.
|
|
408
|
-
|
|
409
|
-
---
|
|
410
|
-
|
|
411
|
-
## Step 9: Update Board Based on Result
|
|
412
|
-
|
|
413
|
-
### If APPROVED (from review cycle):
|
|
414
|
-
1. Add a comment summarizing the changes and review outcome:
|
|
415
|
-
```bash
|
|
416
|
-
monotask card comment add $TASK_BOARD_ID $CARD_ID "Completed and reviewed: <summary>"
|
|
417
|
-
```
|
|
418
|
-
2. If there's a checklist, retrieve and mark all item IDs as complete:
|
|
419
|
-
```bash
|
|
420
|
-
ITEM_IDS=$(monotask card comment list $TASK_BOARD_ID $CARD_ID --json \
|
|
421
|
-
| jq -r '.[].text' | grep '^ITEM_IDS:' | head -1 | sed 's/^ITEM_IDS: //')
|
|
422
|
-
for ITEM_ID in $(echo "$ITEM_IDS" | tr ',' '\n'); do
|
|
423
|
-
[ -n "$ITEM_ID" ] && monotask checklist item-check $TASK_BOARD_ID $CARD_ID $CHECKLIST_ID "$ITEM_ID"
|
|
424
|
-
done
|
|
425
|
-
```
|
|
426
|
-
3. If DONE_WITH_CONCERNS, add concerns:
|
|
427
|
-
```bash
|
|
428
|
-
monotask card comment add $TASK_BOARD_ID $CARD_ID "Concerns: <concerns>"
|
|
429
|
-
```
|
|
430
|
-
4. Move card to `Review`:
|
|
431
|
-
```bash
|
|
432
|
-
monotask card move $TASK_BOARD_ID $CARD_ID $COL_REVIEW --json
|
|
433
|
-
```
|
|
434
|
-
5. **Unblock dependents**: If this task was a prerequisite for other tasks, move those from `Backlog` to `Todo`:
|
|
435
|
-
```bash
|
|
436
|
-
monotask card move $TASK_BOARD_ID $DEPENDENT_CARD_ID $COL_TODO --json
|
|
437
|
-
```
|
|
438
|
-
|
|
439
|
-
---
|
|
440
|
-
|
|
441
|
-
## Step 10: Summary and Next Cycle
|
|
442
|
-
|
|
443
|
-
Output a status summary:
|
|
444
|
-
```
|
|
445
|
-
[monomind:do] Execution complete (mode: <parallel|minimal|sequential>)
|
|
446
|
-
|
|
447
|
-
| Task | Status | Agent | Review |
|
|
448
|
-
|-------------------------------|----------------|-------------|------------|
|
|
449
|
-
| <title> | Review | backend-dev | approved |
|
|
450
|
-
| <title> | Review | coder | approved |
|
|
451
|
-
| <title> | Human in Loop | coder | blocked |
|
|
452
|
-
```
|
|
453
|
-
|
|
454
|
-
Then check for remaining tasks:
|
|
455
|
-
```bash
|
|
456
|
-
monotask card list $TASK_BOARD_ID $COL_TODO --json
|
|
457
|
-
monotask card list $TASK_BOARD_ID $COL_BACKLOG --json
|
|
458
|
-
```
|
|
459
|
-
|
|
460
|
-
If tasks remain (including newly unblocked ones), output:
|
|
461
|
-
```
|
|
462
|
-
[monomind:do] Remaining: N in Todo, M in Backlog. Processing next batch in 2 minutes...
|
|
463
|
-
```
|
|
464
|
-
|
|
465
|
-
Update loop state and use `ScheduleWakeup` with `delaySeconds: 120` and prompt `/monomind:do --space $SPACE_ID --board $TASK_BOARD_ID --mode $EXEC_MODE` (plus `--filter` if one was set).
|
|
466
|
-
|
|
467
|
-
If no tasks remain, output:
|
|
468
|
-
```
|
|
469
|
-
[monomind:do] All tasks processed. Queue empty.
|
|
470
|
-
```
|
|
471
|
-
|
|
472
|
-
To repeat this command on a schedule, wrap it with `/monomind:repeat`.
|
|
473
|
-
|
|
474
|
-
### Store execution outcome in session memory
|
|
475
|
-
|
|
476
|
-
Call `mcp__monomind__memory_store` with:
|
|
477
|
-
```json
|
|
478
|
-
{
|
|
479
|
-
"key": "execution-outcome:<REPO_NAME>:<timestamp>",
|
|
480
|
-
"content": {
|
|
481
|
-
"mode": "<EXEC_MODE>",
|
|
482
|
-
"tasks_completed": N,
|
|
483
|
-
"tasks_blocked": M,
|
|
484
|
-
"agents_spawned": K,
|
|
485
|
-
"review_cycles": L,
|
|
486
|
-
"outcome": "success | partial | blocked",
|
|
487
|
-
"lessons": ["any patterns observed — e.g. 'context groups worked well', 'task X was too large']"
|
|
488
|
-
},
|
|
489
|
-
"tags": ["execution-outcome", "monomind-do"]
|
|
490
|
-
}
|
|
491
|
-
```
|
|
492
|
-
|
|
493
|
-
Remove the loop state file:
|
|
494
|
-
```bash
|
|
495
|
-
rm -f ".monomind/loops/${DO_LOOP_ID}.json" ".monomind/loops/${DO_LOOP_ID}.stop"
|
|
496
|
-
```
|
|
497
|
-
|
|
498
|
-
Do NOT schedule another wake-up. STOP.
|
|
@@ -1,118 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: monomind-help
|
|
3
|
-
description: Monomind commands reference — quick overview of all skills, CLI subcommands, and MCP tools available in this session
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
# Monomind Help
|
|
7
|
-
|
|
8
|
-
Quick reference for all Monomind skills and CLI commands available in this project.
|
|
9
|
-
|
|
10
|
-
## Monomind Skills (invoke via Skill tool)
|
|
11
|
-
|
|
12
|
-
| Skill | Description |
|
|
13
|
-
|-------|-------------|
|
|
14
|
-
| `monomind:createtask` | Decompose a prompt, spec file, or folder into agent-optimized tasks on monotask |
|
|
15
|
-
| `monomind:do` | Execute tasks from monotask board with parallel/minimal/sequential agent modes |
|
|
16
|
-
| `monomind:idea` | Research ideas from a prompt and decompose them into subtasks on monotask |
|
|
17
|
-
| `monomind:improve` | Deeply analyze a component, research improvements, create tasks |
|
|
18
|
-
| `monomind:repeat` | Repeat a prompt on a schedule (default: 15 min, 10 times) |
|
|
19
|
-
| `monomind:understand` | Run semantic enrichment on the monograph knowledge graph |
|
|
20
|
-
| `monomind:specialagents` | Activate a specialist agent persona (browse categories or auto-select) |
|
|
21
|
-
| `monomind:swarm` | Swarm coordination reference — topologies, strategies, init patterns |
|
|
22
|
-
| `monomind:memory` | Memory CLI quick reference |
|
|
23
|
-
|
|
24
|
-
## Core CLI Commands
|
|
25
|
-
|
|
26
|
-
```bash
|
|
27
|
-
# Initialize project
|
|
28
|
-
npx monomind init --wizard
|
|
29
|
-
|
|
30
|
-
# Start background daemon
|
|
31
|
-
npx monomind daemon start
|
|
32
|
-
|
|
33
|
-
# System diagnostics
|
|
34
|
-
npx monomind doctor --fix
|
|
35
|
-
|
|
36
|
-
# Agent management
|
|
37
|
-
npx monomind agent spawn -t coder --name my-coder
|
|
38
|
-
npx monomind agent list
|
|
39
|
-
npx monomind agent status --id <agent-id>
|
|
40
|
-
npx monomind agent stop --id <agent-id>
|
|
41
|
-
|
|
42
|
-
# Swarm management
|
|
43
|
-
npx monomind swarm init --topology hierarchical --max-agents 8 --strategy specialized
|
|
44
|
-
npx monomind swarm status
|
|
45
|
-
npx monomind swarm stop
|
|
46
|
-
|
|
47
|
-
# Memory operations
|
|
48
|
-
npx monomind memory store --key "my-key" --value "my-value" --namespace patterns
|
|
49
|
-
npx monomind memory search --query "search terms"
|
|
50
|
-
npx monomind memory list --namespace patterns
|
|
51
|
-
npx monomind memory retrieve --key "my-key"
|
|
52
|
-
|
|
53
|
-
# Workflow management
|
|
54
|
-
npx monomind workflow run -t development --task "Build feature"
|
|
55
|
-
npx monomind workflow list
|
|
56
|
-
|
|
57
|
-
# Knowledge graph
|
|
58
|
-
npx monomind monograph build
|
|
59
|
-
npx monomind monograph search -q "authentication"
|
|
60
|
-
npx monomind monograph stats
|
|
61
|
-
|
|
62
|
-
# Neural patterns
|
|
63
|
-
npx monomind neural train --pattern coordination --epochs 50
|
|
64
|
-
npx monomind neural status --verbose
|
|
65
|
-
|
|
66
|
-
# Hooks
|
|
67
|
-
npx monomind hooks pre-task --description "task description"
|
|
68
|
-
npx monomind hooks post-task --task-id "id" --success true
|
|
69
|
-
npx monomind hooks route --task "task description"
|
|
70
|
-
|
|
71
|
-
# Session management
|
|
72
|
-
npx monomind session restore --latest
|
|
73
|
-
npx monomind session save
|
|
74
|
-
|
|
75
|
-
# Security
|
|
76
|
-
npx monomind security scan --depth full
|
|
77
|
-
|
|
78
|
-
# Performance
|
|
79
|
-
npx monomind performance benchmark --suite all
|
|
80
|
-
```
|
|
81
|
-
|
|
82
|
-
## Built-in Workflow Templates
|
|
83
|
-
|
|
84
|
-
`development`, `research`, `testing`, `security-audit`, `code-review`, `refactoring`, `sparc`, `custom`
|
|
85
|
-
|
|
86
|
-
## Swarm Topologies
|
|
87
|
-
|
|
88
|
-
| Topology | Use When |
|
|
89
|
-
|----------|----------|
|
|
90
|
-
| `hierarchical` | Feature dev, bug fixes (anti-drift, tight control) |
|
|
91
|
-
| `mesh` | Research, analysis (broad coverage) |
|
|
92
|
-
| `star` | Parallel testing, parallel maintenance |
|
|
93
|
-
| `hierarchical-mesh` | Large teams 10+ agents |
|
|
94
|
-
|
|
95
|
-
## Key MCP Tools
|
|
96
|
-
|
|
97
|
-
```javascript
|
|
98
|
-
// Memory
|
|
99
|
-
mcp__monomind__memory_store({ key: "...", value: "...", namespace: "..." })
|
|
100
|
-
mcp__monomind__memory_search({ query: "...", namespace: "..." })
|
|
101
|
-
|
|
102
|
-
// Knowledge graph
|
|
103
|
-
mcp__monomind__graphify_suggest({ task: "..." })
|
|
104
|
-
mcp__monomind__graphify_query({ query: "..." })
|
|
105
|
-
|
|
106
|
-
// Swarm
|
|
107
|
-
mcp__monomind__swarm_init({ topology: "hierarchical", maxAgents: 8, strategy: "specialized" })
|
|
108
|
-
mcp__monomind__swarm_status({})
|
|
109
|
-
|
|
110
|
-
// System
|
|
111
|
-
mcp__monomind__system_health({})
|
|
112
|
-
mcp__monomind__agent_health({})
|
|
113
|
-
```
|
|
114
|
-
|
|
115
|
-
## Support
|
|
116
|
-
|
|
117
|
-
- Documentation: https://github.com/nokhodian/monomind
|
|
118
|
-
- Issues: https://github.com/nokhodian/monomind/issues
|