@monoes/monomindcli 1.10.47 → 1.10.55
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude/agents/optimization/benchmark-suite.md +2 -0
- package/.claude/agents/optimization/load-balancer.md +2 -0
- package/.claude/agents/optimization/performance-monitor.md +2 -0
- package/.claude/agents/optimization/resource-allocator.md +3 -1
- package/.claude/agents/optimization/topology-optimizer.md +2 -0
- package/.claude/commands/mastermind/_repeat.md +21 -0
- package/.claude/commands/mastermind/_taskfile.md +235 -0
- package/.claude/commands/mastermind/adr.md +11 -0
- package/.claude/commands/mastermind/approve.md +94 -0
- package/.claude/commands/mastermind/autodev.md +32 -0
- package/.claude/commands/mastermind/budget.md +7 -0
- package/.claude/commands/mastermind/code-review.md +317 -0
- package/.claude/commands/mastermind/createorg.md +40 -1
- package/.claude/commands/mastermind/createtask.md +383 -0
- package/.claude/commands/mastermind/debug.md +22 -0
- package/.claude/commands/mastermind/design.md +20 -0
- package/.claude/commands/mastermind/do.md +526 -0
- package/.claude/commands/mastermind/execute.md +20 -0
- package/.claude/commands/mastermind/finish.md +20 -0
- package/.claude/commands/mastermind/graph-status.md +7 -0
- package/.claude/commands/mastermind/help.md +118 -0
- package/.claude/commands/mastermind/ideate.md +261 -0
- package/.claude/commands/mastermind/improve.md +345 -0
- package/.claude/commands/mastermind/loops.md +7 -0
- package/.claude/commands/mastermind/master.md +186 -6
- package/.claude/commands/mastermind/memory.md +230 -0
- package/.claude/commands/mastermind/plan.md +26 -0
- package/.claude/commands/mastermind/receive-review.md +20 -0
- package/.claude/commands/mastermind/repeat.md +257 -0
- package/.claude/commands/mastermind/runorg.md +3 -0
- package/.claude/commands/mastermind/skill-builder.md +20 -0
- package/.claude/commands/mastermind/specialagents.md +125 -0
- package/.claude/commands/mastermind/swarm.md +161 -0
- package/.claude/commands/mastermind/taskdev.md +26 -0
- package/.claude/commands/mastermind/tdd.md +22 -0
- package/.claude/commands/mastermind/techport.md +4 -0
- package/.claude/commands/mastermind/understand.md +139 -0
- package/.claude/commands/mastermind/verify.md +22 -0
- package/.claude/commands/mastermind/worktree.md +20 -0
- package/.claude/commands/monomind/do.md +52 -0
- package/.claude/commands/monomind/improve.md +2 -0
- package/.claude/helpers/handlers/graph-status-handler.cjs +2 -1
- package/.claude/helpers/handlers/route-handler.cjs +61 -11
- package/.claude/helpers/hook-handler.cjs +19 -0
- package/.claude/helpers/skill-registry.json +122 -51
- package/.claude/helpers/statusline.cjs +1 -1
- package/.claude/skills/agent-browser-testing/SKILL.md +522 -152
- package/.claude/skills/github-issue-triage/SKILL.md +354 -0
- package/.claude/skills/github-repo-recap/SKILL.md +207 -0
- package/.claude/skills/mastermind/_delegation.md +83 -0
- package/.claude/skills/mastermind/_protocol.md +14 -0
- package/.claude/skills/mastermind/approve.md +15 -7
- package/.claude/skills/mastermind/autodev.md +534 -0
- package/.claude/skills/mastermind/createorg.md +21 -5
- package/.claude/skills/mastermind/debug.md +232 -0
- package/.claude/skills/mastermind/design.md +187 -0
- package/.claude/skills/mastermind/execute.md +104 -0
- package/.claude/skills/mastermind/finish.md +251 -0
- package/.claude/skills/mastermind/plan.md +180 -0
- package/.claude/skills/mastermind/receive-review.md +213 -0
- package/.claude/skills/mastermind/runorg.md +23 -8
- package/.claude/skills/mastermind/skill-builder.md +274 -0
- package/.claude/skills/mastermind/taskdev.md +307 -0
- package/.claude/skills/mastermind/tdd.md +394 -0
- package/.claude/skills/mastermind/verify.md +196 -0
- package/.claude/skills/mastermind/worktree.md +160 -132
- package/README.md +320 -253
- package/dist/src/commands/analyze.d.ts.map +1 -1
- package/dist/src/commands/analyze.js +9 -2
- package/dist/src/commands/analyze.js.map +1 -1
- package/dist/src/commands/benchmark.js.map +1 -1
- package/dist/src/commands/completions.js +1 -1
- package/dist/src/commands/guidance.js +7 -7
- package/dist/src/commands/hooks.d.ts.map +1 -1
- package/dist/src/commands/hooks.js +16 -3
- package/dist/src/commands/hooks.js.map +1 -1
- package/dist/src/commands/index.d.ts +3 -2
- package/dist/src/commands/index.d.ts.map +1 -1
- package/dist/src/commands/index.js +7 -0
- package/dist/src/commands/index.js.map +1 -1
- package/dist/src/commands/init.d.ts.map +1 -1
- package/dist/src/commands/init.js +47 -13
- package/dist/src/commands/init.js.map +1 -1
- package/dist/src/commands/neural.d.ts.map +1 -1
- package/dist/src/commands/neural.js +100 -14
- package/dist/src/commands/neural.js.map +1 -1
- package/dist/src/commands/platforms.d.ts +11 -0
- package/dist/src/commands/platforms.d.ts.map +1 -0
- package/dist/src/commands/platforms.js +195 -0
- package/dist/src/commands/platforms.js.map +1 -0
- package/dist/src/commands/ruvector/backup.js.map +1 -1
- package/dist/src/commands/ruvector/benchmark.js.map +1 -1
- package/dist/src/commands/ruvector/init.js.map +1 -1
- package/dist/src/commands/ruvector/migrate.js.map +1 -1
- package/dist/src/commands/ruvector/optimize.js.map +1 -1
- package/dist/src/commands/ruvector/status.js.map +1 -1
- package/dist/src/commands/update.js +6 -6
- package/dist/src/init/executor.d.ts.map +1 -1
- package/dist/src/init/executor.js +28 -0
- package/dist/src/init/executor.js.map +1 -1
- package/dist/src/init/statusline-generator.js +1 -1
- package/dist/src/init/types.d.ts +1 -0
- package/dist/src/init/types.d.ts.map +1 -1
- package/dist/src/mcp-server.d.ts.map +1 -1
- package/dist/src/mcp-server.js +92 -0
- package/dist/src/mcp-server.js.map +1 -1
- package/dist/src/mcp-tools/hive-mind-tools.d.ts.map +1 -1
- package/dist/src/mcp-tools/hive-mind-tools.js +52 -0
- package/dist/src/mcp-tools/hive-mind-tools.js.map +1 -1
- package/dist/src/mcp-tools/hooks-tools.d.ts.map +1 -1
- package/dist/src/mcp-tools/hooks-tools.js +106 -5
- package/dist/src/mcp-tools/hooks-tools.js.map +1 -1
- package/dist/src/mcp-tools/index.d.ts +0 -5
- package/dist/src/mcp-tools/index.d.ts.map +1 -1
- package/dist/src/mcp-tools/index.js +0 -5
- package/dist/src/mcp-tools/index.js.map +1 -1
- package/dist/src/mcp-tools/monograph-tools.d.ts.map +1 -1
- package/dist/src/mcp-tools/monograph-tools.js +507 -5587
- package/dist/src/mcp-tools/monograph-tools.js.map +1 -1
- package/dist/src/mcp-tools/neural-tools.d.ts.map +1 -1
- package/dist/src/mcp-tools/neural-tools.js +64 -4
- package/dist/src/mcp-tools/neural-tools.js.map +1 -1
- package/dist/src/mcp-tools/security-tools.js +4 -4
- package/dist/src/memory/intelligence.d.ts +2 -2
- package/dist/src/memory/intelligence.d.ts.map +1 -1
- package/dist/src/memory/intelligence.js +108 -3
- package/dist/src/memory/intelligence.js.map +1 -1
- package/dist/src/memory/memory-bridge.js +1 -1
- package/dist/src/memory/memory-bridge.js.map +1 -1
- package/dist/src/memory/sona-optimizer.d.ts +1 -10
- package/dist/src/memory/sona-optimizer.d.ts.map +1 -1
- package/dist/src/memory/sona-optimizer.js +0 -46
- package/dist/src/memory/sona-optimizer.js.map +1 -1
- package/dist/src/runtime/headless.js +3 -3
- package/dist/src/ruvector/diff-classifier.d.ts +0 -2
- package/dist/src/ruvector/diff-classifier.d.ts.map +1 -1
- package/dist/src/ruvector/diff-classifier.js +2 -14
- package/dist/src/ruvector/diff-classifier.js.map +1 -1
- package/dist/src/ruvector/index.d.ts +26 -9
- package/dist/src/ruvector/index.d.ts.map +1 -1
- package/dist/src/ruvector/index.js +3 -21
- package/dist/src/ruvector/index.js.map +1 -1
- package/dist/src/ruvector/ruvllm-wasm.js +2 -2
- package/dist/src/ruvector/ruvllm-wasm.js.map +1 -1
- package/dist/src/types.d.ts +0 -15
- package/dist/src/types.d.ts.map +1 -1
- package/dist/src/types.js +0 -18
- package/dist/src/types.js.map +1 -1
- package/dist/src/ui/dashboard.html +8763 -9765
- package/dist/src/ui/data/agent-avatars.html +763 -0
- package/dist/src/ui/data/agent-avatars.json +966 -0
- package/dist/src/ui/data/avatars/account-strategist.svg +58 -0
- package/dist/src/ui/data/avatars/accounts-payable.svg +54 -0
- package/dist/src/ui/data/avatars/adaptive-coordinator.svg +55 -0
- package/dist/src/ui/data/avatars/adaptive-coordinator2.svg +54 -0
- package/dist/src/ui/data/avatars/ai-citation.svg +57 -0
- package/dist/src/ui/data/avatars/ai-engineer.svg +61 -0
- package/dist/src/ui/data/avatars/analytics-reporter.svg +53 -0
- package/dist/src/ui/data/avatars/api-tester.svg +53 -0
- package/dist/src/ui/data/avatars/architecture.svg +54 -0
- package/dist/src/ui/data/avatars/automation-governance.svg +55 -0
- package/dist/src/ui/data/avatars/backend-dev.svg +53 -0
- package/dist/src/ui/data/avatars/benchmarker.svg +54 -0
- package/dist/src/ui/data/avatars/blockchain-auditor.svg +53 -0
- package/dist/src/ui/data/avatars/byzantine-coord.svg +57 -0
- package/dist/src/ui/data/avatars/case-analyst.svg +57 -0
- package/dist/src/ui/data/avatars/cicd-engineer.svg +55 -0
- package/dist/src/ui/data/avatars/cloud-architect.svg +54 -0
- package/dist/src/ui/data/avatars/code-review-swarm.svg +57 -0
- package/dist/src/ui/data/avatars/coder-v119.svg +57 -0
- package/dist/src/ui/data/avatars/coder.svg +58 -0
- package/dist/src/ui/data/avatars/collective-coord.svg +54 -0
- package/dist/src/ui/data/avatars/compliance-auditor.svg +58 -0
- package/dist/src/ui/data/avatars/consensus-coordinator.svg +54 -0
- package/dist/src/ui/data/avatars/content-creator.svg +54 -0
- package/dist/src/ui/data/avatars/crdt-synchronizer.svg +53 -0
- package/dist/src/ui/data/avatars/cro-specialist.svg +58 -0
- package/dist/src/ui/data/avatars/data-consolidator.svg +54 -0
- package/dist/src/ui/data/avatars/data-engineer.svg +53 -0
- package/dist/src/ui/data/avatars/database-optimizer.svg +61 -0
- package/dist/src/ui/data/avatars/deal-strategist.svg +54 -0
- package/dist/src/ui/data/avatars/defender.svg +53 -0
- package/dist/src/ui/data/avatars/devops-automator.svg +56 -0
- package/dist/src/ui/data/avatars/discovery-coach.svg +54 -0
- package/dist/src/ui/data/avatars/email-marketing.svg +57 -0
- package/dist/src/ui/data/avatars/embedded-firmware.svg +61 -0
- package/dist/src/ui/data/avatars/evidence-collector.svg +57 -0
- package/dist/src/ui/data/avatars/experiment-tracker.svg +53 -0
- package/dist/src/ui/data/avatars/feedback-synthesizer.svg +54 -0
- package/dist/src/ui/data/avatars/finance-tracker.svg +54 -0
- package/dist/src/ui/data/avatars/frontend-developer.svg +54 -0
- package/dist/src/ui/data/avatars/game-audio-engineer.svg +59 -0
- package/dist/src/ui/data/avatars/game-designer.svg +54 -0
- package/dist/src/ui/data/avatars/gossip-coordinator.svg +54 -0
- package/dist/src/ui/data/avatars/hierarchical-coord.svg +54 -0
- package/dist/src/ui/data/avatars/incident-commander.svg +57 -0
- package/dist/src/ui/data/avatars/infrastructure.svg +54 -0
- package/dist/src/ui/data/avatars/input-validator.svg +53 -0
- package/dist/src/ui/data/avatars/ios-developer.svg +54 -0
- package/dist/src/ui/data/avatars/issue-tracker.svg +53 -0
- package/dist/src/ui/data/avatars/judge.svg +55 -0
- package/dist/src/ui/data/avatars/launch-strategist.svg +54 -0
- package/dist/src/ui/data/avatars/legal-compliance.svg +53 -0
- package/dist/src/ui/data/avatars/level-designer.svg +53 -0
- package/dist/src/ui/data/avatars/load-balancer.svg +57 -0
- package/dist/src/ui/data/avatars/mcp-builder.svg +53 -0
- package/dist/src/ui/data/avatars/memory-coordinator.svg +55 -0
- package/dist/src/ui/data/avatars/mesh-coordinator.svg +55 -0
- package/dist/src/ui/data/avatars/ml-developer.svg +58 -0
- package/dist/src/ui/data/avatars/mobile-app-builder.svg +53 -0
- package/dist/src/ui/data/avatars/mobile-dev.svg +54 -0
- package/dist/src/ui/data/avatars/model-qa.svg +58 -0
- package/dist/src/ui/data/avatars/narrative-designer.svg +58 -0
- package/dist/src/ui/data/avatars/outbound-strategist.svg +55 -0
- package/dist/src/ui/data/avatars/path-validator.svg +54 -0
- package/dist/src/ui/data/avatars/payment-agent.svg +53 -0
- package/dist/src/ui/data/avatars/perf-analyzer.svg +58 -0
- package/dist/src/ui/data/avatars/pipeline-analyst.svg +54 -0
- package/dist/src/ui/data/avatars/planner.svg +55 -0
- package/dist/src/ui/data/avatars/pr-manager.svg +54 -0
- package/dist/src/ui/data/avatars/pricing-strategist.svg +54 -0
- package/dist/src/ui/data/avatars/product-manager.svg +54 -0
- package/dist/src/ui/data/avatars/production-validator.svg +54 -0
- package/dist/src/ui/data/avatars/project-shepherd.svg +54 -0
- package/dist/src/ui/data/avatars/proposal-strategist.svg +54 -0
- package/dist/src/ui/data/avatars/prosecutor.svg +57 -0
- package/dist/src/ui/data/avatars/pseudocode.svg +53 -0
- package/dist/src/ui/data/avatars/queen-coordinator.svg +55 -0
- package/dist/src/ui/data/avatars/quorum-manager.svg +53 -0
- package/dist/src/ui/data/avatars/raft-manager.svg +53 -0
- package/dist/src/ui/data/avatars/reality-checker.svg +58 -0
- package/dist/src/ui/data/avatars/recruitment.svg +58 -0
- package/dist/src/ui/data/avatars/refinement.svg +53 -0
- package/dist/src/ui/data/avatars/release-manager.svg +54 -0
- package/dist/src/ui/data/avatars/repo-architect.svg +54 -0
- package/dist/src/ui/data/avatars/researcher.svg +58 -0
- package/dist/src/ui/data/avatars/resource-allocator.svg +53 -0
- package/dist/src/ui/data/avatars/reviewer.svg +53 -0
- package/dist/src/ui/data/avatars/safe-executor.svg +53 -0
- package/dist/src/ui/data/avatars/sales-coach.svg +53 -0
- package/dist/src/ui/data/avatars/sales-engineer.svg +58 -0
- package/dist/src/ui/data/avatars/scout-explorer.svg +58 -0
- package/dist/src/ui/data/avatars/security-architect.svg +54 -0
- package/dist/src/ui/data/avatars/security-auditor.svg +55 -0
- package/dist/src/ui/data/avatars/senior-developer.svg +58 -0
- package/dist/src/ui/data/avatars/senior-pm.svg +58 -0
- package/dist/src/ui/data/avatars/seo-specialist.svg +57 -0
- package/dist/src/ui/data/avatars/social-media.svg +54 -0
- package/dist/src/ui/data/avatars/solidity-engineer.svg +58 -0
- package/dist/src/ui/data/avatars/sparc-coder.svg +58 -0
- package/dist/src/ui/data/avatars/sparc-coord.svg +56 -0
- package/dist/src/ui/data/avatars/specification.svg +57 -0
- package/dist/src/ui/data/avatars/sprint-prioritizer.svg +53 -0
- package/dist/src/ui/data/avatars/sre.svg +54 -0
- package/dist/src/ui/data/avatars/studio-operations.svg +53 -0
- package/dist/src/ui/data/avatars/studio-producer.svg +55 -0
- package/dist/src/ui/data/avatars/support-responder.svg +56 -0
- package/dist/src/ui/data/avatars/system-architect.svg +54 -0
- package/dist/src/ui/data/avatars/task-orchestrator.svg +56 -0
- package/dist/src/ui/data/avatars/technical-artist.svg +53 -0
- package/dist/src/ui/data/avatars/technical-writer.svg +59 -0
- package/dist/src/ui/data/avatars/tester.svg +53 -0
- package/dist/src/ui/data/avatars/threat-detection.svg +61 -0
- package/dist/src/ui/data/avatars/trend-researcher.svg +54 -0
- package/dist/src/ui/data/avatars/trial-director.svg +55 -0
- package/dist/src/ui/data/avatars/unity-architect.svg +54 -0
- package/dist/src/ui/data/avatars/visionos-engineer.svg +57 -0
- package/dist/src/ui/data/avatars/worker-specialist.svg +55 -0
- package/dist/src/ui/data/avatars/workflow-architect.svg +57 -0
- package/dist/src/ui/data/avatars/workflow-automation.svg +54 -0
- package/dist/src/ui/data/avatars/zk-steward.svg +54 -0
- package/dist/src/ui/data/known-projects.json +1 -1
- package/dist/src/ui/data/mastermind-events.jsonl +28 -0
- package/dist/src/ui/orgs.html +1171 -0
- package/dist/src/ui/server.mjs +529 -43
- package/dist/src/update/index.js +1 -1
- package/dist/src/update/validator.js +8 -8
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/.claude/agents/academic/academic-anthropologist.md +0 -126
- package/.claude/agents/academic/academic-geographer.md +0 -128
- package/.claude/agents/academic/academic-historian.md +0 -124
- package/.claude/agents/academic/academic-narratologist.md +0 -119
- package/.claude/agents/academic/academic-psychologist.md +0 -119
- package/.claude/agents/analysis/analyze-code-quality.md +0 -58
- package/.claude/agents/analysis/code-analyzer.md +0 -189
- package/.claude/agents/analysis/code-review/analyze-code-quality.md +0 -58
- package/.claude/agents/consensus/performance-benchmarker.md +0 -831
- package/.claude/agents/data/ml/data-ml-model.md +0 -76
- package/.claude/agents/development/dev-backend-api.md +0 -178
- package/.claude/agents/devops/ci-cd/ops-cicd-github.md +0 -52
- package/.claude/agents/documentation/api-docs/docs-api-openapi.md +0 -63
- package/.claude/agents/game-development/blender/blender-addon-engineer.md +0 -235
- package/.claude/agents/game-development/game-audio-engineer.md +0 -265
- package/.claude/agents/game-development/game-designer.md +0 -168
- package/.claude/agents/game-development/godot/godot-gameplay-scripter.md +0 -335
- package/.claude/agents/game-development/godot/godot-multiplayer-engineer.md +0 -298
- package/.claude/agents/game-development/godot/godot-shader-developer.md +0 -267
- package/.claude/agents/game-development/level-designer.md +0 -209
- package/.claude/agents/game-development/narrative-designer.md +0 -244
- package/.claude/agents/game-development/roblox-studio/roblox-avatar-creator.md +0 -298
- package/.claude/agents/game-development/roblox-studio/roblox-experience-designer.md +0 -306
- package/.claude/agents/game-development/roblox-studio/roblox-systems-scripter.md +0 -326
- package/.claude/agents/game-development/technical-artist.md +0 -230
- package/.claude/agents/game-development/unity/unity-architect.md +0 -272
- package/.claude/agents/game-development/unity/unity-editor-tool-developer.md +0 -311
- package/.claude/agents/game-development/unity/unity-multiplayer-engineer.md +0 -322
- package/.claude/agents/game-development/unity/unity-shader-graph-artist.md +0 -270
- package/.claude/agents/game-development/unreal-engine/unreal-multiplayer-architect.md +0 -314
- package/.claude/agents/game-development/unreal-engine/unreal-systems-engineer.md +0 -311
- package/.claude/agents/game-development/unreal-engine/unreal-technical-artist.md +0 -257
- package/.claude/agents/game-development/unreal-engine/unreal-world-builder.md +0 -274
- package/.claude/agents/github/release-swarm.md +0 -597
- package/.claude/agents/goal/agent.md +0 -804
- package/.claude/agents/goal/code-goal-planner.md +0 -445
- package/.claude/agents/marketing/marketing-ai-citation-strategist.md +0 -171
- package/.claude/agents/marketing/marketing-app-store-optimizer.md +0 -322
- package/.claude/agents/marketing/marketing-baidu-seo-specialist.md +0 -227
- package/.claude/agents/marketing/marketing-bilibili-content-strategist.md +0 -200
- package/.claude/agents/marketing/marketing-book-co-author.md +0 -111
- package/.claude/agents/marketing/marketing-carousel-growth-engine.md +0 -200
- package/.claude/agents/marketing/marketing-china-ecommerce-operator.md +0 -284
- package/.claude/agents/marketing/marketing-content-creator.md +0 -67
- package/.claude/agents/marketing/marketing-cross-border-ecommerce.md +0 -260
- package/.claude/agents/marketing/marketing-douyin-strategist.md +0 -150
- package/.claude/agents/marketing/marketing-growth-hacker.md +0 -54
- package/.claude/agents/marketing/marketing-instagram-curator.md +0 -114
- package/.claude/agents/marketing/marketing-kuaishou-strategist.md +0 -224
- package/.claude/agents/marketing/marketing-linkedin-content-creator.md +0 -215
- package/.claude/agents/marketing/marketing-livestream-commerce-coach.md +0 -306
- package/.claude/agents/marketing/marketing-podcast-strategist.md +0 -278
- package/.claude/agents/marketing/marketing-private-domain-operator.md +0 -309
- package/.claude/agents/marketing/marketing-reddit-community-builder.md +0 -124
- package/.claude/agents/marketing/marketing-seo-specialist.md +0 -279
- package/.claude/agents/marketing/marketing-short-video-editing-coach.md +0 -413
- package/.claude/agents/marketing/marketing-social-media-strategist.md +0 -125
- package/.claude/agents/marketing/marketing-tiktok-strategist.md +0 -126
- package/.claude/agents/marketing/marketing-twitter-engager.md +0 -127
- package/.claude/agents/marketing/marketing-wechat-official-account.md +0 -146
- package/.claude/agents/marketing/marketing-weibo-strategist.md +0 -241
- package/.claude/agents/marketing/marketing-xiaohongshu-specialist.md +0 -139
- package/.claude/agents/marketing/marketing-zhihu-strategist.md +0 -163
- package/.claude/agents/neural/safla-neural.md +0 -74
- package/.claude/agents/paid-media/paid-media-auditor.md +0 -71
- package/.claude/agents/paid-media/paid-media-creative-strategist.md +0 -71
- package/.claude/agents/paid-media/paid-media-paid-social-strategist.md +0 -71
- package/.claude/agents/paid-media/paid-media-ppc-strategist.md +0 -71
- package/.claude/agents/paid-media/paid-media-programmatic-buyer.md +0 -71
- package/.claude/agents/paid-media/paid-media-search-query-analyst.md +0 -71
- package/.claude/agents/paid-media/paid-media-tracking-specialist.md +0 -71
- package/.claude/agents/payments/agentic-payments.md +0 -126
- package/.claude/agents/product/product-behavioral-nudge-engine.md +0 -81
- package/.claude/agents/product/product-feedback-synthesizer.md +0 -119
- package/.claude/agents/product/product-manager.md +0 -469
- package/.claude/agents/product/product-sprint-prioritizer.md +0 -154
- package/.claude/agents/product/product-trend-researcher.md +0 -159
- package/.claude/agents/project-management/project-management-experiment-tracker.md +0 -199
- package/.claude/agents/project-management/project-management-jira-workflow-steward.md +0 -231
- package/.claude/agents/project-management/project-management-project-shepherd.md +0 -195
- package/.claude/agents/project-management/project-management-studio-operations.md +0 -201
- package/.claude/agents/project-management/project-management-studio-producer.md +0 -204
- package/.claude/agents/project-management/project-manager-senior.md +0 -136
- package/.claude/agents/reasoning/agent.md +0 -804
- package/.claude/agents/reasoning/goal-planner.md +0 -73
- package/.claude/agents/sales/sales-account-strategist.md +0 -228
- package/.claude/agents/sales/sales-coach.md +0 -272
- package/.claude/agents/sales/sales-deal-strategist.md +0 -181
- package/.claude/agents/sales/sales-discovery-coach.md +0 -226
- package/.claude/agents/sales/sales-engineer.md +0 -183
- package/.claude/agents/sales/sales-outbound-strategist.md +0 -202
- package/.claude/agents/sales/sales-pipeline-analyst.md +0 -268
- package/.claude/agents/sales/sales-proposal-strategist.md +0 -218
- package/.claude/agents/sona/sona-learning-optimizer.md +0 -65
- package/.claude/agents/spatial-computing/macos-spatial-metal-engineer.md +0 -338
- package/.claude/agents/spatial-computing/terminal-integration-specialist.md +0 -71
- package/.claude/agents/spatial-computing/visionos-spatial-engineer.md +0 -55
- package/.claude/agents/specialists/memory-specialist.md +0 -298
- package/.claude/agents/specialists/performance-engineer.md +0 -387
- package/.claude/agents/specialists/queen-coordinator.md +0 -67
- package/.claude/agents/specialists/security-architect.md +0 -154
- package/.claude/agents/specialized/accounts-payable-agent.md +0 -186
- package/.claude/agents/specialized/corporate-training-designer.md +0 -193
- package/.claude/agents/specialized/data-consolidation-agent.md +0 -61
- package/.claude/agents/specialized/government-digital-presales-consultant.md +0 -364
- package/.claude/agents/specialized/healthcare-marketing-compliance.md +0 -396
- package/.claude/agents/specialized/recruitment-specialist.md +0 -510
- package/.claude/agents/specialized/report-distribution-agent.md +0 -66
- package/.claude/agents/specialized/sales-data-extraction-agent.md +0 -68
- package/.claude/agents/specialized/specialized-french-consulting-market.md +0 -193
- package/.claude/agents/specialized/specialized-korean-business-navigator.md +0 -217
- package/.claude/agents/specialized/specialized-salesforce-architect.md +0 -181
- package/.claude/agents/specialized/study-abroad-advisor.md +0 -283
- package/.claude/agents/specialized/supply-chain-strategist.md +0 -583
- package/.claude/agents/sublinear/consensus-coordinator.md +0 -333
- package/.claude/agents/sublinear/matrix-optimizer.md +0 -180
- package/.claude/agents/sublinear/pagerank-analyzer.md +0 -295
- package/.claude/agents/sublinear/performance-optimizer.md +0 -363
- package/.claude/agents/sublinear/trading-predictor.md +0 -242
- package/.claude/agents/support/support-analytics-reporter.md +0 -366
- package/.claude/agents/support/support-executive-summary-generator.md +0 -213
- package/.claude/agents/support/support-finance-tracker.md +0 -443
- package/.claude/agents/support/support-infrastructure-maintainer.md +0 -619
- package/.claude/agents/support/support-legal-compliance-checker.md +0 -589
- package/.claude/agents/support/support-support-responder.md +0 -586
- package/.claude/agents/swarm/adaptive-coordinator.md +0 -364
- package/.claude/agents/swarm/hierarchical-coordinator.md +0 -318
- package/.claude/agents/templates/github-pr-manager.md +0 -155
- package/.claude/agents/templates/memory-coordinator.md +0 -163
- package/.claude/agents/templates/migration-plan.md +0 -724
- package/.claude/agents/templates/orchestrator-task.md +0 -120
- package/.claude/agents/templates/performance-analyzer.md +0 -179
- package/.claude/agents/templates/sparc-coordinator.md +0 -163
- package/.claude/agents/testing/testing-reality-checker.md +0 -237
- package/.claude/commands/analysis/token-efficiency.md +0 -42
- package/.claude/commands/optimization/README.md +0 -73
- package/.claude/commands/optimization/parallel-execution.md +0 -76
- package/.claude/commands/swarm/swarm-analysis.md +0 -62
- package/.claude/commands/swarm/swarm-background.md +0 -65
- package/.claude/commands/swarm/swarm-modes.md +0 -67
- package/.claude/commands/swarm/swarm-monitor.md +0 -54
- package/.claude/commands/swarm/swarm-status.md +0 -44
- package/.claude/commands/swarm/swarm-strategies.md +0 -76
- package/.claude/commands/training/model-update.md +0 -78
- package/.claude/commands/training/pattern-learn.md +0 -69
- package/.claude/commands/training/specialization.md +0 -92
- package/.claude/commands/verify/check.md +0 -106
- package/.claude/commands/verify/start.md +0 -105
- package/.claude/helpers/README.md +0 -105
- package/.claude/helpers/context-persistence-hook.mjs +0 -1988
- package/.claude/helpers/intelligence.cjs +0 -247
- package/.claude/helpers/learning-service.mjs +0 -1302
- package/.claude/helpers/memory-palace.cjs +0 -461
- package/.claude/helpers/memory.cjs +0 -84
- package/.claude/helpers/metrics-db.mjs +0 -488
- package/.claude/helpers/router.cjs +0 -559
- package/.claude/helpers/session.cjs +0 -126
- package/.claude/helpers/swarm-hooks.sh +0 -761
- package/.claude/helpers/toggle-statusline.cjs +0 -58
- package/.claude/helpers/token-tracker.cjs +0 -934
- package/.claude/skills/agentdb-advanced/SKILL.md +0 -549
- package/.claude/skills/agentdb-learning/SKILL.md +0 -544
- package/.claude/skills/agentdb-memory-patterns/SKILL.md +0 -337
- package/.claude/skills/agentdb-optimization/SKILL.md +0 -508
- package/.claude/skills/agentdb-vector-search/SKILL.md +0 -335
- package/.claude/skills/agentic-integration/SKILL.md +0 -265
- package/.claude/skills/cli-modernization/SKILL.md +0 -950
- package/.claude/skills/core-implementation/SKILL.md +0 -892
- package/.claude/skills/ddd-architecture/SKILL.md +0 -444
- package/.claude/skills/github-code-review/SKILL.md +0 -1147
- package/.claude/skills/github-multi-repo/SKILL.md +0 -912
- package/.claude/skills/github-project-management/SKILL.md +0 -1245
- package/.claude/skills/github-release-management/SKILL.md +0 -1118
- package/.claude/skills/github-workflow-automation/SKILL.md +0 -1107
- package/.claude/skills/mcp-optimization/SKILL.md +0 -837
- package/.claude/skills/memory-unification/SKILL.md +0 -196
- package/.claude/skills/performance-optimization/SKILL.md +0 -416
- package/.claude/skills/reasoningbank-agentdb/SKILL.md +0 -444
- package/.claude/skills/reasoningbank-intelligence/SKILL.md +0 -199
- package/.claude/skills/security-hardening/SKILL.md +0 -101
- package/.claude/skills/stream-chain/SKILL.md +0 -560
- package/.claude/skills/swarm-coordination/SKILL.md +0 -451
- package/bundled-graph/dist/src/analyze.d.ts +0 -32
- package/bundled-graph/dist/src/analyze.d.ts.map +0 -1
- package/bundled-graph/dist/src/analyze.js +0 -297
- package/bundled-graph/dist/src/analyze.js.map +0 -1
- package/bundled-graph/dist/src/build.d.ts +0 -8
- package/bundled-graph/dist/src/build.d.ts.map +0 -1
- package/bundled-graph/dist/src/build.js.map +0 -1
- package/bundled-graph/dist/src/cache.d.ts +0 -12
- package/bundled-graph/dist/src/cache.d.ts.map +0 -1
- package/bundled-graph/dist/src/cache.js +0 -43
- package/bundled-graph/dist/src/cache.js.map +0 -1
- package/bundled-graph/dist/src/cluster.d.ts +0 -5
- package/bundled-graph/dist/src/cluster.d.ts.map +0 -1
- package/bundled-graph/dist/src/cluster.js.map +0 -1
- package/bundled-graph/dist/src/detect.d.ts +0 -21
- package/bundled-graph/dist/src/detect.d.ts.map +0 -1
- package/bundled-graph/dist/src/detect.js +0 -195
- package/bundled-graph/dist/src/detect.js.map +0 -1
- package/bundled-graph/dist/src/export.d.ts +0 -21
- package/bundled-graph/dist/src/export.d.ts.map +0 -1
- package/bundled-graph/dist/src/export.js +0 -68
- package/bundled-graph/dist/src/export.js.map +0 -1
- package/bundled-graph/dist/src/extract/index.d.ts +0 -20
- package/bundled-graph/dist/src/extract/index.d.ts.map +0 -1
- package/bundled-graph/dist/src/extract/index.js +0 -158
- package/bundled-graph/dist/src/extract/index.js.map +0 -1
- package/bundled-graph/dist/src/extract/languages/c.d.ts +0 -3
- package/bundled-graph/dist/src/extract/languages/c.d.ts.map +0 -1
- package/bundled-graph/dist/src/extract/languages/c.js +0 -88
- package/bundled-graph/dist/src/extract/languages/c.js.map +0 -1
- package/bundled-graph/dist/src/extract/languages/cpp.d.ts +0 -3
- package/bundled-graph/dist/src/extract/languages/cpp.d.ts.map +0 -1
- package/bundled-graph/dist/src/extract/languages/cpp.js +0 -121
- package/bundled-graph/dist/src/extract/languages/cpp.js.map +0 -1
- package/bundled-graph/dist/src/extract/languages/csharp.d.ts +0 -3
- package/bundled-graph/dist/src/extract/languages/csharp.d.ts.map +0 -1
- package/bundled-graph/dist/src/extract/languages/csharp.js +0 -121
- package/bundled-graph/dist/src/extract/languages/csharp.js.map +0 -1
- package/bundled-graph/dist/src/extract/languages/go.d.ts +0 -3
- package/bundled-graph/dist/src/extract/languages/go.d.ts.map +0 -1
- package/bundled-graph/dist/src/extract/languages/go.js +0 -181
- package/bundled-graph/dist/src/extract/languages/go.js.map +0 -1
- package/bundled-graph/dist/src/extract/languages/java.d.ts +0 -3
- package/bundled-graph/dist/src/extract/languages/java.d.ts.map +0 -1
- package/bundled-graph/dist/src/extract/languages/java.js +0 -117
- package/bundled-graph/dist/src/extract/languages/java.js.map +0 -1
- package/bundled-graph/dist/src/extract/languages/kotlin.d.ts +0 -3
- package/bundled-graph/dist/src/extract/languages/kotlin.d.ts.map +0 -1
- package/bundled-graph/dist/src/extract/languages/kotlin.js +0 -112
- package/bundled-graph/dist/src/extract/languages/kotlin.js.map +0 -1
- package/bundled-graph/dist/src/extract/languages/php.d.ts +0 -3
- package/bundled-graph/dist/src/extract/languages/php.d.ts.map +0 -1
- package/bundled-graph/dist/src/extract/languages/php.js +0 -130
- package/bundled-graph/dist/src/extract/languages/php.js.map +0 -1
- package/bundled-graph/dist/src/extract/languages/python.d.ts +0 -3
- package/bundled-graph/dist/src/extract/languages/python.d.ts.map +0 -1
- package/bundled-graph/dist/src/extract/languages/python.js +0 -230
- package/bundled-graph/dist/src/extract/languages/python.js.map +0 -1
- package/bundled-graph/dist/src/extract/languages/ruby.d.ts +0 -3
- package/bundled-graph/dist/src/extract/languages/ruby.d.ts.map +0 -1
- package/bundled-graph/dist/src/extract/languages/ruby.js +0 -120
- package/bundled-graph/dist/src/extract/languages/ruby.js.map +0 -1
- package/bundled-graph/dist/src/extract/languages/rust.d.ts +0 -3
- package/bundled-graph/dist/src/extract/languages/rust.d.ts.map +0 -1
- package/bundled-graph/dist/src/extract/languages/rust.js +0 -195
- package/bundled-graph/dist/src/extract/languages/rust.js.map +0 -1
- package/bundled-graph/dist/src/extract/languages/scala.d.ts +0 -3
- package/bundled-graph/dist/src/extract/languages/scala.d.ts.map +0 -1
- package/bundled-graph/dist/src/extract/languages/scala.js +0 -110
- package/bundled-graph/dist/src/extract/languages/scala.js.map +0 -1
- package/bundled-graph/dist/src/extract/languages/swift.d.ts +0 -3
- package/bundled-graph/dist/src/extract/languages/swift.d.ts.map +0 -1
- package/bundled-graph/dist/src/extract/languages/swift.js +0 -122
- package/bundled-graph/dist/src/extract/languages/swift.js.map +0 -1
- package/bundled-graph/dist/src/extract/languages/typescript.d.ts +0 -3
- package/bundled-graph/dist/src/extract/languages/typescript.d.ts.map +0 -1
- package/bundled-graph/dist/src/extract/languages/typescript.js +0 -295
- package/bundled-graph/dist/src/extract/languages/typescript.js.map +0 -1
- package/bundled-graph/dist/src/extract/semantic.d.ts +0 -38
- package/bundled-graph/dist/src/extract/semantic.d.ts.map +0 -1
- package/bundled-graph/dist/src/extract/semantic.js +0 -242
- package/bundled-graph/dist/src/extract/semantic.js.map +0 -1
- package/bundled-graph/dist/src/extract/tree-sitter-runner.d.ts +0 -48
- package/bundled-graph/dist/src/extract/tree-sitter-runner.d.ts.map +0 -1
- package/bundled-graph/dist/src/extract/tree-sitter-runner.js +0 -137
- package/bundled-graph/dist/src/extract/tree-sitter-runner.js.map +0 -1
- package/bundled-graph/dist/src/extract/types.d.ts +0 -7
- package/bundled-graph/dist/src/extract/types.d.ts.map +0 -1
- package/bundled-graph/dist/src/extract/types.js +0 -2
- package/bundled-graph/dist/src/extract/types.js.map +0 -1
- package/bundled-graph/dist/src/index.d.ts +0 -28
- package/bundled-graph/dist/src/index.d.ts.map +0 -1
- package/bundled-graph/dist/src/index.js +0 -26
- package/bundled-graph/dist/src/index.js.map +0 -1
- package/bundled-graph/dist/src/pipeline.d.ts +0 -27
- package/bundled-graph/dist/src/pipeline.d.ts.map +0 -1
- package/bundled-graph/dist/src/pipeline.js +0 -269
- package/bundled-graph/dist/src/pipeline.js.map +0 -1
- package/bundled-graph/dist/src/report.d.ts +0 -26
- package/bundled-graph/dist/src/report.d.ts.map +0 -1
- package/bundled-graph/dist/src/report.js +0 -214
- package/bundled-graph/dist/src/report.js.map +0 -1
- package/bundled-graph/dist/src/types.d.ts +0 -124
- package/bundled-graph/dist/src/types.d.ts.map +0 -1
- package/bundled-graph/dist/src/types.js +0 -2
- package/bundled-graph/dist/src/types.js.map +0 -1
- package/bundled-graph/dist/src/visualize.d.ts +0 -4
- package/bundled-graph/dist/src/visualize.d.ts.map +0 -1
- package/bundled-graph/dist/src/visualize.js +0 -574
- package/bundled-graph/dist/src/visualize.js.map +0 -1
- package/bundled-graph/dist/tsconfig.tsbuildinfo +0 -1
- package/dist/src/ui/dashboard-v2.html +0 -4576
|
@@ -0,0 +1,966 @@
|
|
|
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
|
+
}
|