aios-core 4.2.13 → 4.2.14

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 (97) hide show
  1. package/.aios-core/core/code-intel/helpers/dev-helper.js +206 -0
  2. package/.aios-core/core/registry/registry-schema.json +166 -166
  3. package/.aios-core/core/synapse/diagnostics/collectors/hook-collector.js +3 -3
  4. package/.aios-core/data/entity-registry.yaml +27 -0
  5. package/.aios-core/development/scripts/approval-workflow.js +642 -642
  6. package/.aios-core/development/scripts/backup-manager.js +606 -606
  7. package/.aios-core/development/scripts/branch-manager.js +389 -389
  8. package/.aios-core/development/scripts/code-quality-improver.js +1311 -1311
  9. package/.aios-core/development/scripts/commit-message-generator.js +849 -849
  10. package/.aios-core/development/scripts/conflict-resolver.js +674 -674
  11. package/.aios-core/development/scripts/dependency-analyzer.js +637 -637
  12. package/.aios-core/development/scripts/diff-generator.js +351 -351
  13. package/.aios-core/development/scripts/elicitation-engine.js +384 -384
  14. package/.aios-core/development/scripts/elicitation-session-manager.js +299 -299
  15. package/.aios-core/development/scripts/git-wrapper.js +461 -461
  16. package/.aios-core/development/scripts/manifest-preview.js +244 -244
  17. package/.aios-core/development/scripts/metrics-tracker.js +775 -775
  18. package/.aios-core/development/scripts/modification-validator.js +554 -554
  19. package/.aios-core/development/scripts/pattern-learner.js +1224 -1224
  20. package/.aios-core/development/scripts/performance-analyzer.js +757 -757
  21. package/.aios-core/development/scripts/refactoring-suggester.js +1138 -1138
  22. package/.aios-core/development/scripts/rollback-handler.js +530 -530
  23. package/.aios-core/development/scripts/security-checker.js +358 -358
  24. package/.aios-core/development/scripts/template-engine.js +239 -239
  25. package/.aios-core/development/scripts/template-validator.js +278 -278
  26. package/.aios-core/development/scripts/test-generator.js +843 -843
  27. package/.aios-core/development/scripts/transaction-manager.js +589 -589
  28. package/.aios-core/development/scripts/usage-tracker.js +673 -673
  29. package/.aios-core/development/scripts/validate-filenames.js +226 -226
  30. package/.aios-core/development/scripts/version-tracker.js +526 -526
  31. package/.aios-core/development/scripts/yaml-validator.js +396 -396
  32. package/.aios-core/development/tasks/build-autonomous.md +10 -4
  33. package/.aios-core/development/tasks/create-service.md +23 -0
  34. package/.aios-core/development/tasks/dev-develop-story.md +12 -6
  35. package/.aios-core/development/tasks/dev-suggest-refactoring.md +7 -1
  36. package/.aios-core/development/tasks/publish-npm.md +3 -3
  37. package/.aios-core/hooks/unified/README.md +1 -1
  38. package/.aios-core/install-manifest.yaml +65 -61
  39. package/.aios-core/manifests/schema/manifest-schema.json +190 -190
  40. package/.aios-core/product/templates/component-react-tmpl.tsx +98 -98
  41. package/.aios-core/product/templates/engine/schemas/adr.schema.json +102 -102
  42. package/.aios-core/product/templates/engine/schemas/dbdr.schema.json +205 -205
  43. package/.aios-core/product/templates/engine/schemas/epic.schema.json +175 -175
  44. package/.aios-core/product/templates/engine/schemas/pmdr.schema.json +175 -175
  45. package/.aios-core/product/templates/engine/schemas/prd-v2.schema.json +300 -300
  46. package/.aios-core/product/templates/engine/schemas/prd.schema.json +152 -152
  47. package/.aios-core/product/templates/engine/schemas/story.schema.json +222 -222
  48. package/.aios-core/product/templates/engine/schemas/task.schema.json +154 -154
  49. package/.aios-core/product/templates/eslintrc-security.json +32 -32
  50. package/.aios-core/product/templates/github-actions-cd.yml +212 -212
  51. package/.aios-core/product/templates/github-actions-ci.yml +172 -172
  52. package/.aios-core/product/templates/shock-report-tmpl.html +502 -502
  53. package/.aios-core/product/templates/token-exports-css-tmpl.css +240 -240
  54. package/.aios-core/quality/schemas/quality-metrics.schema.json +233 -233
  55. package/.aios-core/scripts/migrate-framework-docs.sh +300 -300
  56. package/README.en.md +747 -0
  57. package/README.md +4 -2
  58. package/bin/aios.js +7 -4
  59. package/package.json +1 -1
  60. package/packages/aios-pro-cli/src/recover.js +1 -1
  61. package/packages/installer/src/wizard/ide-config-generator.js +6 -6
  62. package/packages/installer/src/wizard/pro-setup.js +3 -3
  63. package/scripts/package-synapse.js +5 -5
  64. package/scripts/validate-package-completeness.js +3 -3
  65. package/.aios-core/.session/current-session.json +0 -14
  66. package/.aios-core/data/registry-update-log.jsonl +0 -191
  67. package/.aios-core/docs/SHARD-TRANSLATION-GUIDE.md +0 -335
  68. package/.aios-core/docs/component-creation-guide.md +0 -458
  69. package/.aios-core/docs/session-update-pattern.md +0 -307
  70. package/.aios-core/docs/standards/AIOS-FRAMEWORK-MASTER.md +0 -1963
  71. package/.aios-core/docs/standards/AIOS-LIVRO-DE-OURO-V2.1-SUMMARY.md +0 -1190
  72. package/.aios-core/docs/standards/AIOS-LIVRO-DE-OURO-V2.1.md +0 -439
  73. package/.aios-core/docs/standards/AIOS-LIVRO-DE-OURO.md +0 -5398
  74. package/.aios-core/docs/standards/V3-ARCHITECTURAL-DECISIONS.md +0 -523
  75. package/.aios-core/docs/template-syntax.md +0 -267
  76. package/.aios-core/docs/troubleshooting-guide.md +0 -625
  77. package/.aios-core/infrastructure/tests/utilities-audit-results.json +0 -501
  78. package/.aios-core/manifests/agents.csv +0 -29
  79. package/.aios-core/manifests/tasks.csv +0 -198
  80. package/.aios-core/manifests/workers.csv +0 -204
  81. package/.claude/rules/agent-authority.md +0 -105
  82. package/.claude/rules/coderabbit-integration.md +0 -93
  83. package/.claude/rules/ids-principles.md +0 -112
  84. package/.claude/rules/story-lifecycle.md +0 -139
  85. package/.claude/rules/workflow-execution.md +0 -150
  86. package/pro/README.md +0 -66
  87. package/pro/license/degradation.js +0 -220
  88. package/pro/license/errors.js +0 -450
  89. package/pro/license/feature-gate.js +0 -354
  90. package/pro/license/index.js +0 -181
  91. package/pro/license/license-api.js +0 -651
  92. package/pro/license/license-cache.js +0 -523
  93. package/pro/license/license-crypto.js +0 -303
  94. package/scripts/glue/README.md +0 -355
  95. package/scripts/glue/compose-agent-prompt.cjs +0 -362
  96. /package/.claude/hooks/{precompact-session-digest.js → precompact-session-digest.cjs} +0 -0
  97. /package/.claude/hooks/{synapse-engine.js → synapse-engine.cjs} +0 -0
