strray-ai 1.15.27 → 1.15.29

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 (160) hide show
  1. package/.opencode/strray/routing-mappings.json +752 -0
  2. package/AGENTS.md +1 -3
  3. package/README.md +1 -1
  4. package/dist/analytics/consent-manager.js +2 -2
  5. package/dist/analytics/consent-manager.js.map +1 -1
  6. package/dist/cli/index.js +45 -6
  7. package/dist/cli/index.js.map +1 -1
  8. package/dist/core/config-loader.d.ts +1 -1
  9. package/dist/core/config-loader.js +3 -3
  10. package/dist/core/config-loader.js.map +1 -1
  11. package/dist/core/features-config.js +2 -2
  12. package/dist/core/features-config.js.map +1 -1
  13. package/dist/core/system-prompt-generator.js +3 -3
  14. package/dist/core/system-prompt-generator.js.map +1 -1
  15. package/dist/delegation/agent-delegator.d.ts.map +1 -1
  16. package/dist/delegation/agent-delegator.js +1 -0
  17. package/dist/delegation/agent-delegator.js.map +1 -1
  18. package/dist/enforcement/loaders/codex-loader.d.ts +2 -1
  19. package/dist/enforcement/loaders/codex-loader.d.ts.map +1 -1
  20. package/dist/enforcement/loaders/codex-loader.js +8 -2
  21. package/dist/enforcement/loaders/codex-loader.js.map +1 -1
  22. package/dist/integrations/hermes-agent/bridge.mjs +1 -1
  23. package/dist/orchestrator/universal-librarian-consultation.d.ts.map +1 -1
  24. package/dist/orchestrator/universal-librarian-consultation.js +3 -1
  25. package/dist/orchestrator/universal-librarian-consultation.js.map +1 -1
  26. package/dist/orchestrator/universal-registry-bridge.d.ts.map +1 -1
  27. package/dist/orchestrator/universal-registry-bridge.js +2 -1
  28. package/dist/orchestrator/universal-registry-bridge.js.map +1 -1
  29. package/dist/plugin/strray-codex-injection.d.ts.map +1 -1
  30. package/dist/plugin/strray-codex-injection.js +3 -3
  31. package/dist/plugin/strray-codex-injection.js.map +1 -1
  32. package/dist/postprocessor/PostProcessor.d.ts.map +1 -1
  33. package/dist/postprocessor/PostProcessor.js +2 -1
  34. package/dist/postprocessor/PostProcessor.js.map +1 -1
  35. package/dist/reporting/autonomous-report-generator.d.ts.map +1 -1
  36. package/dist/reporting/autonomous-report-generator.js +3 -1
  37. package/dist/reporting/autonomous-report-generator.js.map +1 -1
  38. package/dist/scripts/profiling-demo.js +2 -1
  39. package/dist/scripts/profiling-demo.js.map +1 -1
  40. package/dist/services/inference-tuner.d.ts.map +1 -1
  41. package/dist/services/inference-tuner.js +1 -0
  42. package/dist/services/inference-tuner.js.map +1 -1
  43. package/opencode.json +70 -0
  44. package/package.json +1 -4
  45. package/scripts/mjs/test-consumer-readiness.mjs +2 -2
  46. package/scripts/mjs/validate-postinstall-config.mjs +332 -60
  47. package/scripts/node/enforce-agents-md.mjs +1 -1
  48. package/scripts/node/postinstall.cjs +124 -56
  49. package/scripts/node/pre-publish-guard.js +2 -1
  50. package/scripts/node/prepare-consumer.cjs +1 -1
  51. package/scripts/node/setup-dev.cjs +1 -1
  52. package/scripts/node/universal-version-manager.js +10 -6
  53. package/scripts/mjs/FIX_SUMMARY.md +0 -143
  54. package/scripts/mjs/analyze-imports.mjs +0 -155
  55. package/scripts/mjs/debug-rules.mjs +0 -80
  56. package/scripts/mjs/demo-clickable-monitoring.mjs +0 -142
  57. package/scripts/mjs/monitor-framework-orchestration.mjs +0 -238
  58. package/scripts/mjs/monitor-package.mjs +0 -50
  59. package/scripts/mjs/monitoring-daemon.mjs +0 -66
  60. package/scripts/mjs/run-all-tests.mjs +0 -333
  61. package/scripts/mjs/run-performance-gates.mjs +0 -80
  62. package/scripts/mjs/run-simulations.mjs +0 -93
  63. package/scripts/mjs/scenario-data-processor.py +0 -122
  64. package/scripts/mjs/smart-test-runner.mjs +0 -566
  65. package/scripts/mjs/test-agent-configs.mjs +0 -128
  66. package/scripts/mjs/test-agents.mjs +0 -170
  67. package/scripts/mjs/test-auto-creation-flow.mjs +0 -123
  68. package/scripts/mjs/test-ci-cd-integration.mjs +0 -113
  69. package/scripts/mjs/test-complex-orchestration.mjs +0 -79
  70. package/scripts/mjs/test-comprehensive-path-resolution.mjs +0 -134
  71. package/scripts/mjs/test-configuration-validation.mjs +0 -241
  72. package/scripts/mjs/test-consumer-validation.mjs +0 -916
  73. package/scripts/mjs/test-data-processor.py +0 -51
  74. package/scripts/mjs/test-enforcement-e2e.mjs +0 -80
  75. package/scripts/mjs/test-enforcer-comprehensive.mjs +0 -219
  76. package/scripts/mjs/test-final-consumer-validation.mjs +0 -352
  77. package/scripts/mjs/test-framework-boot.mjs +0 -81
  78. package/scripts/mjs/test-framework-integration.mjs +0 -215
  79. package/scripts/mjs/test-integration.mjs +0 -79
  80. package/scripts/mjs/test-mcp-registration.mjs +0 -373
  81. package/scripts/mjs/test-mcp-servers.mjs +0 -230
  82. package/scripts/mjs/test-orchestrator-complex.mjs +0 -79
  83. package/scripts/mjs/test-orchestrator-simple.mjs +0 -77
  84. package/scripts/mjs/test-path-resolver.mjs +0 -25
  85. package/scripts/mjs/test-postinstall-files.mjs +0 -323
  86. package/scripts/mjs/test-processor-pipeline.mjs +0 -125
  87. package/scripts/mjs/test-quarantine.mjs +0 -250
  88. package/scripts/mjs/test-rules.mjs +0 -81
  89. package/scripts/mjs/test-simple-prompt.mjs +0 -45
  90. package/scripts/mjs/test-simulation.mjs +0 -84
  91. package/scripts/mjs/test-skill-routing.mjs +0 -194
  92. package/scripts/mjs/test-skills-comprehensive.mjs +0 -264
  93. package/scripts/mjs/test-skills-coverage.mjs +0 -266
  94. package/scripts/mjs/test-skills-mcp-integration.mjs +0 -354
  95. package/scripts/mjs/test-stringray-plugin.mjs +0 -285
  96. package/scripts/mjs/trigger-and-monitor-framework.mjs +0 -219
  97. package/scripts/mjs/update-performance-baselines.mjs +0 -78
  98. package/scripts/mjs/validate-phase1.mjs +0 -201
  99. package/scripts/mjs/verify-orchestration.mjs +0 -178
  100. package/scripts/mjs/verify-pipeline-end-to-end.mjs +0 -237
  101. package/scripts/mjs/verify-plugin-paths.mjs +0 -289
  102. package/scripts/node/README.md +0 -127
  103. package/scripts/node/activate-self-direction.js +0 -72
  104. package/scripts/node/add-parent-monitoring.cjs +0 -53
  105. package/scripts/node/add-timeout-shutdown.cjs +0 -55
  106. package/scripts/node/analyze-activity-log.cjs +0 -188
  107. package/scripts/node/analyzer-agent-runner.js +0 -328
  108. package/scripts/node/boot-check.mjs +0 -201
  109. package/scripts/node/ci-cd-orchestrator.cjs +0 -266
  110. package/scripts/node/cleanup-console-logs.js +0 -108
  111. package/scripts/node/cleanup-doc-versions.js +0 -153
  112. package/scripts/node/cleanup-repository.js +0 -116
  113. package/scripts/node/debug-plugin.cjs +0 -87
  114. package/scripts/node/dependency-scan.cjs +0 -145
  115. package/scripts/node/dev-setup.cjs +0 -68
  116. package/scripts/node/enforce-version-compliance.sh.bak +0 -143
  117. package/scripts/node/enhance-mcp-shutdown.cjs +0 -62
  118. package/scripts/node/fix-framework-logger-paths.cjs +0 -79
  119. package/scripts/node/fix-mcp-capabilities.js +0 -87
  120. package/scripts/node/fix-mcp-shutdown.cjs +0 -53
  121. package/scripts/node/generate-activity-report.js +0 -27
  122. package/scripts/node/generate-autonomous-report.cjs +0 -420
  123. package/scripts/node/generate-changelog.js +0 -230
  124. package/scripts/node/generate-phase1-report.js +0 -28
  125. package/scripts/node/generate-reflection-index.js +0 -208
  126. package/scripts/node/generate-skills.cjs +0 -217
  127. package/scripts/node/install.cjs +0 -632
  128. package/scripts/node/kernel-e2e-test.mjs +0 -168
  129. package/scripts/node/kernel-framework-test.mjs +0 -127
  130. package/scripts/node/kernel-live-test.mjs +0 -147
  131. package/scripts/node/kernel-real-framework-test.mjs +0 -103
  132. package/scripts/node/kernel-update.cjs +0 -379
  133. package/scripts/node/performance-report.js +0 -56
  134. package/scripts/node/pre-commit-version-validation.js +0 -122
  135. package/scripts/node/pre-publish-check.sh +0 -78
  136. package/scripts/node/profiling-demo.js +0 -108
  137. package/scripts/node/reflection-check.sh +0 -423
  138. package/scripts/node/release-tweet-multi.mjs.bak +0 -269
  139. package/scripts/node/release-tweet-single.mjs +0 -323
  140. package/scripts/node/release-tweet.mjs +0 -268
  141. package/scripts/node/release.mjs +0 -190
  142. package/scripts/node/remove-console-logs.mjs +0 -83
  143. package/scripts/node/remove-version-headers.mjs +0 -123
  144. package/scripts/node/run-postprocessor.js +0 -59
  145. package/scripts/node/setup-ci-paths.cjs +0 -62
  146. package/scripts/node/setup.cjs +0 -126
  147. package/scripts/node/sync-readme-features.js +0 -166
  148. package/scripts/node/test-install.cjs +0 -79
  149. package/scripts/node/test-plugin-comprehensive.js +0 -279
  150. package/scripts/node/test-postinstall.js +0 -1
  151. package/scripts/node/test-session-management.js +0 -135
  152. package/scripts/node/test-simple-names-comprehensive.mjs +0 -221
  153. package/scripts/node/test-simple-names.mjs +0 -39
  154. package/scripts/node/trigger-report.js +0 -15
  155. package/scripts/node/update-models-global.cjs +0 -82
  156. package/scripts/node/validate-codex.mjs +0 -135
  157. package/scripts/node/validate-oh-my-opencode-integration.cjs +0 -203
  158. package/scripts/node/validate-postinstall-config.mjs +0 -349
  159. package/scripts/node/value-tweet.mjs +0 -305
  160. package/scripts/node/value-tweet.mjs.backup +0 -487
