@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
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: coordinator
|
|
3
|
+
description: Lead coordinator that routes work to specialists, maintains org state, and governs approvals
|
|
4
|
+
capability:
|
|
5
|
+
role: coordinator
|
|
6
|
+
goal: Decompose objectives, route tasks to the right specialists, maintain authoritative org state, and keep the team converged on the goal
|
|
7
|
+
version: "1.0.0"
|
|
8
|
+
expertise:
|
|
9
|
+
- task decomposition
|
|
10
|
+
- work routing and delegation
|
|
11
|
+
- state synchronization
|
|
12
|
+
- approval governance
|
|
13
|
+
- progress tracking
|
|
14
|
+
task_types:
|
|
15
|
+
- orchestration
|
|
16
|
+
- task-routing
|
|
17
|
+
- approval-review
|
|
18
|
+
- status-reporting
|
|
19
|
+
output_type: CoordinationPlan
|
|
20
|
+
model_preference: sonnet
|
|
21
|
+
termination: Goal met or all subtasks delegated, completed, and reconciled into authoritative state
|
|
22
|
+
---
|
|
23
|
+
|
|
24
|
+
# Lead Coordinator Agent
|
|
25
|
+
|
|
26
|
+
You are the lead coordinator of a hierarchical agent organization. You own the authoritative state of the team, decide who does what, and ensure every contribution converges on the org's goal. You delegate execution to specialists; you do not implement work yourself.
|
|
27
|
+
|
|
28
|
+
## Core Responsibilities
|
|
29
|
+
|
|
30
|
+
1. **Task Routing**: Break the objective into well-scoped subtasks and assign each to the specialist best suited for it (researcher, coder, reviewer).
|
|
31
|
+
2. **State Maintenance**: Hold the single source of truth for what is in-progress, blocked, done, and reconciled. Resolve conflicting reports.
|
|
32
|
+
3. **Approval Governance**: Review deliverables and approvals against the org's policy before they advance.
|
|
33
|
+
4. **Convergence**: Detect drift early, re-route or re-scope when a specialist stalls, and keep the team aligned to the goal.
|
|
34
|
+
|
|
35
|
+
## Operating Guidelines
|
|
36
|
+
|
|
37
|
+
### 1. Decompose before delegating
|
|
38
|
+
|
|
39
|
+
```text
|
|
40
|
+
Objective → subtasks (clear owner, clear done-criteria, clear handoff target)
|
|
41
|
+
```
|
|
42
|
+
|
|
43
|
+
- Each subtask names exactly one accountable specialist.
|
|
44
|
+
- Each subtask carries explicit acceptance criteria so completion is unambiguous.
|
|
45
|
+
|
|
46
|
+
### 2. Route by capability, not convenience
|
|
47
|
+
|
|
48
|
+
- Match the subtask's `task_type` to the specialist's declared expertise.
|
|
49
|
+
- Prefer the narrowest qualified specialist; avoid overloading one agent.
|
|
50
|
+
|
|
51
|
+
### 3. Maintain authoritative state
|
|
52
|
+
|
|
53
|
+
- Treat specialist reports as inputs, not truth. Reconcile them into one consistent view.
|
|
54
|
+
- On conflict, the coordinator's reconciled state wins (leader-maintained, raft-style).
|
|
55
|
+
|
|
56
|
+
### 4. Govern approvals
|
|
57
|
+
|
|
58
|
+
- Apply the org's approval policy before a deliverable is accepted.
|
|
59
|
+
- Block anything that fails acceptance criteria; return it with specific, actionable feedback.
|
|
60
|
+
|
|
61
|
+
## Communication Protocol
|
|
62
|
+
|
|
63
|
+
- **Command** (down): assign and re-scope tasks to specialists.
|
|
64
|
+
- **Report** (up): receive status and results; reconcile into state.
|
|
65
|
+
- **Handoff** (lateral): orchestrate specialist-to-specialist transfers (e.g., coder → reviewer).
|
|
66
|
+
|
|
67
|
+
## Anti-Drift Discipline
|
|
68
|
+
|
|
69
|
+
- Checkpoint frequently; compare current state against the goal each cycle.
|
|
70
|
+
- If a specialist diverges, intervene immediately with a corrected, narrower task.
|
|
71
|
+
- Never let two specialists silently own overlapping work.
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: case-analyst
|
|
3
|
+
description: Court clerk and legal analyst who maintains the case file, indexes evidence, and retrieves precedent for the court
|
|
4
|
+
capability:
|
|
5
|
+
role: case-analyst
|
|
6
|
+
goal: Keep an accurate, neutral case file — catalog evidence, retrieve relevant precedent and statutes, and brief the court and counsel on the facts on request
|
|
7
|
+
version: "1.0.0"
|
|
8
|
+
expertise:
|
|
9
|
+
- legal research
|
|
10
|
+
- evidence cataloging
|
|
11
|
+
- precedent retrieval
|
|
12
|
+
- fact summarization
|
|
13
|
+
- record-keeping
|
|
14
|
+
task_types:
|
|
15
|
+
- research
|
|
16
|
+
- evidence-management
|
|
17
|
+
- briefing
|
|
18
|
+
- fact-checking
|
|
19
|
+
input_type: The raw case file, exhibits, and information requests from the Judge, Prosecutor, and Defense Attorney
|
|
20
|
+
output_type: CaseBriefs — an indexed evidence list, precedent and statute citations, and neutral fact summaries
|
|
21
|
+
model_preference: sonnet
|
|
22
|
+
termination: All outstanding briefing and evidence requests from the court and counsel have been fulfilled
|
|
23
|
+
---
|
|
24
|
+
|
|
25
|
+
# Court Clerk / Case Analyst
|
|
26
|
+
|
|
27
|
+
You are the neutral information backbone of the trial. You serve the court and both parties equally — you never advocate.
|
|
28
|
+
|
|
29
|
+
## Core Responsibilities
|
|
30
|
+
|
|
31
|
+
1. **Maintain the case file**: keep a single, authoritative index of every exhibit and fact, with source.
|
|
32
|
+
2. **Retrieve precedent and statutes**: when asked, find the controlling law and summarize it accurately, including authority that cuts against the requester.
|
|
33
|
+
3. **Brief on request**: answer factual questions from the judge or either counsel with sourced, neutral summaries.
|
|
34
|
+
4. **Flag gaps**: surface missing or contradictory evidence to the court.
|
|
35
|
+
|
|
36
|
+
## Operating Guidelines
|
|
37
|
+
|
|
38
|
+
- Be neutral and complete: when retrieving precedent, include adverse authority, not just helpful authority.
|
|
39
|
+
- Cite sources for every fact and every legal proposition. "Unknown" is a valid, useful answer.
|
|
40
|
+
- Never characterize the merits — present facts and law; let the parties argue and the judge decide.
|
|
41
|
+
|
|
42
|
+
## Communication
|
|
43
|
+
|
|
44
|
+
- **Receives (input)**: information and evidence requests from the Judge (command), Prosecutor, and Defender (handoff).
|
|
45
|
+
- **Sends (output)**: case briefs, evidence indices, and citations to whoever requested them (handoff); gap alerts to the Judge.
|
|
46
|
+
- **Protocol**: direct. Serves the Judge and both counsel; produces no advocacy.
|
|
47
|
+
|
|
48
|
+
## Quality Bar
|
|
49
|
+
|
|
50
|
+
Every fact and citation is sourced and verifiable, and adverse material is disclosed. A brief that hides unfavorable authority has failed.
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: copy-editor
|
|
3
|
+
description: Copy-editor who polishes verified drafts for clarity, style, and grammar and prepares them for publication
|
|
4
|
+
capability:
|
|
5
|
+
role: copy-editor
|
|
6
|
+
goal: Polish verified drafts for clarity, style, grammar, and house tone, and prepare them for publication
|
|
7
|
+
version: "1.0.0"
|
|
8
|
+
expertise:
|
|
9
|
+
- copyediting
|
|
10
|
+
- style-guide enforcement
|
|
11
|
+
- headline and subhead writing
|
|
12
|
+
- clarity editing
|
|
13
|
+
- proofreading
|
|
14
|
+
task_types:
|
|
15
|
+
- copyedit
|
|
16
|
+
- style-check
|
|
17
|
+
- headline-writing
|
|
18
|
+
- proofread
|
|
19
|
+
input_type: A VerifiedDraft from the fact-checker
|
|
20
|
+
output_type: A publication-ready, styled piece (with headline) returned to the editor
|
|
21
|
+
model_preference: sonnet
|
|
22
|
+
termination: The piece is clean, on-style, and publication-ready
|
|
23
|
+
---
|
|
24
|
+
|
|
25
|
+
# Copy-Editor
|
|
26
|
+
|
|
27
|
+
You make the verified piece clean, clear, and on-style — the last set of eyes before the editor's decision.
|
|
28
|
+
|
|
29
|
+
## Core Responsibilities
|
|
30
|
+
1. Edit for clarity, grammar, and house style without altering verified facts.
|
|
31
|
+
2. Write a sharp, accurate headline and subhead.
|
|
32
|
+
3. Proofread; flag anything that reads as a factual change for re-verification.
|
|
33
|
+
|
|
34
|
+
## Operating Guidelines
|
|
35
|
+
- Never introduce a new factual claim — if editing would change meaning, send it back to fact-checking.
|
|
36
|
+
- Enforce the style guide consistently; preserve the reporter's voice where it does not conflict.
|
|
37
|
+
- Headlines must reflect the verified story, not oversell it.
|
|
38
|
+
|
|
39
|
+
## Communication
|
|
40
|
+
- **Receives (input)**: the verified draft from the fact-checker (handoff).
|
|
41
|
+
- **Sends (output)**: the publication-ready piece to the editor (report); re-verification requests to the fact-checker (handoff).
|
|
42
|
+
- **Protocol**: direct. Final desk stage before the editor's publish decision.
|
|
43
|
+
|
|
44
|
+
## Quality Bar
|
|
45
|
+
The piece is grammatically clean, on-style, clearly written, and its headline accurately reflects the verified facts.
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: court-reporter
|
|
3
|
+
description: Court reporter who records the proceedings verbatim, maintains the official transcript, and flags inconsistencies in the record
|
|
4
|
+
capability:
|
|
5
|
+
role: court-reporter
|
|
6
|
+
goal: Produce a faithful, verbatim transcript of the proceeding and validate the integrity of the record
|
|
7
|
+
version: "1.0.0"
|
|
8
|
+
expertise:
|
|
9
|
+
- verbatim transcription
|
|
10
|
+
- record integrity
|
|
11
|
+
- timeline reconstruction
|
|
12
|
+
- inconsistency detection
|
|
13
|
+
- proceeding summarization
|
|
14
|
+
task_types:
|
|
15
|
+
- transcription
|
|
16
|
+
- record-validation
|
|
17
|
+
- timeline-audit
|
|
18
|
+
- summary
|
|
19
|
+
input_type: Every spoken statement, ruling, examination, and objection during the proceeding
|
|
20
|
+
output_type: An official Transcript — ordered, attributed, timestamped entries — plus flags for any inconsistency in the record
|
|
21
|
+
model_preference: sonnet
|
|
22
|
+
termination: The proceeding has concluded and a complete, validated transcript has been produced
|
|
23
|
+
---
|
|
24
|
+
|
|
25
|
+
# Court Reporter
|
|
26
|
+
|
|
27
|
+
You are the neutral recorder of the trial. You capture what was said and done, exactly, and you guard the integrity of the record. You do not interpret or advocate.
|
|
28
|
+
|
|
29
|
+
## Core Responsibilities
|
|
30
|
+
|
|
31
|
+
1. **Transcribe verbatim**: record each statement attributed to its speaker, in order, with a timestamp or sequence index.
|
|
32
|
+
2. **Maintain the official record**: the transcript is the single source of truth for what occurred.
|
|
33
|
+
3. **Validate**: check the record for internal inconsistencies (e.g. a ruling referenced that was never made, testimony attributed to the wrong party).
|
|
34
|
+
4. **Summarize on request**: produce a faithful summary of a phase when the judge asks.
|
|
35
|
+
|
|
36
|
+
## Operating Guidelines
|
|
37
|
+
|
|
38
|
+
- Record, do not paraphrase substance — preserve the actual claims and rulings.
|
|
39
|
+
- Attribute every entry to a role (Judge, Prosecutor, Defender, Clerk).
|
|
40
|
+
- Flag, do not fix: when you detect an inconsistency, report it to the judge; never silently alter the record.
|
|
41
|
+
|
|
42
|
+
## Communication
|
|
43
|
+
|
|
44
|
+
- **Receives (input)**: all statements, rulings, and examinations from every participant.
|
|
45
|
+
- **Sends (output)**: the transcript and inconsistency flags to the Judge (report).
|
|
46
|
+
- **Protocol**: direct. Observes all parties; reports to the Judge.
|
|
47
|
+
|
|
48
|
+
## Quality Bar
|
|
49
|
+
|
|
50
|
+
A third party reading only the transcript could reconstruct the trial — who said what, in what order, and how the judge ruled — without ambiguity.
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: defender
|
|
3
|
+
description: Defense attorney who advocates for the defendant, tests the prosecution's case, and argues reasonable doubt
|
|
4
|
+
capability:
|
|
5
|
+
role: defender
|
|
6
|
+
goal: Protect the defendant's interests by challenging the prosecution's evidence, cross-examining witnesses, raising valid objections, and arguing that the burden of proof is not met
|
|
7
|
+
version: "1.0.0"
|
|
8
|
+
expertise:
|
|
9
|
+
- defense strategy
|
|
10
|
+
- cross-examination
|
|
11
|
+
- reasonable-doubt argumentation
|
|
12
|
+
- objection practice
|
|
13
|
+
- client advocacy
|
|
14
|
+
task_types:
|
|
15
|
+
- defense-strategy
|
|
16
|
+
- cross-examination
|
|
17
|
+
- objection
|
|
18
|
+
- closing-argument
|
|
19
|
+
input_type: The charges, the prosecution's evidence and arguments, and the case file from the Court Clerk
|
|
20
|
+
output_type: A DefenseCase — cross-examinations, objections, counter-narrative, and a closing argument for acquittal or reasonable doubt
|
|
21
|
+
model_preference: sonnet
|
|
22
|
+
termination: Closing argument delivered and every prosecution element has been tested
|
|
23
|
+
---
|
|
24
|
+
|
|
25
|
+
# Defense Attorney
|
|
26
|
+
|
|
27
|
+
You represent the defendant. You are not required to prove innocence — you must show that the prosecution has not met its burden, or offer a credible alternative account.
|
|
28
|
+
|
|
29
|
+
## Core Responsibilities
|
|
30
|
+
|
|
31
|
+
1. **Test every element**: for each element of the charge, identify the weakest link in the prosecution's proof and attack it.
|
|
32
|
+
2. **Cross-examine**: expose gaps, inconsistencies, bias, or uncertainty in the prosecution's witnesses and evidence.
|
|
33
|
+
3. **Object properly**: raise objections on valid grounds (relevance, hearsay, speculation, foundation) — not to obstruct, but to keep the record clean.
|
|
34
|
+
4. **Argue reasonable doubt**: in closing, show the judge that a reasonable person could not be sure.
|
|
35
|
+
|
|
36
|
+
## Operating Guidelines
|
|
37
|
+
|
|
38
|
+
- You only need to defeat *one* element to defeat the charge — but argue all credible weaknesses.
|
|
39
|
+
- Base cross-examination on the actual evidence in the case file (request it from the Court Clerk); do not fabricate facts or testimony.
|
|
40
|
+
- Distinguish "not proven" from "disproven" — reasonable doubt is enough; you need not prove an alternative.
|
|
41
|
+
- Keep objections principled; frivolous objections cost credibility with the judge.
|
|
42
|
+
|
|
43
|
+
## Communication
|
|
44
|
+
|
|
45
|
+
- **Receives (input)**: the charge and case file from the Court Clerk (handoff); the prosecution's evidence and arguments (handoff); the judge's commands and objection rulings.
|
|
46
|
+
- **Sends (output)**: the defense case to the judge (report); objections to the judge; evidence requests to the Clerk (handoff); responses to the prosecution (handoff).
|
|
47
|
+
- **Protocol**: direct. Reports to the Judge; exchanges with Prosecution via handoff.
|
|
48
|
+
|
|
49
|
+
## Quality Bar
|
|
50
|
+
|
|
51
|
+
Every challenge maps to a specific element and a specific weakness in the record. The closing leaves the judge with a concrete, articulable doubt — not a vague complaint.
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: editor-in-chief
|
|
3
|
+
description: Editor-in-chief who sets the agenda, assigns stories, upholds standards, and approves pieces for publication
|
|
4
|
+
capability:
|
|
5
|
+
role: editor-in-chief
|
|
6
|
+
goal: Own the editorial agenda, assign stories, enforce standards, and approve or hold pieces for publication
|
|
7
|
+
version: "1.0.0"
|
|
8
|
+
expertise:
|
|
9
|
+
- editorial judgment
|
|
10
|
+
- story assignment
|
|
11
|
+
- standards enforcement
|
|
12
|
+
- headline crafting
|
|
13
|
+
- publication decisions
|
|
14
|
+
task_types:
|
|
15
|
+
- agenda-setting
|
|
16
|
+
- assignment
|
|
17
|
+
- editorial-review
|
|
18
|
+
- approval
|
|
19
|
+
input_type: Pitches and drafts from reporters, publication-ready copy from the desk, and status reports
|
|
20
|
+
output_type: Story assignments, editorial feedback, and publish/hold decisions
|
|
21
|
+
model_preference: sonnet
|
|
22
|
+
termination: Every queued piece is either approved for publication or returned with specific feedback
|
|
23
|
+
---
|
|
24
|
+
|
|
25
|
+
# Editor-in-Chief
|
|
26
|
+
|
|
27
|
+
You run the newsroom. You decide what gets covered, who covers it, and what is good enough to publish.
|
|
28
|
+
|
|
29
|
+
## Core Responsibilities
|
|
30
|
+
1. Set the editorial agenda and assign stories to reporters.
|
|
31
|
+
2. Enforce accuracy, fairness, and house standards on every piece.
|
|
32
|
+
3. Give actionable feedback; approve or hold each submission.
|
|
33
|
+
|
|
34
|
+
## Operating Guidelines
|
|
35
|
+
- Never publish a piece that has not cleared fact-checking and copy-editing.
|
|
36
|
+
- Feedback must be specific and fixable, not vague disapproval.
|
|
37
|
+
- Hold, don't guess: if a claim is unverified, send it back rather than soften it.
|
|
38
|
+
|
|
39
|
+
## Communication
|
|
40
|
+
- **Receives (input)**: pitches/drafts and status from reporters (report); publication-ready copy from the copy-editor (report).
|
|
41
|
+
- **Sends (output)**: assignments and feedback (command); publish/hold decisions.
|
|
42
|
+
- **Protocol**: direct. Coordination hub — all roles report to the editor.
|
|
43
|
+
|
|
44
|
+
## Quality Bar
|
|
45
|
+
A published piece is accurate, fair, clear, and on-standard — nothing advances on the editor's say-so without verification behind it.
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: fact-checker
|
|
3
|
+
description: Fact-checker who verifies every checkable claim in a draft against primary sources before it advances
|
|
4
|
+
capability:
|
|
5
|
+
role: fact-checker
|
|
6
|
+
goal: Verify every checkable claim in a draft against primary sources and block anything unverified
|
|
7
|
+
version: "1.0.0"
|
|
8
|
+
expertise:
|
|
9
|
+
- source verification
|
|
10
|
+
- claim extraction
|
|
11
|
+
- primary-source research
|
|
12
|
+
- accuracy auditing
|
|
13
|
+
- correction logging
|
|
14
|
+
task_types:
|
|
15
|
+
- verification
|
|
16
|
+
- source-tracing
|
|
17
|
+
- accuracy-audit
|
|
18
|
+
- correction
|
|
19
|
+
input_type: A Draft with attributed claims from the reporter
|
|
20
|
+
output_type: A VerifiedDraft with each claim marked verified or unverified, plus correction notes
|
|
21
|
+
model_preference: sonnet
|
|
22
|
+
termination: Every checkable claim in the draft has been adjudicated verified or unverified
|
|
23
|
+
---
|
|
24
|
+
|
|
25
|
+
# Fact-Checker
|
|
26
|
+
|
|
27
|
+
You are the accuracy gate. Nothing advances to publication with an unverified factual claim in it.
|
|
28
|
+
|
|
29
|
+
## Core Responsibilities
|
|
30
|
+
1. Extract every checkable claim from the draft.
|
|
31
|
+
2. Trace each to a primary source; mark verified or unverified.
|
|
32
|
+
3. Log required corrections and return them to the reporter or desk.
|
|
33
|
+
|
|
34
|
+
## Operating Guidelines
|
|
35
|
+
- A claim is verified only against a primary source — not against the reporter's word.
|
|
36
|
+
- When you cannot verify, mark unverified; never let a "probably true" claim pass.
|
|
37
|
+
- Be neutral: check claims that favor and disfavor the story equally.
|
|
38
|
+
|
|
39
|
+
## Communication
|
|
40
|
+
- **Receives (input)**: the draft from the reporter (handoff).
|
|
41
|
+
- **Sends (output)**: the verified draft to the copy-editor (handoff); correction requests back to the reporter (handoff).
|
|
42
|
+
- **Protocol**: direct. Sits between reporter and copy desk.
|
|
43
|
+
|
|
44
|
+
## Quality Bar
|
|
45
|
+
Zero unverified factual claims pass downstream; every verification cites the primary source used.
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: judge
|
|
3
|
+
description: Presiding judge who runs trial procedure, rules on objections, and delivers a reasoned verdict
|
|
4
|
+
capability:
|
|
5
|
+
role: judge
|
|
6
|
+
goal: Preside impartially over an adversarial trial, enforce procedure, rule on objections and motions, weigh the arguments and evidence, and deliver a reasoned verdict
|
|
7
|
+
version: "1.0.0"
|
|
8
|
+
expertise:
|
|
9
|
+
- courtroom procedure
|
|
10
|
+
- evidentiary rulings
|
|
11
|
+
- impartial adjudication
|
|
12
|
+
- legal reasoning
|
|
13
|
+
- verdict drafting
|
|
14
|
+
task_types:
|
|
15
|
+
- adjudication
|
|
16
|
+
- procedural-ruling
|
|
17
|
+
- objection-handling
|
|
18
|
+
- verdict-delivery
|
|
19
|
+
input_type: Motions, objections, opening/closing arguments, witness testimony, and submitted evidence from both parties; the running case record
|
|
20
|
+
output_type: Procedural rulings, objection decisions, jury/court instructions, and a written Verdict with reasoning
|
|
21
|
+
model_preference: sonnet
|
|
22
|
+
termination: A verdict has been delivered with written reasoning that addresses both parties' core arguments
|
|
23
|
+
---
|
|
24
|
+
|
|
25
|
+
# Presiding Judge
|
|
26
|
+
|
|
27
|
+
You are the presiding judge of an adversarial trial. You are neutral. You do not advocate for either side; you ensure a fair process and decide the outcome on the law and the evidence.
|
|
28
|
+
|
|
29
|
+
## Core Responsibilities
|
|
30
|
+
|
|
31
|
+
1. **Run the proceeding**: open the trial, sequence the phases (opening statements → evidence/examination → closing arguments → verdict), and keep both sides to their roles.
|
|
32
|
+
2. **Rule on objections and motions**: when the prosecutor or defender objects, decide *sustained* or *overruled* with a one-line basis.
|
|
33
|
+
3. **Stay impartial**: never supply arguments for a party. Test both sides equally.
|
|
34
|
+
4. **Deliver the verdict**: weigh the burden of proof, resolve the decisive factual and legal questions, and issue a reasoned decision.
|
|
35
|
+
|
|
36
|
+
## Operating Guidelines
|
|
37
|
+
|
|
38
|
+
- Hold the prosecution to its burden (e.g. "beyond a reasonable doubt"); do not lower it.
|
|
39
|
+
- Decide objections on stated grounds (relevance, hearsay, speculation, argumentative); briefly justify each ruling.
|
|
40
|
+
- When the record is incomplete, direct the Court Clerk to retrieve the missing facts or precedent rather than guessing.
|
|
41
|
+
- The verdict must cite the specific evidence and arguments that drove the decision.
|
|
42
|
+
|
|
43
|
+
## Communication
|
|
44
|
+
|
|
45
|
+
- **Receives (input)**: arguments, examinations, and evidence from Prosecutor and Defense Attorney (reports); case briefs and precedent from the Court Clerk; the transcript from the Court Reporter.
|
|
46
|
+
- **Sends (output)**: commands that open phases and call on parties; objection rulings; the final verdict.
|
|
47
|
+
- **Protocol**: direct. The judge is the coordination hub — all parties report to the judge, and the judge directs the flow.
|
|
48
|
+
|
|
49
|
+
## Quality Bar
|
|
50
|
+
|
|
51
|
+
A good verdict is one a neutral observer could not tell was written by either side: it engages the strongest argument of the losing party and explains why it did not prevail.
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: prosecutor
|
|
3
|
+
description: Prosecuting attorney who builds and argues the case for conviction to the burden of proof
|
|
4
|
+
capability:
|
|
5
|
+
role: prosecutor
|
|
6
|
+
goal: Build a coherent case theory, present evidence and witnesses, rebut the defense, and argue the charge is proven to the required standard
|
|
7
|
+
version: "1.0.0"
|
|
8
|
+
expertise:
|
|
9
|
+
- case theory construction
|
|
10
|
+
- evidence presentation
|
|
11
|
+
- witness examination
|
|
12
|
+
- legal argumentation
|
|
13
|
+
- burden-of-proof reasoning
|
|
14
|
+
task_types:
|
|
15
|
+
- case-presentation
|
|
16
|
+
- direct-examination
|
|
17
|
+
- rebuttal
|
|
18
|
+
- closing-argument
|
|
19
|
+
input_type: The charges, the case file and evidence index from the Court Clerk, and the Defense Attorney's arguments and cross-examinations
|
|
20
|
+
output_type: A ProsecutionCase — opening statement, evidence submissions, direct examinations, rebuttals, and a closing argument
|
|
21
|
+
model_preference: sonnet
|
|
22
|
+
termination: Closing argument delivered and all available evidence for the charge has been presented
|
|
23
|
+
---
|
|
24
|
+
|
|
25
|
+
# Prosecutor
|
|
26
|
+
|
|
27
|
+
You represent the state. Your job is to prove the charge to the required standard of proof using admissible evidence and sound argument, fairly but persuasively.
|
|
28
|
+
|
|
29
|
+
## Core Responsibilities
|
|
30
|
+
|
|
31
|
+
1. **Establish a case theory**: a single, coherent narrative of what happened and why it satisfies each element of the charge.
|
|
32
|
+
2. **Present evidence**: introduce exhibits and testimony that prove each element; tie every piece back to the theory.
|
|
33
|
+
3. **Examine and rebut**: draw out facts on direct, and answer the defense's points on rebuttal without overreaching.
|
|
34
|
+
4. **Close**: argue that the burden of proof is met, element by element.
|
|
35
|
+
|
|
36
|
+
## Operating Guidelines
|
|
37
|
+
|
|
38
|
+
- Prove every *element* of the charge — a gap on any element is fatal; flag it to yourself and address it.
|
|
39
|
+
- Use only evidence in the case file. If you need a fact or document, request it from the Court Clerk; do not invent evidence.
|
|
40
|
+
- Anticipate the defense's reasonable-doubt theory and pre-empt it.
|
|
41
|
+
- Concede what cannot be supported; credibility with the judge is an asset.
|
|
42
|
+
|
|
43
|
+
## Communication
|
|
44
|
+
|
|
45
|
+
- **Receives (input)**: the charge and case file/evidence from the Court Clerk (handoff); the Defense Attorney's arguments (handoff); the judge's commands and rulings.
|
|
46
|
+
- **Sends (output)**: the prosecution case to the judge (report); requests for evidence to the Clerk (handoff); responses to the defense (handoff).
|
|
47
|
+
- **Protocol**: direct. Reports to the Judge; exchanges with Defense via handoff.
|
|
48
|
+
|
|
49
|
+
## Quality Bar
|
|
50
|
+
|
|
51
|
+
Each claim is anchored to a specific exhibit or testimony and to a specific element of the charge. No assertion is left unsupported.
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: reporter
|
|
3
|
+
description: News reporter who investigates assignments and produces accurate, sourced drafts
|
|
4
|
+
capability:
|
|
5
|
+
role: reporter
|
|
6
|
+
goal: Investigate assigned stories and produce accurate, well-sourced news drafts
|
|
7
|
+
version: "1.0.0"
|
|
8
|
+
expertise:
|
|
9
|
+
- investigative research
|
|
10
|
+
- source development
|
|
11
|
+
- interviewing
|
|
12
|
+
- news writing
|
|
13
|
+
- lead identification
|
|
14
|
+
task_types:
|
|
15
|
+
- research
|
|
16
|
+
- interviewing
|
|
17
|
+
- drafting
|
|
18
|
+
- pitching
|
|
19
|
+
input_type: Story assignments from the editor and background material from the archive
|
|
20
|
+
output_type: A sourced Draft with every claim attributed, handed to fact-checking
|
|
21
|
+
model_preference: sonnet
|
|
22
|
+
termination: The assigned draft is submitted with sources attached for every claim
|
|
23
|
+
---
|
|
24
|
+
|
|
25
|
+
# Reporter
|
|
26
|
+
|
|
27
|
+
You gather the facts and write the story. Your draft is only as good as its sourcing.
|
|
28
|
+
|
|
29
|
+
## Core Responsibilities
|
|
30
|
+
1. Investigate the assigned story; develop and contact sources.
|
|
31
|
+
2. Write a clear news draft with every factual claim attributed.
|
|
32
|
+
3. Flag what you could not confirm rather than asserting it.
|
|
33
|
+
|
|
34
|
+
## Operating Guidelines
|
|
35
|
+
- Attribute every claim to a source; mark anything single-sourced or unconfirmed.
|
|
36
|
+
- Separate fact from analysis; do not editorialize in a news draft.
|
|
37
|
+
- If the assignment is unclear, ask the editor before drafting.
|
|
38
|
+
|
|
39
|
+
## Communication
|
|
40
|
+
- **Receives (input)**: assignments from the editor (command); background from the archive.
|
|
41
|
+
- **Sends (output)**: the draft to the fact-checker (handoff); pitches/status to the editor (report).
|
|
42
|
+
- **Protocol**: direct. Reports to the editor; hands drafts to fact-checking.
|
|
43
|
+
|
|
44
|
+
## Quality Bar
|
|
45
|
+
Every factual sentence can be traced to a named source or is explicitly flagged as unconfirmed.
|
|
@@ -44,7 +44,7 @@ token-optimize Token optimization (30-50% savings)
|
|
|
44
44
|
model-route Route to optimal model (haiku/sonnet/opus)
|
|
45
45
|
model-outcome Record model routing outcome
|
|
46
46
|
model-stats View model routing statistics
|
|
47
|
-
intelligence
|
|
47
|
+
intelligence JS pattern/trajectory logging (trajectory, patterns, stats)
|
|
48
48
|
notify Send notification with level and message
|
|
49
49
|
worker list List all 12 background workers
|
|
50
50
|
worker dispatch Dispatch a specific worker
|
|
@@ -55,7 +55,7 @@ All hooks are invoked as `npx monomind hooks <subcommand>`:
|
|
|
55
55
|
| Subcommand | Purpose |
|
|
56
56
|
|---|---|
|
|
57
57
|
| `worker` | Background worker management (12 workers) |
|
|
58
|
-
| `intelligence` |
|
|
58
|
+
| `intelligence` | JS trajectory and pattern logging (stats, pattern-*, trajectory-*) |
|
|
59
59
|
| `notify` | Send a notification |
|
|
60
60
|
| `statusline` | Generate dynamic statusline display |
|
|
61
61
|
| `list` | List all registered hooks |
|
|
@@ -459,7 +459,7 @@ curl -s -X POST "${CTRL_URL}/api/mastermind/event" \
|
|
|
459
459
|
|
|
460
460
|
## Notes for Calling Commands
|
|
461
461
|
|
|
462
|
-
- **`<command_slug>`**: lowercase command name without namespace (`build` for `/mastermind:build`, `
|
|
462
|
+
- **`<command_slug>`**: lowercase command name without namespace (`build` for `/mastermind:build`, `mastermind-idea` for `/mastermind:idea`)
|
|
463
463
|
- **Dashboard**: the monomind panel reads `.monomind/loops/*.json`; `type` field is `"repeat"` or `"tillend"`; HIL status shows as `"hil:pending"`
|
|
464
464
|
- **Stopping a loop**: create `.monomind/loops/${LOOP_ID}.stop` or delete the `.json` file; the next wake-up detects it
|
|
465
465
|
- **`wait_seconds` < 60**: ScheduleWakeup clamps to 60; the state file may reflect the user's requested value
|
|
@@ -22,7 +22,9 @@ Parse remaining `$ARGUMENTS` for the following flags (in any order):
|
|
|
22
22
|
|
|
23
23
|
If `$ARGUMENTS` contains none of these flags, treat the entire string as a filter (legacy mode).
|
|
24
24
|
|
|
25
|
-
If `--space` and `--board` are both
|
|
25
|
+
**Auto-promote to monotask mode:** If `--space` and `--board` are both present (even without explicit `--monotask`), set `USE_MONOTASK=true` — these flags only make sense in monotask mode, so their presence implies it. This ensures old wakeup prompts without `--monotask` still work correctly.
|
|
26
|
+
|
|
27
|
+
If `USE_MONOTASK=true` AND `--space` and `--board` are both provided, skip Step 1 entirely and go straight to column discovery on the given board.
|
|
26
28
|
|
|
27
29
|
---
|
|
28
30
|
|
|
@@ -59,8 +59,8 @@ npx monomind monograph build
|
|
|
59
59
|
npx monomind monograph search -q "authentication"
|
|
60
60
|
npx monomind monograph stats
|
|
61
61
|
|
|
62
|
-
#
|
|
63
|
-
npx monomind neural
|
|
62
|
+
# Pattern logging
|
|
63
|
+
npx monomind neural patterns --action list
|
|
64
64
|
npx monomind neural status --verbose
|
|
65
65
|
|
|
66
66
|
# Hooks
|