strray-ai 1.15.27 → 1.15.28
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/.opencode/strray/routing-mappings.json +752 -0
- package/README.md +1 -1
- package/dist/analytics/consent-manager.js +2 -2
- package/dist/analytics/consent-manager.js.map +1 -1
- package/dist/cli/index.js +45 -6
- package/dist/cli/index.js.map +1 -1
- package/dist/core/config-loader.d.ts +1 -1
- package/dist/core/config-loader.js +3 -3
- package/dist/core/config-loader.js.map +1 -1
- package/dist/core/features-config.js +2 -2
- package/dist/core/features-config.js.map +1 -1
- package/dist/core/system-prompt-generator.js +3 -3
- package/dist/core/system-prompt-generator.js.map +1 -1
- package/dist/delegation/agent-delegator.d.ts.map +1 -1
- package/dist/delegation/agent-delegator.js +1 -0
- package/dist/delegation/agent-delegator.js.map +1 -1
- package/dist/enforcement/loaders/codex-loader.d.ts +2 -1
- package/dist/enforcement/loaders/codex-loader.d.ts.map +1 -1
- package/dist/enforcement/loaders/codex-loader.js +8 -2
- package/dist/enforcement/loaders/codex-loader.js.map +1 -1
- package/dist/integrations/hermes-agent/bridge.mjs +1 -1
- package/dist/orchestrator/universal-librarian-consultation.d.ts.map +1 -1
- package/dist/orchestrator/universal-librarian-consultation.js +3 -1
- package/dist/orchestrator/universal-librarian-consultation.js.map +1 -1
- package/dist/orchestrator/universal-registry-bridge.d.ts.map +1 -1
- package/dist/orchestrator/universal-registry-bridge.js +2 -1
- package/dist/orchestrator/universal-registry-bridge.js.map +1 -1
- package/dist/plugin/strray-codex-injection.d.ts.map +1 -1
- package/dist/plugin/strray-codex-injection.js +3 -3
- package/dist/plugin/strray-codex-injection.js.map +1 -1
- package/dist/postprocessor/PostProcessor.d.ts.map +1 -1
- package/dist/postprocessor/PostProcessor.js +2 -1
- package/dist/postprocessor/PostProcessor.js.map +1 -1
- package/dist/reporting/autonomous-report-generator.d.ts.map +1 -1
- package/dist/reporting/autonomous-report-generator.js +3 -1
- package/dist/reporting/autonomous-report-generator.js.map +1 -1
- package/dist/scripts/profiling-demo.js +2 -1
- package/dist/scripts/profiling-demo.js.map +1 -1
- package/dist/services/inference-tuner.d.ts.map +1 -1
- package/dist/services/inference-tuner.js +1 -0
- package/dist/services/inference-tuner.js.map +1 -1
- package/opencode.json +70 -0
- package/package.json +1 -1
- package/scripts/mjs/test-consumer-readiness.mjs +2 -2
- package/scripts/mjs/test-consumer-validation.mjs +3 -3
- package/scripts/mjs/test-final-consumer-validation.mjs +2 -2
- package/scripts/mjs/test-mcp-registration.mjs +2 -1
- package/scripts/mjs/test-postinstall-files.mjs +7 -9
- package/scripts/mjs/validate-postinstall-config.mjs +4 -2
- package/scripts/mjs/verify-plugin-paths.mjs +4 -4
- package/scripts/node/boot-check.mjs +3 -1
- package/scripts/node/enforce-agents-md.mjs +1 -1
- package/scripts/node/generate-autonomous-report.cjs +14 -7
- package/scripts/node/postinstall.cjs +112 -13
- package/scripts/node/pre-publish-guard.js +2 -1
- package/scripts/node/prepare-consumer.cjs +1 -1
- package/scripts/node/profiling-demo.js +1 -1
- package/scripts/node/setup-ci-paths.cjs +1 -1
- package/scripts/node/setup-dev.cjs +1 -1
- package/scripts/node/setup.cjs +0 -10
- package/scripts/node/test-plugin-comprehensive.js +1 -1
- package/scripts/node/universal-version-manager.js +10 -6
- package/scripts/node/validate-codex.mjs +14 -1
- package/scripts/node/validate-oh-my-opencode-integration.cjs +1 -1
- package/scripts/node/validate-postinstall-config.mjs +2 -3
|
@@ -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
|
+
]
|