@@ -0,0 +1,752 @@
1
+ [
2
+ {
3
+ "keywords": [
4
+ "design",
5
+ "architect",
6
+ "plan",
7
+ "system",
8
+ "model",
9
+ "pattern",
10
+ "scalability",
11
+ "dependency",
12
+ "structure",
13
+ "architecture",
14
+ "system-integration",
15
+ "delegation",
16
+ "complexity-analysis",
17
+ "solid",
18
+ "clean-architecture"
19
+ ],
20
+ "skill": "architecture-patterns",
21
+ "agent": "architect",
22
+ "confidence": 0.95
23
+ },
24
+ {
25
+ "keywords": [
26
+ "ux",
27
+ "ui",
28
+ "interface",
29
+ "mockup",
30
+ "prototype",
31
+ "figma",
32
+ "wireframe",
33
+ "css",
34
+ "html",
35
+ "component"
36
+ ],
37
+ "skill": "ui-ux-design",
38
+ "agent": "frontend-ui-ux-engineer",
39
+ "confidence": 0.95
40
+ },
41
+ {
42
+ "keywords": [
43
+ "frontend",
44
+ "react",
45
+ "vue",
46
+ "angular"
47
+ ],
48
+ "skill": "frontend-development",
49
+ "agent": "frontend-engineer",
50
+ "confidence": 0.95
51
+ },
52
+ {
53
+ "keywords": [
54
+ "backend",
55
+ "api",
56
+ "server",
57
+ "microservice",
58
+ "endpoint"
59
+ ],
60
+ "skill": "backend-development",
61
+ "agent": "backend-engineer",
62
+ "confidence": 0.95
63
+ },
64
+ {
65
+ "keywords": [
66
+ "fix",
67
+ "debug",
68
+ "triage",
69
+ "broken",
70
+ "error",
71
+ "crash",
72
+ "bug",
73
+ "issue",
74
+ "resolve",
75
+ "root cause",
76
+ "debugging",
77
+ "error-analysis",
78
+ "fix-validation",
79
+ "surgical-fix",
80
+ "stack-trace",
81
+ "error-investigation",
82
+ "triage",
83
+ "surgical-fix",
84
+ "root-cause",
85
+ "debugging",
86
+ "crash",
87
+ "exception",
88
+ "fix-validation"
89
+ ],
90
+ "skill": "bug-triage",
91
+ "agent": "bug-triage-specialist",
92
+ "confidence": 0.92
93
+ },
94
+ {
95
+ "keywords": [
96
+ "security",
97
+ "vulnerability",
98
+ "threat",
99
+ "scan",
100
+ "risk",
101
+ "exploit",
102
+ "secure",
103
+ "pentest",
104
+ "encrypt",
105
+ "vulnerability-detection",
106
+ "compliance-monitoring",
107
+ "threat-analysis",
108
+ "security-validation",
109
+ "audit-trail",
110
+ "owasp",
111
+ "vulnerability",
112
+ "threat",
113
+ "secrets",
114
+ "hardcoded",
115
+ "outdated",
116
+ "permissions",
117
+ "env-exposure",
118
+ "ssl",
119
+ "tls",
120
+ "https",
121
+ "dependency-audit",
122
+ "owasp"
123
+ ],
124
+ "skill": "security-audit",
125
+ "agent": "security-auditor",
126
+ "confidence": 0.95
127
+ },
128
+ {
129
+ "keywords": [
130
+ "review",
131
+ "audit",
132
+ "assess",
133
+ "evaluate",
134
+ "check",
135
+ "inspect",
136
+ "quality",
137
+ "validate",
138
+ "code-review",
139
+ "quality-assurance",
140
+ "monitoring",
141
+ "analytics",
142
+ "compliance-validation",
143
+ "pull-request",
144
+ "pr-review",
145
+ "linting",
146
+ "quality-metrics",
147
+ "improvement"
148
+ ],
149
+ "skill": "code-review",
150
+ "agent": "code-reviewer",
151
+ "confidence": 0.9
152
+ },
153
+ {
154
+ "keywords": [
155
+ "test",
156
+ "testing",
157
+ "jest",
158
+ "coverage",
159
+ "unit",
160
+ "e2e",
161
+ "cypress",
162
+ "qa",
163
+ "spec",
164
+ "verify",
165
+ "validate",
166
+ "test-auto-creation",
167
+ "test-strategy-design",
168
+ "coverage-optimization",
169
+ "behavioral-testing",
170
+ "performance-validation",
171
+ "qa",
172
+ "quality-assurance",
173
+ "test-automation",
174
+ "unit-test",
175
+ "integration-test",
176
+ "e2e-test",
177
+ "test-coverage",
178
+ "coverage-analysis"
179
+ ],
180
+ "skill": "testing-best-practices",
181
+ "agent": "testing-lead",
182
+ "confidence": 0.95
183
+ },
184
+ {
185
+ "keywords": [
186
+ "refactor",
187
+ "cleanup",
188
+ "improve",
189
+ "restructure",
190
+ "modernize",
191
+ "debt",
192
+ "dry",
193
+ "consolidate",
194
+ "technical-debt-elimination",
195
+ "code-consolidation",
196
+ "surgical-refactoring",
197
+ "maintainability-enhancement",
198
+ "code-quality",
199
+ "maintainability",
200
+ "restructure",
201
+ "consolidation",
202
+ "debt",
203
+ "authentication",
204
+ "auth system",
205
+ "oauth",
206
+ "jwt",
207
+ "session management"
208
+ ],
209
+ "skill": "refactoring-strategies",
210
+ "agent": "refactorer",
211
+ "confidence": 0.92
212
+ },
213
+ {
214
+ "keywords": [
215
+ "performance",
216
+ "optimize",
217
+ "bottleneck",
218
+ "benchmark",
219
+ "profile",
220
+ "speed",
221
+ "latency",
222
+ "performance-profiling",
223
+ "resource-optimization",
224
+ "load-testing",
225
+ "bottleneck-analysis",
226
+ "caching-optimization",
227
+ "memory-optimization",
228
+ "core-web-vitals",
229
+ "lcp",
230
+ "inp",
231
+ "cls",
232
+ "metrics",
233
+ "build-time",
234
+ "memory-usage",
235
+ "load-time",
236
+ "bundle-size",
237
+ "optimization",
238
+ "bottleneck",
239
+ "profiling",
240
+ "monitoring",
241
+ "perf"
242
+ ],
243
+ "skill": "performance-optimization",
244
+ "agent": "performance-engineer",
245
+ "confidence": 0.93
246
+ },
247
+ {
248
+ "keywords": [
249
+ "deploy",
250
+ "ci/cd",
251
+ "pipeline",
252
+ "docker",
253
+ "kubernetes",
254
+ "infrastructure",
255
+ "aws",
256
+ "cloud"
257
+ ],
258
+ "skill": "devops-deployment",
259
+ "agent": "devops-engineer",
260
+ "confidence": 0.94
261
+ },
262
+ {
263
+ "keywords": [
264
+ "database",
265
+ "db",
266
+ "sql",
267
+ "schema",
268
+ "migration",
269
+ "query",
270
+ "postgres",
271
+ "mysql",
272
+ "mongodb"
273
+ ],
274
+ "skill": "database-design",
275
+ "agent": "database-engineer",
276
+ "confidence": 0.95
277
+ },
278
+ {
279
+ "keywords": [
280
+ "docs",
281
+ "documentation",
282
+ "readme",
283
+ "wiki",
284
+ "guide",
285
+ "manual",
286
+ "document",
287
+ "write"
288
+ ],
289
+ "skill": "documentation-generation",
290
+ "agent": "tech-writer",
291
+ "confidence": 0.9
292
+ },
293
+ {
294
+ "keywords": [
295
+ "codebase",
296
+ "codebase-exploration",
297
+ "context-building",
298
+ "discover",
299
+ "documentation-retrieval",
300
+ "explore",
301
+ "implementation",
302
+ "lookup",
303
+ "pattern-recognition",
304
+ "research",
305
+ "search"
306
+ ],
307
+ "skill": "git-workflow",
308
+ "agent": "researcher",
309
+ "confidence": 0.88
310
+ },
311
+ {
312
+ "keywords": [
313
+ "story",
314
+ "narrative",
315
+ "journey",
316
+ "saga",
317
+ "reflection",
318
+ "write a",
319
+ "deep-reflection",
320
+ "technical-story"
321
+ ],
322
+ "skill": "storytelling",
323
+ "agent": "storyteller",
324
+ "confidence": 0.95
325
+ },
326
+ {
327
+ "keywords": [
328
+ "seo",
329
+ "search",
330
+ "ranking",
331
+ "google",
332
+ "meta",
333
+ "sitemap",
334
+ "optimize"
335
+ ],
336
+ "skill": "seo-consultant",
337
+ "agent": "seo-consultant",
338
+ "confidence": 0.96
339
+ },
340
+ {
341
+ "keywords": [
342
+ "marketing",
343
+ "growth",
344
+ "content",
345
+ "blog",
346
+ "campaign",
347
+ "metric",
348
+ "acquisition"
349
+ ],
350
+ "skill": "growth-strategist",
351
+ "agent": "growth-strategist",
352
+ "confidence": 0.92
353
+ },
354
+ {
355
+ "keywords": [
356
+ "mobile",
357
+ "ios",
358
+ "android",
359
+ "react-native",
360
+ "flutter",
361
+ "swift",
362
+ "kotlin"
363
+ ],
364
+ "skill": "mobile-development",
365
+ "agent": "mobile-developer",
366
+ "confidence": 0.95
367
+ },
368
+ {
369
+ "keywords": [
370
+ "log",
371
+ "monitor",
372
+ "anomaly",
373
+ "alert",
374
+ "observability",
375
+ "watch",
376
+ "trace"
377
+ ],
378
+ "skill": "log-monitor",
379
+ "agent": "log-monitor",
380
+ "confidence": 0.93
381
+ },
382
+ {
383
+ "keywords": [
384
+ "image",
385
+ "diagram",
386
+ "visual",
387
+ "screenshot",
388
+ "photo",
389
+ "look at"
390
+ ],
391
+ "skill": "multimodal-looker",
392
+ "agent": "multimodal-looker",
393
+ "confidence": 0.94
394
+ },
395
+ {
396
+ "keywords": [
397
+ "complexity",
398
+ "metrics",
399
+ "static analysis",
400
+ "measure",
401
+ "assess",
402
+ "code-analysis",
403
+ "system-analysis",
404
+ "dependency-analysis",
405
+ "performance-analysis",
406
+ "security-analysis",
407
+ "architecture-analysis",
408
+ "technical-debt-assessment",
409
+ "integration-analysis",
410
+ "comprehensive-reporting",
411
+ "examine",
412
+ "static-analysis",
413
+ "complexity",
414
+ "metrics",
415
+ "code-quality",
416
+ "anti-pattern",
417
+ "lint",
418
+ "eslint",
419
+ "prettier",
420
+ "format",
421
+ "performance"
422
+ ],
423
+ "skill": "code-analyzer",
424
+ "agent": "code-analyzer",
425
+ "confidence": 0.9
426
+ },
427
+ {
428
+ "keywords": [
429
+ "branch",
430
+ "codebase",
431
+ "commit",
432
+ "conflict",
433
+ "discover",
434
+ "explore",
435
+ "git",
436
+ "merge",
437
+ "repository",
438
+ "version"
439
+ ],
440
+ "skill": "git-workflow",
441
+ "agent": "researcher",
442
+ "confidence": 0.88
443
+ },
444
+ {
445
+ "keywords": [
446
+ "enforce",
447
+ "compliance",
448
+ "rule",
449
+ "standard",
450
+ "codex",
451
+ "block",
452
+ "prevent",
453
+ "error-prevention",
454
+ "systematic-validation",
455
+ "codex-enforcement",
456
+ "security-policy",
457
+ "compliance",
458
+ "threshold",
459
+ "audit",
460
+ "lint",
461
+ "pre-commit",
462
+ "introspection",
463
+ "bundle-size",
464
+ "test-coverage",
465
+ "duplication",
466
+ "jscpd",
467
+ "syntax-error",
468
+ "error-handling",
469
+ "convention",
470
+ "framework-compliance"
471
+ ],
472
+ "skill": "enforcer",
473
+ "agent": "enforcer",
474
+ "confidence": 0.95
475
+ },
476
+ {
477
+ "keywords": [
478
+ "orchestrate",
479
+ "coordinate",
480
+ "delegate",
481
+ "workflow",
482
+ "manage",
483
+ "multi-step",
484
+ "multi-agent-orchestration",
485
+ "workflow-management",
486
+ "task-delegation",
487
+ "conflict-resolution",
488
+ "session-management"
489
+ ],
490
+ "skill": "orchestrator",
491
+ "agent": "orchestrator",
492
+ "confidence": 0.94
493
+ },
494
+ {
495
+ "keywords": [
496
+ "plan",
497
+ "strategy",
498
+ "roadmap",
499
+ "vision",
500
+ "goal",
501
+ "objective",
502
+ "prioritize",
503
+ "decide"
504
+ ],
505
+ "skill": "strategist",
506
+ "agent": "strategist",
507
+ "confidence": 0.9
508
+ },
509
+ {
510
+ "keywords": [
511
+ "format",
512
+ "formatting",
513
+ "prettier",
514
+ "lint:fix",
515
+ "auto-format",
516
+ "code-style"
517
+ ],
518
+ "skill": "auto-format",
519
+ "agent": "enforcer",
520
+ "confidence": 0.9
521
+ },
522
+ {
523
+ "keywords": [
524
+ "session",
525
+ "state",
526
+ "persistence",
527
+ "recovery",
528
+ "backup"
529
+ ],
530
+ "skill": "session-management",
531
+ "agent": "orchestrator",
532
+ "confidence": 0.85
533
+ },
534
+ {
535
+ "keywords": [
536
+ "api",
537
+ "endpoint",
538
+ "rest",
539
+ "graphql",
540
+ "request",
541
+ "response",
542
+ "openapi"
543
+ ],
544
+ "skill": "api-design",
545
+ "agent": "backend-engineer",
546
+ "confidence": 0.92
547
+ },
548
+ {
549
+ "keywords": [
550
+ "stress-test-0"
551
+ ],
552
+ "agent": "bug-triage-specialist",
553
+ "skill": "bug-triage",
554
+ "confidence": 0.9,
555
+ "autoGenerated": true,
556
+ "autoGeneratedAt": "2026-03-20T21:42:16.150Z"
557
+ },
558
+ {
559
+ "keywords": [
560
+ "stress-test-1"
561
+ ],
562
+ "agent": "code-reviewer",
563
+ "skill": "code-review",
564
+ "confidence": 0.9,
565
+ "autoGenerated": true,
566
+ "autoGeneratedAt": "2026-03-20T21:42:16.150Z"
567
+ },
568
+ {
569
+ "keywords": [
570
+ "stress-test-2",
571
+ "perf"
572
+ ],
573
+ "agent": "performance-engineer",
574
+ "skill": "performance-optimization",
575
+ "confidence": 0.9,
576
+ "autoGenerated": true,
577
+ "autoGeneratedAt": "2026-03-20T21:42:16.150Z"
578
+ },
579
+ {
580
+ "keywords": [
581
+ "stress-test-3"
582
+ ],
583
+ "agent": "testing-lead",
584
+ "skill": "testing-best-practices",
585
+ "confidence": 0.9,
586
+ "autoGenerated": true,
587
+ "autoGeneratedAt": "2026-03-20T21:42:16.150Z"
588
+ },
589
+ {
590
+ "keywords": [
591
+ "stress-test-4"
592
+ ],
593
+ "agent": "security-auditor",
594
+ "skill": "security-audit",
595
+ "confidence": 0.9,
596
+ "autoGenerated": true,
597
+ "autoGeneratedAt": "2026-03-20T21:42:16.150Z"
598
+ },
599
+ {
600
+ "keywords": [
601
+ "e2e-1"
602
+ ],
603
+ "agent": "code-reviewer",
604
+ "skill": "code-review",
605
+ "confidence": 0.9,
606
+ "autoGenerated": true,
607
+ "autoGeneratedAt": "2026-03-20T22:33:49.731Z"
608
+ },
609
+ {
610
+ "keywords": [
611
+ "e2e-2",
612
+ "perf"
613
+ ],
614
+ "agent": "performance-engineer",
615
+ "skill": "performance-optimization",
616
+ "confidence": 0.9,
617
+ "autoGenerated": true,
618
+ "autoGeneratedAt": "2026-03-20T22:33:49.732Z"
619
+ },
620
+ {
621
+ "keywords": [
622
+ "e2e-3"
623
+ ],
624
+ "agent": "testing-lead",
625
+ "skill": "testing-best-practices",
626
+ "confidence": 0.9,
627
+ "autoGenerated": true,
628
+ "autoGeneratedAt": "2026-03-20T22:33:49.732Z"
629
+ },
630
+ {
631
+ "keywords": [
632
+ "e2e-4"
633
+ ],
634
+ "agent": "security-auditor",
635
+ "skill": "security-audit",
636
+ "confidence": 0.9,
637
+ "autoGenerated": true,
638
+ "autoGeneratedAt": "2026-03-20T22:33:49.732Z"
639
+ },
640
+ {
641
+ "keywords": [
642
+ "e2e-5"
643
+ ],
644
+ "agent": "refactorer",
645
+ "skill": "refactoring-strategies",
646
+ "confidence": 0.9,
647
+ "autoGenerated": true,
648
+ "autoGeneratedAt": "2026-03-20T22:33:49.733Z"
649
+ },
650
+ {
651
+ "keywords": [
652
+ "test-0.5529761171611898"
653
+ ],
654
+ "agent": "bug-triage-specialist",
655
+ "skill": "bug-triage",
656
+ "confidence": 0.9,
657
+ "autoGenerated": true,
658
+ "autoGeneratedAt": "2026-03-20T22:39:21.456Z"
659
+ },
660
+ {
661
+ "keywords": [
662
+ "test-0.16742614828927516"
663
+ ],
664
+ "agent": "code-reviewer",
665
+ "skill": "code-review",
666
+ "confidence": 0.9,
667
+ "autoGenerated": true,
668
+ "autoGeneratedAt": "2026-03-20T22:39:21.456Z"
669
+ },
670
+ {
671
+ "keywords": [
672
+ "test-0.48963983958092205",
673
+ "perf"
674
+ ],
675
+ "agent": "performance-engineer",
676
+ "skill": "performance-optimization",
677
+ "confidence": 0.9,
678
+ "autoGenerated": true,
679
+ "autoGeneratedAt": "2026-03-20T22:39:21.456Z"
680
+ },
681
+ {
682
+ "keywords": [
683
+ "test-0.8717365494490283"
684
+ ],
685
+ "agent": "security-auditor",
686
+ "skill": "security-audit",
687
+ "confidence": 0.9,
688
+ "autoGenerated": true,
689
+ "autoGeneratedAt": "2026-03-20T22:39:21.456Z"
690
+ },
691
+ {
692
+ "keywords": [
693
+ "test-0.3362740549961909"
694
+ ],
695
+ "agent": "refactorer",
696
+ "skill": "refactoring-strategies",
697
+ "confidence": 0.9,
698
+ "autoGenerated": true,
699
+ "autoGeneratedAt": "2026-03-20T22:39:21.457Z"
700
+ },
701
+ {
702
+ "keywords": [
703
+ "pipeline-0"
704
+ ],
705
+ "agent": "bug-triage-specialist",
706
+ "skill": "bug-triage",
707
+ "confidence": 0.9,
708
+ "autoGenerated": true,
709
+ "autoGeneratedAt": "2026-03-20T23:46:49.805Z"
710
+ },
711
+ {
712
+ "keywords": [
713
+ "pipeline-1"
714
+ ],
715
+ "agent": "code-reviewer",
716
+ "skill": "code-review",
717
+ "confidence": 0.9,
718
+ "autoGenerated": true,
719
+ "autoGeneratedAt": "2026-03-20T23:46:49.806Z"
720
+ },
721
+ {
722
+ "keywords": [
723
+ "pipeline-2",
724
+ "perf"
725
+ ],
726
+ "agent": "performance-engineer",
727
+ "skill": "performance-optimization",
728
+ "confidence": 0.9,
729
+ "autoGenerated": true,
730
+ "autoGeneratedAt": "2026-03-20T23:46:49.807Z"
731
+ },
732
+ {
733
+ "keywords": [
734
+ "pipeline-3"
735
+ ],
736
+ "agent": "testing-lead",
737
+ "skill": "testing-best-practices",
738
+ "confidence": 0.9,
739
+ "autoGenerated": true,
740
+ "autoGeneratedAt": "2026-03-20T23:46:49.807Z"
741
+ },
742
+ {
743
+ "keywords": [
744
+ "pipeline-4"
745
+ ],
746
+ "agent": "security-auditor",
747
+ "skill": "security-audit",
748
+ "confidence": 0.9,
749
+ "autoGenerated": true,
750
+ "autoGeneratedAt": "2026-03-20T23:46:49.807Z"
751
+ }
752
+ ]