@llm-dev-ops/agentics-cli 2.3.0 → 2.5.0
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/dist/agents/repo-agent-runner.d.ts +2 -0
- package/dist/agents/repo-agent-runner.d.ts.map +1 -1
- package/dist/agents/repo-agent-runner.js +4 -2
- package/dist/agents/repo-agent-runner.js.map +1 -1
- package/dist/agents/system-prompts.d.ts.map +1 -1
- package/dist/agents/system-prompts.js +19 -0
- package/dist/agents/system-prompts.js.map +1 -1
- package/dist/commands/agents.d.ts +7 -0
- package/dist/commands/agents.d.ts.map +1 -1
- package/dist/commands/agents.js +115 -3
- package/dist/commands/agents.js.map +1 -1
- package/dist/config/qe-gating.d.ts +81 -0
- package/dist/config/qe-gating.d.ts.map +1 -0
- package/dist/config/qe-gating.js +138 -0
- package/dist/config/qe-gating.js.map +1 -0
- package/dist/pipeline/auto-chain.d.ts +117 -0
- package/dist/pipeline/auto-chain.d.ts.map +1 -1
- package/dist/pipeline/auto-chain.js +1047 -35
- package/dist/pipeline/auto-chain.js.map +1 -1
- package/dist/pipeline/phase2/phases/prompt-generator.d.ts.map +1 -1
- package/dist/pipeline/phase2/phases/prompt-generator.js +152 -6
- package/dist/pipeline/phase2/phases/prompt-generator.js.map +1 -1
- package/dist/pipeline/phase4-5-pre-render/financial-model.d.ts +51 -0
- package/dist/pipeline/phase4-5-pre-render/financial-model.d.ts.map +1 -0
- package/dist/pipeline/phase4-5-pre-render/financial-model.js +118 -0
- package/dist/pipeline/phase4-5-pre-render/financial-model.js.map +1 -0
- package/dist/pipeline/phase4-5-pre-render/post-render-reconciler.d.ts +53 -0
- package/dist/pipeline/phase4-5-pre-render/post-render-reconciler.d.ts.map +1 -0
- package/dist/pipeline/phase4-5-pre-render/post-render-reconciler.js +130 -0
- package/dist/pipeline/phase4-5-pre-render/post-render-reconciler.js.map +1 -0
- package/dist/pipeline/phase4-5-pre-render/pre-render-coordinator.d.ts +47 -0
- package/dist/pipeline/phase4-5-pre-render/pre-render-coordinator.d.ts.map +1 -0
- package/dist/pipeline/phase4-5-pre-render/pre-render-coordinator.js +105 -0
- package/dist/pipeline/phase4-5-pre-render/pre-render-coordinator.js.map +1 -0
- package/dist/pipeline/phase4-5-pre-render/sector-baselines.d.ts +42 -0
- package/dist/pipeline/phase4-5-pre-render/sector-baselines.d.ts.map +1 -0
- package/dist/pipeline/phase4-5-pre-render/sector-baselines.js +117 -0
- package/dist/pipeline/phase4-5-pre-render/sector-baselines.js.map +1 -0
- package/dist/pipeline/phase5-build/phases/post-generation-validator.d.ts.map +1 -1
- package/dist/pipeline/phase5-build/phases/post-generation-validator.js +341 -1
- package/dist/pipeline/phase5-build/phases/post-generation-validator.js.map +1 -1
- package/dist/pipeline/phase5-build/qe-gating-executor.d.ts +73 -0
- package/dist/pipeline/phase5-build/qe-gating-executor.d.ts.map +1 -0
- package/dist/pipeline/phase5-build/qe-gating-executor.js +134 -0
- package/dist/pipeline/phase5-build/qe-gating-executor.js.map +1 -0
- package/dist/pipeline/types.d.ts +4 -1
- package/dist/pipeline/types.d.ts.map +1 -1
- package/dist/pipeline/types.js +9 -1
- package/dist/pipeline/types.js.map +1 -1
- package/dist/promotion/graph-diff.d.ts +39 -0
- package/dist/promotion/graph-diff.d.ts.map +1 -0
- package/dist/promotion/graph-diff.js +60 -0
- package/dist/promotion/graph-diff.js.map +1 -0
- package/dist/promotion/sampler-lib.d.ts +45 -0
- package/dist/promotion/sampler-lib.d.ts.map +1 -0
- package/dist/promotion/sampler-lib.js +96 -0
- package/dist/promotion/sampler-lib.js.map +1 -0
- package/dist/routing/domain-boundary.d.ts +92 -0
- package/dist/routing/domain-boundary.d.ts.map +1 -0
- package/dist/routing/domain-boundary.js +208 -0
- package/dist/routing/domain-boundary.js.map +1 -0
- package/dist/routing/index.d.ts +2 -0
- package/dist/routing/index.d.ts.map +1 -1
- package/dist/routing/index.js +4 -0
- package/dist/routing/index.js.map +1 -1
- package/dist/synthesis/domain-unit-registry.d.ts +1 -1
- package/dist/synthesis/domain-unit-registry.d.ts.map +1 -1
- package/dist/synthesis/domain-unit-registry.js +26 -0
- package/dist/synthesis/domain-unit-registry.js.map +1 -1
- package/dist/synthesis/financial-claim-extractor.d.ts +20 -0
- package/dist/synthesis/financial-claim-extractor.d.ts.map +1 -1
- package/dist/synthesis/financial-claim-extractor.js +31 -0
- package/dist/synthesis/financial-claim-extractor.js.map +1 -1
- package/dist/synthesis/financial-consistency-rules.d.ts +4 -0
- package/dist/synthesis/financial-consistency-rules.d.ts.map +1 -1
- package/dist/synthesis/financial-consistency-rules.js +51 -0
- package/dist/synthesis/financial-consistency-rules.js.map +1 -1
- package/dist/synthesis/roadmap-dates.d.ts +72 -0
- package/dist/synthesis/roadmap-dates.d.ts.map +1 -0
- package/dist/synthesis/roadmap-dates.js +203 -0
- package/dist/synthesis/roadmap-dates.js.map +1 -0
- package/dist/synthesis/simulation-artifact-generator.d.ts.map +1 -1
- package/dist/synthesis/simulation-artifact-generator.js +46 -0
- package/dist/synthesis/simulation-artifact-generator.js.map +1 -1
- package/dist/synthesis/simulation-renderers.d.ts.map +1 -1
- package/dist/synthesis/simulation-renderers.js +139 -34
- package/dist/synthesis/simulation-renderers.js.map +1 -1
- package/docs/ecosystem.graph.json +87 -14
- package/package.json +1 -1
|
@@ -193,6 +193,52 @@
|
|
|
193
193
|
],
|
|
194
194
|
"scope": "global",
|
|
195
195
|
"tags": ["data-security", "anonymize", "access-control", "de-identify", "privacy", "data-protection"]
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"name": "quality_engineering",
|
|
199
|
+
"description": "Comprehensive QE fleet — test generation (unit/integration/property/BDD), coverage analysis, defect intelligence, flaky detection, test design, chaos engineering, and root-cause analysis. Wraps AQE upstream via adapter repo.",
|
|
200
|
+
"repos": ["agentic-qe"],
|
|
201
|
+
"agents": [
|
|
202
|
+
"Test Design Agent",
|
|
203
|
+
"Unit Test Generation Agent",
|
|
204
|
+
"Integration Test Generation Agent",
|
|
205
|
+
"Property-Based Test Agent",
|
|
206
|
+
"BDD Test Generation Agent",
|
|
207
|
+
"Coverage Analysis Agent",
|
|
208
|
+
"Coverage Gap Detection Agent",
|
|
209
|
+
"Defect Prediction Agent",
|
|
210
|
+
"Flaky Test Detection Agent",
|
|
211
|
+
"Root Cause Analysis Agent",
|
|
212
|
+
"Requirements Traceability Agent",
|
|
213
|
+
"Chaos Engineering Agent",
|
|
214
|
+
"Test Execution Orchestrator Agent",
|
|
215
|
+
"QE Reporting Agent"
|
|
216
|
+
],
|
|
217
|
+
"scope": "global",
|
|
218
|
+
"tags": ["qe", "testing", "test-generation", "coverage", "defect-intelligence", "flaky-detection", "chaos", "rca", "traceability", "quality"]
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"name": "test_bench",
|
|
222
|
+
"description": "Model and agent evaluation benchmarking — quality scoring, regression detection, hallucination/faithfulness measurement, prompt sensitivity, consistency, bias, stress, red-team, golden-dataset curation, and synthetic-data generation for benchmarks. Complement to quality_engineering per ADR-085: test_bench owns model-level evaluation; QE owns code-level testing.",
|
|
223
|
+
"repos": ["test-bench"],
|
|
224
|
+
"agents": [
|
|
225
|
+
"Benchmark Agent",
|
|
226
|
+
"Compare Agent",
|
|
227
|
+
"Regression Detection Agent",
|
|
228
|
+
"Quality Scoring Agent",
|
|
229
|
+
"Hallucination Detection Agent",
|
|
230
|
+
"Faithfulness Agent",
|
|
231
|
+
"Bias Evaluation Agent",
|
|
232
|
+
"Prompt Sensitivity Agent",
|
|
233
|
+
"Consistency Agent",
|
|
234
|
+
"Stress Test Agent",
|
|
235
|
+
"Red Team Agent",
|
|
236
|
+
"Adversarial Agent",
|
|
237
|
+
"Golden Dataset Agent",
|
|
238
|
+
"Synthetic Data Agent"
|
|
239
|
+
],
|
|
240
|
+
"scope": "global",
|
|
241
|
+
"tags": ["benchmark", "compare", "regression", "quality", "hallucination", "faithfulness", "bias", "prompt-sensitivity", "consistency", "stress", "red-team", "adversarial", "golden-dataset", "synthetic-data"]
|
|
196
242
|
}
|
|
197
243
|
],
|
|
198
244
|
"capabilities": [
|
|
@@ -266,11 +312,13 @@
|
|
|
266
312
|
],
|
|
267
313
|
"optional_agents": [
|
|
268
314
|
"Template Bootstrap Agent",
|
|
269
|
-
"Version Compatibility Agent"
|
|
315
|
+
"Version Compatibility Agent",
|
|
316
|
+
"Test Design Agent",
|
|
317
|
+
"Requirements Traceability Agent"
|
|
270
318
|
],
|
|
271
319
|
"execution": "ruflo_swarm",
|
|
272
320
|
"depends_on": ["research"],
|
|
273
|
-
"tags": ["sparc", "specification", "pseudocode", "architecture", "refinement", "completion"]
|
|
321
|
+
"tags": ["sparc", "specification", "pseudocode", "architecture", "refinement", "completion", "testability", "traceability"]
|
|
274
322
|
},
|
|
275
323
|
{
|
|
276
324
|
"name": "sparc_handoff",
|
|
@@ -300,11 +348,13 @@
|
|
|
300
348
|
"optional_agents": [
|
|
301
349
|
"Architecture Decision Validator Agent",
|
|
302
350
|
"Constraint Solver Agent",
|
|
303
|
-
"Schema Validation Agent"
|
|
351
|
+
"Schema Validation Agent",
|
|
352
|
+
"Defect Prediction Agent",
|
|
353
|
+
"Test Design Agent"
|
|
304
354
|
],
|
|
305
355
|
"execution": "ruflo_swarm",
|
|
306
356
|
"depends_on": ["sparc_handoff"],
|
|
307
|
-
"tags": ["adr", "ddd", "domain-model", "context-map", "architecture"]
|
|
357
|
+
"tags": ["adr", "ddd", "domain-model", "context-map", "architecture", "defect-prediction", "testability"]
|
|
308
358
|
},
|
|
309
359
|
{
|
|
310
360
|
"name": "implementation_planning",
|
|
@@ -319,10 +369,11 @@
|
|
|
319
369
|
],
|
|
320
370
|
"optional_agents": [
|
|
321
371
|
"Meta-Reasoner Agent",
|
|
322
|
-
"Strategic Recommendation Agent"
|
|
372
|
+
"Strategic Recommendation Agent",
|
|
373
|
+
"Coverage Gap Detection Agent"
|
|
323
374
|
],
|
|
324
375
|
"depends_on": ["adr_ddd_architecture"],
|
|
325
|
-
"tags": ["implementation", "planning", "build-prompts"]
|
|
376
|
+
"tags": ["implementation", "planning", "build-prompts", "coverage", "coverage-gap"]
|
|
326
377
|
},
|
|
327
378
|
{
|
|
328
379
|
"name": "build",
|
|
@@ -345,11 +396,16 @@
|
|
|
345
396
|
"Tool Invocation Agent",
|
|
346
397
|
"Execution Guard Agent",
|
|
347
398
|
"Caching Strategy Agent",
|
|
348
|
-
"Inference Routing Agent"
|
|
399
|
+
"Inference Routing Agent",
|
|
400
|
+
"Unit Test Generation Agent",
|
|
401
|
+
"Integration Test Generation Agent",
|
|
402
|
+
"Property-Based Test Agent",
|
|
403
|
+
"BDD Test Generation Agent",
|
|
404
|
+
"Coverage Analysis Agent"
|
|
349
405
|
],
|
|
350
406
|
"execution": "sequential_with_ruflo",
|
|
351
407
|
"depends_on": ["implementation_planning"],
|
|
352
|
-
"tags": ["build", "sdk", "api", "integration", "erp", "connector", "database", "auth", "sap", "s4hana", "hana", "oracle", "netsuite", "dynamics", "infor", "epicor", "sage", "ifs", "workday", "peoplesoft", "bapi", "odata", "rest", "webhook", "batch", "etl", "pipeline", "microservice", "service", "adapter", "middleware"]
|
|
408
|
+
"tags": ["build", "sdk", "api", "integration", "erp", "connector", "database", "auth", "sap", "s4hana", "hana", "oracle", "netsuite", "dynamics", "infor", "epicor", "sage", "ifs", "workday", "peoplesoft", "bapi", "odata", "rest", "webhook", "batch", "etl", "pipeline", "microservice", "service", "adapter", "middleware", "test-generation", "unit-test", "integration-test", "property-test", "bdd", "coverage"]
|
|
353
409
|
},
|
|
354
410
|
{
|
|
355
411
|
"name": "validation",
|
|
@@ -361,7 +417,21 @@
|
|
|
361
417
|
"Quality Scoring Agent",
|
|
362
418
|
"Output Consistency Agent",
|
|
363
419
|
"Hallucination Detection Agent",
|
|
364
|
-
"Faithfulness Verification Agent"
|
|
420
|
+
"Faithfulness Verification Agent",
|
|
421
|
+
"Test Design Agent",
|
|
422
|
+
"Unit Test Generation Agent",
|
|
423
|
+
"Integration Test Generation Agent",
|
|
424
|
+
"Property-Based Test Agent",
|
|
425
|
+
"BDD Test Generation Agent",
|
|
426
|
+
"Coverage Analysis Agent",
|
|
427
|
+
"Coverage Gap Detection Agent",
|
|
428
|
+
"Defect Prediction Agent",
|
|
429
|
+
"Flaky Test Detection Agent",
|
|
430
|
+
"Root Cause Analysis Agent",
|
|
431
|
+
"Requirements Traceability Agent",
|
|
432
|
+
"Chaos Engineering Agent",
|
|
433
|
+
"Test Execution Orchestrator Agent",
|
|
434
|
+
"QE Reporting Agent"
|
|
365
435
|
],
|
|
366
436
|
"optional_agents": [
|
|
367
437
|
"Regression Detection Agent",
|
|
@@ -376,7 +446,7 @@
|
|
|
376
446
|
"Benchmark Runner Agent"
|
|
377
447
|
],
|
|
378
448
|
"depends_on": ["build"],
|
|
379
|
-
"tags": ["validation", "quality", "hallucination", "faithfulness", "consistency"]
|
|
449
|
+
"tags": ["validation", "quality", "hallucination", "faithfulness", "consistency", "qe", "testing", "test", "coverage", "defect", "flaky", "rca", "traceability", "chaos", "quality-engineering"]
|
|
380
450
|
},
|
|
381
451
|
{
|
|
382
452
|
"name": "integration_mapping",
|
|
@@ -394,10 +464,12 @@
|
|
|
394
464
|
"optional_agents": [
|
|
395
465
|
"Schema Validation Agent",
|
|
396
466
|
"Config Validation Agent",
|
|
397
|
-
"API Translation Agent"
|
|
467
|
+
"API Translation Agent",
|
|
468
|
+
"Integration Test Generation Agent",
|
|
469
|
+
"Chaos Engineering Agent"
|
|
398
470
|
],
|
|
399
471
|
"depends_on": ["validation"],
|
|
400
|
-
"tags": ["integration", "mapping", "connector", "webhook", "erp", "database", "auth", "sap", "oracle", "netsuite", "dynamics", "bigquery", "postgresql", "sql", "api", "odata", "bapi"]
|
|
472
|
+
"tags": ["integration", "mapping", "connector", "webhook", "erp", "database", "auth", "sap", "oracle", "netsuite", "dynamics", "bigquery", "postgresql", "sql", "api", "odata", "bapi", "integration-test", "chaos", "fault-injection"]
|
|
401
473
|
},
|
|
402
474
|
{
|
|
403
475
|
"name": "governance_finops",
|
|
@@ -417,10 +489,11 @@
|
|
|
417
489
|
"Constraint Solver Agent",
|
|
418
490
|
"Usage Oversight Agent",
|
|
419
491
|
"Change Impact Agent",
|
|
420
|
-
"Governance Audit Agent"
|
|
492
|
+
"Governance Audit Agent",
|
|
493
|
+
"QE Reporting Agent"
|
|
421
494
|
],
|
|
422
495
|
"depends_on": ["integration_mapping"],
|
|
423
|
-
"tags": ["governance", "finops", "policy", "cost", "roi", "compliance", "regulatory", "csrd", "esg", "sox", "gdpr", "hipaa", "audit", "disclosure", "reporting", "sustainability", "carbon", "emissions", "budget", "forecast"]
|
|
496
|
+
"tags": ["governance", "finops", "policy", "cost", "roi", "compliance", "regulatory", "csrd", "esg", "sox", "gdpr", "hipaa", "audit", "disclosure", "reporting", "sustainability", "carbon", "emissions", "budget", "forecast", "qe-reporting", "test-metrics"]
|
|
424
497
|
},
|
|
425
498
|
{
|
|
426
499
|
"name": "decision_packaging",
|