@monoes/monomindcli 1.10.46 → 1.10.54

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.
Files changed (144) hide show
  1. package/.claude/commands/monomind/do.md +52 -0
  2. package/.claude/commands/monomind/improve.md +2 -0
  3. package/.claude/helpers/handlers/route-handler.cjs +61 -11
  4. package/.claude/helpers/skill-registry.json +99 -51
  5. package/.claude/skills/agent-browser-testing/SKILL.md +522 -152
  6. package/.claude/skills/github-issue-triage/SKILL.md +354 -0
  7. package/.claude/skills/github-repo-recap/SKILL.md +207 -0
  8. package/.claude/skills/mastermind/_delegation.md +83 -0
  9. package/.claude/skills/mastermind/_protocol.md +14 -0
  10. package/dist/src/init/executor.d.ts.map +1 -1
  11. package/dist/src/init/executor.js +18 -19
  12. package/dist/src/init/executor.js.map +1 -1
  13. package/dist/src/init/helpers-generator.js +3 -3
  14. package/dist/src/init/helpers-generator.js.map +1 -1
  15. package/dist/src/ui/dashboard-v2.html +782 -42
  16. package/dist/src/ui/dashboard.html +1 -0
  17. package/dist/src/ui/data/agent-avatars.html +763 -0
  18. package/dist/src/ui/data/agent-avatars.json +966 -0
  19. package/dist/src/ui/data/avatars/account-strategist.svg +58 -0
  20. package/dist/src/ui/data/avatars/accounts-payable.svg +54 -0
  21. package/dist/src/ui/data/avatars/adaptive-coordinator.svg +55 -0
  22. package/dist/src/ui/data/avatars/adaptive-coordinator2.svg +54 -0
  23. package/dist/src/ui/data/avatars/ai-citation.svg +57 -0
  24. package/dist/src/ui/data/avatars/ai-engineer.svg +61 -0
  25. package/dist/src/ui/data/avatars/analytics-reporter.svg +53 -0
  26. package/dist/src/ui/data/avatars/api-tester.svg +53 -0
  27. package/dist/src/ui/data/avatars/architecture.svg +54 -0
  28. package/dist/src/ui/data/avatars/automation-governance.svg +55 -0
  29. package/dist/src/ui/data/avatars/backend-dev.svg +53 -0
  30. package/dist/src/ui/data/avatars/benchmarker.svg +54 -0
  31. package/dist/src/ui/data/avatars/blockchain-auditor.svg +53 -0
  32. package/dist/src/ui/data/avatars/byzantine-coord.svg +57 -0
  33. package/dist/src/ui/data/avatars/case-analyst.svg +57 -0
  34. package/dist/src/ui/data/avatars/cicd-engineer.svg +55 -0
  35. package/dist/src/ui/data/avatars/cloud-architect.svg +54 -0
  36. package/dist/src/ui/data/avatars/code-review-swarm.svg +57 -0
  37. package/dist/src/ui/data/avatars/coder-v119.svg +57 -0
  38. package/dist/src/ui/data/avatars/coder.svg +58 -0
  39. package/dist/src/ui/data/avatars/collective-coord.svg +54 -0
  40. package/dist/src/ui/data/avatars/compliance-auditor.svg +58 -0
  41. package/dist/src/ui/data/avatars/consensus-coordinator.svg +54 -0
  42. package/dist/src/ui/data/avatars/content-creator.svg +54 -0
  43. package/dist/src/ui/data/avatars/crdt-synchronizer.svg +53 -0
  44. package/dist/src/ui/data/avatars/cro-specialist.svg +58 -0
  45. package/dist/src/ui/data/avatars/data-consolidator.svg +54 -0
  46. package/dist/src/ui/data/avatars/data-engineer.svg +53 -0
  47. package/dist/src/ui/data/avatars/database-optimizer.svg +61 -0
  48. package/dist/src/ui/data/avatars/deal-strategist.svg +54 -0
  49. package/dist/src/ui/data/avatars/defender.svg +53 -0
  50. package/dist/src/ui/data/avatars/devops-automator.svg +56 -0
  51. package/dist/src/ui/data/avatars/discovery-coach.svg +54 -0
  52. package/dist/src/ui/data/avatars/email-marketing.svg +57 -0
  53. package/dist/src/ui/data/avatars/embedded-firmware.svg +61 -0
  54. package/dist/src/ui/data/avatars/evidence-collector.svg +57 -0
  55. package/dist/src/ui/data/avatars/experiment-tracker.svg +53 -0
  56. package/dist/src/ui/data/avatars/feedback-synthesizer.svg +54 -0
  57. package/dist/src/ui/data/avatars/finance-tracker.svg +54 -0
  58. package/dist/src/ui/data/avatars/frontend-developer.svg +54 -0
  59. package/dist/src/ui/data/avatars/game-audio-engineer.svg +59 -0
  60. package/dist/src/ui/data/avatars/game-designer.svg +54 -0
  61. package/dist/src/ui/data/avatars/gossip-coordinator.svg +54 -0
  62. package/dist/src/ui/data/avatars/hierarchical-coord.svg +54 -0
  63. package/dist/src/ui/data/avatars/incident-commander.svg +57 -0
  64. package/dist/src/ui/data/avatars/infrastructure.svg +54 -0
  65. package/dist/src/ui/data/avatars/input-validator.svg +53 -0
  66. package/dist/src/ui/data/avatars/ios-developer.svg +54 -0
  67. package/dist/src/ui/data/avatars/issue-tracker.svg +53 -0
  68. package/dist/src/ui/data/avatars/judge.svg +55 -0
  69. package/dist/src/ui/data/avatars/launch-strategist.svg +54 -0
  70. package/dist/src/ui/data/avatars/legal-compliance.svg +53 -0
  71. package/dist/src/ui/data/avatars/level-designer.svg +53 -0
  72. package/dist/src/ui/data/avatars/load-balancer.svg +57 -0
  73. package/dist/src/ui/data/avatars/mcp-builder.svg +53 -0
  74. package/dist/src/ui/data/avatars/memory-coordinator.svg +55 -0
  75. package/dist/src/ui/data/avatars/mesh-coordinator.svg +55 -0
  76. package/dist/src/ui/data/avatars/ml-developer.svg +58 -0
  77. package/dist/src/ui/data/avatars/mobile-app-builder.svg +53 -0
  78. package/dist/src/ui/data/avatars/mobile-dev.svg +54 -0
  79. package/dist/src/ui/data/avatars/model-qa.svg +58 -0
  80. package/dist/src/ui/data/avatars/narrative-designer.svg +58 -0
  81. package/dist/src/ui/data/avatars/outbound-strategist.svg +55 -0
  82. package/dist/src/ui/data/avatars/path-validator.svg +54 -0
  83. package/dist/src/ui/data/avatars/payment-agent.svg +53 -0
  84. package/dist/src/ui/data/avatars/perf-analyzer.svg +58 -0
  85. package/dist/src/ui/data/avatars/pipeline-analyst.svg +54 -0
  86. package/dist/src/ui/data/avatars/planner.svg +55 -0
  87. package/dist/src/ui/data/avatars/pr-manager.svg +54 -0
  88. package/dist/src/ui/data/avatars/pricing-strategist.svg +54 -0
  89. package/dist/src/ui/data/avatars/product-manager.svg +54 -0
  90. package/dist/src/ui/data/avatars/production-validator.svg +54 -0
  91. package/dist/src/ui/data/avatars/project-shepherd.svg +54 -0
  92. package/dist/src/ui/data/avatars/proposal-strategist.svg +54 -0
  93. package/dist/src/ui/data/avatars/prosecutor.svg +57 -0
  94. package/dist/src/ui/data/avatars/pseudocode.svg +53 -0
  95. package/dist/src/ui/data/avatars/queen-coordinator.svg +55 -0
  96. package/dist/src/ui/data/avatars/quorum-manager.svg +53 -0
  97. package/dist/src/ui/data/avatars/raft-manager.svg +53 -0
  98. package/dist/src/ui/data/avatars/reality-checker.svg +58 -0
  99. package/dist/src/ui/data/avatars/recruitment.svg +58 -0
  100. package/dist/src/ui/data/avatars/refinement.svg +53 -0
  101. package/dist/src/ui/data/avatars/release-manager.svg +54 -0
  102. package/dist/src/ui/data/avatars/repo-architect.svg +54 -0
  103. package/dist/src/ui/data/avatars/researcher.svg +58 -0
  104. package/dist/src/ui/data/avatars/resource-allocator.svg +53 -0
  105. package/dist/src/ui/data/avatars/reviewer.svg +53 -0
  106. package/dist/src/ui/data/avatars/safe-executor.svg +53 -0
  107. package/dist/src/ui/data/avatars/sales-coach.svg +53 -0
  108. package/dist/src/ui/data/avatars/sales-engineer.svg +58 -0
  109. package/dist/src/ui/data/avatars/scout-explorer.svg +58 -0
  110. package/dist/src/ui/data/avatars/security-architect.svg +54 -0
  111. package/dist/src/ui/data/avatars/security-auditor.svg +55 -0
  112. package/dist/src/ui/data/avatars/senior-developer.svg +58 -0
  113. package/dist/src/ui/data/avatars/senior-pm.svg +58 -0
  114. package/dist/src/ui/data/avatars/seo-specialist.svg +57 -0
  115. package/dist/src/ui/data/avatars/social-media.svg +54 -0
  116. package/dist/src/ui/data/avatars/solidity-engineer.svg +58 -0
  117. package/dist/src/ui/data/avatars/sparc-coder.svg +58 -0
  118. package/dist/src/ui/data/avatars/sparc-coord.svg +56 -0
  119. package/dist/src/ui/data/avatars/specification.svg +57 -0
  120. package/dist/src/ui/data/avatars/sprint-prioritizer.svg +53 -0
  121. package/dist/src/ui/data/avatars/sre.svg +54 -0
  122. package/dist/src/ui/data/avatars/studio-operations.svg +53 -0
  123. package/dist/src/ui/data/avatars/studio-producer.svg +55 -0
  124. package/dist/src/ui/data/avatars/support-responder.svg +56 -0
  125. package/dist/src/ui/data/avatars/system-architect.svg +54 -0
  126. package/dist/src/ui/data/avatars/task-orchestrator.svg +56 -0
  127. package/dist/src/ui/data/avatars/technical-artist.svg +53 -0
  128. package/dist/src/ui/data/avatars/technical-writer.svg +59 -0
  129. package/dist/src/ui/data/avatars/tester.svg +53 -0
  130. package/dist/src/ui/data/avatars/threat-detection.svg +61 -0
  131. package/dist/src/ui/data/avatars/trend-researcher.svg +54 -0
  132. package/dist/src/ui/data/avatars/trial-director.svg +55 -0
  133. package/dist/src/ui/data/avatars/unity-architect.svg +54 -0
  134. package/dist/src/ui/data/avatars/visionos-engineer.svg +57 -0
  135. package/dist/src/ui/data/avatars/worker-specialist.svg +55 -0
  136. package/dist/src/ui/data/avatars/workflow-architect.svg +57 -0
  137. package/dist/src/ui/data/avatars/workflow-automation.svg +54 -0
  138. package/dist/src/ui/data/avatars/zk-steward.svg +54 -0
  139. package/dist/src/ui/data/known-projects.json +1 -1
  140. package/dist/src/ui/data/mastermind-events.jsonl +28 -0
  141. package/dist/src/ui/orgs.html +1171 -0
  142. package/dist/src/ui/server.mjs +25 -8
  143. package/dist/tsconfig.tsbuildinfo +1 -1
  144. package/package.json +1 -1
@@ -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
+ }