@monoes/monomindcli 1.10.47 → 1.10.55
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/optimization/benchmark-suite.md +2 -0
- package/.claude/agents/optimization/load-balancer.md +2 -0
- package/.claude/agents/optimization/performance-monitor.md +2 -0
- package/.claude/agents/optimization/resource-allocator.md +3 -1
- package/.claude/agents/optimization/topology-optimizer.md +2 -0
- package/.claude/commands/mastermind/_repeat.md +21 -0
- package/.claude/commands/mastermind/_taskfile.md +235 -0
- package/.claude/commands/mastermind/adr.md +11 -0
- package/.claude/commands/mastermind/approve.md +94 -0
- package/.claude/commands/mastermind/autodev.md +32 -0
- package/.claude/commands/mastermind/budget.md +7 -0
- package/.claude/commands/mastermind/code-review.md +317 -0
- package/.claude/commands/mastermind/createorg.md +40 -1
- package/.claude/commands/mastermind/createtask.md +383 -0
- package/.claude/commands/mastermind/debug.md +22 -0
- package/.claude/commands/mastermind/design.md +20 -0
- package/.claude/commands/mastermind/do.md +526 -0
- package/.claude/commands/mastermind/execute.md +20 -0
- package/.claude/commands/mastermind/finish.md +20 -0
- package/.claude/commands/mastermind/graph-status.md +7 -0
- package/.claude/commands/mastermind/help.md +118 -0
- package/.claude/commands/mastermind/ideate.md +261 -0
- package/.claude/commands/mastermind/improve.md +345 -0
- package/.claude/commands/mastermind/loops.md +7 -0
- package/.claude/commands/mastermind/master.md +186 -6
- package/.claude/commands/mastermind/memory.md +230 -0
- package/.claude/commands/mastermind/plan.md +26 -0
- package/.claude/commands/mastermind/receive-review.md +20 -0
- package/.claude/commands/mastermind/repeat.md +257 -0
- package/.claude/commands/mastermind/runorg.md +3 -0
- package/.claude/commands/mastermind/skill-builder.md +20 -0
- package/.claude/commands/mastermind/specialagents.md +125 -0
- package/.claude/commands/mastermind/swarm.md +161 -0
- package/.claude/commands/mastermind/taskdev.md +26 -0
- package/.claude/commands/mastermind/tdd.md +22 -0
- package/.claude/commands/mastermind/techport.md +4 -0
- package/.claude/commands/mastermind/understand.md +139 -0
- package/.claude/commands/mastermind/verify.md +22 -0
- package/.claude/commands/mastermind/worktree.md +20 -0
- package/.claude/commands/monomind/do.md +52 -0
- package/.claude/commands/monomind/improve.md +2 -0
- package/.claude/helpers/handlers/graph-status-handler.cjs +2 -1
- package/.claude/helpers/handlers/route-handler.cjs +61 -11
- package/.claude/helpers/hook-handler.cjs +19 -0
- package/.claude/helpers/skill-registry.json +122 -51
- package/.claude/helpers/statusline.cjs +1 -1
- package/.claude/skills/agent-browser-testing/SKILL.md +522 -152
- package/.claude/skills/github-issue-triage/SKILL.md +354 -0
- package/.claude/skills/github-repo-recap/SKILL.md +207 -0
- package/.claude/skills/mastermind/_delegation.md +83 -0
- package/.claude/skills/mastermind/_protocol.md +14 -0
- package/.claude/skills/mastermind/approve.md +15 -7
- package/.claude/skills/mastermind/autodev.md +534 -0
- package/.claude/skills/mastermind/createorg.md +21 -5
- package/.claude/skills/mastermind/debug.md +232 -0
- package/.claude/skills/mastermind/design.md +187 -0
- package/.claude/skills/mastermind/execute.md +104 -0
- package/.claude/skills/mastermind/finish.md +251 -0
- package/.claude/skills/mastermind/plan.md +180 -0
- package/.claude/skills/mastermind/receive-review.md +213 -0
- package/.claude/skills/mastermind/runorg.md +23 -8
- package/.claude/skills/mastermind/skill-builder.md +274 -0
- package/.claude/skills/mastermind/taskdev.md +307 -0
- package/.claude/skills/mastermind/tdd.md +394 -0
- package/.claude/skills/mastermind/verify.md +196 -0
- package/.claude/skills/mastermind/worktree.md +160 -132
- package/README.md +320 -253
- package/dist/src/commands/analyze.d.ts.map +1 -1
- package/dist/src/commands/analyze.js +9 -2
- package/dist/src/commands/analyze.js.map +1 -1
- package/dist/src/commands/benchmark.js.map +1 -1
- package/dist/src/commands/completions.js +1 -1
- package/dist/src/commands/guidance.js +7 -7
- package/dist/src/commands/hooks.d.ts.map +1 -1
- package/dist/src/commands/hooks.js +16 -3
- package/dist/src/commands/hooks.js.map +1 -1
- package/dist/src/commands/index.d.ts +3 -2
- package/dist/src/commands/index.d.ts.map +1 -1
- package/dist/src/commands/index.js +7 -0
- package/dist/src/commands/index.js.map +1 -1
- package/dist/src/commands/init.d.ts.map +1 -1
- package/dist/src/commands/init.js +47 -13
- package/dist/src/commands/init.js.map +1 -1
- package/dist/src/commands/neural.d.ts.map +1 -1
- package/dist/src/commands/neural.js +100 -14
- package/dist/src/commands/neural.js.map +1 -1
- package/dist/src/commands/platforms.d.ts +11 -0
- package/dist/src/commands/platforms.d.ts.map +1 -0
- package/dist/src/commands/platforms.js +195 -0
- package/dist/src/commands/platforms.js.map +1 -0
- package/dist/src/commands/ruvector/backup.js.map +1 -1
- package/dist/src/commands/ruvector/benchmark.js.map +1 -1
- package/dist/src/commands/ruvector/init.js.map +1 -1
- package/dist/src/commands/ruvector/migrate.js.map +1 -1
- package/dist/src/commands/ruvector/optimize.js.map +1 -1
- package/dist/src/commands/ruvector/status.js.map +1 -1
- package/dist/src/commands/update.js +6 -6
- package/dist/src/init/executor.d.ts.map +1 -1
- package/dist/src/init/executor.js +28 -0
- package/dist/src/init/executor.js.map +1 -1
- package/dist/src/init/statusline-generator.js +1 -1
- package/dist/src/init/types.d.ts +1 -0
- package/dist/src/init/types.d.ts.map +1 -1
- package/dist/src/mcp-server.d.ts.map +1 -1
- package/dist/src/mcp-server.js +92 -0
- package/dist/src/mcp-server.js.map +1 -1
- package/dist/src/mcp-tools/hive-mind-tools.d.ts.map +1 -1
- package/dist/src/mcp-tools/hive-mind-tools.js +52 -0
- 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 +106 -5
- package/dist/src/mcp-tools/hooks-tools.js.map +1 -1
- package/dist/src/mcp-tools/index.d.ts +0 -5
- package/dist/src/mcp-tools/index.d.ts.map +1 -1
- package/dist/src/mcp-tools/index.js +0 -5
- package/dist/src/mcp-tools/index.js.map +1 -1
- package/dist/src/mcp-tools/monograph-tools.d.ts.map +1 -1
- package/dist/src/mcp-tools/monograph-tools.js +507 -5587
- package/dist/src/mcp-tools/monograph-tools.js.map +1 -1
- package/dist/src/mcp-tools/neural-tools.d.ts.map +1 -1
- package/dist/src/mcp-tools/neural-tools.js +64 -4
- package/dist/src/mcp-tools/neural-tools.js.map +1 -1
- package/dist/src/mcp-tools/security-tools.js +4 -4
- package/dist/src/memory/intelligence.d.ts +2 -2
- package/dist/src/memory/intelligence.d.ts.map +1 -1
- package/dist/src/memory/intelligence.js +108 -3
- package/dist/src/memory/intelligence.js.map +1 -1
- package/dist/src/memory/memory-bridge.js +1 -1
- package/dist/src/memory/memory-bridge.js.map +1 -1
- package/dist/src/memory/sona-optimizer.d.ts +1 -10
- package/dist/src/memory/sona-optimizer.d.ts.map +1 -1
- package/dist/src/memory/sona-optimizer.js +0 -46
- package/dist/src/memory/sona-optimizer.js.map +1 -1
- package/dist/src/runtime/headless.js +3 -3
- package/dist/src/ruvector/diff-classifier.d.ts +0 -2
- package/dist/src/ruvector/diff-classifier.d.ts.map +1 -1
- package/dist/src/ruvector/diff-classifier.js +2 -14
- package/dist/src/ruvector/diff-classifier.js.map +1 -1
- package/dist/src/ruvector/index.d.ts +26 -9
- package/dist/src/ruvector/index.d.ts.map +1 -1
- package/dist/src/ruvector/index.js +3 -21
- package/dist/src/ruvector/index.js.map +1 -1
- package/dist/src/ruvector/ruvllm-wasm.js +2 -2
- package/dist/src/ruvector/ruvllm-wasm.js.map +1 -1
- package/dist/src/types.d.ts +0 -15
- package/dist/src/types.d.ts.map +1 -1
- package/dist/src/types.js +0 -18
- package/dist/src/types.js.map +1 -1
- package/dist/src/ui/dashboard.html +8763 -9765
- package/dist/src/ui/data/agent-avatars.html +763 -0
- package/dist/src/ui/data/agent-avatars.json +966 -0
- package/dist/src/ui/data/avatars/account-strategist.svg +58 -0
- package/dist/src/ui/data/avatars/accounts-payable.svg +54 -0
- package/dist/src/ui/data/avatars/adaptive-coordinator.svg +55 -0
- package/dist/src/ui/data/avatars/adaptive-coordinator2.svg +54 -0
- package/dist/src/ui/data/avatars/ai-citation.svg +57 -0
- package/dist/src/ui/data/avatars/ai-engineer.svg +61 -0
- package/dist/src/ui/data/avatars/analytics-reporter.svg +53 -0
- package/dist/src/ui/data/avatars/api-tester.svg +53 -0
- package/dist/src/ui/data/avatars/architecture.svg +54 -0
- package/dist/src/ui/data/avatars/automation-governance.svg +55 -0
- package/dist/src/ui/data/avatars/backend-dev.svg +53 -0
- package/dist/src/ui/data/avatars/benchmarker.svg +54 -0
- package/dist/src/ui/data/avatars/blockchain-auditor.svg +53 -0
- package/dist/src/ui/data/avatars/byzantine-coord.svg +57 -0
- package/dist/src/ui/data/avatars/case-analyst.svg +57 -0
- package/dist/src/ui/data/avatars/cicd-engineer.svg +55 -0
- package/dist/src/ui/data/avatars/cloud-architect.svg +54 -0
- package/dist/src/ui/data/avatars/code-review-swarm.svg +57 -0
- package/dist/src/ui/data/avatars/coder-v119.svg +57 -0
- package/dist/src/ui/data/avatars/coder.svg +58 -0
- package/dist/src/ui/data/avatars/collective-coord.svg +54 -0
- package/dist/src/ui/data/avatars/compliance-auditor.svg +58 -0
- package/dist/src/ui/data/avatars/consensus-coordinator.svg +54 -0
- package/dist/src/ui/data/avatars/content-creator.svg +54 -0
- package/dist/src/ui/data/avatars/crdt-synchronizer.svg +53 -0
- package/dist/src/ui/data/avatars/cro-specialist.svg +58 -0
- package/dist/src/ui/data/avatars/data-consolidator.svg +54 -0
- package/dist/src/ui/data/avatars/data-engineer.svg +53 -0
- package/dist/src/ui/data/avatars/database-optimizer.svg +61 -0
- package/dist/src/ui/data/avatars/deal-strategist.svg +54 -0
- package/dist/src/ui/data/avatars/defender.svg +53 -0
- package/dist/src/ui/data/avatars/devops-automator.svg +56 -0
- package/dist/src/ui/data/avatars/discovery-coach.svg +54 -0
- package/dist/src/ui/data/avatars/email-marketing.svg +57 -0
- package/dist/src/ui/data/avatars/embedded-firmware.svg +61 -0
- package/dist/src/ui/data/avatars/evidence-collector.svg +57 -0
- package/dist/src/ui/data/avatars/experiment-tracker.svg +53 -0
- package/dist/src/ui/data/avatars/feedback-synthesizer.svg +54 -0
- package/dist/src/ui/data/avatars/finance-tracker.svg +54 -0
- package/dist/src/ui/data/avatars/frontend-developer.svg +54 -0
- package/dist/src/ui/data/avatars/game-audio-engineer.svg +59 -0
- package/dist/src/ui/data/avatars/game-designer.svg +54 -0
- package/dist/src/ui/data/avatars/gossip-coordinator.svg +54 -0
- package/dist/src/ui/data/avatars/hierarchical-coord.svg +54 -0
- package/dist/src/ui/data/avatars/incident-commander.svg +57 -0
- package/dist/src/ui/data/avatars/infrastructure.svg +54 -0
- package/dist/src/ui/data/avatars/input-validator.svg +53 -0
- package/dist/src/ui/data/avatars/ios-developer.svg +54 -0
- package/dist/src/ui/data/avatars/issue-tracker.svg +53 -0
- package/dist/src/ui/data/avatars/judge.svg +55 -0
- package/dist/src/ui/data/avatars/launch-strategist.svg +54 -0
- package/dist/src/ui/data/avatars/legal-compliance.svg +53 -0
- package/dist/src/ui/data/avatars/level-designer.svg +53 -0
- package/dist/src/ui/data/avatars/load-balancer.svg +57 -0
- package/dist/src/ui/data/avatars/mcp-builder.svg +53 -0
- package/dist/src/ui/data/avatars/memory-coordinator.svg +55 -0
- package/dist/src/ui/data/avatars/mesh-coordinator.svg +55 -0
- package/dist/src/ui/data/avatars/ml-developer.svg +58 -0
- package/dist/src/ui/data/avatars/mobile-app-builder.svg +53 -0
- package/dist/src/ui/data/avatars/mobile-dev.svg +54 -0
- package/dist/src/ui/data/avatars/model-qa.svg +58 -0
- package/dist/src/ui/data/avatars/narrative-designer.svg +58 -0
- package/dist/src/ui/data/avatars/outbound-strategist.svg +55 -0
- package/dist/src/ui/data/avatars/path-validator.svg +54 -0
- package/dist/src/ui/data/avatars/payment-agent.svg +53 -0
- package/dist/src/ui/data/avatars/perf-analyzer.svg +58 -0
- package/dist/src/ui/data/avatars/pipeline-analyst.svg +54 -0
- package/dist/src/ui/data/avatars/planner.svg +55 -0
- package/dist/src/ui/data/avatars/pr-manager.svg +54 -0
- package/dist/src/ui/data/avatars/pricing-strategist.svg +54 -0
- package/dist/src/ui/data/avatars/product-manager.svg +54 -0
- package/dist/src/ui/data/avatars/production-validator.svg +54 -0
- package/dist/src/ui/data/avatars/project-shepherd.svg +54 -0
- package/dist/src/ui/data/avatars/proposal-strategist.svg +54 -0
- package/dist/src/ui/data/avatars/prosecutor.svg +57 -0
- package/dist/src/ui/data/avatars/pseudocode.svg +53 -0
- package/dist/src/ui/data/avatars/queen-coordinator.svg +55 -0
- package/dist/src/ui/data/avatars/quorum-manager.svg +53 -0
- package/dist/src/ui/data/avatars/raft-manager.svg +53 -0
- package/dist/src/ui/data/avatars/reality-checker.svg +58 -0
- package/dist/src/ui/data/avatars/recruitment.svg +58 -0
- package/dist/src/ui/data/avatars/refinement.svg +53 -0
- package/dist/src/ui/data/avatars/release-manager.svg +54 -0
- package/dist/src/ui/data/avatars/repo-architect.svg +54 -0
- package/dist/src/ui/data/avatars/researcher.svg +58 -0
- package/dist/src/ui/data/avatars/resource-allocator.svg +53 -0
- package/dist/src/ui/data/avatars/reviewer.svg +53 -0
- package/dist/src/ui/data/avatars/safe-executor.svg +53 -0
- package/dist/src/ui/data/avatars/sales-coach.svg +53 -0
- package/dist/src/ui/data/avatars/sales-engineer.svg +58 -0
- package/dist/src/ui/data/avatars/scout-explorer.svg +58 -0
- package/dist/src/ui/data/avatars/security-architect.svg +54 -0
- package/dist/src/ui/data/avatars/security-auditor.svg +55 -0
- package/dist/src/ui/data/avatars/senior-developer.svg +58 -0
- package/dist/src/ui/data/avatars/senior-pm.svg +58 -0
- package/dist/src/ui/data/avatars/seo-specialist.svg +57 -0
- package/dist/src/ui/data/avatars/social-media.svg +54 -0
- package/dist/src/ui/data/avatars/solidity-engineer.svg +58 -0
- package/dist/src/ui/data/avatars/sparc-coder.svg +58 -0
- package/dist/src/ui/data/avatars/sparc-coord.svg +56 -0
- package/dist/src/ui/data/avatars/specification.svg +57 -0
- package/dist/src/ui/data/avatars/sprint-prioritizer.svg +53 -0
- package/dist/src/ui/data/avatars/sre.svg +54 -0
- package/dist/src/ui/data/avatars/studio-operations.svg +53 -0
- package/dist/src/ui/data/avatars/studio-producer.svg +55 -0
- package/dist/src/ui/data/avatars/support-responder.svg +56 -0
- package/dist/src/ui/data/avatars/system-architect.svg +54 -0
- package/dist/src/ui/data/avatars/task-orchestrator.svg +56 -0
- package/dist/src/ui/data/avatars/technical-artist.svg +53 -0
- package/dist/src/ui/data/avatars/technical-writer.svg +59 -0
- package/dist/src/ui/data/avatars/tester.svg +53 -0
- package/dist/src/ui/data/avatars/threat-detection.svg +61 -0
- package/dist/src/ui/data/avatars/trend-researcher.svg +54 -0
- package/dist/src/ui/data/avatars/trial-director.svg +55 -0
- package/dist/src/ui/data/avatars/unity-architect.svg +54 -0
- package/dist/src/ui/data/avatars/visionos-engineer.svg +57 -0
- package/dist/src/ui/data/avatars/worker-specialist.svg +55 -0
- package/dist/src/ui/data/avatars/workflow-architect.svg +57 -0
- package/dist/src/ui/data/avatars/workflow-automation.svg +54 -0
- package/dist/src/ui/data/avatars/zk-steward.svg +54 -0
- package/dist/src/ui/data/known-projects.json +1 -1
- package/dist/src/ui/data/mastermind-events.jsonl +28 -0
- package/dist/src/ui/orgs.html +1171 -0
- package/dist/src/ui/server.mjs +529 -43
- package/dist/src/update/index.js +1 -1
- package/dist/src/update/validator.js +8 -8
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/.claude/agents/academic/academic-anthropologist.md +0 -126
- package/.claude/agents/academic/academic-geographer.md +0 -128
- package/.claude/agents/academic/academic-historian.md +0 -124
- package/.claude/agents/academic/academic-narratologist.md +0 -119
- package/.claude/agents/academic/academic-psychologist.md +0 -119
- package/.claude/agents/analysis/analyze-code-quality.md +0 -58
- package/.claude/agents/analysis/code-analyzer.md +0 -189
- package/.claude/agents/analysis/code-review/analyze-code-quality.md +0 -58
- package/.claude/agents/consensus/performance-benchmarker.md +0 -831
- package/.claude/agents/data/ml/data-ml-model.md +0 -76
- package/.claude/agents/development/dev-backend-api.md +0 -178
- package/.claude/agents/devops/ci-cd/ops-cicd-github.md +0 -52
- package/.claude/agents/documentation/api-docs/docs-api-openapi.md +0 -63
- package/.claude/agents/game-development/blender/blender-addon-engineer.md +0 -235
- package/.claude/agents/game-development/game-audio-engineer.md +0 -265
- package/.claude/agents/game-development/game-designer.md +0 -168
- package/.claude/agents/game-development/godot/godot-gameplay-scripter.md +0 -335
- package/.claude/agents/game-development/godot/godot-multiplayer-engineer.md +0 -298
- package/.claude/agents/game-development/godot/godot-shader-developer.md +0 -267
- package/.claude/agents/game-development/level-designer.md +0 -209
- package/.claude/agents/game-development/narrative-designer.md +0 -244
- package/.claude/agents/game-development/roblox-studio/roblox-avatar-creator.md +0 -298
- package/.claude/agents/game-development/roblox-studio/roblox-experience-designer.md +0 -306
- package/.claude/agents/game-development/roblox-studio/roblox-systems-scripter.md +0 -326
- package/.claude/agents/game-development/technical-artist.md +0 -230
- package/.claude/agents/game-development/unity/unity-architect.md +0 -272
- package/.claude/agents/game-development/unity/unity-editor-tool-developer.md +0 -311
- package/.claude/agents/game-development/unity/unity-multiplayer-engineer.md +0 -322
- package/.claude/agents/game-development/unity/unity-shader-graph-artist.md +0 -270
- package/.claude/agents/game-development/unreal-engine/unreal-multiplayer-architect.md +0 -314
- package/.claude/agents/game-development/unreal-engine/unreal-systems-engineer.md +0 -311
- package/.claude/agents/game-development/unreal-engine/unreal-technical-artist.md +0 -257
- package/.claude/agents/game-development/unreal-engine/unreal-world-builder.md +0 -274
- package/.claude/agents/github/release-swarm.md +0 -597
- package/.claude/agents/goal/agent.md +0 -804
- package/.claude/agents/goal/code-goal-planner.md +0 -445
- package/.claude/agents/marketing/marketing-ai-citation-strategist.md +0 -171
- package/.claude/agents/marketing/marketing-app-store-optimizer.md +0 -322
- package/.claude/agents/marketing/marketing-baidu-seo-specialist.md +0 -227
- package/.claude/agents/marketing/marketing-bilibili-content-strategist.md +0 -200
- package/.claude/agents/marketing/marketing-book-co-author.md +0 -111
- package/.claude/agents/marketing/marketing-carousel-growth-engine.md +0 -200
- package/.claude/agents/marketing/marketing-china-ecommerce-operator.md +0 -284
- package/.claude/agents/marketing/marketing-content-creator.md +0 -67
- package/.claude/agents/marketing/marketing-cross-border-ecommerce.md +0 -260
- package/.claude/agents/marketing/marketing-douyin-strategist.md +0 -150
- package/.claude/agents/marketing/marketing-growth-hacker.md +0 -54
- package/.claude/agents/marketing/marketing-instagram-curator.md +0 -114
- package/.claude/agents/marketing/marketing-kuaishou-strategist.md +0 -224
- package/.claude/agents/marketing/marketing-linkedin-content-creator.md +0 -215
- package/.claude/agents/marketing/marketing-livestream-commerce-coach.md +0 -306
- package/.claude/agents/marketing/marketing-podcast-strategist.md +0 -278
- package/.claude/agents/marketing/marketing-private-domain-operator.md +0 -309
- package/.claude/agents/marketing/marketing-reddit-community-builder.md +0 -124
- package/.claude/agents/marketing/marketing-seo-specialist.md +0 -279
- package/.claude/agents/marketing/marketing-short-video-editing-coach.md +0 -413
- package/.claude/agents/marketing/marketing-social-media-strategist.md +0 -125
- package/.claude/agents/marketing/marketing-tiktok-strategist.md +0 -126
- package/.claude/agents/marketing/marketing-twitter-engager.md +0 -127
- package/.claude/agents/marketing/marketing-wechat-official-account.md +0 -146
- package/.claude/agents/marketing/marketing-weibo-strategist.md +0 -241
- package/.claude/agents/marketing/marketing-xiaohongshu-specialist.md +0 -139
- package/.claude/agents/marketing/marketing-zhihu-strategist.md +0 -163
- package/.claude/agents/neural/safla-neural.md +0 -74
- package/.claude/agents/paid-media/paid-media-auditor.md +0 -71
- package/.claude/agents/paid-media/paid-media-creative-strategist.md +0 -71
- package/.claude/agents/paid-media/paid-media-paid-social-strategist.md +0 -71
- package/.claude/agents/paid-media/paid-media-ppc-strategist.md +0 -71
- package/.claude/agents/paid-media/paid-media-programmatic-buyer.md +0 -71
- package/.claude/agents/paid-media/paid-media-search-query-analyst.md +0 -71
- package/.claude/agents/paid-media/paid-media-tracking-specialist.md +0 -71
- package/.claude/agents/payments/agentic-payments.md +0 -126
- package/.claude/agents/product/product-behavioral-nudge-engine.md +0 -81
- package/.claude/agents/product/product-feedback-synthesizer.md +0 -119
- package/.claude/agents/product/product-manager.md +0 -469
- package/.claude/agents/product/product-sprint-prioritizer.md +0 -154
- package/.claude/agents/product/product-trend-researcher.md +0 -159
- package/.claude/agents/project-management/project-management-experiment-tracker.md +0 -199
- package/.claude/agents/project-management/project-management-jira-workflow-steward.md +0 -231
- package/.claude/agents/project-management/project-management-project-shepherd.md +0 -195
- package/.claude/agents/project-management/project-management-studio-operations.md +0 -201
- package/.claude/agents/project-management/project-management-studio-producer.md +0 -204
- package/.claude/agents/project-management/project-manager-senior.md +0 -136
- package/.claude/agents/reasoning/agent.md +0 -804
- package/.claude/agents/reasoning/goal-planner.md +0 -73
- package/.claude/agents/sales/sales-account-strategist.md +0 -228
- package/.claude/agents/sales/sales-coach.md +0 -272
- package/.claude/agents/sales/sales-deal-strategist.md +0 -181
- package/.claude/agents/sales/sales-discovery-coach.md +0 -226
- package/.claude/agents/sales/sales-engineer.md +0 -183
- package/.claude/agents/sales/sales-outbound-strategist.md +0 -202
- package/.claude/agents/sales/sales-pipeline-analyst.md +0 -268
- package/.claude/agents/sales/sales-proposal-strategist.md +0 -218
- package/.claude/agents/sona/sona-learning-optimizer.md +0 -65
- package/.claude/agents/spatial-computing/macos-spatial-metal-engineer.md +0 -338
- package/.claude/agents/spatial-computing/terminal-integration-specialist.md +0 -71
- package/.claude/agents/spatial-computing/visionos-spatial-engineer.md +0 -55
- package/.claude/agents/specialists/memory-specialist.md +0 -298
- package/.claude/agents/specialists/performance-engineer.md +0 -387
- package/.claude/agents/specialists/queen-coordinator.md +0 -67
- package/.claude/agents/specialists/security-architect.md +0 -154
- package/.claude/agents/specialized/accounts-payable-agent.md +0 -186
- package/.claude/agents/specialized/corporate-training-designer.md +0 -193
- package/.claude/agents/specialized/data-consolidation-agent.md +0 -61
- package/.claude/agents/specialized/government-digital-presales-consultant.md +0 -364
- package/.claude/agents/specialized/healthcare-marketing-compliance.md +0 -396
- package/.claude/agents/specialized/recruitment-specialist.md +0 -510
- package/.claude/agents/specialized/report-distribution-agent.md +0 -66
- package/.claude/agents/specialized/sales-data-extraction-agent.md +0 -68
- package/.claude/agents/specialized/specialized-french-consulting-market.md +0 -193
- package/.claude/agents/specialized/specialized-korean-business-navigator.md +0 -217
- package/.claude/agents/specialized/specialized-salesforce-architect.md +0 -181
- package/.claude/agents/specialized/study-abroad-advisor.md +0 -283
- package/.claude/agents/specialized/supply-chain-strategist.md +0 -583
- package/.claude/agents/sublinear/consensus-coordinator.md +0 -333
- package/.claude/agents/sublinear/matrix-optimizer.md +0 -180
- package/.claude/agents/sublinear/pagerank-analyzer.md +0 -295
- package/.claude/agents/sublinear/performance-optimizer.md +0 -363
- package/.claude/agents/sublinear/trading-predictor.md +0 -242
- package/.claude/agents/support/support-analytics-reporter.md +0 -366
- package/.claude/agents/support/support-executive-summary-generator.md +0 -213
- package/.claude/agents/support/support-finance-tracker.md +0 -443
- package/.claude/agents/support/support-infrastructure-maintainer.md +0 -619
- package/.claude/agents/support/support-legal-compliance-checker.md +0 -589
- package/.claude/agents/support/support-support-responder.md +0 -586
- package/.claude/agents/swarm/adaptive-coordinator.md +0 -364
- package/.claude/agents/swarm/hierarchical-coordinator.md +0 -318
- package/.claude/agents/templates/github-pr-manager.md +0 -155
- package/.claude/agents/templates/memory-coordinator.md +0 -163
- package/.claude/agents/templates/migration-plan.md +0 -724
- package/.claude/agents/templates/orchestrator-task.md +0 -120
- package/.claude/agents/templates/performance-analyzer.md +0 -179
- package/.claude/agents/templates/sparc-coordinator.md +0 -163
- package/.claude/agents/testing/testing-reality-checker.md +0 -237
- package/.claude/commands/analysis/token-efficiency.md +0 -42
- package/.claude/commands/optimization/README.md +0 -73
- package/.claude/commands/optimization/parallel-execution.md +0 -76
- package/.claude/commands/swarm/swarm-analysis.md +0 -62
- package/.claude/commands/swarm/swarm-background.md +0 -65
- package/.claude/commands/swarm/swarm-modes.md +0 -67
- package/.claude/commands/swarm/swarm-monitor.md +0 -54
- package/.claude/commands/swarm/swarm-status.md +0 -44
- package/.claude/commands/swarm/swarm-strategies.md +0 -76
- package/.claude/commands/training/model-update.md +0 -78
- package/.claude/commands/training/pattern-learn.md +0 -69
- package/.claude/commands/training/specialization.md +0 -92
- package/.claude/commands/verify/check.md +0 -106
- package/.claude/commands/verify/start.md +0 -105
- package/.claude/helpers/README.md +0 -105
- package/.claude/helpers/context-persistence-hook.mjs +0 -1988
- package/.claude/helpers/intelligence.cjs +0 -247
- package/.claude/helpers/learning-service.mjs +0 -1302
- package/.claude/helpers/memory-palace.cjs +0 -461
- package/.claude/helpers/memory.cjs +0 -84
- package/.claude/helpers/metrics-db.mjs +0 -488
- package/.claude/helpers/router.cjs +0 -559
- package/.claude/helpers/session.cjs +0 -126
- package/.claude/helpers/swarm-hooks.sh +0 -761
- package/.claude/helpers/toggle-statusline.cjs +0 -58
- package/.claude/helpers/token-tracker.cjs +0 -934
- package/.claude/skills/agentdb-advanced/SKILL.md +0 -549
- package/.claude/skills/agentdb-learning/SKILL.md +0 -544
- package/.claude/skills/agentdb-memory-patterns/SKILL.md +0 -337
- package/.claude/skills/agentdb-optimization/SKILL.md +0 -508
- package/.claude/skills/agentdb-vector-search/SKILL.md +0 -335
- package/.claude/skills/agentic-integration/SKILL.md +0 -265
- package/.claude/skills/cli-modernization/SKILL.md +0 -950
- package/.claude/skills/core-implementation/SKILL.md +0 -892
- package/.claude/skills/ddd-architecture/SKILL.md +0 -444
- package/.claude/skills/github-code-review/SKILL.md +0 -1147
- package/.claude/skills/github-multi-repo/SKILL.md +0 -912
- package/.claude/skills/github-project-management/SKILL.md +0 -1245
- package/.claude/skills/github-release-management/SKILL.md +0 -1118
- package/.claude/skills/github-workflow-automation/SKILL.md +0 -1107
- package/.claude/skills/mcp-optimization/SKILL.md +0 -837
- package/.claude/skills/memory-unification/SKILL.md +0 -196
- package/.claude/skills/performance-optimization/SKILL.md +0 -416
- package/.claude/skills/reasoningbank-agentdb/SKILL.md +0 -444
- package/.claude/skills/reasoningbank-intelligence/SKILL.md +0 -199
- package/.claude/skills/security-hardening/SKILL.md +0 -101
- package/.claude/skills/stream-chain/SKILL.md +0 -560
- package/.claude/skills/swarm-coordination/SKILL.md +0 -451
- package/bundled-graph/dist/src/analyze.d.ts +0 -32
- package/bundled-graph/dist/src/analyze.d.ts.map +0 -1
- package/bundled-graph/dist/src/analyze.js +0 -297
- package/bundled-graph/dist/src/analyze.js.map +0 -1
- package/bundled-graph/dist/src/build.d.ts +0 -8
- package/bundled-graph/dist/src/build.d.ts.map +0 -1
- package/bundled-graph/dist/src/build.js.map +0 -1
- package/bundled-graph/dist/src/cache.d.ts +0 -12
- package/bundled-graph/dist/src/cache.d.ts.map +0 -1
- package/bundled-graph/dist/src/cache.js +0 -43
- package/bundled-graph/dist/src/cache.js.map +0 -1
- package/bundled-graph/dist/src/cluster.d.ts +0 -5
- package/bundled-graph/dist/src/cluster.d.ts.map +0 -1
- package/bundled-graph/dist/src/cluster.js.map +0 -1
- package/bundled-graph/dist/src/detect.d.ts +0 -21
- package/bundled-graph/dist/src/detect.d.ts.map +0 -1
- package/bundled-graph/dist/src/detect.js +0 -195
- package/bundled-graph/dist/src/detect.js.map +0 -1
- package/bundled-graph/dist/src/export.d.ts +0 -21
- package/bundled-graph/dist/src/export.d.ts.map +0 -1
- package/bundled-graph/dist/src/export.js +0 -68
- package/bundled-graph/dist/src/export.js.map +0 -1
- package/bundled-graph/dist/src/extract/index.d.ts +0 -20
- package/bundled-graph/dist/src/extract/index.d.ts.map +0 -1
- package/bundled-graph/dist/src/extract/index.js +0 -158
- package/bundled-graph/dist/src/extract/index.js.map +0 -1
- package/bundled-graph/dist/src/extract/languages/c.d.ts +0 -3
- package/bundled-graph/dist/src/extract/languages/c.d.ts.map +0 -1
- package/bundled-graph/dist/src/extract/languages/c.js +0 -88
- package/bundled-graph/dist/src/extract/languages/c.js.map +0 -1
- package/bundled-graph/dist/src/extract/languages/cpp.d.ts +0 -3
- package/bundled-graph/dist/src/extract/languages/cpp.d.ts.map +0 -1
- package/bundled-graph/dist/src/extract/languages/cpp.js +0 -121
- package/bundled-graph/dist/src/extract/languages/cpp.js.map +0 -1
- package/bundled-graph/dist/src/extract/languages/csharp.d.ts +0 -3
- package/bundled-graph/dist/src/extract/languages/csharp.d.ts.map +0 -1
- package/bundled-graph/dist/src/extract/languages/csharp.js +0 -121
- package/bundled-graph/dist/src/extract/languages/csharp.js.map +0 -1
- package/bundled-graph/dist/src/extract/languages/go.d.ts +0 -3
- package/bundled-graph/dist/src/extract/languages/go.d.ts.map +0 -1
- package/bundled-graph/dist/src/extract/languages/go.js +0 -181
- package/bundled-graph/dist/src/extract/languages/go.js.map +0 -1
- package/bundled-graph/dist/src/extract/languages/java.d.ts +0 -3
- package/bundled-graph/dist/src/extract/languages/java.d.ts.map +0 -1
- package/bundled-graph/dist/src/extract/languages/java.js +0 -117
- package/bundled-graph/dist/src/extract/languages/java.js.map +0 -1
- package/bundled-graph/dist/src/extract/languages/kotlin.d.ts +0 -3
- package/bundled-graph/dist/src/extract/languages/kotlin.d.ts.map +0 -1
- package/bundled-graph/dist/src/extract/languages/kotlin.js +0 -112
- package/bundled-graph/dist/src/extract/languages/kotlin.js.map +0 -1
- package/bundled-graph/dist/src/extract/languages/php.d.ts +0 -3
- package/bundled-graph/dist/src/extract/languages/php.d.ts.map +0 -1
- package/bundled-graph/dist/src/extract/languages/php.js +0 -130
- package/bundled-graph/dist/src/extract/languages/php.js.map +0 -1
- package/bundled-graph/dist/src/extract/languages/python.d.ts +0 -3
- package/bundled-graph/dist/src/extract/languages/python.d.ts.map +0 -1
- package/bundled-graph/dist/src/extract/languages/python.js +0 -230
- package/bundled-graph/dist/src/extract/languages/python.js.map +0 -1
- package/bundled-graph/dist/src/extract/languages/ruby.d.ts +0 -3
- package/bundled-graph/dist/src/extract/languages/ruby.d.ts.map +0 -1
- package/bundled-graph/dist/src/extract/languages/ruby.js +0 -120
- package/bundled-graph/dist/src/extract/languages/ruby.js.map +0 -1
- package/bundled-graph/dist/src/extract/languages/rust.d.ts +0 -3
- package/bundled-graph/dist/src/extract/languages/rust.d.ts.map +0 -1
- package/bundled-graph/dist/src/extract/languages/rust.js +0 -195
- package/bundled-graph/dist/src/extract/languages/rust.js.map +0 -1
- package/bundled-graph/dist/src/extract/languages/scala.d.ts +0 -3
- package/bundled-graph/dist/src/extract/languages/scala.d.ts.map +0 -1
- package/bundled-graph/dist/src/extract/languages/scala.js +0 -110
- package/bundled-graph/dist/src/extract/languages/scala.js.map +0 -1
- package/bundled-graph/dist/src/extract/languages/swift.d.ts +0 -3
- package/bundled-graph/dist/src/extract/languages/swift.d.ts.map +0 -1
- package/bundled-graph/dist/src/extract/languages/swift.js +0 -122
- package/bundled-graph/dist/src/extract/languages/swift.js.map +0 -1
- package/bundled-graph/dist/src/extract/languages/typescript.d.ts +0 -3
- package/bundled-graph/dist/src/extract/languages/typescript.d.ts.map +0 -1
- package/bundled-graph/dist/src/extract/languages/typescript.js +0 -295
- package/bundled-graph/dist/src/extract/languages/typescript.js.map +0 -1
- package/bundled-graph/dist/src/extract/semantic.d.ts +0 -38
- package/bundled-graph/dist/src/extract/semantic.d.ts.map +0 -1
- package/bundled-graph/dist/src/extract/semantic.js +0 -242
- package/bundled-graph/dist/src/extract/semantic.js.map +0 -1
- package/bundled-graph/dist/src/extract/tree-sitter-runner.d.ts +0 -48
- package/bundled-graph/dist/src/extract/tree-sitter-runner.d.ts.map +0 -1
- package/bundled-graph/dist/src/extract/tree-sitter-runner.js +0 -137
- package/bundled-graph/dist/src/extract/tree-sitter-runner.js.map +0 -1
- package/bundled-graph/dist/src/extract/types.d.ts +0 -7
- package/bundled-graph/dist/src/extract/types.d.ts.map +0 -1
- package/bundled-graph/dist/src/extract/types.js +0 -2
- package/bundled-graph/dist/src/extract/types.js.map +0 -1
- package/bundled-graph/dist/src/index.d.ts +0 -28
- package/bundled-graph/dist/src/index.d.ts.map +0 -1
- package/bundled-graph/dist/src/index.js +0 -26
- package/bundled-graph/dist/src/index.js.map +0 -1
- package/bundled-graph/dist/src/pipeline.d.ts +0 -27
- package/bundled-graph/dist/src/pipeline.d.ts.map +0 -1
- package/bundled-graph/dist/src/pipeline.js +0 -269
- package/bundled-graph/dist/src/pipeline.js.map +0 -1
- package/bundled-graph/dist/src/report.d.ts +0 -26
- package/bundled-graph/dist/src/report.d.ts.map +0 -1
- package/bundled-graph/dist/src/report.js +0 -214
- package/bundled-graph/dist/src/report.js.map +0 -1
- package/bundled-graph/dist/src/types.d.ts +0 -124
- package/bundled-graph/dist/src/types.d.ts.map +0 -1
- package/bundled-graph/dist/src/types.js +0 -2
- package/bundled-graph/dist/src/types.js.map +0 -1
- package/bundled-graph/dist/src/visualize.d.ts +0 -4
- package/bundled-graph/dist/src/visualize.d.ts.map +0 -1
- package/bundled-graph/dist/src/visualize.js +0 -574
- package/bundled-graph/dist/src/visualize.js.map +0 -1
- package/bundled-graph/dist/tsconfig.tsbuildinfo +0 -1
- package/dist/src/ui/dashboard-v2.html +0 -4576
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img src="assets/hero-banner.png" alt="Monomind —
|
|
2
|
+
<img src="assets/hero-banner.png" alt="Monomind — Autonomous Claude Code Orchestration" width="100%" />
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
<p align="center">
|
|
@@ -9,10 +9,16 @@
|
|
|
9
9
|
<h1 align="center">Monomind</h1>
|
|
10
10
|
|
|
11
11
|
<p align="center">
|
|
12
|
-
<strong>
|
|
12
|
+
<strong>Build. Learn. Evolve. Without stopping.</strong>
|
|
13
13
|
</p>
|
|
14
14
|
|
|
15
15
|
<p align="center">
|
|
16
|
+
The self-learning orchestration layer that turns Claude Code<br/>
|
|
17
|
+
into an autonomous, multi-agent engineering team.
|
|
18
|
+
</p>
|
|
19
|
+
|
|
20
|
+
<p align="center">
|
|
21
|
+
<a href="https://monoes.github.io/monomind/"><img src="https://img.shields.io/badge/docs-monoes.github.io%2Fmonomind-00D2AA?style=flat-square" alt="Documentation" /></a>
|
|
16
22
|
<a href="https://www.npmjs.com/package/monomind"><img src="https://img.shields.io/npm/v/monomind?color=%234F46E5&label=npm&style=flat-square" alt="npm version" /></a>
|
|
17
23
|
<a href="https://www.npmjs.com/package/monomind"><img src="https://img.shields.io/npm/dm/monomind?color=%2310B981&style=flat-square" alt="downloads" /></a>
|
|
18
24
|
<a href="https://github.com/nokhodian/monomind/stargazers"><img src="https://img.shields.io/github/stars/nokhodian/monomind?color=%23F59E0B&style=flat-square" alt="stars" /></a>
|
|
@@ -21,127 +27,132 @@
|
|
|
21
27
|
</p>
|
|
22
28
|
|
|
23
29
|
<p align="center">
|
|
30
|
+
<a href="https://monoes.github.io/monomind/">📖 Full Docs</a> •
|
|
24
31
|
<a href="#quickstart">Quickstart</a> •
|
|
25
32
|
<a href="#what-monomind-does">What It Does</a> •
|
|
26
33
|
<a href="#features">Features</a> •
|
|
27
|
-
<a href="#agent-catalog">Agent Catalog</a> •
|
|
28
|
-
<a href="#swarm-orchestration">Swarms</a> •
|
|
29
34
|
<a href="#commands">Commands</a> •
|
|
30
35
|
<a href="#memory--intelligence">Memory</a>
|
|
31
36
|
</p>
|
|
32
37
|
|
|
33
38
|
---
|
|
34
39
|
|
|
35
|
-
##
|
|
40
|
+
## What is Monomind?
|
|
36
41
|
|
|
37
|
-
You already use Claude Code. Monomind makes it **
|
|
42
|
+
You already use Claude Code. Monomind makes it **autonomous**.
|
|
38
43
|
|
|
39
|
-
|
|
44
|
+
Type one command. Walk away. Come back to a clean codebase.
|
|
40
45
|
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
46
|
+
```bash
|
|
47
|
+
/mastermind:autodev --tillend --focus security
|
|
48
|
+
```
|
|
49
|
+
|
|
50
|
+
Monomind researches your project, selects the highest-impact improvement, builds it with a coordinated agent chain, reviews until zero findings — then repeats. Indefinitely. Until there's nothing left to fix.
|
|
44
51
|
|
|
45
|
-
>
|
|
52
|
+
> **Without Monomind:** You prompt Claude, wait, review, iterate.
|
|
53
|
+
> **With Monomind:** You set a direction. Monomind executes.
|
|
46
54
|
|
|
47
55
|
---
|
|
48
56
|
|
|
49
57
|
## Quickstart
|
|
50
58
|
|
|
51
59
|
```bash
|
|
52
|
-
# Install
|
|
60
|
+
# Install
|
|
53
61
|
npm install -g monomind
|
|
54
62
|
|
|
55
|
-
# Initialize in
|
|
63
|
+
# Initialize in your project
|
|
56
64
|
cd your-project
|
|
57
65
|
monomind init
|
|
58
66
|
|
|
59
|
-
#
|
|
67
|
+
# Wire into Claude Code
|
|
60
68
|
claude mcp add monomind npx monomind mcp start
|
|
69
|
+
|
|
70
|
+
# Start the background daemon
|
|
71
|
+
monomind daemon start
|
|
61
72
|
```
|
|
62
73
|
|
|
63
|
-
That's it.
|
|
74
|
+
That's it. Open Claude Code and start orchestrating.
|
|
75
|
+
|
|
76
|
+
**[→ Full setup guide](https://monoes.github.io/monomind/#getting-started)**
|
|
64
77
|
|
|
65
78
|
---
|
|
66
79
|
|
|
67
|
-
## Monomind
|
|
80
|
+
## What Monomind Does
|
|
68
81
|
|
|
69
|
-
|
|
70
|
-
<img src="assets/dashboard-control.png" alt="Monomind Control Dashboard" width="100%" />
|
|
71
|
-
</p>
|
|
82
|
+
### Autonomous Build Loop — `/mastermind:autodev`
|
|
72
83
|
|
|
73
|
-
|
|
84
|
+
The flagship command. Research → Build → Review → Repeat.
|
|
74
85
|
|
|
75
|
-
|
|
86
|
+
```
|
|
87
|
+
Phase 1 Research Parallel scan: git log, file analysis, TODO/FIXME grep,
|
|
88
|
+
monograph god nodes, memory search for prior work.
|
|
89
|
+
Returns ranked list of 3-5 improvement candidates.
|
|
76
90
|
|
|
77
|
-
|
|
91
|
+
Phase 2 Selection Picks by feasibility × blast radius × focus alignment.
|
|
92
|
+
Stores selection to memory. Avoids repeating past work.
|
|
78
93
|
|
|
79
|
-
|
|
94
|
+
Phase 3 Build Spawns architect → coder → tester → reviewer chain.
|
|
95
|
+
Runs with concrete spec and acceptance criteria.
|
|
80
96
|
|
|
81
|
-
|
|
97
|
+
Phase 4 Review Loop Code Reviewer + Security Engineer + Reality Checker
|
|
98
|
+
run in parallel. Auto-fixes. Repeats up to 5× until clean.
|
|
82
99
|
|
|
100
|
+
Phase 5 Log Records completion. Continues to next improvement.
|
|
101
|
+
--tillend schedules the next session automatically.
|
|
83
102
|
```
|
|
84
|
-
You: "Add webhook delivery with retries and dead-letter queue"
|
|
85
103
|
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
104
|
+
```bash
|
|
105
|
+
/mastermind:autodev # 1 improvement
|
|
106
|
+
/mastermind:autodev 5 # 5 improvements in sequence
|
|
107
|
+
/mastermind:autodev --tillend # run until nothing is left
|
|
108
|
+
/mastermind:autodev --focus security # bias toward security work
|
|
109
|
+
/mastermind:autodev --focus dx # bias toward developer experience
|
|
110
|
+
/mastermind:autodev --newfeature 3 # discover & fully deliver 3 brand-new features
|
|
111
|
+
# (build → review → document → stage each one)
|
|
94
112
|
```
|
|
95
113
|
|
|
96
|
-
###
|
|
97
|
-
|
|
98
|
-
```bash
|
|
99
|
-
# Turn a spec into executable tasks, then run them
|
|
100
|
-
/monomind:createtask docs/specs/webhook-system.md
|
|
114
|
+
### From Prompt to Coordinated Execution
|
|
101
115
|
|
|
102
|
-
|
|
103
|
-
|
|
116
|
+
```
|
|
117
|
+
You: "Add webhook delivery with retries and a dead-letter queue"
|
|
104
118
|
|
|
105
|
-
|
|
106
|
-
|
|
119
|
+
Monomind:
|
|
120
|
+
1. Software Architect → designs the system
|
|
121
|
+
2. backend-dev → implements webhook dispatcher
|
|
122
|
+
3. backend-dev → implements retry logic with exponential backoff
|
|
123
|
+
4. Database Optimizer → designs dead-letter queue schema
|
|
124
|
+
5. tester → writes integration tests
|
|
125
|
+
6. Code Reviewer → reviews all changes before merge
|
|
107
126
|
```
|
|
108
127
|
|
|
128
|
+
**[→ See all 10 pages of documentation](https://monoes.github.io/monomind/)**
|
|
129
|
+
|
|
109
130
|
---
|
|
110
131
|
|
|
111
132
|
## Features
|
|
112
133
|
|
|
113
134
|
### 230+ Specialized Agents
|
|
114
135
|
|
|
115
|
-
Not generic
|
|
136
|
+
Not generic assistants — domain experts with targeted system prompts, each optimized for a specific class of work.
|
|
116
137
|
|
|
117
|
-
| Category |
|
|
118
|
-
|
|
119
|
-
| **Engineering** |
|
|
120
|
-
| **
|
|
121
|
-
| **
|
|
122
|
-
| **Game Dev** |
|
|
123
|
-
| **
|
|
124
|
-
| **
|
|
125
|
-
| **
|
|
126
|
-
| **
|
|
127
|
-
| **Product** | 5 | Product Manager, Sprint Prioritizer, UX Researcher, Experiment Tracker |
|
|
128
|
-
| **Academic** | 5 | Anthropologist, Historian, Psychologist, Geographer, Narratologist |
|
|
129
|
-
| **And more...** | 94+ | Consensus, Swarm Coordination, Neural, SPARC, Architecture, DevOps, Testing |
|
|
130
|
-
|
|
131
|
-
### Two-Stage LLM Routing
|
|
132
|
-
|
|
133
|
-
Monomind doesn't guess which agent to use — it **asks an LLM**.
|
|
134
|
-
|
|
135
|
-
```
|
|
136
|
-
Stage 1: "This task is about SEO optimization" → marketing domain
|
|
137
|
-
Stage 2: "Best fit in marketing: SEO Specialist" → spawns SEO Specialist
|
|
138
|
-
```
|
|
138
|
+
| Category | Examples |
|
|
139
|
+
|---|---|
|
|
140
|
+
| **Engineering** | Backend Architect, Frontend Developer, Database Optimizer, SRE, Embedded Firmware Engineer |
|
|
141
|
+
| **Security** | Security Engineer, Threat Detection Engineer, Blockchain Security Auditor |
|
|
142
|
+
| **Architecture** | Software Architect, System Architect, Salesforce Architect |
|
|
143
|
+
| **Game Dev** | Unity Architect, Unreal Systems Engineer, Godot Scripter, Roblox Systems Scripter |
|
|
144
|
+
| **Marketing** | SEO Specialist, TikTok Strategist, Content Creator, Growth Hacker |
|
|
145
|
+
| **Product** | Product Manager, Sprint Prioritizer, CRO Specialist, Launch Strategist |
|
|
146
|
+
| **AI/ML** | AI Engineer, ML Developer, Data Engineer, Model QA Specialist |
|
|
147
|
+
| **Swarm/Consensus** | Hierarchical Coordinator, Mesh Coordinator, CRDT Synchronizer, Quorum Manager |
|
|
139
148
|
|
|
140
|
-
|
|
149
|
+
### Swarm Topologies
|
|
141
150
|
|
|
142
|
-
|
|
151
|
+
Coordinate multiple agents working in parallel on the same problem:
|
|
143
152
|
|
|
144
|
-
|
|
153
|
+
<p align="center">
|
|
154
|
+
<img src="assets/swarm-topology.png" alt="Swarm Topology" width="70%" />
|
|
155
|
+
</p>
|
|
145
156
|
|
|
146
157
|
| Topology | Best For |
|
|
147
158
|
|---|---|
|
|
@@ -149,265 +160,245 @@ Coordinate multiple agents working on the same problem:
|
|
|
149
160
|
| **Mesh** | Research — all agents share findings peer-to-peer |
|
|
150
161
|
| **Hierarchical-Mesh** | Complex projects — structured delegation with cross-talk |
|
|
151
162
|
| **Adaptive** | Unknown complexity — topology evolves based on task |
|
|
163
|
+
| **Centralized** | Simple tasks — single coordinator, minimal overhead |
|
|
164
|
+
| **Hybrid** | Mixed — star topology with selective mesh connections |
|
|
152
165
|
|
|
153
|
-
**Consensus
|
|
154
|
-
|
|
155
|
-
<p align="center">
|
|
156
|
-
<img src="assets/swarm-topology.png" alt="Swarm Topology" width="60%" />
|
|
157
|
-
</p>
|
|
166
|
+
**Consensus algorithms:** Raft (leader-based), Byzantine (fault-tolerant up to f < n/3), Gossip (eventually consistent), CRDT (conflict-free), Quorum (majority vote).
|
|
158
167
|
|
|
159
168
|
```bash
|
|
160
|
-
#
|
|
161
|
-
/mastermind
|
|
162
|
-
|
|
163
|
-
# Or configure manually
|
|
169
|
+
/mastermind # topology picker — recommends the best option for your task
|
|
164
170
|
monomind swarm init --topology hierarchical --agents 8 --strategy specialized
|
|
165
171
|
```
|
|
166
172
|
|
|
167
|
-
### Self-Learning Memory
|
|
173
|
+
### Self-Learning Memory — The Memory Palace
|
|
168
174
|
|
|
169
175
|
Every interaction makes Monomind smarter:
|
|
170
176
|
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
<p align="center">
|
|
178
|
-
<img src="assets/memory-palace.png" alt="Memory Palace — Browse memories, sessions, knowledge, and swarms" width="100%" />
|
|
179
|
-
</p>
|
|
177
|
+
| Layer | What It Stores | Tech |
|
|
178
|
+
|---|---|---|
|
|
179
|
+
| **Short-term** | In-flight context (current session) | SQLite + in-memory cache |
|
|
180
|
+
| **Long-term** | Persistent knowledge and patterns | AgentDB + HNSW |
|
|
181
|
+
| **Contextual** | Summarized episode clusters | RAPTOR consolidation worker |
|
|
182
|
+
| **Shared** | Cross-agent state and promotions | PartitionedHNSW |
|
|
180
183
|
|
|
181
|
-
|
|
184
|
+
- **150x–12,500x faster** semantic search via HNSW indexing
|
|
185
|
+
- **Hybrid backend** — SQLite for structured data + AgentDB for semantic
|
|
186
|
+
- **BM25 + vector** hybrid retrieval — precision + recall
|
|
187
|
+
- **Session continuity** — pick up exactly where you left off
|
|
182
188
|
|
|
183
|
-
|
|
189
|
+
### Knowledge Graph — Monograph
|
|
184
190
|
|
|
185
|
-
|
|
186
|
-
|---|---|
|
|
187
|
-
| `pre-task` | Routes to the best agent before execution starts |
|
|
188
|
-
| `post-task` | Learns from outcomes, updates neural patterns |
|
|
189
|
-
| `pre-edit` | Validates changes against project conventions |
|
|
190
|
-
| `post-edit` | Indexes new code into the knowledge graph |
|
|
191
|
-
| `session-start` | Restores context, preloads relevant memory |
|
|
192
|
-
| `session-end` | Persists learnings, updates metrics |
|
|
191
|
+
30 graph tools that build a full dependency map of your codebase:
|
|
193
192
|
|
|
194
|
-
|
|
193
|
+
```bash
|
|
194
|
+
monograph_suggest "add webhook retry logic" # → ranked relevant files
|
|
195
|
+
monograph_query "UserService dependencies" # → file paths + line numbers
|
|
196
|
+
monograph_god_nodes # → high-centrality files
|
|
197
|
+
monograph_impact "auth.ts" # → blast radius before changing
|
|
198
|
+
```
|
|
195
199
|
|
|
196
|
-
|
|
200
|
+
Queried automatically before every task. No manual invocation needed.
|
|
197
201
|
|
|
198
|
-
|
|
202
|
+
### Neural Learning — SONA
|
|
199
203
|
|
|
200
|
-
|
|
204
|
+
Self-Optimizing Neural Adaptation learns from every task:
|
|
201
205
|
|
|
202
|
-
|
|
|
203
|
-
|
|
204
|
-
|
|
|
205
|
-
|
|
|
206
|
-
|
|
|
207
|
-
|
|
|
208
|
-
|
|
|
209
|
-
| `Solidity Smart Contract Engineer` | EVM, DeFi, gas optimization |
|
|
210
|
-
| `WeChat Mini Program Developer` | WXML/WXSS, WeChat ecosystem |
|
|
211
|
-
| `Embedded Firmware Engineer` | ESP32, ARM Cortex-M, FreeRTOS |
|
|
212
|
-
| `visionOS Spatial Engineer` | SwiftUI volumetric, Liquid Glass |
|
|
213
|
-
|
|
214
|
-
### Architecture & Quality
|
|
215
|
-
|
|
216
|
-
| Agent | Specialty |
|
|
217
|
-
|---|---|
|
|
218
|
-
| `Software Architect` | System design, DDD, architectural patterns |
|
|
219
|
-
| `Code Reviewer` | Correctness, security, performance review |
|
|
220
|
-
| `Security Engineer` | Threat modeling, vulnerability assessment |
|
|
221
|
-
| `Database Optimizer` | Schema design, query tuning, indexing |
|
|
222
|
-
| `SRE` | SLOs, error budgets, chaos engineering |
|
|
206
|
+
| Mode | Use Case | Latency |
|
|
207
|
+
|---|---|---|
|
|
208
|
+
| **Real-time** | Interactive sessions | <0.05ms |
|
|
209
|
+
| **Balanced** | General usage | 2-5ms |
|
|
210
|
+
| **Research** | Deep analysis | 50ms |
|
|
211
|
+
| **Edge** | Low-resource | <0.01ms |
|
|
212
|
+
| **Batch** | Offline training | — |
|
|
223
213
|
|
|
224
|
-
|
|
214
|
+
- **LoRA fine-tuning** — rank 1–16, domain-specific adaptation
|
|
215
|
+
- **EWC++ memory preservation** — λ 1500–2500, prevents catastrophic forgetting
|
|
216
|
+
- **Reasoning Bank** — 3-tier storage: volatile / pattern / principle
|
|
225
217
|
|
|
226
|
-
|
|
227
|
-
|---|---|
|
|
228
|
-
| `SEO Specialist` | Technical SEO, content optimization |
|
|
229
|
-
| `TikTok Strategist` | Viral content, algorithm optimization |
|
|
230
|
-
| `LinkedIn Content Creator` | Thought leadership, professional content |
|
|
231
|
-
| `Growth Hacker` | Viral loops, conversion funnels |
|
|
232
|
-
| `Content Creator` | Multi-platform editorial calendars |
|
|
218
|
+
### 3-Tier Model Routing
|
|
233
219
|
|
|
234
|
-
|
|
220
|
+
Monomind routes every task to the cheapest model that can handle it:
|
|
235
221
|
|
|
236
|
-
|
|
|
237
|
-
|
|
238
|
-
|
|
|
239
|
-
|
|
|
240
|
-
|
|
|
241
|
-
| `Roblox Systems Scripter` | Luau, client-server, DataStore |
|
|
222
|
+
| Tier | Handler | Latency | Cost | Use Cases |
|
|
223
|
+
|---|---|---|---|---|
|
|
224
|
+
| **1** | Agent Booster (WASM) | <1ms | $0 | Simple transforms — skip the LLM |
|
|
225
|
+
| **2** | Haiku | ~500ms | $0.0002 | Low-complexity tasks (<30%) |
|
|
226
|
+
| **3** | Sonnet / Opus | 2-5s | $0.003-0.015 | Complex reasoning, architecture |
|
|
242
227
|
|
|
243
|
-
|
|
228
|
+
### 29+ Hooks + 12 Background Workers
|
|
244
229
|
|
|
245
|
-
|
|
230
|
+
Monomind hooks into every phase of your Claude Code workflow:
|
|
246
231
|
|
|
247
|
-
|
|
232
|
+
| Hook | What It Does |
|
|
233
|
+
|---|---|
|
|
234
|
+
| `pre-task` | Routes to the best agent, suggests topology |
|
|
235
|
+
| `post-task` | Learns from outcomes, updates neural patterns |
|
|
236
|
+
| `pre-edit` | Context suggestions, blast radius check |
|
|
237
|
+
| `post-edit` | Indexes new code into the knowledge graph |
|
|
238
|
+
| `session-start` | Restores context, preloads relevant memory |
|
|
239
|
+
| `session-end` | Persists learnings, updates metrics |
|
|
248
240
|
|
|
249
|
-
|
|
241
|
+
**Background workers** (12 total): ultralearn, optimize, consolidate, predict, audit, map, preload, deepdive, document, refactor, benchmark, testgaps — all autonomous.
|
|
250
242
|
|
|
251
|
-
|
|
252
|
-
<img src="assets/swarm-inspector.png" alt="Swarm Inspector — topology graph, agent roles, and communication logs" width="100%" />
|
|
253
|
-
</p>
|
|
243
|
+
---
|
|
254
244
|
|
|
255
|
-
|
|
256
|
-
/mastermind "implement authentication system with OAuth2, JWT, and role-based access"
|
|
245
|
+
## Live Dashboard
|
|
257
246
|
|
|
258
|
-
|
|
247
|
+
Real-time visibility into every project, session, agent, memory operation, route decision, and token spend.
|
|
259
248
|
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
├── backend-dev → implements OAuth2 flow
|
|
263
|
-
├── backend-dev → implements JWT + RBAC
|
|
264
|
-
├── Security Engineer → audits for vulnerabilities
|
|
265
|
-
├── tester → writes auth test suite
|
|
266
|
-
└── Code Reviewer → reviews everything before merge
|
|
249
|
+
```bash
|
|
250
|
+
monomind daemon start # starts background workers and session tracking
|
|
267
251
|
```
|
|
268
252
|
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
Swarms don't just run — they **stay on track**:
|
|
272
|
-
|
|
273
|
-
- **Raft consensus** — Leader maintains authoritative state, prevents conflicting changes
|
|
274
|
-
- **Frequent checkpoints** — `post-task` hooks validate progress after every step
|
|
275
|
-
- **Shared memory namespace** — All agents in a swarm see the same context
|
|
276
|
-
- **Review cycles** — Code reviewer validates before any task is marked done
|
|
253
|
+
Sessions are fully recorded and replayable — full conversation replay with tool breakdown, agent spawns, and memory operations.
|
|
277
254
|
|
|
278
255
|
---
|
|
279
256
|
|
|
280
257
|
## Commands
|
|
281
258
|
|
|
282
|
-
###
|
|
283
|
-
|
|
284
|
-
| Command | What It Does |
|
|
285
|
-
|---|---|
|
|
286
|
-
| `/monomind:createtask <spec>` | Ingests a prompt, file, or folder → generates full implementation plan → creates self-contained tasks on monotask |
|
|
287
|
-
| `/monomind:idea <prompt>` | Research swarm generates ideas → PM evaluates → architect decomposes into tasks |
|
|
288
|
-
| `/monomind:do` | Picks up tasks, executes with assigned agents, reviews, fixes bugs, loops |
|
|
289
|
-
| `/mastermind` | Analyzes your task and recommends the optimal swarm topology |
|
|
290
|
-
| `/specialagent <task>` | Two-stage LLM routing to find the perfect specialist agent |
|
|
291
|
-
|
|
292
|
-
### CLI Commands
|
|
259
|
+
### 53+ CLI Commands
|
|
293
260
|
|
|
294
261
|
```bash
|
|
295
|
-
monomind
|
|
296
|
-
monomind agent
|
|
297
|
-
monomind swarm init
|
|
298
|
-
monomind memory search "auth patterns"
|
|
299
|
-
monomind hooks route --task "fix bug"
|
|
300
|
-
monomind
|
|
301
|
-
monomind
|
|
262
|
+
monomind init # Project initialization wizard
|
|
263
|
+
monomind agent spawn --type coder # Spawn a specific agent
|
|
264
|
+
monomind swarm init --topology mesh # Initialize a swarm
|
|
265
|
+
monomind memory search "auth patterns" # Search vector memory
|
|
266
|
+
monomind hooks route --task "fix bug" # Route to best agent
|
|
267
|
+
monomind neural train --flash # enable Flash Attention optimization
|
|
268
|
+
monomind doctor --fix # Diagnose and auto-fix issues
|
|
269
|
+
monomind daemon start # Start background workers
|
|
302
270
|
```
|
|
303
271
|
|
|
304
|
-
|
|
272
|
+
**[→ Full CLI reference](https://monoes.github.io/monomind/#commands)**
|
|
305
273
|
|
|
306
|
-
###
|
|
274
|
+
### 160+ Slash Commands (inside Claude Code)
|
|
307
275
|
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
276
|
+
| Command | What It Does |
|
|
277
|
+
|---|---|
|
|
278
|
+
| `/mastermind:autodev` | Autonomous research → build → review loop |
|
|
279
|
+
| `/mastermind:review --tillend` | Keep reviewing and auto-fixing until clean |
|
|
280
|
+
| `/mastermind:build <brief>` | Build a specific feature with an agent chain |
|
|
281
|
+
| `/mastermind:architect` | System architecture design and review |
|
|
282
|
+
| `/mastermind:research` | Deep research with structured output |
|
|
283
|
+
| `/monomind:createtask` | Decompose a spec into executable tasks |
|
|
284
|
+
| `/monomind:idea` | Research → evaluate → create implementation tasks |
|
|
285
|
+
| `/monomind:do` | Execute tasks from the board with parallel agents |
|
|
286
|
+
| `/monomind:review` | Multi-agent iterative review with auto-fix |
|
|
287
|
+
| `/mastermind` | Topology picker — recommends best swarm for your task |
|
|
315
288
|
|
|
316
|
-
|
|
289
|
+
**[→ Full slash command reference](https://monoes.github.io/monomind/#slash)**
|
|
317
290
|
|
|
318
|
-
###
|
|
291
|
+
### `--tillend` — Fully Autonomous Loops
|
|
319
292
|
|
|
320
|
-
|
|
293
|
+
Any command can run autonomously until there's nothing left to do:
|
|
321
294
|
|
|
322
295
|
```bash
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
# → returns ranked list of files with relevance scores
|
|
296
|
+
/mastermind:autodev --tillend --focus security
|
|
297
|
+
# → runs until every security issue is found and fixed
|
|
326
298
|
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
# → returns file paths + line numbers
|
|
299
|
+
/mastermind:review --tillend --auto
|
|
300
|
+
# → reviews and fixes until zero findings
|
|
330
301
|
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
# → returns high-centrality internal files (external/test filtered out)
|
|
302
|
+
/mastermind:autodev 5 --tillend --maxruns 20
|
|
303
|
+
# → 5 improvements per session, up to 20 sessions
|
|
334
304
|
```
|
|
335
305
|
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
### Vector Memory (AgentDB + HNSW)
|
|
339
|
-
|
|
340
|
-
Every insight, pattern, and decision is stored in searchable vector memory:
|
|
306
|
+
The loop uses `ScheduleWakeup` to resume across sessions. A staleness guard prevents duplicate runs. Human-in-loop items pause and wait for your response before continuing.
|
|
341
307
|
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
### Neural Learning (SONA)
|
|
347
|
-
|
|
348
|
-
Self-Optimizing Neural Adaptation learns from every task:
|
|
349
|
-
|
|
350
|
-
- Pattern recognition improves agent routing over time
|
|
351
|
-
- Trajectory tracking identifies what works and what doesn't
|
|
352
|
-
- Automatic model adaptation with <0.05ms overhead
|
|
308
|
+
```bash
|
|
309
|
+
# Stop a loop at any time
|
|
310
|
+
touch .monomind/loops/{loop-id}.stop
|
|
311
|
+
```
|
|
353
312
|
|
|
354
313
|
---
|
|
355
314
|
|
|
356
315
|
## Architecture
|
|
357
316
|
|
|
358
317
|
```
|
|
359
|
-
|
|
360
|
-
│
|
|
361
|
-
|
|
362
|
-
│
|
|
363
|
-
│
|
|
364
|
-
│ Specialized
|
|
365
|
-
│ agent defs
|
|
366
|
-
│ +
|
|
367
|
-
│
|
|
368
|
-
|
|
369
|
-
│
|
|
370
|
-
|
|
371
|
-
│
|
|
372
|
-
|
|
373
|
-
│
|
|
374
|
-
|
|
318
|
+
┌─────────────────────────────────────────────────────────────────┐
|
|
319
|
+
│ Monomind │
|
|
320
|
+
├─────────────────┬───────────────┬──────────────┬───────────────┤
|
|
321
|
+
│ 230+ Agents │ Swarm Engine │ Memory Palace │ Intelligence │
|
|
322
|
+
│ │ │ │ │
|
|
323
|
+
│ Specialized │ 6 topologies │ AgentDB HNSW │ SONA Neural │
|
|
324
|
+
│ agent defs │ 5 consensus │ Knowledge │ 3-tier │
|
|
325
|
+
│ + 3-tier │ algorithms │ Graph │ routing │
|
|
326
|
+
│ routing │ │ (Monograph) │ <0.05ms │
|
|
327
|
+
├─────────────────┴───────────────┴──────────────┴───────────────┤
|
|
328
|
+
│ 29+ Hooks + 12 Background Workers │
|
|
329
|
+
├─────────────────────────────────────────────────────────────────┤
|
|
330
|
+
│ MCP Server (stdio / http / WebSocket) │
|
|
331
|
+
├─────────────────────────────────────────────────────────────────┤
|
|
332
|
+
│ Claude Code Runtime │
|
|
333
|
+
└─────────────────────────────────────────────────────────────────┘
|
|
375
334
|
```
|
|
376
335
|
|
|
377
336
|
### Key Packages
|
|
378
337
|
|
|
338
|
+
The workspace ships 17 `@monomind/*` packages:
|
|
339
|
+
|
|
379
340
|
| Package | Purpose |
|
|
380
341
|
|---|---|
|
|
381
|
-
| `@
|
|
382
|
-
| `@monomind/memory` | AgentDB
|
|
383
|
-
| `@monomind/hooks` |
|
|
384
|
-
| `@monomind/
|
|
385
|
-
| `@monomind/
|
|
342
|
+
| `@monoes/monomindcli` | CLI entry point — 43 top-level commands, 230+ agent defs, 160+ slash commands, hooks, MCP server |
|
|
343
|
+
| `@monomind/memory` | AgentDB + HNSW vector search, PartitionedHNSW, TierManager, hybrid SQLite backend |
|
|
344
|
+
| `@monomind/hooks` | Lifecycle hook bridge, 12 background workers (ultralearn, optimize, consolidate, predict, audit, map, preload, deepdive, document, refactor, benchmark, testgaps) |
|
|
345
|
+
| `@monomind/neural` | SONA manager, LoRA weight adaptation, EWC++ Fisher updates, 5 operating modes |
|
|
346
|
+
| `@monomind/monograph` | Knowledge graph construction, 30 MCP tools, BM25 + semantic search |
|
|
347
|
+
| `@monomind/graph` | AST-based node/edge extraction, community detection, RAPTOR consolidation |
|
|
348
|
+
| `@monomind/swarm` | UnifiedSwarmCoordinator, 6 topologies, 5 consensus algorithms |
|
|
349
|
+
| `@monomind/security` | Input validation, prompt injection detection, CVE remediation, gVisor sandbox |
|
|
350
|
+
| `@monomind/mcp` | MCP server transport (stdio / http / WebSocket) |
|
|
351
|
+
| `@monomind/routing` | Two-stage LLM + keyword agent routing, confidence scoring |
|
|
352
|
+
| `@monomind/embeddings` | Vector embedding generation and management |
|
|
353
|
+
| `@monomind/performance` | Profiling, benchmarking, latency tracking |
|
|
354
|
+
| `@monomind/plugins` | IPFS/Pinata plugin registry, install/create/list |
|
|
355
|
+
| `@monomind/claims` | Claims-based authorization for agent actions |
|
|
356
|
+
| `@monomind/aidefence` | Adversarial input detection, semantic scanning |
|
|
357
|
+
| `@monomind/guidance` | Governance control plane, workflow templates, budget management |
|
|
358
|
+
| `@monomind/shared` | Shared types, constants, utilities |
|
|
386
359
|
|
|
387
360
|
---
|
|
388
361
|
|
|
389
362
|
## Performance
|
|
390
363
|
|
|
391
|
-
| Metric | Result |
|
|
392
|
-
|
|
393
|
-
|
|
|
394
|
-
|
|
|
395
|
-
| SONA
|
|
396
|
-
|
|
|
397
|
-
|
|
|
364
|
+
| Metric | Result | Notes |
|
|
365
|
+
|---|---|---|
|
|
366
|
+
| Vector search speedup | 150x–12,500x via HNSW | Range from Malkov & Yashunin 2018; HNSW implemented in `hnsw-index.ts` |
|
|
367
|
+
| Flash Attention speedup | 2.49x–7.47x | CPU-side attention optimization in `ruvector/flash-attention.ts`; marked in-progress |
|
|
368
|
+
| SONA adaptation target | <0.05ms | Enforced as SLA with runtime warning; marked in-progress |
|
|
369
|
+
| Agent routing (LLM) | <2s | Target; Haiku-based routing |
|
|
370
|
+
| Agent routing (fallback) | <5ms | Keyword scoring path |
|
|
371
|
+
| Session restore | <500ms cold start | Target |
|
|
372
|
+
| Memory reduction | 50–75% vs baseline | Target |
|
|
398
373
|
|
|
399
374
|
---
|
|
400
375
|
|
|
401
376
|
## Who Uses Monomind?
|
|
402
377
|
|
|
403
|
-
|
|
378
|
+
- **Solo developers** — the power of a full engineering team from one terminal
|
|
379
|
+
- **Startups** — ship features 10x faster with autonomous agent pipelines
|
|
380
|
+
- **Enterprise teams** — coordinate complex multi-module changes without drift
|
|
381
|
+
- **Security teams** — automate audit, CVE triage, and compliance workflows
|
|
382
|
+
- **Game studios** — Unity, Unreal, Godot, and Roblox specialists on demand
|
|
383
|
+
- **Marketing teams** — content operations with 27 domain-specific marketing agents
|
|
384
|
+
|
|
385
|
+
---
|
|
386
|
+
|
|
387
|
+
## Documentation
|
|
388
|
+
|
|
389
|
+
**Full interactive documentation:** **[monoes.github.io/monomind](https://monoes.github.io/monomind/)**
|
|
404
390
|
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
391
|
+
| Section | Description |
|
|
392
|
+
|---|---|
|
|
393
|
+
| [Getting Started](https://monoes.github.io/monomind/#getting-started) | Install, configure MCP, run first autonomous loop |
|
|
394
|
+
| [Architecture](https://monoes.github.io/monomind/#architecture) | Package map, agent hierarchy, data flows |
|
|
395
|
+
| [Memory & Knowledge](https://monoes.github.io/monomind/#memory) | Memory Palace tiers, AgentDB, Monograph graph tools |
|
|
396
|
+
| [Hooks & Workers](https://monoes.github.io/monomind/#hooks) | 29+ hook events, 12 workers, settings.json wiring |
|
|
397
|
+
| [Swarm Coordination](https://monoes.github.io/monomind/#swarm) | 6 topologies, 5 consensus algorithms, agent hierarchy |
|
|
398
|
+
| [Neural Learning](https://monoes.github.io/monomind/#neural) | SONA modes, LoRA, EWC++, Reasoning Bank |
|
|
399
|
+
| [CLI Commands](https://monoes.github.io/monomind/#commands) | All 53+ commands with flags and examples |
|
|
400
|
+
| [Slash Commands](https://monoes.github.io/monomind/#slash) | All 160+ slash commands across 22 categories |
|
|
401
|
+
| [Mastermind](https://monoes.github.io/monomind/#mastermind) | autodev loop, --tillend mechanics, Brain protocol |
|
|
411
402
|
|
|
412
403
|
---
|
|
413
404
|
|
|
@@ -426,7 +417,7 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
|
|
|
426
417
|
|
|
427
418
|
## License
|
|
428
419
|
|
|
429
|
-
MIT
|
|
420
|
+
MIT — See [LICENSE](LICENSE) for details.
|
|
430
421
|
|
|
431
422
|
---
|
|
432
423
|
|
|
@@ -435,7 +426,83 @@ MIT License — See [LICENSE](LICENSE) for details.
|
|
|
435
426
|
</p>
|
|
436
427
|
|
|
437
428
|
<p align="center">
|
|
429
|
+
<a href="https://monoes.github.io/monomind/">📖 Docs</a> •
|
|
438
430
|
<a href="https://www.npmjs.com/package/monomind">npm</a> •
|
|
439
431
|
<a href="https://github.com/nokhodian/monomind">GitHub</a> •
|
|
440
432
|
<a href="https://github.com/nokhodian/monomind/issues">Issues</a>
|
|
441
433
|
</p>
|
|
434
|
+
|
|
435
|
+
---
|
|
436
|
+
|
|
437
|
+
## Acknowledgements
|
|
438
|
+
|
|
439
|
+
Monomind builds on ideas, patterns, and research from the following projects:
|
|
440
|
+
|
|
441
|
+
| Repository | Used for |
|
|
442
|
+
|---|---|
|
|
443
|
+
| [ruvnet/ruflo](https://github.com/ruvnet/ruflo) | Original skeleton that provided the foundational hooks system, swarm coordination, and SPARC agent methodology. |
|
|
444
|
+
| [msitarzewski/agency-agents](https://github.com/msitarzewski/agency-agents) | Informs the multi-agent instruction file layout and specialist agent catalog design. |
|
|
445
|
+
| [microsoft/autogen](https://github.com/microsoft/autogen) | Provides the human-in-the-loop interrupt gate pattern and auto-retry tool logic in `@monomind/hooks`. |
|
|
446
|
+
| [crewAIInc/crewAI](https://github.com/crewAIInc/crewAI) | Provides the multi-tier memory architecture (`ShortTermMemory`, `EntityMemory`, `ContextualMemory`, `LongTermMemory`) in `@monomind/memory`. |
|
|
447
|
+
| [langchain-ai/langgraph](https://github.com/langchain-ai/langgraph) | Provides the `SwarmCheckpointer` graph-checkpoint-and-resume pattern and fan-out/fan-in workflow DSL. |
|
|
448
|
+
| [All-Hands-AI/OpenHands](https://github.com/All-Hands-AI/OpenHands) | Provides the per-agent `SandboxConfig` sandboxing model and EventStream session replay architecture. |
|
|
449
|
+
| [agno-agi/agno](https://github.com/agno-agi/agno) | Provides the `AgentMemory` knowledge-base architecture and team-level agent coordination class. |
|
|
450
|
+
| [huggingface/smolagents](https://github.com/huggingface/smolagents) | Provides the explicit planning-before-execution step in `LATSPlanner` and the `PlanStore` persistence layer. |
|
|
451
|
+
| [pydantic/pydantic-ai](https://github.com/pydantic/pydantic-ai) | Provides typed agent I/O schema patterns and auto-retry-on-validation-failure used throughout agent contracts. |
|
|
452
|
+
| [BerriAI/atomic-agents](https://github.com/KRunchPL/atomic-agents) | Provides `BaseIOSchema` typed agent contracts and `SystemPromptContextProvider` composition patterns. |
|
|
453
|
+
| [stanfordnlp/dspy](https://github.com/stanfordnlp/dspy) | Provides the `BootstrapFewShot`/MIPRO prompt optimization pipeline and Bayesian exploration in `PromptOptimizer.optimize()`. |
|
|
454
|
+
| [aurelio-labs/semantic-router](https://github.com/aurelio-labs/semantic-router) | Provides the utterance-based `RouteLayer` that replaced static routing codes in the agent dispatcher. |
|
|
455
|
+
| [langfuse/langfuse](https://github.com/langfuse/langfuse) | Provides the trace/span/generation observability hierarchy and prompt version management in `@monomind/hooks`. |
|
|
456
|
+
| [karpathy/autoresearch](https://github.com/karpathy/autoresearch) | Provides the BASELINE/KEEP/DISCARD experiment loop protocol and time-budget pattern used in `@monomind/graph`. |
|
|
457
|
+
| [safishamsi/graphify](https://github.com/safishamsi/graphify) | Provides the AST-based knowledge graph construction, Louvain community detection, and `GRAPH_REPORT.md` format that form `@monomind/graph`. |
|
|
458
|
+
| [google/gvisor](https://gvisor.dev) | Provides the `runsc` OCI runtime that reduces container syscall surface to ~50 interceptions, wired into `SandboxConfig.use_gvisor`. |
|
|
459
|
+
| [Indirect Injection research](https://arxiv.org/abs/2302.12173) | `validateExternalContent()` in `@monomind/security` applies the injection pattern detection to all externally-sourced tool content. |
|
|
460
|
+
| [FOREVER Forgetting Curve](https://arxiv.org/html/2601.03938v1) | `LearningBridge.decayConfidences()` implements the importance-weighted exponential forgetting curve (`importanceScore × e^(−λt)`). |
|
|
461
|
+
| [Awesome RLVR](https://github.com/opendilab/awesome-RLVR) | `hooksModelOutcome` `verifier_type` field (tsc/vitest/eslint/llm_judge) provides grounded binary reward signals. |
|
|
462
|
+
| [ERL — Experiential Reflective Learning](https://arxiv.org/abs/2603.24639) | Structured `{condition, action, confidence}` heuristics extracted at `hooks_post-task` and injected as ranked hints into `hooks_pre-task`. |
|
|
463
|
+
| [A-MEM — Agentic Memory](https://arxiv.org/abs/2502.12110) | Auto-links top-3 HNSW neighbors via `bridgeRecordCausalEdge` after every `bridgeStoreEntry` call in `@monomind/memory`. |
|
|
464
|
+
| [Collaborative Memory Promotion](https://arxiv.org/abs/2505.18279) | `checkAndPromoteEntry()` in `SQLiteBackend` auto-promotes entries from `private` to `team` scope after 3+ distinct agent reads within 24 h. |
|
|
465
|
+
| [Zep / Graphiti — Bi-Temporal Knowledge Graph](https://arxiv.org/abs/2501.13956) | `MemoryEntry.eventAt` separates event time T from ingestion time T' for bi-temporal filtering without index rebuilds. |
|
|
466
|
+
| [HippoRAG 2 — PPR Graph Retrieval](https://arxiv.org/abs/2405.14831) | `MemoryGraph.pprRerank()` expands HNSW candidates one hop via `MemoryEntry.references` edges. |
|
|
467
|
+
| [RAPTOR — Recursive Abstractive Tree Indexing](https://arxiv.org/abs/2401.18059) | `RaptorWorker` clusters episodic entries, summarizes each cluster, and stores results as `contextual`-tier entries. |
|
|
468
|
+
| [Multi-Agent Reflexion (MAR)](https://arxiv.org/html/2512.20845) | `hooks_post-task` returns `marReflection` on task failure via a Diagnoser/Critic/Aggregator reflection loop. |
|
|
469
|
+
| [TextGrad](https://arxiv.org/abs/2406.07496) | Stores `textual_gradient` critiques to the `gradients` memory namespace for injection into the next prompt on failure. |
|
|
470
|
+
| [CP-WBFT](https://arxiv.org/abs/2511.10400) | `weightedTally()` scales each agent's vote by confidence in `@monomind/hooks` hive-mind consensus (AAAI 2026). |
|
|
471
|
+
| [GraphRAG](https://arxiv.org/abs/2404.16130) | `MemoryGraph.getCommunitySummaries()` prepends community-level descriptors to semantic search results. |
|
|
472
|
+
| [MemPalace](https://github.com/nokhodian/mempalace) | Foundation of the memory palace system with BM25 verbatim retrieval, Wing/Room/Hall hierarchy, and temporal knowledge graph. |
|
|
473
|
+
| [vercel-labs/agent-browser](https://github.com/vercel-labs/agent-browser) | Native Rust CDP client architecture that powers `npx monomind browse`. |
|
|
474
|
+
| [AgentSeal/codeburn](https://github.com/AgentSeal/codeburn) | Token cost attribution model tracking spend by task, tool, model, and project used in `features/codeburn.md`. |
|
|
475
|
+
| [fallow-rs/fallow](https://github.com/fallow-rs/fallow) | Dead code detection patterns used in `monograph-tools.ts` via `deadCodePct()` and `unusedDepsPct()`. |
|
|
476
|
+
| [pbakaus/impeccable](https://github.com/pbakaus/impeccable) | 27-pattern HTML/CSS anti-pattern detection CLI integrated via `npx impeccable detect` in the `monodesign` skill. |
|
|
477
|
+
| [hardikpandya/stop-slop](https://github.com/hardikpandya/stop-slop) | Directly integrated as the `stop-slop` skill for detecting and removing AI writing tells from prose. |
|
|
478
|
+
| [obra/superpowers](https://github.com/obra/superpowers) | Forms the complete `superpowers` skill layer providing brainstorming, TDD, systematic debugging, and finishing workflows. |
|
|
479
|
+
| [Lum1104/Understand-Anything](https://github.com/Lum1104/Understand-Anything) | Informs `monomind:understand` semantic enrichment and `@monomind/graph` knowledge graph traversal architecture. |
|
|
480
|
+
| [nextlevelbuilder/ui-ux-pro-max-skill](https://github.com/nextlevelbuilder/ui-ux-pro-max-skill) | Provides the design system methodology and component-first craft approach that forms the `monodesign` skill. |
|
|
481
|
+
| [paperclipai/paperclip](https://github.com/paperclipai/paperclip) | Autonomous business workflow patterns that informed `mastermind:ops`, `mastermind:finance`, and `mastermind:sales`. |
|
|
482
|
+
|
|
483
|
+
---
|
|
484
|
+
|
|
485
|
+
## Research Acknowledgements
|
|
486
|
+
|
|
487
|
+
Monomind implements techniques from peer-reviewed research across distributed systems, machine learning, and software engineering:
|
|
488
|
+
|
|
489
|
+
| Technique | Paper | Applied In |
|
|
490
|
+
|---|---|---|
|
|
491
|
+
| HNSW approximate nearest neighbor | Malkov & Yashunin, 2018 — *Efficient and Robust ANN* | `HNSWIndex` and `HnswLite` in `@monomind/memory` vector search |
|
|
492
|
+
| Flash Attention | Dao et al., 2022 — *Fast and Memory-Efficient Exact Attention* | Session context compression in `@monomind/hooks` |
|
|
493
|
+
| LoRA fine-tuning | Hu et al., 2021 — *Low-Rank Adaptation of Large Language Models* | Pattern distillation DISTILL step in `RvfLearningStore` |
|
|
494
|
+
| EWC (Elastic Weight Consolidation) | Kirkpatrick et al., 2017 — *Overcoming Catastrophic Forgetting* | CONSOLIDATE step session persistence in `@monomind/memory` |
|
|
495
|
+
| Byzantine fault tolerance | Castro & Liskov, 1999 — *Practical Byzantine Fault Tolerance* | `weightedTally()` in CP-WBFT hive-mind consensus |
|
|
496
|
+
| Raft consensus | Ongaro & Ousterhout, 2014 — *In Search of an Understandable Consensus Algorithm* | `RaftManager` swarm coordinator state machine |
|
|
497
|
+
| CRDT data structures | Shapiro et al., 2011 — *Conflict-Free Replicated Data Types* | `CrdtSynchronizer` for eventually consistent agent memory |
|
|
498
|
+
| Gossip protocols | Demers et al., 1987 — *Epidemic Algorithms for Replicated Database Maintenance* | `GossipCoordinator` cross-agent state propagation |
|
|
499
|
+
| Mixture of Experts | Shazeer et al., 2017 — *Outrageously Large Neural Networks* | MoE semantic router for agent task routing |
|
|
500
|
+
| Hyperbolic embeddings | Nickel & Kiela, 2017 — *Poincaré Embeddings for Learning Hierarchical Representations* | Code graph hierarchical vector space in `@monomind/memory` |
|
|
501
|
+
| Int8 quantization | Dettmers et al., 2022 — *LLM.int8(): 8-bit Matrix Multiplication for Transformers* | Weight compression for neural pattern memory footprint reduction |
|
|
502
|
+
| GOAP planning | Orkin, 2004 — *Applying Goal-Oriented Action Planning to Games* | `code-goal-planner` and `sublinear-goal-planner` agents |
|
|
503
|
+
| Self-play RL | Silver et al., 2017 — *Mastering Chess and Shogi by Self-Play* | Pattern reinforcement loop in ReasoningBank |
|
|
504
|
+
| Hierarchical memory | Tulving, 1972 — *Episodic and Semantic Memory* | AgentDB episodic/semantic namespace split in `@monomind/memory` |
|
|
505
|
+
| PageRank influence | Page et al., 1998 — *The PageRank Citation Ranking* | `pagerank-analyzer` agent and `MemoryGraph` graph centrality scoring |
|
|
506
|
+
| Hindsight Experience Replay | Andrychowicz et al., 2017 — *HER: Hindsight Experience Replay* | HER policy learner in the RL router |
|
|
507
|
+
| SPARC methodology | Agile/TDD literature | `sparc-coord`, `sparc-coder`, `specification`, `pseudocode`, and `refinement` agents |
|
|
508
|
+
| Sublinear algorithms | Various — approximation theory | `sublinear-goal-planner`, `matrix-optimizer`, and `trading-predictor` agents |
|