@monoes/monomindcli 1.10.56 → 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/mcp.d.ts +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/commands/update.d.ts +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.d.ts +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.d.ts +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/auto-install.d.ts +4 -4
- package/dist/src/mcp-tools/autopilot-tools.d.ts +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/claims-tools.d.ts +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 +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 -446
- 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 +2 -2
- 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/progress-tools.d.ts +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/transfer-tools.d.ts +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/runtime/headless.d.ts +3 -3
- 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/transfer/ipfs/upload.d.ts +1 -1
- package/dist/src/transfer/storage/gcs.d.ts +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/src/update/checker.d.ts +1 -1
- package/dist/src/update/index.d.ts +1 -1
- 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 -56
- package/dist/src/ruvector/index.d.ts.map +0 -1
- package/dist/src/ruvector/index.js +0 -58
- package/dist/src/ruvector/index.js.map +0 -1
- package/dist/src/ruvector/lora-adapter.d.ts +0 -218
- package/dist/src/ruvector/lora-adapter.d.ts.map +0 -1
- package/dist/src/ruvector/lora-adapter.js +0 -455
- package/dist/src/ruvector/lora-adapter.js.map +0 -1
- package/dist/src/ruvector/model-router.d.ts +0 -222
- package/dist/src/ruvector/model-router.d.ts.map +0 -1
- package/dist/src/ruvector/model-router.js +0 -512
- package/dist/src/ruvector/model-router.js.map +0 -1
- package/dist/src/ruvector/moe-router.d.ts +0 -213
- package/dist/src/ruvector/moe-router.d.ts.map +0 -1
- package/dist/src/ruvector/moe-router.js +0 -649
- package/dist/src/ruvector/moe-router.js.map +0 -1
- package/dist/src/ruvector/q-learning-router.d.ts +0 -217
- package/dist/src/ruvector/q-learning-router.d.ts.map +0 -1
- package/dist/src/ruvector/q-learning-router.js +0 -712
- package/dist/src/ruvector/q-learning-router.js.map +0 -1
- package/dist/src/ruvector/ruvllm-wasm.d.ts +0 -179
- package/dist/src/ruvector/ruvllm-wasm.d.ts.map +0 -1
- package/dist/src/ruvector/ruvllm-wasm.js +0 -363
- package/dist/src/ruvector/ruvllm-wasm.js.map +0 -1
- package/dist/src/ruvector/semantic-router.d.ts +0 -77
- package/dist/src/ruvector/semantic-router.d.ts.map +0 -1
- package/dist/src/ruvector/semantic-router.js +0 -178
- package/dist/src/ruvector/semantic-router.js.map +0 -1
- package/dist/src/ruvector/vector-db.d.ts +0 -69
- package/dist/src/ruvector/vector-db.d.ts.map +0 -1
- package/dist/src/ruvector/vector-db.js +0 -243
- package/dist/src/ruvector/vector-db.js.map +0 -1
- package/dist/src/services/ruvector-training.d.ts +0 -222
- package/dist/src/services/ruvector-training.d.ts.map +0 -1
- package/dist/src/services/ruvector-training.js +0 -696
- package/dist/src/services/ruvector-training.js.map +0 -1
- package/dist/src/ui/.monomind/loops/loop-1779095996252-mdjpp.json +0 -11
- package/dist/src/ui/data/agent-avatars.html +0 -763
- package/dist/src/ui/data/agent-avatars.json +0 -966
- package/dist/src/ui/data/avatars/account-strategist.svg +0 -58
- package/dist/src/ui/data/avatars/accounts-payable.svg +0 -54
- package/dist/src/ui/data/avatars/adaptive-coordinator.svg +0 -55
- package/dist/src/ui/data/avatars/adaptive-coordinator2.svg +0 -54
- package/dist/src/ui/data/avatars/ai-citation.svg +0 -57
- package/dist/src/ui/data/avatars/ai-engineer.svg +0 -61
- package/dist/src/ui/data/avatars/analytics-reporter.svg +0 -53
- package/dist/src/ui/data/avatars/api-tester.svg +0 -53
- package/dist/src/ui/data/avatars/architecture.svg +0 -54
- package/dist/src/ui/data/avatars/automation-governance.svg +0 -55
- package/dist/src/ui/data/avatars/backend-dev.svg +0 -53
- package/dist/src/ui/data/avatars/benchmarker.svg +0 -54
- package/dist/src/ui/data/avatars/blockchain-auditor.svg +0 -53
- package/dist/src/ui/data/avatars/byzantine-coord.svg +0 -57
- package/dist/src/ui/data/avatars/case-analyst.svg +0 -57
- package/dist/src/ui/data/avatars/cicd-engineer.svg +0 -55
- package/dist/src/ui/data/avatars/cloud-architect.svg +0 -54
- package/dist/src/ui/data/avatars/code-review-swarm.svg +0 -57
- package/dist/src/ui/data/avatars/coder-v119.svg +0 -57
- package/dist/src/ui/data/avatars/coder.svg +0 -58
- package/dist/src/ui/data/avatars/collective-coord.svg +0 -54
- package/dist/src/ui/data/avatars/compliance-auditor.svg +0 -58
- package/dist/src/ui/data/avatars/consensus-coordinator.svg +0 -54
- package/dist/src/ui/data/avatars/content-creator.svg +0 -54
- package/dist/src/ui/data/avatars/crdt-synchronizer.svg +0 -53
- package/dist/src/ui/data/avatars/cro-specialist.svg +0 -58
- package/dist/src/ui/data/avatars/data-consolidator.svg +0 -54
- package/dist/src/ui/data/avatars/data-engineer.svg +0 -53
- package/dist/src/ui/data/avatars/database-optimizer.svg +0 -61
- package/dist/src/ui/data/avatars/deal-strategist.svg +0 -54
- package/dist/src/ui/data/avatars/defender.svg +0 -53
- package/dist/src/ui/data/avatars/devops-automator.svg +0 -56
- package/dist/src/ui/data/avatars/discovery-coach.svg +0 -54
- package/dist/src/ui/data/avatars/email-marketing.svg +0 -57
- package/dist/src/ui/data/avatars/embedded-firmware.svg +0 -61
- package/dist/src/ui/data/avatars/evidence-collector.svg +0 -57
- package/dist/src/ui/data/avatars/experiment-tracker.svg +0 -53
- package/dist/src/ui/data/avatars/feedback-synthesizer.svg +0 -54
- package/dist/src/ui/data/avatars/finance-tracker.svg +0 -54
- package/dist/src/ui/data/avatars/frontend-developer.svg +0 -54
- package/dist/src/ui/data/avatars/game-audio-engineer.svg +0 -59
- package/dist/src/ui/data/avatars/game-designer.svg +0 -54
- package/dist/src/ui/data/avatars/gossip-coordinator.svg +0 -54
- package/dist/src/ui/data/avatars/hierarchical-coord.svg +0 -54
- package/dist/src/ui/data/avatars/incident-commander.svg +0 -57
- package/dist/src/ui/data/avatars/infrastructure.svg +0 -54
- package/dist/src/ui/data/avatars/input-validator.svg +0 -53
- package/dist/src/ui/data/avatars/ios-developer.svg +0 -54
- package/dist/src/ui/data/avatars/issue-tracker.svg +0 -53
- package/dist/src/ui/data/avatars/judge.svg +0 -55
- package/dist/src/ui/data/avatars/launch-strategist.svg +0 -54
- package/dist/src/ui/data/avatars/legal-compliance.svg +0 -53
- package/dist/src/ui/data/avatars/level-designer.svg +0 -53
- package/dist/src/ui/data/avatars/load-balancer.svg +0 -57
- package/dist/src/ui/data/avatars/mcp-builder.svg +0 -53
- package/dist/src/ui/data/avatars/memory-coordinator.svg +0 -55
- package/dist/src/ui/data/avatars/mesh-coordinator.svg +0 -55
- package/dist/src/ui/data/avatars/ml-developer.svg +0 -58
- package/dist/src/ui/data/avatars/mobile-app-builder.svg +0 -53
- package/dist/src/ui/data/avatars/mobile-dev.svg +0 -54
- package/dist/src/ui/data/avatars/model-qa.svg +0 -58
- package/dist/src/ui/data/avatars/narrative-designer.svg +0 -58
- package/dist/src/ui/data/avatars/outbound-strategist.svg +0 -55
- package/dist/src/ui/data/avatars/path-validator.svg +0 -54
- package/dist/src/ui/data/avatars/payment-agent.svg +0 -53
- package/dist/src/ui/data/avatars/perf-analyzer.svg +0 -58
- package/dist/src/ui/data/avatars/pipeline-analyst.svg +0 -54
- package/dist/src/ui/data/avatars/planner.svg +0 -55
- package/dist/src/ui/data/avatars/pr-manager.svg +0 -54
- package/dist/src/ui/data/avatars/pricing-strategist.svg +0 -54
- package/dist/src/ui/data/avatars/product-manager.svg +0 -54
- package/dist/src/ui/data/avatars/production-validator.svg +0 -54
- package/dist/src/ui/data/avatars/project-shepherd.svg +0 -54
- package/dist/src/ui/data/avatars/proposal-strategist.svg +0 -54
- package/dist/src/ui/data/avatars/prosecutor.svg +0 -57
- package/dist/src/ui/data/avatars/pseudocode.svg +0 -53
- package/dist/src/ui/data/avatars/queen-coordinator.svg +0 -55
- package/dist/src/ui/data/avatars/quorum-manager.svg +0 -53
- package/dist/src/ui/data/avatars/raft-manager.svg +0 -53
- package/dist/src/ui/data/avatars/reality-checker.svg +0 -58
- package/dist/src/ui/data/avatars/recruitment.svg +0 -58
- package/dist/src/ui/data/avatars/refinement.svg +0 -53
- package/dist/src/ui/data/avatars/release-manager.svg +0 -54
- package/dist/src/ui/data/avatars/repo-architect.svg +0 -54
- package/dist/src/ui/data/avatars/researcher.svg +0 -58
- package/dist/src/ui/data/avatars/resource-allocator.svg +0 -53
- package/dist/src/ui/data/avatars/reviewer.svg +0 -53
- package/dist/src/ui/data/avatars/safe-executor.svg +0 -53
- package/dist/src/ui/data/avatars/sales-coach.svg +0 -53
- package/dist/src/ui/data/avatars/sales-engineer.svg +0 -58
- package/dist/src/ui/data/avatars/scout-explorer.svg +0 -58
- package/dist/src/ui/data/avatars/security-architect.svg +0 -54
- package/dist/src/ui/data/avatars/security-auditor.svg +0 -55
- package/dist/src/ui/data/avatars/senior-developer.svg +0 -58
- package/dist/src/ui/data/avatars/senior-pm.svg +0 -58
- package/dist/src/ui/data/avatars/seo-specialist.svg +0 -57
- package/dist/src/ui/data/avatars/social-media.svg +0 -54
- package/dist/src/ui/data/avatars/solidity-engineer.svg +0 -58
- package/dist/src/ui/data/avatars/sparc-coder.svg +0 -58
- package/dist/src/ui/data/avatars/sparc-coord.svg +0 -56
- package/dist/src/ui/data/avatars/specification.svg +0 -57
- package/dist/src/ui/data/avatars/sprint-prioritizer.svg +0 -53
- package/dist/src/ui/data/avatars/sre.svg +0 -54
- package/dist/src/ui/data/avatars/studio-operations.svg +0 -53
- package/dist/src/ui/data/avatars/studio-producer.svg +0 -55
- package/dist/src/ui/data/avatars/support-responder.svg +0 -56
- package/dist/src/ui/data/avatars/system-architect.svg +0 -54
- package/dist/src/ui/data/avatars/task-orchestrator.svg +0 -56
- package/dist/src/ui/data/avatars/technical-artist.svg +0 -53
- package/dist/src/ui/data/avatars/technical-writer.svg +0 -59
- package/dist/src/ui/data/avatars/tester.svg +0 -53
- package/dist/src/ui/data/avatars/threat-detection.svg +0 -61
- package/dist/src/ui/data/avatars/trend-researcher.svg +0 -54
- package/dist/src/ui/data/avatars/trial-director.svg +0 -55
- package/dist/src/ui/data/avatars/unity-architect.svg +0 -54
- package/dist/src/ui/data/avatars/visionos-engineer.svg +0 -57
- package/dist/src/ui/data/avatars/worker-specialist.svg +0 -55
- package/dist/src/ui/data/avatars/workflow-architect.svg +0 -57
- package/dist/src/ui/data/avatars/workflow-automation.svg +0 -54
- package/dist/src/ui/data/avatars/zk-steward.svg +0 -54
- package/dist/src/ui/data/known-projects.json +0 -1
- /package/dist/src/{ruvector → monovector}/diff-classifier.js +0 -0
|
@@ -1,966 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 1,
|
|
3
|
-
"count": 120,
|
|
4
|
-
"agents": [
|
|
5
|
-
{
|
|
6
|
-
"id": "coder",
|
|
7
|
-
"label": "Coder",
|
|
8
|
-
"category": "core",
|
|
9
|
-
"icon": "💻",
|
|
10
|
-
"file": "avatars/coder.svg",
|
|
11
|
-
"index": 0
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
"id": "senior-developer",
|
|
15
|
-
"label": "Senior Developer",
|
|
16
|
-
"category": "core",
|
|
17
|
-
"icon": "⚡",
|
|
18
|
-
"file": "avatars/senior-developer.svg",
|
|
19
|
-
"index": 1
|
|
20
|
-
},
|
|
21
|
-
{
|
|
22
|
-
"id": "reviewer",
|
|
23
|
-
"label": "Code Reviewer",
|
|
24
|
-
"category": "core",
|
|
25
|
-
"icon": "🔍",
|
|
26
|
-
"file": "avatars/reviewer.svg",
|
|
27
|
-
"index": 2
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"id": "tester",
|
|
31
|
-
"label": "Tester",
|
|
32
|
-
"category": "core",
|
|
33
|
-
"icon": "🧪",
|
|
34
|
-
"file": "avatars/tester.svg",
|
|
35
|
-
"index": 3
|
|
36
|
-
},
|
|
37
|
-
{
|
|
38
|
-
"id": "planner",
|
|
39
|
-
"label": "Planner",
|
|
40
|
-
"category": "core",
|
|
41
|
-
"icon": "📋",
|
|
42
|
-
"file": "avatars/planner.svg",
|
|
43
|
-
"index": 4
|
|
44
|
-
},
|
|
45
|
-
{
|
|
46
|
-
"id": "researcher",
|
|
47
|
-
"label": "Researcher",
|
|
48
|
-
"category": "core",
|
|
49
|
-
"icon": "📚",
|
|
50
|
-
"file": "avatars/researcher.svg",
|
|
51
|
-
"index": 5
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
"id": "security-architect",
|
|
55
|
-
"label": "Security Architect",
|
|
56
|
-
"category": "security",
|
|
57
|
-
"icon": "🛡️",
|
|
58
|
-
"file": "avatars/security-architect.svg",
|
|
59
|
-
"index": 6
|
|
60
|
-
},
|
|
61
|
-
{
|
|
62
|
-
"id": "security-auditor",
|
|
63
|
-
"label": "Security Auditor",
|
|
64
|
-
"category": "security",
|
|
65
|
-
"icon": "🔒",
|
|
66
|
-
"file": "avatars/security-auditor.svg",
|
|
67
|
-
"index": 7
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
"id": "threat-detection",
|
|
71
|
-
"label": "Threat Detection",
|
|
72
|
-
"category": "security",
|
|
73
|
-
"icon": "⚠️",
|
|
74
|
-
"file": "avatars/threat-detection.svg",
|
|
75
|
-
"index": 8
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
"id": "input-validator",
|
|
79
|
-
"label": "Input Validator",
|
|
80
|
-
"category": "security",
|
|
81
|
-
"icon": "✅",
|
|
82
|
-
"file": "avatars/input-validator.svg",
|
|
83
|
-
"index": 9
|
|
84
|
-
},
|
|
85
|
-
{
|
|
86
|
-
"id": "path-validator",
|
|
87
|
-
"label": "Path Validator",
|
|
88
|
-
"category": "security",
|
|
89
|
-
"icon": "🗂️",
|
|
90
|
-
"file": "avatars/path-validator.svg",
|
|
91
|
-
"index": 10
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
"id": "safe-executor",
|
|
95
|
-
"label": "Safe Executor",
|
|
96
|
-
"category": "security",
|
|
97
|
-
"icon": "🔐",
|
|
98
|
-
"file": "avatars/safe-executor.svg",
|
|
99
|
-
"index": 11
|
|
100
|
-
},
|
|
101
|
-
{
|
|
102
|
-
"id": "hierarchical-coord",
|
|
103
|
-
"label": "Hierarchical Coord.",
|
|
104
|
-
"category": "swarm",
|
|
105
|
-
"icon": "🏛️",
|
|
106
|
-
"file": "avatars/hierarchical-coord.svg",
|
|
107
|
-
"index": 12
|
|
108
|
-
},
|
|
109
|
-
{
|
|
110
|
-
"id": "mesh-coordinator",
|
|
111
|
-
"label": "Mesh Coordinator",
|
|
112
|
-
"category": "swarm",
|
|
113
|
-
"icon": "🕸️",
|
|
114
|
-
"file": "avatars/mesh-coordinator.svg",
|
|
115
|
-
"index": 13
|
|
116
|
-
},
|
|
117
|
-
{
|
|
118
|
-
"id": "adaptive-coordinator",
|
|
119
|
-
"label": "Adaptive Coordinator",
|
|
120
|
-
"category": "swarm",
|
|
121
|
-
"icon": "🔄",
|
|
122
|
-
"file": "avatars/adaptive-coordinator.svg",
|
|
123
|
-
"index": 14
|
|
124
|
-
},
|
|
125
|
-
{
|
|
126
|
-
"id": "collective-coord",
|
|
127
|
-
"label": "Collective Intel.",
|
|
128
|
-
"category": "swarm",
|
|
129
|
-
"icon": "🧠",
|
|
130
|
-
"file": "avatars/collective-coord.svg",
|
|
131
|
-
"index": 15
|
|
132
|
-
},
|
|
133
|
-
{
|
|
134
|
-
"id": "queen-coordinator",
|
|
135
|
-
"label": "Queen Coordinator",
|
|
136
|
-
"category": "swarm",
|
|
137
|
-
"icon": "👑",
|
|
138
|
-
"file": "avatars/queen-coordinator.svg",
|
|
139
|
-
"index": 16
|
|
140
|
-
},
|
|
141
|
-
{
|
|
142
|
-
"id": "worker-specialist",
|
|
143
|
-
"label": "Worker Specialist",
|
|
144
|
-
"category": "swarm",
|
|
145
|
-
"icon": "⚙️",
|
|
146
|
-
"file": "avatars/worker-specialist.svg",
|
|
147
|
-
"index": 17
|
|
148
|
-
},
|
|
149
|
-
{
|
|
150
|
-
"id": "byzantine-coord",
|
|
151
|
-
"label": "Byzantine Coord.",
|
|
152
|
-
"category": "consensus",
|
|
153
|
-
"icon": "⚖️",
|
|
154
|
-
"file": "avatars/byzantine-coord.svg",
|
|
155
|
-
"index": 18
|
|
156
|
-
},
|
|
157
|
-
{
|
|
158
|
-
"id": "raft-manager",
|
|
159
|
-
"label": "Raft Manager",
|
|
160
|
-
"category": "consensus",
|
|
161
|
-
"icon": "🚣",
|
|
162
|
-
"file": "avatars/raft-manager.svg",
|
|
163
|
-
"index": 19
|
|
164
|
-
},
|
|
165
|
-
{
|
|
166
|
-
"id": "gossip-coordinator",
|
|
167
|
-
"label": "Gossip Coordinator",
|
|
168
|
-
"category": "consensus",
|
|
169
|
-
"icon": "💬",
|
|
170
|
-
"file": "avatars/gossip-coordinator.svg",
|
|
171
|
-
"index": 20
|
|
172
|
-
},
|
|
173
|
-
{
|
|
174
|
-
"id": "crdt-synchronizer",
|
|
175
|
-
"label": "CRDT Synchronizer",
|
|
176
|
-
"category": "consensus",
|
|
177
|
-
"icon": "🔗",
|
|
178
|
-
"file": "avatars/crdt-synchronizer.svg",
|
|
179
|
-
"index": 21
|
|
180
|
-
},
|
|
181
|
-
{
|
|
182
|
-
"id": "quorum-manager",
|
|
183
|
-
"label": "Quorum Manager",
|
|
184
|
-
"category": "consensus",
|
|
185
|
-
"icon": "🗳️",
|
|
186
|
-
"file": "avatars/quorum-manager.svg",
|
|
187
|
-
"index": 22
|
|
188
|
-
},
|
|
189
|
-
{
|
|
190
|
-
"id": "consensus-coordinator",
|
|
191
|
-
"label": "Consensus Coord.",
|
|
192
|
-
"category": "consensus",
|
|
193
|
-
"icon": "🤝",
|
|
194
|
-
"file": "avatars/consensus-coordinator.svg",
|
|
195
|
-
"index": 23
|
|
196
|
-
},
|
|
197
|
-
{
|
|
198
|
-
"id": "perf-analyzer",
|
|
199
|
-
"label": "Perf Analyzer",
|
|
200
|
-
"category": "perf",
|
|
201
|
-
"icon": "📊",
|
|
202
|
-
"file": "avatars/perf-analyzer.svg",
|
|
203
|
-
"index": 24
|
|
204
|
-
},
|
|
205
|
-
{
|
|
206
|
-
"id": "benchmarker",
|
|
207
|
-
"label": "Benchmarker",
|
|
208
|
-
"category": "perf",
|
|
209
|
-
"icon": "⏱️",
|
|
210
|
-
"file": "avatars/benchmarker.svg",
|
|
211
|
-
"index": 25
|
|
212
|
-
},
|
|
213
|
-
{
|
|
214
|
-
"id": "task-orchestrator",
|
|
215
|
-
"label": "Task Orchestrator",
|
|
216
|
-
"category": "perf",
|
|
217
|
-
"icon": "🎯",
|
|
218
|
-
"file": "avatars/task-orchestrator.svg",
|
|
219
|
-
"index": 26
|
|
220
|
-
},
|
|
221
|
-
{
|
|
222
|
-
"id": "memory-coordinator",
|
|
223
|
-
"label": "Memory Coordinator",
|
|
224
|
-
"category": "perf",
|
|
225
|
-
"icon": "🧮",
|
|
226
|
-
"file": "avatars/memory-coordinator.svg",
|
|
227
|
-
"index": 27
|
|
228
|
-
},
|
|
229
|
-
{
|
|
230
|
-
"id": "load-balancer",
|
|
231
|
-
"label": "Load Balancer",
|
|
232
|
-
"category": "perf",
|
|
233
|
-
"icon": "⚖️",
|
|
234
|
-
"file": "avatars/load-balancer.svg",
|
|
235
|
-
"index": 28
|
|
236
|
-
},
|
|
237
|
-
{
|
|
238
|
-
"id": "resource-allocator",
|
|
239
|
-
"label": "Resource Allocator",
|
|
240
|
-
"category": "perf",
|
|
241
|
-
"icon": "📦",
|
|
242
|
-
"file": "avatars/resource-allocator.svg",
|
|
243
|
-
"index": 29
|
|
244
|
-
},
|
|
245
|
-
{
|
|
246
|
-
"id": "pr-manager",
|
|
247
|
-
"label": "PR Manager",
|
|
248
|
-
"category": "github",
|
|
249
|
-
"icon": "🔀",
|
|
250
|
-
"file": "avatars/pr-manager.svg",
|
|
251
|
-
"index": 30
|
|
252
|
-
},
|
|
253
|
-
{
|
|
254
|
-
"id": "code-review-swarm",
|
|
255
|
-
"label": "Code Review Swarm",
|
|
256
|
-
"category": "github",
|
|
257
|
-
"icon": "👁️",
|
|
258
|
-
"file": "avatars/code-review-swarm.svg",
|
|
259
|
-
"index": 31
|
|
260
|
-
},
|
|
261
|
-
{
|
|
262
|
-
"id": "issue-tracker",
|
|
263
|
-
"label": "Issue Tracker",
|
|
264
|
-
"category": "github",
|
|
265
|
-
"icon": "🐛",
|
|
266
|
-
"file": "avatars/issue-tracker.svg",
|
|
267
|
-
"index": 32
|
|
268
|
-
},
|
|
269
|
-
{
|
|
270
|
-
"id": "release-manager",
|
|
271
|
-
"label": "Release Manager",
|
|
272
|
-
"category": "github",
|
|
273
|
-
"icon": "🚀",
|
|
274
|
-
"file": "avatars/release-manager.svg",
|
|
275
|
-
"index": 33
|
|
276
|
-
},
|
|
277
|
-
{
|
|
278
|
-
"id": "repo-architect",
|
|
279
|
-
"label": "Repo Architect",
|
|
280
|
-
"category": "github",
|
|
281
|
-
"icon": "🏗️",
|
|
282
|
-
"file": "avatars/repo-architect.svg",
|
|
283
|
-
"index": 34
|
|
284
|
-
},
|
|
285
|
-
{
|
|
286
|
-
"id": "workflow-automation",
|
|
287
|
-
"label": "Workflow Automation",
|
|
288
|
-
"category": "github",
|
|
289
|
-
"icon": "⚡",
|
|
290
|
-
"file": "avatars/workflow-automation.svg",
|
|
291
|
-
"index": 35
|
|
292
|
-
},
|
|
293
|
-
{
|
|
294
|
-
"id": "sparc-coord",
|
|
295
|
-
"label": "SPARC Coordinator",
|
|
296
|
-
"category": "sparc",
|
|
297
|
-
"icon": "⚡",
|
|
298
|
-
"file": "avatars/sparc-coord.svg",
|
|
299
|
-
"index": 36
|
|
300
|
-
},
|
|
301
|
-
{
|
|
302
|
-
"id": "sparc-coder",
|
|
303
|
-
"label": "SPARC Coder",
|
|
304
|
-
"category": "sparc",
|
|
305
|
-
"icon": "💡",
|
|
306
|
-
"file": "avatars/sparc-coder.svg",
|
|
307
|
-
"index": 37
|
|
308
|
-
},
|
|
309
|
-
{
|
|
310
|
-
"id": "specification",
|
|
311
|
-
"label": "Specification",
|
|
312
|
-
"category": "sparc",
|
|
313
|
-
"icon": "📝",
|
|
314
|
-
"file": "avatars/specification.svg",
|
|
315
|
-
"index": 38
|
|
316
|
-
},
|
|
317
|
-
{
|
|
318
|
-
"id": "pseudocode",
|
|
319
|
-
"label": "Pseudocode",
|
|
320
|
-
"category": "sparc",
|
|
321
|
-
"icon": "🔤",
|
|
322
|
-
"file": "avatars/pseudocode.svg",
|
|
323
|
-
"index": 39
|
|
324
|
-
},
|
|
325
|
-
{
|
|
326
|
-
"id": "architecture",
|
|
327
|
-
"label": "Architecture",
|
|
328
|
-
"category": "sparc",
|
|
329
|
-
"icon": "📐",
|
|
330
|
-
"file": "avatars/architecture.svg",
|
|
331
|
-
"index": 40
|
|
332
|
-
},
|
|
333
|
-
{
|
|
334
|
-
"id": "refinement",
|
|
335
|
-
"label": "Refinement",
|
|
336
|
-
"category": "sparc",
|
|
337
|
-
"icon": "✨",
|
|
338
|
-
"file": "avatars/refinement.svg",
|
|
339
|
-
"index": 41
|
|
340
|
-
},
|
|
341
|
-
{
|
|
342
|
-
"id": "backend-dev",
|
|
343
|
-
"label": "Backend Dev",
|
|
344
|
-
"category": "core",
|
|
345
|
-
"icon": "🗄️",
|
|
346
|
-
"file": "avatars/backend-dev.svg",
|
|
347
|
-
"index": 42
|
|
348
|
-
},
|
|
349
|
-
{
|
|
350
|
-
"id": "frontend-developer",
|
|
351
|
-
"label": "Frontend Developer",
|
|
352
|
-
"category": "frontend",
|
|
353
|
-
"icon": "🎨",
|
|
354
|
-
"file": "avatars/frontend-developer.svg",
|
|
355
|
-
"index": 43
|
|
356
|
-
},
|
|
357
|
-
{
|
|
358
|
-
"id": "mobile-dev",
|
|
359
|
-
"label": "Mobile Developer",
|
|
360
|
-
"category": "frontend",
|
|
361
|
-
"icon": "📱",
|
|
362
|
-
"file": "avatars/mobile-dev.svg",
|
|
363
|
-
"index": 44
|
|
364
|
-
},
|
|
365
|
-
{
|
|
366
|
-
"id": "ml-developer",
|
|
367
|
-
"label": "ML Developer",
|
|
368
|
-
"category": "ai",
|
|
369
|
-
"icon": "🤖",
|
|
370
|
-
"file": "avatars/ml-developer.svg",
|
|
371
|
-
"index": 45
|
|
372
|
-
},
|
|
373
|
-
{
|
|
374
|
-
"id": "cicd-engineer",
|
|
375
|
-
"label": "CI/CD Engineer",
|
|
376
|
-
"category": "devops",
|
|
377
|
-
"icon": "🔄",
|
|
378
|
-
"file": "avatars/cicd-engineer.svg",
|
|
379
|
-
"index": 46
|
|
380
|
-
},
|
|
381
|
-
{
|
|
382
|
-
"id": "system-architect",
|
|
383
|
-
"label": "System Architect",
|
|
384
|
-
"category": "core",
|
|
385
|
-
"icon": "🏛️",
|
|
386
|
-
"file": "avatars/system-architect.svg",
|
|
387
|
-
"index": 47
|
|
388
|
-
},
|
|
389
|
-
{
|
|
390
|
-
"id": "ai-engineer",
|
|
391
|
-
"label": "AI Engineer",
|
|
392
|
-
"category": "ai",
|
|
393
|
-
"icon": "🧠",
|
|
394
|
-
"file": "avatars/ai-engineer.svg",
|
|
395
|
-
"index": 48
|
|
396
|
-
},
|
|
397
|
-
{
|
|
398
|
-
"id": "model-qa",
|
|
399
|
-
"label": "Model QA Specialist",
|
|
400
|
-
"category": "ai",
|
|
401
|
-
"icon": "🔬",
|
|
402
|
-
"file": "avatars/model-qa.svg",
|
|
403
|
-
"index": 49
|
|
404
|
-
},
|
|
405
|
-
{
|
|
406
|
-
"id": "data-engineer",
|
|
407
|
-
"label": "Data Engineer",
|
|
408
|
-
"category": "data",
|
|
409
|
-
"icon": "🗃️",
|
|
410
|
-
"file": "avatars/data-engineer.svg",
|
|
411
|
-
"index": 50
|
|
412
|
-
},
|
|
413
|
-
{
|
|
414
|
-
"id": "analytics-reporter",
|
|
415
|
-
"label": "Analytics Reporter",
|
|
416
|
-
"category": "data",
|
|
417
|
-
"icon": "📈",
|
|
418
|
-
"file": "avatars/analytics-reporter.svg",
|
|
419
|
-
"index": 51
|
|
420
|
-
},
|
|
421
|
-
{
|
|
422
|
-
"id": "experiment-tracker",
|
|
423
|
-
"label": "Experiment Tracker",
|
|
424
|
-
"category": "ai",
|
|
425
|
-
"icon": "🧫",
|
|
426
|
-
"file": "avatars/experiment-tracker.svg",
|
|
427
|
-
"index": 52
|
|
428
|
-
},
|
|
429
|
-
{
|
|
430
|
-
"id": "data-consolidator",
|
|
431
|
-
"label": "Data Consolidator",
|
|
432
|
-
"category": "data",
|
|
433
|
-
"icon": "🔧",
|
|
434
|
-
"file": "avatars/data-consolidator.svg",
|
|
435
|
-
"index": 53
|
|
436
|
-
},
|
|
437
|
-
{
|
|
438
|
-
"id": "devops-automator",
|
|
439
|
-
"label": "DevOps Automator",
|
|
440
|
-
"category": "devops",
|
|
441
|
-
"icon": "⚙️",
|
|
442
|
-
"file": "avatars/devops-automator.svg",
|
|
443
|
-
"index": 54
|
|
444
|
-
},
|
|
445
|
-
{
|
|
446
|
-
"id": "sre",
|
|
447
|
-
"label": "SRE",
|
|
448
|
-
"category": "devops",
|
|
449
|
-
"icon": "🔭",
|
|
450
|
-
"file": "avatars/sre.svg",
|
|
451
|
-
"index": 55
|
|
452
|
-
},
|
|
453
|
-
{
|
|
454
|
-
"id": "incident-commander",
|
|
455
|
-
"label": "Incident Commander",
|
|
456
|
-
"category": "devops",
|
|
457
|
-
"icon": "🚨",
|
|
458
|
-
"file": "avatars/incident-commander.svg",
|
|
459
|
-
"index": 56
|
|
460
|
-
},
|
|
461
|
-
{
|
|
462
|
-
"id": "infrastructure",
|
|
463
|
-
"label": "Infrastructure",
|
|
464
|
-
"category": "infra",
|
|
465
|
-
"icon": "🏗️",
|
|
466
|
-
"file": "avatars/infrastructure.svg",
|
|
467
|
-
"index": 57
|
|
468
|
-
},
|
|
469
|
-
{
|
|
470
|
-
"id": "database-optimizer",
|
|
471
|
-
"label": "Database Optimizer",
|
|
472
|
-
"category": "infra",
|
|
473
|
-
"icon": "🗄️",
|
|
474
|
-
"file": "avatars/database-optimizer.svg",
|
|
475
|
-
"index": 58
|
|
476
|
-
},
|
|
477
|
-
{
|
|
478
|
-
"id": "cloud-architect",
|
|
479
|
-
"label": "Cloud Architect",
|
|
480
|
-
"category": "infra",
|
|
481
|
-
"icon": "☁️",
|
|
482
|
-
"file": "avatars/cloud-architect.svg",
|
|
483
|
-
"index": 59
|
|
484
|
-
},
|
|
485
|
-
{
|
|
486
|
-
"id": "prosecutor",
|
|
487
|
-
"label": "Prosecutor",
|
|
488
|
-
"category": "legal",
|
|
489
|
-
"icon": "⚡",
|
|
490
|
-
"file": "avatars/prosecutor.svg",
|
|
491
|
-
"index": 60
|
|
492
|
-
},
|
|
493
|
-
{
|
|
494
|
-
"id": "defender",
|
|
495
|
-
"label": "Defender",
|
|
496
|
-
"category": "legal",
|
|
497
|
-
"icon": "🛡️",
|
|
498
|
-
"file": "avatars/defender.svg",
|
|
499
|
-
"index": 61
|
|
500
|
-
},
|
|
501
|
-
{
|
|
502
|
-
"id": "judge",
|
|
503
|
-
"label": "Judge",
|
|
504
|
-
"category": "legal",
|
|
505
|
-
"icon": "⚖️",
|
|
506
|
-
"file": "avatars/judge.svg",
|
|
507
|
-
"index": 62
|
|
508
|
-
},
|
|
509
|
-
{
|
|
510
|
-
"id": "case-analyst",
|
|
511
|
-
"label": "Case Analyst",
|
|
512
|
-
"category": "legal",
|
|
513
|
-
"icon": "📂",
|
|
514
|
-
"file": "avatars/case-analyst.svg",
|
|
515
|
-
"index": 63
|
|
516
|
-
},
|
|
517
|
-
{
|
|
518
|
-
"id": "trial-director",
|
|
519
|
-
"label": "Trial Director",
|
|
520
|
-
"category": "legal",
|
|
521
|
-
"icon": "🎬",
|
|
522
|
-
"file": "avatars/trial-director.svg",
|
|
523
|
-
"index": 64
|
|
524
|
-
},
|
|
525
|
-
{
|
|
526
|
-
"id": "legal-compliance",
|
|
527
|
-
"label": "Legal Compliance",
|
|
528
|
-
"category": "legal",
|
|
529
|
-
"icon": "📜",
|
|
530
|
-
"file": "avatars/legal-compliance.svg",
|
|
531
|
-
"index": 65
|
|
532
|
-
},
|
|
533
|
-
{
|
|
534
|
-
"id": "technical-writer",
|
|
535
|
-
"label": "Technical Writer",
|
|
536
|
-
"category": "content",
|
|
537
|
-
"icon": "✍️",
|
|
538
|
-
"file": "avatars/technical-writer.svg",
|
|
539
|
-
"index": 66
|
|
540
|
-
},
|
|
541
|
-
{
|
|
542
|
-
"id": "content-creator",
|
|
543
|
-
"label": "Content Creator",
|
|
544
|
-
"category": "content",
|
|
545
|
-
"icon": "🎭",
|
|
546
|
-
"file": "avatars/content-creator.svg",
|
|
547
|
-
"index": 67
|
|
548
|
-
},
|
|
549
|
-
{
|
|
550
|
-
"id": "seo-specialist",
|
|
551
|
-
"label": "SEO Specialist",
|
|
552
|
-
"category": "content",
|
|
553
|
-
"icon": "🔎",
|
|
554
|
-
"file": "avatars/seo-specialist.svg",
|
|
555
|
-
"index": 68
|
|
556
|
-
},
|
|
557
|
-
{
|
|
558
|
-
"id": "social-media",
|
|
559
|
-
"label": "Social Media",
|
|
560
|
-
"category": "content",
|
|
561
|
-
"icon": "📣",
|
|
562
|
-
"file": "avatars/social-media.svg",
|
|
563
|
-
"index": 69
|
|
564
|
-
},
|
|
565
|
-
{
|
|
566
|
-
"id": "email-marketing",
|
|
567
|
-
"label": "Email Marketing",
|
|
568
|
-
"category": "content",
|
|
569
|
-
"icon": "📧",
|
|
570
|
-
"file": "avatars/email-marketing.svg",
|
|
571
|
-
"index": 70
|
|
572
|
-
},
|
|
573
|
-
{
|
|
574
|
-
"id": "ai-citation",
|
|
575
|
-
"label": "AI Citation",
|
|
576
|
-
"category": "content",
|
|
577
|
-
"icon": "🔗",
|
|
578
|
-
"file": "avatars/ai-citation.svg",
|
|
579
|
-
"index": 71
|
|
580
|
-
},
|
|
581
|
-
{
|
|
582
|
-
"id": "product-manager",
|
|
583
|
-
"label": "Product Manager",
|
|
584
|
-
"category": "product",
|
|
585
|
-
"icon": "🗺️",
|
|
586
|
-
"file": "avatars/product-manager.svg",
|
|
587
|
-
"index": 72
|
|
588
|
-
},
|
|
589
|
-
{
|
|
590
|
-
"id": "sprint-prioritizer",
|
|
591
|
-
"label": "Sprint Prioritizer",
|
|
592
|
-
"category": "product",
|
|
593
|
-
"icon": "🎯",
|
|
594
|
-
"file": "avatars/sprint-prioritizer.svg",
|
|
595
|
-
"index": 73
|
|
596
|
-
},
|
|
597
|
-
{
|
|
598
|
-
"id": "launch-strategist",
|
|
599
|
-
"label": "Launch Strategist",
|
|
600
|
-
"category": "product",
|
|
601
|
-
"icon": "🚀",
|
|
602
|
-
"file": "avatars/launch-strategist.svg",
|
|
603
|
-
"index": 74
|
|
604
|
-
},
|
|
605
|
-
{
|
|
606
|
-
"id": "pricing-strategist",
|
|
607
|
-
"label": "Pricing Strategist",
|
|
608
|
-
"category": "product",
|
|
609
|
-
"icon": "💰",
|
|
610
|
-
"file": "avatars/pricing-strategist.svg",
|
|
611
|
-
"index": 75
|
|
612
|
-
},
|
|
613
|
-
{
|
|
614
|
-
"id": "feedback-synthesizer",
|
|
615
|
-
"label": "Feedback Synthesizer",
|
|
616
|
-
"category": "product",
|
|
617
|
-
"icon": "📥",
|
|
618
|
-
"file": "avatars/feedback-synthesizer.svg",
|
|
619
|
-
"index": 76
|
|
620
|
-
},
|
|
621
|
-
{
|
|
622
|
-
"id": "cro-specialist",
|
|
623
|
-
"label": "CRO Specialist",
|
|
624
|
-
"category": "product",
|
|
625
|
-
"icon": "📊",
|
|
626
|
-
"file": "avatars/cro-specialist.svg",
|
|
627
|
-
"index": 77
|
|
628
|
-
},
|
|
629
|
-
{
|
|
630
|
-
"id": "sales-engineer",
|
|
631
|
-
"label": "Sales Engineer",
|
|
632
|
-
"category": "sales",
|
|
633
|
-
"icon": "🤝",
|
|
634
|
-
"file": "avatars/sales-engineer.svg",
|
|
635
|
-
"index": 78
|
|
636
|
-
},
|
|
637
|
-
{
|
|
638
|
-
"id": "deal-strategist",
|
|
639
|
-
"label": "Deal Strategist",
|
|
640
|
-
"category": "sales",
|
|
641
|
-
"icon": "♟️",
|
|
642
|
-
"file": "avatars/deal-strategist.svg",
|
|
643
|
-
"index": 79
|
|
644
|
-
},
|
|
645
|
-
{
|
|
646
|
-
"id": "account-strategist",
|
|
647
|
-
"label": "Account Strategist",
|
|
648
|
-
"category": "sales",
|
|
649
|
-
"icon": "📊",
|
|
650
|
-
"file": "avatars/account-strategist.svg",
|
|
651
|
-
"index": 80
|
|
652
|
-
},
|
|
653
|
-
{
|
|
654
|
-
"id": "outbound-strategist",
|
|
655
|
-
"label": "Outbound Strategist",
|
|
656
|
-
"category": "sales",
|
|
657
|
-
"icon": "📡",
|
|
658
|
-
"file": "avatars/outbound-strategist.svg",
|
|
659
|
-
"index": 81
|
|
660
|
-
},
|
|
661
|
-
{
|
|
662
|
-
"id": "pipeline-analyst",
|
|
663
|
-
"label": "Pipeline Analyst",
|
|
664
|
-
"category": "sales",
|
|
665
|
-
"icon": "📉",
|
|
666
|
-
"file": "avatars/pipeline-analyst.svg",
|
|
667
|
-
"index": 82
|
|
668
|
-
},
|
|
669
|
-
{
|
|
670
|
-
"id": "sales-coach",
|
|
671
|
-
"label": "Sales Coach",
|
|
672
|
-
"category": "sales",
|
|
673
|
-
"icon": "🏋️",
|
|
674
|
-
"file": "avatars/sales-coach.svg",
|
|
675
|
-
"index": 83
|
|
676
|
-
},
|
|
677
|
-
{
|
|
678
|
-
"id": "support-responder",
|
|
679
|
-
"label": "Support Responder",
|
|
680
|
-
"category": "content",
|
|
681
|
-
"icon": "💬",
|
|
682
|
-
"file": "avatars/support-responder.svg",
|
|
683
|
-
"index": 84
|
|
684
|
-
},
|
|
685
|
-
{
|
|
686
|
-
"id": "discovery-coach",
|
|
687
|
-
"label": "Discovery Coach",
|
|
688
|
-
"category": "sales",
|
|
689
|
-
"icon": "🔭",
|
|
690
|
-
"file": "avatars/discovery-coach.svg",
|
|
691
|
-
"index": 85
|
|
692
|
-
},
|
|
693
|
-
{
|
|
694
|
-
"id": "proposal-strategist",
|
|
695
|
-
"label": "Proposal Strategist",
|
|
696
|
-
"category": "sales",
|
|
697
|
-
"icon": "📋",
|
|
698
|
-
"file": "avatars/proposal-strategist.svg",
|
|
699
|
-
"index": 86
|
|
700
|
-
},
|
|
701
|
-
{
|
|
702
|
-
"id": "game-designer",
|
|
703
|
-
"label": "Game Designer",
|
|
704
|
-
"category": "creative",
|
|
705
|
-
"icon": "🎮",
|
|
706
|
-
"file": "avatars/game-designer.svg",
|
|
707
|
-
"index": 87
|
|
708
|
-
},
|
|
709
|
-
{
|
|
710
|
-
"id": "narrative-designer",
|
|
711
|
-
"label": "Narrative Designer",
|
|
712
|
-
"category": "creative",
|
|
713
|
-
"icon": "📖",
|
|
714
|
-
"file": "avatars/narrative-designer.svg",
|
|
715
|
-
"index": 88
|
|
716
|
-
},
|
|
717
|
-
{
|
|
718
|
-
"id": "level-designer",
|
|
719
|
-
"label": "Level Designer",
|
|
720
|
-
"category": "creative",
|
|
721
|
-
"icon": "🗺️",
|
|
722
|
-
"file": "avatars/level-designer.svg",
|
|
723
|
-
"index": 89
|
|
724
|
-
},
|
|
725
|
-
{
|
|
726
|
-
"id": "game-audio-engineer",
|
|
727
|
-
"label": "Game Audio Engineer",
|
|
728
|
-
"category": "creative",
|
|
729
|
-
"icon": "🎵",
|
|
730
|
-
"file": "avatars/game-audio-engineer.svg",
|
|
731
|
-
"index": 90
|
|
732
|
-
},
|
|
733
|
-
{
|
|
734
|
-
"id": "technical-artist",
|
|
735
|
-
"label": "Technical Artist",
|
|
736
|
-
"category": "creative",
|
|
737
|
-
"icon": "🎨",
|
|
738
|
-
"file": "avatars/technical-artist.svg",
|
|
739
|
-
"index": 91
|
|
740
|
-
},
|
|
741
|
-
{
|
|
742
|
-
"id": "unity-architect",
|
|
743
|
-
"label": "Unity Architect",
|
|
744
|
-
"category": "creative",
|
|
745
|
-
"icon": "🕹️",
|
|
746
|
-
"file": "avatars/unity-architect.svg",
|
|
747
|
-
"index": 92
|
|
748
|
-
},
|
|
749
|
-
{
|
|
750
|
-
"id": "blockchain-auditor",
|
|
751
|
-
"label": "Blockchain Auditor",
|
|
752
|
-
"category": "blockchain",
|
|
753
|
-
"icon": "⛓️",
|
|
754
|
-
"file": "avatars/blockchain-auditor.svg",
|
|
755
|
-
"index": 93
|
|
756
|
-
},
|
|
757
|
-
{
|
|
758
|
-
"id": "solidity-engineer",
|
|
759
|
-
"label": "Solidity Engineer",
|
|
760
|
-
"category": "blockchain",
|
|
761
|
-
"icon": "💎",
|
|
762
|
-
"file": "avatars/solidity-engineer.svg",
|
|
763
|
-
"index": 94
|
|
764
|
-
},
|
|
765
|
-
{
|
|
766
|
-
"id": "zk-steward",
|
|
767
|
-
"label": "ZK Steward",
|
|
768
|
-
"category": "blockchain",
|
|
769
|
-
"icon": "🔏",
|
|
770
|
-
"file": "avatars/zk-steward.svg",
|
|
771
|
-
"index": 95
|
|
772
|
-
},
|
|
773
|
-
{
|
|
774
|
-
"id": "studio-producer",
|
|
775
|
-
"label": "Studio Producer",
|
|
776
|
-
"category": "management",
|
|
777
|
-
"icon": "🎬",
|
|
778
|
-
"file": "avatars/studio-producer.svg",
|
|
779
|
-
"index": 96
|
|
780
|
-
},
|
|
781
|
-
{
|
|
782
|
-
"id": "project-shepherd",
|
|
783
|
-
"label": "Project Shepherd",
|
|
784
|
-
"category": "management",
|
|
785
|
-
"icon": "🐑",
|
|
786
|
-
"file": "avatars/project-shepherd.svg",
|
|
787
|
-
"index": 97
|
|
788
|
-
},
|
|
789
|
-
{
|
|
790
|
-
"id": "senior-pm",
|
|
791
|
-
"label": "Senior PM",
|
|
792
|
-
"category": "management",
|
|
793
|
-
"icon": "📌",
|
|
794
|
-
"file": "avatars/senior-pm.svg",
|
|
795
|
-
"index": 98
|
|
796
|
-
},
|
|
797
|
-
{
|
|
798
|
-
"id": "studio-operations",
|
|
799
|
-
"label": "Studio Operations",
|
|
800
|
-
"category": "management",
|
|
801
|
-
"icon": "🏢",
|
|
802
|
-
"file": "avatars/studio-operations.svg",
|
|
803
|
-
"index": 99
|
|
804
|
-
},
|
|
805
|
-
{
|
|
806
|
-
"id": "workflow-architect",
|
|
807
|
-
"label": "Workflow Architect",
|
|
808
|
-
"category": "management",
|
|
809
|
-
"icon": "🌐",
|
|
810
|
-
"file": "avatars/workflow-architect.svg",
|
|
811
|
-
"index": 100
|
|
812
|
-
},
|
|
813
|
-
{
|
|
814
|
-
"id": "adaptive-coordinator2",
|
|
815
|
-
"label": "Adaptive Coord. II",
|
|
816
|
-
"category": "management",
|
|
817
|
-
"icon": "♻️",
|
|
818
|
-
"file": "avatars/adaptive-coordinator2.svg",
|
|
819
|
-
"index": 101
|
|
820
|
-
},
|
|
821
|
-
{
|
|
822
|
-
"id": "api-tester",
|
|
823
|
-
"label": "API Tester",
|
|
824
|
-
"category": "testing",
|
|
825
|
-
"icon": "🔌",
|
|
826
|
-
"file": "avatars/api-tester.svg",
|
|
827
|
-
"index": 102
|
|
828
|
-
},
|
|
829
|
-
{
|
|
830
|
-
"id": "evidence-collector",
|
|
831
|
-
"label": "Evidence Collector",
|
|
832
|
-
"category": "testing",
|
|
833
|
-
"icon": "📸",
|
|
834
|
-
"file": "avatars/evidence-collector.svg",
|
|
835
|
-
"index": 103
|
|
836
|
-
},
|
|
837
|
-
{
|
|
838
|
-
"id": "reality-checker",
|
|
839
|
-
"label": "Reality Checker",
|
|
840
|
-
"category": "testing",
|
|
841
|
-
"icon": "🔍",
|
|
842
|
-
"file": "avatars/reality-checker.svg",
|
|
843
|
-
"index": 104
|
|
844
|
-
},
|
|
845
|
-
{
|
|
846
|
-
"id": "production-validator",
|
|
847
|
-
"label": "Production Validator",
|
|
848
|
-
"category": "testing",
|
|
849
|
-
"icon": "✅",
|
|
850
|
-
"file": "avatars/production-validator.svg",
|
|
851
|
-
"index": 105
|
|
852
|
-
},
|
|
853
|
-
{
|
|
854
|
-
"id": "finance-tracker",
|
|
855
|
-
"label": "Finance Tracker",
|
|
856
|
-
"category": "sales",
|
|
857
|
-
"icon": "💹",
|
|
858
|
-
"file": "avatars/finance-tracker.svg",
|
|
859
|
-
"index": 106
|
|
860
|
-
},
|
|
861
|
-
{
|
|
862
|
-
"id": "accounts-payable",
|
|
863
|
-
"label": "Accounts Payable",
|
|
864
|
-
"category": "sales",
|
|
865
|
-
"icon": "💳",
|
|
866
|
-
"file": "avatars/accounts-payable.svg",
|
|
867
|
-
"index": 107
|
|
868
|
-
},
|
|
869
|
-
{
|
|
870
|
-
"id": "recruitment",
|
|
871
|
-
"label": "Recruitment",
|
|
872
|
-
"category": "management",
|
|
873
|
-
"icon": "🎯",
|
|
874
|
-
"file": "avatars/recruitment.svg",
|
|
875
|
-
"index": 108
|
|
876
|
-
},
|
|
877
|
-
{
|
|
878
|
-
"id": "visionos-engineer",
|
|
879
|
-
"label": "visionOS Engineer",
|
|
880
|
-
"category": "frontend",
|
|
881
|
-
"icon": "👓",
|
|
882
|
-
"file": "avatars/visionos-engineer.svg",
|
|
883
|
-
"index": 109
|
|
884
|
-
},
|
|
885
|
-
{
|
|
886
|
-
"id": "embedded-firmware",
|
|
887
|
-
"label": "Embedded Firmware",
|
|
888
|
-
"category": "infra",
|
|
889
|
-
"icon": "🔌",
|
|
890
|
-
"file": "avatars/embedded-firmware.svg",
|
|
891
|
-
"index": 110
|
|
892
|
-
},
|
|
893
|
-
{
|
|
894
|
-
"id": "ios-developer",
|
|
895
|
-
"label": "iOS Developer",
|
|
896
|
-
"category": "frontend",
|
|
897
|
-
"icon": "📱",
|
|
898
|
-
"file": "avatars/ios-developer.svg",
|
|
899
|
-
"index": 111
|
|
900
|
-
},
|
|
901
|
-
{
|
|
902
|
-
"id": "mobile-app-builder",
|
|
903
|
-
"label": "Mobile App Builder",
|
|
904
|
-
"category": "frontend",
|
|
905
|
-
"icon": "🏗️",
|
|
906
|
-
"file": "avatars/mobile-app-builder.svg",
|
|
907
|
-
"index": 112
|
|
908
|
-
},
|
|
909
|
-
{
|
|
910
|
-
"id": "mcp-builder",
|
|
911
|
-
"label": "MCP Builder",
|
|
912
|
-
"category": "core",
|
|
913
|
-
"icon": "🔧",
|
|
914
|
-
"file": "avatars/mcp-builder.svg",
|
|
915
|
-
"index": 113
|
|
916
|
-
},
|
|
917
|
-
{
|
|
918
|
-
"id": "automation-governance",
|
|
919
|
-
"label": "Automation Governance",
|
|
920
|
-
"category": "devops",
|
|
921
|
-
"icon": "🏛️",
|
|
922
|
-
"file": "avatars/automation-governance.svg",
|
|
923
|
-
"index": 114
|
|
924
|
-
},
|
|
925
|
-
{
|
|
926
|
-
"id": "payment-agent",
|
|
927
|
-
"label": "Payment Agent",
|
|
928
|
-
"category": "blockchain",
|
|
929
|
-
"icon": "💸",
|
|
930
|
-
"file": "avatars/payment-agent.svg",
|
|
931
|
-
"index": 115
|
|
932
|
-
},
|
|
933
|
-
{
|
|
934
|
-
"id": "compliance-auditor",
|
|
935
|
-
"label": "Compliance Auditor",
|
|
936
|
-
"category": "security",
|
|
937
|
-
"icon": "📋",
|
|
938
|
-
"file": "avatars/compliance-auditor.svg",
|
|
939
|
-
"index": 116
|
|
940
|
-
},
|
|
941
|
-
{
|
|
942
|
-
"id": "trend-researcher",
|
|
943
|
-
"label": "Trend Researcher",
|
|
944
|
-
"category": "ai",
|
|
945
|
-
"icon": "📡",
|
|
946
|
-
"file": "avatars/trend-researcher.svg",
|
|
947
|
-
"index": 117
|
|
948
|
-
},
|
|
949
|
-
{
|
|
950
|
-
"id": "scout-explorer",
|
|
951
|
-
"label": "Scout Explorer",
|
|
952
|
-
"category": "swarm",
|
|
953
|
-
"icon": "🧭",
|
|
954
|
-
"file": "avatars/scout-explorer.svg",
|
|
955
|
-
"index": 118
|
|
956
|
-
},
|
|
957
|
-
{
|
|
958
|
-
"id": "coder-v119",
|
|
959
|
-
"label": "Coder II",
|
|
960
|
-
"category": "core",
|
|
961
|
-
"icon": "💻",
|
|
962
|
-
"file": "avatars/coder-v119.svg",
|
|
963
|
-
"index": 119
|
|
964
|
-
}
|
|
965
|
-
]
|
|
966
|
-
}
|