@@ -1,501 +0,0 @@
1
- [
2
- {
3
- "name": "aios-validator.js",
4
- "status": "WORKING",
5
- "loadable": true,
6
- "exports": [
7
- "validate",
8
- "validateStoryFile",
9
- "runESLint",
10
- "runTypeScript",
11
- "validateYAML"
12
- ],
13
- "errors": [],
14
- "recommendation": "Functional - verify integration"
15
- },
16
- {
17
- "name": "approval-workflow.js",
18
- "status": "FIXABLE",
19
- "loadable": true,
20
- "exports": [],
21
- "errors": [],
22
- "recommendation": "Loads but exports nothing"
23
- },
24
- {
25
- "name": "atomic-layer-classifier.js",
26
- "status": "WORKING",
27
- "loadable": true,
28
- "exports": [
29
- "classifyTask",
30
- "processTaskFile"
31
- ],
32
- "errors": [],
33
- "recommendation": "Functional - verify integration"
34
- },
35
- {
36
- "name": "backup-manager.js",
37
- "status": "FIXABLE",
38
- "loadable": false,
39
- "exports": [],
40
- "errors": [
41
- "Cannot find module 'tar'\nRequire stack:\n- C:\\Users\\AllFluence-User\\Workspaces\\AIOS\\AIOS-V4\\aios-fullstack\\.aios-core\\infrastructure\\scripts\\backup-manager.js\n- C:\\Users\\AllFluence-User\\Workspaces\\AIOS\\AIOS-V4\\aios-fullstack\\.aios-core\\infrastructure\\scripts\\test-utilities-fast.js\n- C:\\Users\\AllFluence-User\\Workspaces\\AIOS\\AIOS-V4\\aios-fullstack\\.aios-core\\infrastructure\\index.js\n- C:\\Users\\AllFluence-User\\Workspaces\\AIOS\\AIOS-V4\\aios-fullstack\\.aios-core\\infrastructure\\tests\\validate-module.js"
42
- ],
43
- "recommendation": "Missing dependencies - installable"
44
- },
45
- {
46
- "name": "batch-creator.js",
47
- "status": "FIXABLE",
48
- "loadable": true,
49
- "exports": [],
50
- "errors": [],
51
- "recommendation": "Loads but exports nothing"
52
- },
53
- {
54
- "name": "branch-manager.js",
55
- "status": "FIXABLE",
56
- "loadable": true,
57
- "exports": [],
58
- "errors": [],
59
- "recommendation": "Loads but exports nothing"
60
- },
61
- {
62
- "name": "capability-analyzer.js",
63
- "status": "FIXABLE",
64
- "loadable": true,
65
- "exports": [],
66
- "errors": [],
67
- "recommendation": "Loads but exports nothing"
68
- },
69
- {
70
- "name": "clickup-helpers.js",
71
- "status": "WORKING",
72
- "loadable": true,
73
- "exports": [
74
- "updateStoryStatus",
75
- "updateEpicStatus",
76
- "updateTaskDescription",
77
- "addTaskComment",
78
- "verifyEpicExists"
79
- ],
80
- "errors": [],
81
- "recommendation": "Functional - verify integration"
82
- },
83
- {
84
- "name": "code-quality-improver.js",
85
- "status": "FIXABLE",
86
- "loadable": false,
87
- "exports": [],
88
- "errors": [
89
- "Cannot find module 'jscodeshift'\nRequire stack:\n- C:\\Users\\AllFluence-User\\Workspaces\\AIOS\\AIOS-V4\\aios-fullstack\\.aios-core\\infrastructure\\scripts\\code-quality-improver.js\n- C:\\Users\\AllFluence-User\\Workspaces\\AIOS\\AIOS-V4\\aios-fullstack\\.aios-core\\infrastructure\\scripts\\test-utilities-fast.js\n- C:\\Users\\AllFluence-User\\Workspaces\\AIOS\\AIOS-V4\\aios-fullstack\\.aios-core\\infrastructure\\index.js\n- C:\\Users\\AllFluence-User\\Workspaces\\AIOS\\AIOS-V4\\aios-fullstack\\.aios-core\\infrastructure\\tests\\validate-module.js"
90
- ],
91
- "recommendation": "Missing dependencies - installable"
92
- },
93
- {
94
- "name": "commit-message-generator.js",
95
- "status": "FIXABLE",
96
- "loadable": true,
97
- "exports": [],
98
- "errors": [],
99
- "recommendation": "Loads but exports nothing"
100
- },
101
- {
102
- "name": "component-generator.js",
103
- "status": "FIXABLE",
104
- "loadable": true,
105
- "exports": [],
106
- "errors": [],
107
- "recommendation": "Loads but exports nothing"
108
- },
109
- {
110
- "name": "component-metadata.js",
111
- "status": "FIXABLE",
112
- "loadable": true,
113
- "exports": [],
114
- "errors": [],
115
- "recommendation": "Loads but exports nothing"
116
- },
117
- {
118
- "name": "component-search.js",
119
- "status": "FIXABLE",
120
- "loadable": true,
121
- "exports": [],
122
- "errors": [],
123
- "recommendation": "Loads but exports nothing"
124
- },
125
- {
126
- "name": "config-cache.js",
127
- "status": "WORKING",
128
- "loadable": true,
129
- "exports": [
130
- "ConfigCache",
131
- "globalConfigCache"
132
- ],
133
- "errors": [],
134
- "recommendation": "Functional - verify integration"
135
- },
136
- {
137
- "name": "config-loader.js",
138
- "status": "WORKING",
139
- "loadable": true,
140
- "exports": [
141
- "loadAgentConfig",
142
- "loadConfigSections",
143
- "loadMinimalConfig",
144
- "loadFullConfig",
145
- "preloadConfig",
146
- "clearCache",
147
- "getPerformanceMetrics",
148
- "validateAgentConfig",
149
- "getConfigSection",
150
- "agentRequirements",
151
- "ALWAYS_LOADED"
152
- ],
153
- "errors": [],
154
- "recommendation": "Functional - verify integration"
155
- },
156
- {
157
- "name": "conflict-resolver.js",
158
- "status": "FIXABLE",
159
- "loadable": false,
160
- "exports": [],
161
- "errors": [
162
- "Cannot find module 'diff'\nRequire stack:\n- C:\\Users\\AllFluence-User\\Workspaces\\AIOS\\AIOS-V4\\aios-fullstack\\.aios-core\\infrastructure\\scripts\\conflict-resolver.js\n- C:\\Users\\AllFluence-User\\Workspaces\\AIOS\\AIOS-V4\\aios-fullstack\\.aios-core\\infrastructure\\scripts\\test-utilities-fast.js\n- C:\\Users\\AllFluence-User\\Workspaces\\AIOS\\AIOS-V4\\aios-fullstack\\.aios-core\\infrastructure\\index.js\n- C:\\Users\\AllFluence-User\\Workspaces\\AIOS\\AIOS-V4\\aios-fullstack\\.aios-core\\infrastructure\\tests\\validate-module.js"
163
- ],
164
- "recommendation": "Missing dependencies - installable"
165
- },
166
- {
167
- "name": "coverage-analyzer.js",
168
- "status": "FIXABLE",
169
- "loadable": true,
170
- "exports": [],
171
- "errors": [],
172
- "recommendation": "Loads but exports nothing"
173
- },
174
- {
175
- "name": "dependency-analyzer.js",
176
- "status": "FIXABLE",
177
- "loadable": true,
178
- "exports": [],
179
- "errors": [],
180
- "recommendation": "Loads but exports nothing"
181
- },
182
- {
183
- "name": "dependency-impact-analyzer.js",
184
- "status": "FIXABLE",
185
- "loadable": true,
186
- "exports": [],
187
- "errors": [],
188
- "recommendation": "Loads but exports nothing"
189
- },
190
- {
191
- "name": "diff-generator.js",
192
- "status": "FIXABLE",
193
- "loadable": true,
194
- "exports": [],
195
- "errors": [],
196
- "recommendation": "Loads but exports nothing"
197
- },
198
- {
199
- "name": "documentation-synchronizer.js",
200
- "status": "FIXABLE",
201
- "loadable": true,
202
- "exports": [],
203
- "errors": [],
204
- "recommendation": "Loads but exports nothing"
205
- },
206
- {
207
- "name": "framework-analyzer.js",
208
- "status": "FIXABLE",
209
- "loadable": true,
210
- "exports": [],
211
- "errors": [],
212
- "recommendation": "Loads but exports nothing"
213
- },
214
- {
215
- "name": "git-config-detector.js",
216
- "status": "FIXABLE",
217
- "loadable": true,
218
- "exports": [],
219
- "errors": [],
220
- "recommendation": "Loads but exports nothing"
221
- },
222
- {
223
- "name": "git-wrapper.js",
224
- "status": "FIXABLE",
225
- "loadable": true,
226
- "exports": [],
227
- "errors": [],
228
- "recommendation": "Loads but exports nothing"
229
- },
230
- {
231
- "name": "improvement-engine.js",
232
- "status": "FIXABLE",
233
- "loadable": true,
234
- "exports": [],
235
- "errors": [],
236
- "recommendation": "Loads but exports nothing"
237
- },
238
- {
239
- "name": "improvement-validator.js",
240
- "status": "FIXABLE",
241
- "loadable": false,
242
- "exports": [],
243
- "errors": [
244
- "Cannot find module './dependency-manager'\nRequire stack:\n- C:\\Users\\AllFluence-User\\Workspaces\\AIOS\\AIOS-V4\\aios-fullstack\\.aios-core\\infrastructure\\scripts\\improvement-validator.js\n- C:\\Users\\AllFluence-User\\Workspaces\\AIOS\\AIOS-V4\\aios-fullstack\\.aios-core\\infrastructure\\scripts\\test-utilities-fast.js\n- C:\\Users\\AllFluence-User\\Workspaces\\AIOS\\AIOS-V4\\aios-fullstack\\.aios-core\\infrastructure\\index.js\n- C:\\Users\\AllFluence-User\\Workspaces\\AIOS\\AIOS-V4\\aios-fullstack\\.aios-core\\infrastructure\\tests\\validate-module.js"
245
- ],
246
- "recommendation": "Missing dependencies - installable"
247
- },
248
- {
249
- "name": "modification-risk-assessment.js",
250
- "status": "FIXABLE",
251
- "loadable": true,
252
- "exports": [],
253
- "errors": [],
254
- "recommendation": "Loads but exports nothing"
255
- },
256
- {
257
- "name": "modification-validator.js",
258
- "status": "FIXABLE",
259
- "loadable": true,
260
- "exports": [],
261
- "errors": [],
262
- "recommendation": "Loads but exports nothing"
263
- },
264
- {
265
- "name": "output-formatter.js",
266
- "status": "FIXABLE",
267
- "loadable": true,
268
- "exports": [],
269
- "errors": [],
270
- "recommendation": "Loads but exports nothing"
271
- },
272
- {
273
- "name": "performance-analyzer.js",
274
- "status": "FIXABLE",
275
- "loadable": true,
276
- "exports": [],
277
- "errors": [],
278
- "recommendation": "Loads but exports nothing"
279
- },
280
- {
281
- "name": "performance-and-error-resolver.js",
282
- "status": "WORKING",
283
- "loadable": true,
284
- "exports": [
285
- "processTaskFile",
286
- "determineErrorStrategy"
287
- ],
288
- "errors": [],
289
- "recommendation": "Functional - verify integration"
290
- },
291
- {
292
- "name": "performance-optimizer.js",
293
- "status": "FIXABLE",
294
- "loadable": true,
295
- "exports": [],
296
- "errors": [],
297
- "recommendation": "Loads but exports nothing"
298
- },
299
- {
300
- "name": "performance-tracker.js",
301
- "status": "WORKING",
302
- "loadable": true,
303
- "exports": [
304
- "trackConfigLoad",
305
- "trackAgentActivation",
306
- "startSession",
307
- "endSession",
308
- "getStatistics",
309
- "generateReport",
310
- "savePerformanceData",
311
- "loadPerformanceData",
312
- "reset",
313
- "PERFORMANCE_TARGETS",
314
- "AGENT_PRIORITIES"
315
- ],
316
- "errors": [],
317
- "recommendation": "Functional - verify integration"
318
- },
319
- {
320
- "name": "pm-adapter-factory.js",
321
- "status": "WORKING",
322
- "loadable": true,
323
- "exports": [
324
- "getPMAdapter",
325
- "clearAdapterCache",
326
- "getPMToolType",
327
- "isPMToolConfigured"
328
- ],
329
- "errors": [],
330
- "recommendation": "Functional - verify integration"
331
- },
332
- {
333
- "name": "pm-adapter.js",
334
- "status": "WORKING",
335
- "loadable": true,
336
- "exports": [
337
- "PMAdapter"
338
- ],
339
- "errors": [],
340
- "recommendation": "Functional - verify integration"
341
- },
342
- {
343
- "name": "project-status-loader.js",
344
- "status": "WORKING",
345
- "loadable": true,
346
- "exports": [
347
- "loadProjectStatus",
348
- "clearCache",
349
- "formatStatusDisplay",
350
- "ProjectStatusLoader"
351
- ],
352
- "errors": [],
353
- "recommendation": "Functional - verify integration"
354
- },
355
- {
356
- "name": "refactoring-suggester.js",
357
- "status": "FIXABLE",
358
- "loadable": true,
359
- "exports": [],
360
- "errors": [],
361
- "recommendation": "Loads but exports nothing"
362
- },
363
- {
364
- "name": "repository-detector.js",
365
- "status": "WORKING",
366
- "loadable": true,
367
- "exports": [
368
- "detectRepositoryContext"
369
- ],
370
- "errors": [],
371
- "recommendation": "Functional - verify integration"
372
- },
373
- {
374
- "name": "sandbox-tester.js",
375
- "status": "FIXABLE",
376
- "loadable": false,
377
- "exports": [],
378
- "errors": [
379
- "Cannot find module 'tmp-promise'\nRequire stack:\n- C:\\Users\\AllFluence-User\\Workspaces\\AIOS\\AIOS-V4\\aios-fullstack\\.aios-core\\infrastructure\\scripts\\sandbox-tester.js\n- C:\\Users\\AllFluence-User\\Workspaces\\AIOS\\AIOS-V4\\aios-fullstack\\.aios-core\\infrastructure\\scripts\\test-utilities-fast.js\n- C:\\Users\\AllFluence-User\\Workspaces\\AIOS\\AIOS-V4\\aios-fullstack\\.aios-core\\infrastructure\\index.js\n- C:\\Users\\AllFluence-User\\Workspaces\\AIOS\\AIOS-V4\\aios-fullstack\\.aios-core\\infrastructure\\tests\\validate-module.js"
380
- ],
381
- "recommendation": "Missing dependencies - installable"
382
- },
383
- {
384
- "name": "security-checker.js",
385
- "status": "FIXABLE",
386
- "loadable": true,
387
- "exports": [],
388
- "errors": [],
389
- "recommendation": "Loads but exports nothing"
390
- },
391
- {
392
- "name": "spot-check-validator.js",
393
- "status": "WORKING",
394
- "loadable": true,
395
- "exports": [
396
- "validateTask"
397
- ],
398
- "errors": [],
399
- "recommendation": "Functional - verify integration"
400
- },
401
- {
402
- "name": "status-mapper.js",
403
- "status": "WORKING",
404
- "loadable": true,
405
- "exports": [
406
- "mapStatusToClickUp",
407
- "mapStatusFromClickUp",
408
- "isValidAIOSStatus",
409
- "isValidClickUpStatus",
410
- "getValidAIOSStatuses",
411
- "getValidClickUpStatuses",
412
- "STATUS_MAPPING"
413
- ],
414
- "errors": [],
415
- "recommendation": "Functional - verify integration"
416
- },
417
- {
418
- "name": "template-engine.js",
419
- "status": "FIXABLE",
420
- "loadable": true,
421
- "exports": [],
422
- "errors": [],
423
- "recommendation": "Loads but exports nothing"
424
- },
425
- {
426
- "name": "template-validator.js",
427
- "status": "FIXABLE",
428
- "loadable": true,
429
- "exports": [],
430
- "errors": [],
431
- "recommendation": "Loads but exports nothing"
432
- },
433
- {
434
- "name": "test-generator.js",
435
- "status": "FIXABLE",
436
- "loadable": true,
437
- "exports": [],
438
- "errors": [],
439
- "recommendation": "Loads but exports nothing"
440
- },
441
- {
442
- "name": "test-quality-assessment.js",
443
- "status": "FIXABLE",
444
- "loadable": true,
445
- "exports": [],
446
- "errors": [],
447
- "recommendation": "Loads but exports nothing"
448
- },
449
- {
450
- "name": "tool-resolver.js",
451
- "status": "WORKING",
452
- "loadable": true,
453
- "exports": [
454
- "cache",
455
- "basePaths",
456
- "resolveTool"
457
- ],
458
- "errors": [],
459
- "recommendation": "Functional - verify integration"
460
- },
461
- {
462
- "name": "transaction-manager.js",
463
- "status": "FIXABLE",
464
- "loadable": true,
465
- "exports": [],
466
- "errors": [],
467
- "recommendation": "Loads but exports nothing"
468
- },
469
- {
470
- "name": "usage-analytics.js",
471
- "status": "FIXABLE",
472
- "loadable": true,
473
- "exports": [],
474
- "errors": [],
475
- "recommendation": "Loads but exports nothing"
476
- },
477
- {
478
- "name": "validate-output-pattern.js",
479
- "status": "FIXABLE",
480
- "loadable": true,
481
- "exports": [],
482
- "errors": [],
483
- "recommendation": "Loads but exports nothing"
484
- },
485
- {
486
- "name": "visual-impact-generator.js",
487
- "status": "FIXABLE",
488
- "loadable": true,
489
- "exports": [],
490
- "errors": [],
491
- "recommendation": "Loads but exports nothing"
492
- },
493
- {
494
- "name": "yaml-validator.js",
495
- "status": "FIXABLE",
496
- "loadable": true,
497
- "exports": [],
498
- "errors": [],
499
- "recommendation": "Loads but exports nothing"
500
- }
501
- ]
@@ -1,29 +0,0 @@
1
- id,name,archetype,icon,version,status,file_path,when_to_use
2
- aios-master,Orion,Orchestrator,👑,2.1.0,active,.aios-core/development/agents/aios-master.md,"Use when you need comprehensive expertise across all domains, framework component creation/modification, workflow orchestration, or running tasks that don't require a specialized persona."
3
- analyst,Atlas,Decoder,🔍,2.1.0,active,.aios-core/development/agents/analyst.md,"Use for market research, competitive analysis, user research, brainstorming session facilitation, structured ideation workshops, feasibility studies, industry trends analysis, project discovery (brownfield documentation), and research report creation.
4
-
5
- NOT for: PRD creation or product strategy → Use @pm. Technical architecture decisions or technology selection → Use @architect. Story creation or sprint planning → Use @sm.
6
- "
7
- architect,Aria,Visionary,🏛️,2.1.0,active,.aios-core/development/agents/architect.md,"Use for system architecture (fullstack, backend, frontend, infrastructure), technology stack selection (technical evaluation), API design (REST/GraphQL/tRPC/WebSocket), security architecture, performance optimization, deployment strategy, and cross-cutting concerns (logging, monitoring, error handling).
8
-
9
- NOT for: Market research or competitive analysis → Use @analyst. PRD creation or product strategy → Use @pm. Database schema design or query optimization → Use @data-engineer.
10
- "
11
- data-engineer,Dara,Sage,📊,2.1.0,active,.aios-core/development/agents/data-engineer.md,"Use for database design, schema architecture, Supabase configuration, RLS policies, migrations, query optimization, data modeling, operations, and monitoring"
12
- dev,Dex,Builder,💻,2.1.0,active,.aios-core/development/agents/dev.md,"Use for code implementation, debugging, refactoring, and development best practices"
13
- devops,Gage,Operator,⚡,2.1.0,active,.aios-core/development/agents/devops.md,"Use for repository operations, version management, CI/CD, quality gates, and GitHub push operations. ONLY agent authorized to push to remote repository."
14
- pm,Morgan,Strategist,📋,2.1.0,active,.aios-core/development/agents/pm.md,"Use for PRD creation (greenfield and brownfield), epic creation and management, product strategy and vision, feature prioritization (MoSCoW, RICE), roadmap planning, business case development, go/no-go decisions, scope definition, success metrics, and stakeholder communication.
15
-
16
- Epic/Story Delegation (Gate 1 Decision): PM creates epic structure, then delegates story creation to @sm.
17
-
18
- NOT for: Market research or competitive analysis → Use @analyst. Technical architecture design or technology selection → Use @architect. Detailed user story creation → Use @sm (PM creates epics, SM creates stories). Implementation work → Use @dev.
19
- "
20
- po,Pax,Balancer,🎯,2.1.0,active,.aios-core/development/agents/po.md,"Use for backlog management, story refinement, acceptance criteria, sprint planning, and prioritization decisions"
21
- qa,Quinn,Guardian,✅,2.1.0,active,.aios-core/development/agents/qa.md,"Use for comprehensive test architecture review, quality gate decisions, and code improvement. Provides thorough analysis including requirements traceability, risk assessment, and test strategy. Advisory only - teams choose their quality bar."
22
- sm,River,Facilitator,🌊,2.1.0,active,.aios-core/development/agents/sm.md,"Use for user story creation from PRD, story validation and completeness checking, acceptance criteria definition, story refinement, sprint planning, backlog grooming, retrospectives, daily standup facilitation, and local branch management (create/switch/list/delete local branches, local merges).
23
-
24
- Epic/Story Delegation (Gate 1 Decision): PM creates epic structure, SM creates detailed user stories from that epic.
25
-
26
- NOT for: PRD creation or epic structure → Use @pm. Market research or competitive analysis → Use @analyst. Technical architecture design → Use @architect. Implementation work → Use @dev. Remote Git operations (push, create PR, merge PR, delete remote branches) → Use @github-devops.
27
- "
28
- squad-creator,Craft,Builder,🏗️,2.1.0,active,.aios-core/development/agents/squad-creator.md,"Use to create, validate, publish and manage squads"
29
- ux-design-expert,Uma,Empathizer,🎨,2.1.0,active,.aios-core/development/agents/ux-design-expert.md,"Complete design workflow - user research, wireframes, design systems, token extraction, component building, and quality assurance"