agentic-qe 3.7.8 → 3.7.9
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/.claude/skills/debug-loop/SKILL.md +1 -1
- package/.claude/skills/enterprise-integration-testing/evals/enterprise-integration-testing.yaml +158 -0
- package/.claude/skills/enterprise-integration-testing/schemas/output.json +74 -0
- package/.claude/skills/enterprise-integration-testing/scripts/validate-config.json +25 -0
- package/.claude/skills/middleware-testing-patterns/evals/middleware-testing-patterns.yaml +153 -0
- package/.claude/skills/middleware-testing-patterns/schemas/output.json +58 -0
- package/.claude/skills/middleware-testing-patterns/scripts/validate-config.json +25 -0
- package/.claude/skills/observability-testing-patterns/evals/observability-testing-patterns.yaml +157 -0
- package/.claude/skills/observability-testing-patterns/schemas/output.json +58 -0
- package/.claude/skills/observability-testing-patterns/scripts/validate-config.json +25 -0
- package/.claude/skills/pr-review/SKILL.md +1 -1
- package/.claude/skills/qcsd-cicd-swarm/evals/qcsd-cicd-swarm.yaml +211 -0
- package/.claude/skills/qcsd-cicd-swarm/schemas/output.json +86 -0
- package/.claude/skills/qcsd-cicd-swarm/scripts/validate-config.json +30 -0
- package/.claude/skills/qcsd-development-swarm/evals/qcsd-development-swarm.yaml +162 -0
- package/.claude/skills/qcsd-development-swarm/schemas/output.json +72 -0
- package/.claude/skills/qcsd-development-swarm/scripts/validate-config.json +25 -0
- package/.claude/skills/skills-manifest.json +1 -1
- package/.claude/skills/trust-tier-manifest.json +78 -7
- package/CHANGELOG.md +20 -0
- package/assets/skills/a11y-ally/SKILL.md +1664 -1658
- package/assets/skills/a11y-ally/evals/a11y-ally.yaml +376 -0
- package/assets/skills/a11y-ally/schemas/output.json +549 -0
- package/assets/skills/a11y-ally/scripts/validate-config.json +42 -0
- package/assets/skills/brutal-honesty-review/SKILL.md +5 -0
- package/assets/skills/brutal-honesty-review/schemas/output.json +291 -0
- package/assets/skills/brutal-honesty-review/scripts/validate-config.json +34 -0
- package/assets/skills/cicd-pipeline-qe-orchestrator/README.md +1 -1
- package/assets/skills/cicd-pipeline-qe-orchestrator/SKILL.md +6 -0
- package/assets/skills/cicd-pipeline-qe-orchestrator/evals/cicd-pipeline-qe-orchestrator.yaml +157 -0
- package/assets/skills/cicd-pipeline-qe-orchestrator/schemas/output.json +542 -0
- package/assets/skills/cicd-pipeline-qe-orchestrator/scripts/validate-config.json +42 -0
- package/assets/skills/debug-loop/SKILL.md +1 -1
- package/assets/skills/enterprise-integration-testing/evals/enterprise-integration-testing.yaml +158 -0
- package/assets/skills/enterprise-integration-testing/schemas/output.json +74 -0
- package/assets/skills/enterprise-integration-testing/scripts/validate-config.json +25 -0
- package/assets/skills/middleware-testing-patterns/evals/middleware-testing-patterns.yaml +153 -0
- package/assets/skills/middleware-testing-patterns/schemas/output.json +58 -0
- package/assets/skills/middleware-testing-patterns/scripts/validate-config.json +25 -0
- package/assets/skills/n8n-expression-testing/SKILL.md +6 -0
- package/assets/skills/n8n-expression-testing/evals/n8n-expression-testing.yaml +450 -0
- package/assets/skills/n8n-expression-testing/schemas/output.json +369 -0
- package/assets/skills/n8n-expression-testing/scripts/validate-config.json +39 -0
- package/assets/skills/n8n-integration-testing-patterns/SKILL.md +6 -0
- package/assets/skills/n8n-integration-testing-patterns/evals/n8n-integration-testing-patterns.yaml +522 -0
- package/assets/skills/n8n-integration-testing-patterns/schemas/output.json +291 -0
- package/assets/skills/n8n-integration-testing-patterns/scripts/validate-config.json +34 -0
- package/assets/skills/n8n-security-testing/SKILL.md +6 -0
- package/assets/skills/n8n-security-testing/evals/n8n-security-testing.yaml +493 -0
- package/assets/skills/n8n-security-testing/schemas/output.json +293 -0
- package/assets/skills/n8n-security-testing/scripts/validate-config.json +34 -0
- package/assets/skills/n8n-trigger-testing-strategies/SKILL.md +6 -0
- package/assets/skills/n8n-trigger-testing-strategies/evals/n8n-trigger-testing-strategies.yaml +500 -0
- package/assets/skills/n8n-trigger-testing-strategies/schemas/output.json +295 -0
- package/assets/skills/n8n-trigger-testing-strategies/scripts/validate-config.json +34 -0
- package/assets/skills/n8n-workflow-testing-fundamentals/SKILL.md +6 -0
- package/assets/skills/n8n-workflow-testing-fundamentals/evals/n8n-workflow-testing-fundamentals.yaml +497 -0
- package/assets/skills/n8n-workflow-testing-fundamentals/schemas/output.json +254 -0
- package/assets/skills/n8n-workflow-testing-fundamentals/scripts/validate-config.json +35 -0
- package/assets/skills/observability-testing-patterns/evals/observability-testing-patterns.yaml +157 -0
- package/assets/skills/observability-testing-patterns/schemas/output.json +58 -0
- package/assets/skills/observability-testing-patterns/scripts/validate-config.json +25 -0
- package/assets/skills/pentest-validation/scripts/validate-config.json +12 -0
- package/assets/skills/pr-review/SKILL.md +1 -1
- package/assets/skills/qcsd-cicd-swarm/evals/qcsd-cicd-swarm.yaml +211 -0
- package/assets/skills/qcsd-cicd-swarm/schemas/output.json +86 -0
- package/assets/skills/qcsd-cicd-swarm/scripts/validate-config.json +30 -0
- package/assets/skills/qcsd-development-swarm/evals/qcsd-development-swarm.yaml +162 -0
- package/assets/skills/qcsd-development-swarm/schemas/output.json +72 -0
- package/assets/skills/qcsd-development-swarm/scripts/validate-config.json +25 -0
- package/assets/skills/qcsd-ideation-swarm/evals/qcsd-ideation-swarm.yaml +138 -0
- package/assets/skills/qcsd-ideation-swarm/schemas/output.json +568 -0
- package/assets/skills/qcsd-ideation-swarm/scripts/validate-config.json +25 -0
- package/assets/skills/qcsd-production-swarm/SKILL.md +2781 -0
- package/assets/skills/qcsd-production-swarm/evals/qcsd-production-swarm.yaml +246 -0
- package/assets/skills/qcsd-production-swarm/schemas/output.json +505 -0
- package/assets/skills/qcsd-production-swarm/scripts/validate-config.json +25 -0
- package/assets/skills/qcsd-refinement-swarm/evals/qcsd-refinement-swarm.yaml +139 -0
- package/assets/skills/qcsd-refinement-swarm/schemas/output.json +811 -0
- package/assets/skills/qcsd-refinement-swarm/scripts/validate-config.json +25 -0
- package/assets/skills/security-visual-testing/scripts/validate-config.json +45 -0
- package/assets/skills/sherlock-review/SKILL.md +5 -0
- package/assets/skills/sherlock-review/schemas/output.json +297 -0
- package/assets/skills/sherlock-review/scripts/validate-config.json +35 -0
- package/assets/skills/testability-scoring/SKILL.md +5 -0
- package/assets/skills/testability-scoring/evals/testability-scoring.yaml +814 -0
- package/assets/skills/testability-scoring/schemas/output.json +606 -0
- package/assets/skills/testability-scoring/scripts/validate-config.json +42 -0
- package/assets/skills/trust-tier-manifest.json +2404 -0
- package/assets/skills/wms-testing-patterns/evals/wms-testing-patterns.yaml +165 -0
- package/assets/skills/wms-testing-patterns/schemas/output.json +150 -0
- package/assets/skills/wms-testing-patterns/scripts/validate-config.json +51 -0
- package/dist/benchmarks/performance-benchmarks.js +1 -1
- package/dist/cli/bundle.js +9130 -2283
- package/dist/cli/commands/hooks.d.ts.map +1 -1
- package/dist/cli/commands/hooks.js +92 -0
- package/dist/cli/commands/hooks.js.map +1 -1
- package/dist/cli/commands/migrate.js +2 -2
- package/dist/coordination/constants.d.ts +1 -1
- package/dist/coordination/constants.js +1 -1
- package/dist/coordination/handlers/coverage-handlers.js +1 -1
- package/dist/coordination/handlers/coverage-handlers.js.map +1 -1
- package/dist/domains/code-intelligence/services/semantic-analyzer.d.ts +1 -1
- package/dist/domains/code-intelligence/services/semantic-analyzer.d.ts.map +1 -1
- package/dist/domains/code-intelligence/services/semantic-analyzer.js +1 -1
- package/dist/domains/code-intelligence/services/semantic-analyzer.js.map +1 -1
- package/dist/domains/coverage-analysis/coordinator.js +1 -1
- package/dist/domains/coverage-analysis/services/coverage-analyzer.js +1 -1
- package/dist/domains/coverage-analysis/services/coverage-embedder.d.ts +1 -1
- package/dist/domains/coverage-analysis/services/coverage-embedder.js +1 -1
- package/dist/domains/coverage-analysis/services/gap-detector.js +1 -1
- package/dist/domains/coverage-analysis/services/ghost-coverage-analyzer.js +1 -1
- package/dist/domains/coverage-analysis/services/hnsw-index.d.ts +2 -2
- package/dist/domains/coverage-analysis/services/hnsw-index.js +3 -3
- package/dist/domains/coverage-analysis/services/sublinear-analyzer.d.ts +1 -1
- package/dist/domains/coverage-analysis/services/sublinear-analyzer.js +1 -1
- package/dist/domains/test-execution/services/test-prioritizer.js +1 -1
- package/dist/domains/test-generation/context/rust-context-builder.d.ts +31 -0
- package/dist/domains/test-generation/context/rust-context-builder.d.ts.map +1 -0
- package/dist/domains/test-generation/context/rust-context-builder.js +27 -0
- package/dist/domains/test-generation/context/rust-context-builder.js.map +1 -0
- package/dist/domains/test-generation/coordinator.js +3 -3
- package/dist/domains/test-generation/coordinator.js.map +1 -1
- package/dist/domains/test-generation/detectors/mobile-detector.d.ts +41 -0
- package/dist/domains/test-generation/detectors/mobile-detector.d.ts.map +1 -0
- package/dist/domains/test-generation/detectors/mobile-detector.js +111 -0
- package/dist/domains/test-generation/detectors/mobile-detector.js.map +1 -0
- package/dist/domains/test-generation/detectors/spring-detector.d.ts +22 -0
- package/dist/domains/test-generation/detectors/spring-detector.d.ts.map +1 -0
- package/dist/domains/test-generation/detectors/spring-detector.js +37 -0
- package/dist/domains/test-generation/detectors/spring-detector.js.map +1 -0
- package/dist/domains/test-generation/factories/test-generator-factory.d.ts +2 -1
- package/dist/domains/test-generation/factories/test-generator-factory.d.ts.map +1 -1
- package/dist/domains/test-generation/factories/test-generator-factory.js +33 -13
- package/dist/domains/test-generation/factories/test-generator-factory.js.map +1 -1
- package/dist/domains/test-generation/generators/flutter-test-generator.d.ts +107 -0
- package/dist/domains/test-generation/generators/flutter-test-generator.d.ts.map +1 -0
- package/dist/domains/test-generation/generators/flutter-test-generator.js +590 -0
- package/dist/domains/test-generation/generators/flutter-test-generator.js.map +1 -0
- package/dist/domains/test-generation/generators/go-test-generator.d.ts +139 -0
- package/dist/domains/test-generation/generators/go-test-generator.d.ts.map +1 -0
- package/dist/domains/test-generation/generators/go-test-generator.js +654 -0
- package/dist/domains/test-generation/generators/go-test-generator.js.map +1 -0
- package/dist/domains/test-generation/generators/index.d.ts +8 -0
- package/dist/domains/test-generation/generators/index.d.ts.map +1 -1
- package/dist/domains/test-generation/generators/index.js +8 -0
- package/dist/domains/test-generation/generators/index.js.map +1 -1
- package/dist/domains/test-generation/generators/jest-rn-generator.d.ts +95 -0
- package/dist/domains/test-generation/generators/jest-rn-generator.d.ts.map +1 -0
- package/dist/domains/test-generation/generators/jest-rn-generator.js +591 -0
- package/dist/domains/test-generation/generators/jest-rn-generator.js.map +1 -0
- package/dist/domains/test-generation/generators/junit5-generator.d.ts +107 -0
- package/dist/domains/test-generation/generators/junit5-generator.d.ts.map +1 -0
- package/dist/domains/test-generation/generators/junit5-generator.js +588 -0
- package/dist/domains/test-generation/generators/junit5-generator.js.map +1 -0
- package/dist/domains/test-generation/generators/kotlin-junit-generator.d.ts +109 -0
- package/dist/domains/test-generation/generators/kotlin-junit-generator.d.ts.map +1 -0
- package/dist/domains/test-generation/generators/kotlin-junit-generator.js +588 -0
- package/dist/domains/test-generation/generators/kotlin-junit-generator.js.map +1 -0
- package/dist/domains/test-generation/generators/pytest-generator.d.ts +8 -1
- package/dist/domains/test-generation/generators/pytest-generator.d.ts.map +1 -1
- package/dist/domains/test-generation/generators/pytest-generator.js +57 -0
- package/dist/domains/test-generation/generators/pytest-generator.js.map +1 -1
- package/dist/domains/test-generation/generators/rust-test-generator.d.ts +80 -0
- package/dist/domains/test-generation/generators/rust-test-generator.d.ts.map +1 -0
- package/dist/domains/test-generation/generators/rust-test-generator.js +442 -0
- package/dist/domains/test-generation/generators/rust-test-generator.js.map +1 -0
- package/dist/domains/test-generation/generators/swift-testing-generator.d.ts +97 -0
- package/dist/domains/test-generation/generators/swift-testing-generator.d.ts.map +1 -0
- package/dist/domains/test-generation/generators/swift-testing-generator.js +482 -0
- package/dist/domains/test-generation/generators/swift-testing-generator.js.map +1 -0
- package/dist/domains/test-generation/generators/xunit-generator.d.ts +110 -0
- package/dist/domains/test-generation/generators/xunit-generator.d.ts.map +1 -0
- package/dist/domains/test-generation/generators/xunit-generator.js +611 -0
- package/dist/domains/test-generation/generators/xunit-generator.js.map +1 -0
- package/dist/domains/test-generation/interfaces.d.ts +11 -2
- package/dist/domains/test-generation/interfaces.d.ts.map +1 -1
- package/dist/domains/test-generation/prompts/language-prompts.d.ts +29 -0
- package/dist/domains/test-generation/prompts/language-prompts.d.ts.map +1 -0
- package/dist/domains/test-generation/prompts/language-prompts.js +135 -0
- package/dist/domains/test-generation/prompts/language-prompts.js.map +1 -0
- package/dist/domains/test-generation/services/compilation-validator.d.ts +43 -0
- package/dist/domains/test-generation/services/compilation-validator.d.ts.map +1 -0
- package/dist/domains/test-generation/services/compilation-validator.js +134 -0
- package/dist/domains/test-generation/services/compilation-validator.js.map +1 -0
- package/dist/domains/test-generation/services/index.d.ts +2 -1
- package/dist/domains/test-generation/services/index.d.ts.map +1 -1
- package/dist/domains/test-generation/services/index.js +3 -1
- package/dist/domains/test-generation/services/index.js.map +1 -1
- package/dist/domains/test-generation/services/test-file-resolver.d.ts +32 -0
- package/dist/domains/test-generation/services/test-file-resolver.d.ts.map +1 -0
- package/dist/domains/test-generation/services/test-file-resolver.js +159 -0
- package/dist/domains/test-generation/services/test-file-resolver.js.map +1 -0
- package/dist/domains/test-generation/services/test-generator.d.ts +10 -0
- package/dist/domains/test-generation/services/test-generator.d.ts.map +1 -1
- package/dist/domains/test-generation/services/test-generator.js +87 -10
- package/dist/domains/test-generation/services/test-generator.js.map +1 -1
- package/dist/governance/feature-flags.js +2 -2
- package/dist/governance/feature-flags.js.map +1 -1
- package/dist/governance/shard-embeddings.js +1 -1
- package/dist/init/init-wizard-hooks.d.ts.map +1 -1
- package/dist/init/init-wizard-hooks.js +0 -1
- package/dist/init/init-wizard-hooks.js.map +1 -1
- package/dist/init/phases/07-hooks.d.ts.map +1 -1
- package/dist/init/phases/07-hooks.js +0 -2
- package/dist/init/phases/07-hooks.js.map +1 -1
- package/dist/init/phases/08-mcp.d.ts +8 -4
- package/dist/init/phases/08-mcp.d.ts.map +1 -1
- package/dist/init/phases/08-mcp.js +13 -31
- package/dist/init/phases/08-mcp.js.map +1 -1
- package/dist/init/phases/10-workers.js +2 -2
- package/dist/init/phases/10-workers.js.map +1 -1
- package/dist/init/settings-merge.d.ts.map +1 -1
- package/dist/init/settings-merge.js +0 -2
- package/dist/init/settings-merge.js.map +1 -1
- package/dist/init/token-bootstrap.js +1 -1
- package/dist/init/token-bootstrap.js.map +1 -1
- package/dist/integrations/rl-suite/algorithms/decision-transformer.js +1 -1
- package/dist/kernel/constants.d.ts +2 -2
- package/dist/kernel/constants.js +2 -2
- package/dist/kernel/hnsw-adapter.js +1 -1
- package/dist/kernel/progressive-hnsw-backend.d.ts +2 -2
- package/dist/kernel/progressive-hnsw-backend.js +2 -2
- package/dist/learning/dream/concept-graph.d.ts +1 -1
- package/dist/learning/dream/concept-graph.js +1 -1
- package/dist/learning/dream/dream-engine.d.ts +1 -1
- package/dist/learning/dream/dream-engine.js +1 -1
- package/dist/learning/dream/index.d.ts +1 -1
- package/dist/learning/dream/index.js +1 -1
- package/dist/learning/dream/types.d.ts +1 -1
- package/dist/learning/dream/types.d.ts.map +1 -1
- package/dist/learning/dream/types.js +1 -1
- package/dist/learning/dream/types.js.map +1 -1
- package/dist/learning/token-tracker.js +1 -1
- package/dist/learning/token-tracker.js.map +1 -1
- package/dist/mcp/bundle.js +7515 -893
- package/dist/routing/qe-agent-registry.js +4 -4
- package/dist/routing/qe-agent-registry.js.map +1 -1
- package/dist/routing/types.d.ts +5 -8
- package/dist/routing/types.d.ts.map +1 -1
- package/dist/routing/types.js.map +1 -1
- package/dist/shared/embeddings/embedding-cache.js +2 -2
- package/dist/shared/embeddings/index.d.ts +2 -2
- package/dist/shared/embeddings/index.js +2 -2
- package/dist/shared/embeddings/nomic-embedder.d.ts +4 -4
- package/dist/shared/embeddings/nomic-embedder.js +2 -2
- package/dist/shared/embeddings/ollama-client.d.ts +1 -1
- package/dist/shared/embeddings/ollama-client.js +2 -2
- package/dist/shared/embeddings/ollama-client.js.map +1 -1
- package/dist/shared/embeddings/types.d.ts +2 -2
- package/dist/shared/embeddings/types.js +2 -2
- package/dist/shared/language-detector.d.ts +46 -0
- package/dist/shared/language-detector.d.ts.map +1 -0
- package/dist/shared/language-detector.js +183 -0
- package/dist/shared/language-detector.js.map +1 -0
- package/dist/shared/llm/providers/ollama.js +1 -1
- package/dist/shared/metrics/code-metrics.d.ts.map +1 -1
- package/dist/shared/metrics/code-metrics.js +24 -1
- package/dist/shared/metrics/code-metrics.js.map +1 -1
- package/dist/shared/parsers/index.d.ts +2 -0
- package/dist/shared/parsers/index.d.ts.map +1 -1
- package/dist/shared/parsers/index.js +2 -0
- package/dist/shared/parsers/index.js.map +1 -1
- package/dist/shared/parsers/interfaces.d.ts +81 -0
- package/dist/shared/parsers/interfaces.d.ts.map +1 -0
- package/dist/shared/parsers/interfaces.js +6 -0
- package/dist/shared/parsers/interfaces.js.map +1 -0
- package/dist/shared/parsers/multi-language-parser.d.ts +144 -0
- package/dist/shared/parsers/multi-language-parser.d.ts.map +1 -0
- package/dist/shared/parsers/multi-language-parser.js +1232 -0
- package/dist/shared/parsers/multi-language-parser.js.map +1 -0
- package/dist/shared/parsers/rust-ownership-analyzer.d.ts +45 -0
- package/dist/shared/parsers/rust-ownership-analyzer.d.ts.map +1 -0
- package/dist/shared/parsers/rust-ownership-analyzer.js +52 -0
- package/dist/shared/parsers/rust-ownership-analyzer.js.map +1 -0
- package/dist/shared/parsers/typescript-parser.d.ts +16 -0
- package/dist/shared/parsers/typescript-parser.d.ts.map +1 -1
- package/dist/shared/parsers/typescript-parser.js +85 -0
- package/dist/shared/parsers/typescript-parser.js.map +1 -1
- package/dist/shared/types/test-frameworks.d.ts +25 -0
- package/dist/shared/types/test-frameworks.d.ts.map +1 -0
- package/dist/shared/types/test-frameworks.js +111 -0
- package/dist/shared/types/test-frameworks.js.map +1 -0
- package/package.json +1 -1
- package/scripts/prepare-assets.sh +8 -2
|
@@ -0,0 +1,505 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"$id": "https://agentic-qe.dev/schemas/qcsd-production-swarm-output.json",
|
|
4
|
+
"title": "QCSD Production Swarm Output Schema",
|
|
5
|
+
"description": "Schema for QCSD production telemetry swarm output. Includes DORA metrics, root cause analysis, defect prediction, feedback loop synthesis, and multi-agent reports.",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"required": ["skillName", "version", "timestamp", "status", "trustTier", "output"],
|
|
8
|
+
"properties": {
|
|
9
|
+
"skillName": {
|
|
10
|
+
"type": "string",
|
|
11
|
+
"const": "qcsd-production-swarm",
|
|
12
|
+
"description": "Must be 'qcsd-production-swarm'"
|
|
13
|
+
},
|
|
14
|
+
"version": {
|
|
15
|
+
"type": "string",
|
|
16
|
+
"pattern": "^\\d+\\.\\d+\\.\\d+(-[a-zA-Z0-9]+)?$"
|
|
17
|
+
},
|
|
18
|
+
"timestamp": {
|
|
19
|
+
"type": "string",
|
|
20
|
+
"format": "date-time"
|
|
21
|
+
},
|
|
22
|
+
"status": {
|
|
23
|
+
"type": "string",
|
|
24
|
+
"enum": ["success", "partial", "failed", "skipped"]
|
|
25
|
+
},
|
|
26
|
+
"trustTier": {
|
|
27
|
+
"type": "integer",
|
|
28
|
+
"const": 3
|
|
29
|
+
},
|
|
30
|
+
"output": {
|
|
31
|
+
"type": "object",
|
|
32
|
+
"required": ["summary", "doraMetrics", "rootCauseAnalysis", "defectPrediction", "feedbackLoops"],
|
|
33
|
+
"properties": {
|
|
34
|
+
"summary": {
|
|
35
|
+
"type": "string",
|
|
36
|
+
"minLength": 100,
|
|
37
|
+
"maxLength": 3000
|
|
38
|
+
},
|
|
39
|
+
"recommendation": {
|
|
40
|
+
"type": "string",
|
|
41
|
+
"enum": ["HEALTHY", "DEGRADED", "CRITICAL"],
|
|
42
|
+
"description": "Overall production health recommendation"
|
|
43
|
+
},
|
|
44
|
+
"doraMetrics": {
|
|
45
|
+
"$ref": "#/$defs/doraAnalysis"
|
|
46
|
+
},
|
|
47
|
+
"rootCauseAnalysis": {
|
|
48
|
+
"$ref": "#/$defs/rcaCollection"
|
|
49
|
+
},
|
|
50
|
+
"defectPrediction": {
|
|
51
|
+
"$ref": "#/$defs/defectPredictionResult"
|
|
52
|
+
},
|
|
53
|
+
"feedbackLoops": {
|
|
54
|
+
"$ref": "#/$defs/feedbackLoopCollection"
|
|
55
|
+
},
|
|
56
|
+
"agentReports": {
|
|
57
|
+
"$ref": "#/$defs/agentReports"
|
|
58
|
+
},
|
|
59
|
+
"flagDetection": {
|
|
60
|
+
"$ref": "#/$defs/flagDetection"
|
|
61
|
+
},
|
|
62
|
+
"conditionalAnalysis": {
|
|
63
|
+
"$ref": "#/$defs/conditionalAnalysis"
|
|
64
|
+
},
|
|
65
|
+
"executiveSummary": {
|
|
66
|
+
"$ref": "#/$defs/executiveSummary"
|
|
67
|
+
},
|
|
68
|
+
"artifacts": {
|
|
69
|
+
"type": "array",
|
|
70
|
+
"items": {
|
|
71
|
+
"$ref": "#/$defs/artifact"
|
|
72
|
+
},
|
|
73
|
+
"maxItems": 20
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
},
|
|
77
|
+
"metadata": {
|
|
78
|
+
"$ref": "#/$defs/metadata"
|
|
79
|
+
},
|
|
80
|
+
"validation": {
|
|
81
|
+
"$ref": "#/$defs/validationResult"
|
|
82
|
+
},
|
|
83
|
+
"learning": {
|
|
84
|
+
"$ref": "#/$defs/learningData"
|
|
85
|
+
}
|
|
86
|
+
},
|
|
87
|
+
"$defs": {
|
|
88
|
+
"doraAnalysis": {
|
|
89
|
+
"type": "object",
|
|
90
|
+
"required": ["metrics"],
|
|
91
|
+
"properties": {
|
|
92
|
+
"metrics": {
|
|
93
|
+
"type": "object",
|
|
94
|
+
"required": ["deploymentFrequency", "leadTime", "mttr", "changeFailureRate"],
|
|
95
|
+
"properties": {
|
|
96
|
+
"deploymentFrequency": {
|
|
97
|
+
"type": "object",
|
|
98
|
+
"properties": {
|
|
99
|
+
"value": { "type": "number", "minimum": 0 },
|
|
100
|
+
"unit": { "type": "string", "enum": ["per_day", "per_week", "per_month"] },
|
|
101
|
+
"trend": { "type": "string", "enum": ["improving", "stable", "declining"] }
|
|
102
|
+
}
|
|
103
|
+
},
|
|
104
|
+
"leadTime": {
|
|
105
|
+
"type": "object",
|
|
106
|
+
"properties": {
|
|
107
|
+
"value": { "type": "number", "minimum": 0 },
|
|
108
|
+
"unit": { "type": "string", "enum": ["hours", "days", "weeks"] },
|
|
109
|
+
"trend": { "type": "string", "enum": ["improving", "stable", "declining"] }
|
|
110
|
+
}
|
|
111
|
+
},
|
|
112
|
+
"mttr": {
|
|
113
|
+
"type": "object",
|
|
114
|
+
"properties": {
|
|
115
|
+
"value": { "type": "number", "minimum": 0 },
|
|
116
|
+
"unit": { "type": "string", "enum": ["minutes", "hours", "days"] },
|
|
117
|
+
"trend": { "type": "string", "enum": ["improving", "stable", "declining"] }
|
|
118
|
+
}
|
|
119
|
+
},
|
|
120
|
+
"changeFailureRate": {
|
|
121
|
+
"type": "object",
|
|
122
|
+
"properties": {
|
|
123
|
+
"value": { "type": "number", "minimum": 0, "maximum": 100 },
|
|
124
|
+
"trend": { "type": "string", "enum": ["improving", "stable", "declining"] }
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
},
|
|
129
|
+
"compositeScore": {
|
|
130
|
+
"type": "number",
|
|
131
|
+
"minimum": 0,
|
|
132
|
+
"maximum": 1,
|
|
133
|
+
"description": "Normalized DORA composite score (0-1)"
|
|
134
|
+
},
|
|
135
|
+
"slaCompliance": {
|
|
136
|
+
"type": "number",
|
|
137
|
+
"minimum": 0,
|
|
138
|
+
"maximum": 100,
|
|
139
|
+
"description": "SLA compliance percentage"
|
|
140
|
+
},
|
|
141
|
+
"classification": {
|
|
142
|
+
"type": "string",
|
|
143
|
+
"enum": ["elite", "high", "medium", "low"],
|
|
144
|
+
"description": "DORA performance classification"
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
},
|
|
148
|
+
"rcaCollection": {
|
|
149
|
+
"type": "object",
|
|
150
|
+
"required": ["incidents"],
|
|
151
|
+
"properties": {
|
|
152
|
+
"totalIncidents": {
|
|
153
|
+
"type": "integer",
|
|
154
|
+
"minimum": 0
|
|
155
|
+
},
|
|
156
|
+
"incidents": {
|
|
157
|
+
"type": "array",
|
|
158
|
+
"items": {
|
|
159
|
+
"$ref": "#/$defs/rcaIncident"
|
|
160
|
+
},
|
|
161
|
+
"maxItems": 50
|
|
162
|
+
},
|
|
163
|
+
"maxOpenSeverity": {
|
|
164
|
+
"type": "string",
|
|
165
|
+
"enum": ["P0", "P1", "P2", "P3", "P4", "NONE"]
|
|
166
|
+
},
|
|
167
|
+
"rcaCompleteness": {
|
|
168
|
+
"type": "number",
|
|
169
|
+
"minimum": 0,
|
|
170
|
+
"maximum": 100,
|
|
171
|
+
"description": "Percentage of incidents with completed RCA"
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
},
|
|
175
|
+
"rcaIncident": {
|
|
176
|
+
"type": "object",
|
|
177
|
+
"required": ["id", "severity", "status"],
|
|
178
|
+
"properties": {
|
|
179
|
+
"id": { "type": "string" },
|
|
180
|
+
"title": { "type": "string" },
|
|
181
|
+
"severity": { "type": "string", "enum": ["P0", "P1", "P2", "P3", "P4"] },
|
|
182
|
+
"status": { "type": "string", "enum": ["open", "investigating", "resolved", "closed"] },
|
|
183
|
+
"rootCause": { "type": "string" },
|
|
184
|
+
"resolution": { "type": "string" },
|
|
185
|
+
"preventionStrategy": { "type": "string" },
|
|
186
|
+
"timeToDetect": { "type": "string" },
|
|
187
|
+
"timeToResolve": { "type": "string" },
|
|
188
|
+
"escapePhase": {
|
|
189
|
+
"type": "string",
|
|
190
|
+
"enum": ["ideation", "refinement", "development", "cicd", "production"],
|
|
191
|
+
"description": "Which QCSD phase should have caught this"
|
|
192
|
+
}
|
|
193
|
+
}
|
|
194
|
+
},
|
|
195
|
+
"defectPredictionResult": {
|
|
196
|
+
"type": "object",
|
|
197
|
+
"required": ["trendDirection"],
|
|
198
|
+
"properties": {
|
|
199
|
+
"trendDirection": {
|
|
200
|
+
"type": "string",
|
|
201
|
+
"enum": ["declining", "stable", "increasing"]
|
|
202
|
+
},
|
|
203
|
+
"predictedDensity": {
|
|
204
|
+
"type": "number",
|
|
205
|
+
"minimum": 0,
|
|
206
|
+
"description": "Predicted defect density for current release"
|
|
207
|
+
},
|
|
208
|
+
"hotspots": {
|
|
209
|
+
"type": "array",
|
|
210
|
+
"items": {
|
|
211
|
+
"type": "object",
|
|
212
|
+
"properties": {
|
|
213
|
+
"module": { "type": "string" },
|
|
214
|
+
"probability": { "type": "number", "minimum": 0, "maximum": 1 },
|
|
215
|
+
"confidence": { "type": "string", "enum": ["high", "medium", "low"] }
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
},
|
|
219
|
+
"patterns": {
|
|
220
|
+
"type": "array",
|
|
221
|
+
"items": { "type": "string" }
|
|
222
|
+
}
|
|
223
|
+
}
|
|
224
|
+
},
|
|
225
|
+
"feedbackLoopCollection": {
|
|
226
|
+
"type": "object",
|
|
227
|
+
"properties": {
|
|
228
|
+
"toIdeation": {
|
|
229
|
+
"type": "object",
|
|
230
|
+
"properties": {
|
|
231
|
+
"riskCalibration": { "type": "array", "items": { "type": "string" } },
|
|
232
|
+
"doraTrends": { "type": "array", "items": { "type": "string" } },
|
|
233
|
+
"qualityCriteriaUpdates": { "type": "array", "items": { "type": "string" } }
|
|
234
|
+
}
|
|
235
|
+
},
|
|
236
|
+
"toRefinement": {
|
|
237
|
+
"type": "object",
|
|
238
|
+
"properties": {
|
|
239
|
+
"rcaPatterns": { "type": "array", "items": { "type": "string" } },
|
|
240
|
+
"escapeAnalysis": { "type": "array", "items": { "type": "string" } },
|
|
241
|
+
"testStrategyImprovements": { "type": "array", "items": { "type": "string" } }
|
|
242
|
+
}
|
|
243
|
+
},
|
|
244
|
+
"transferCompleted": {
|
|
245
|
+
"type": "boolean",
|
|
246
|
+
"description": "Whether knowledge transfer was executed"
|
|
247
|
+
}
|
|
248
|
+
}
|
|
249
|
+
},
|
|
250
|
+
"agentReports": {
|
|
251
|
+
"type": "object",
|
|
252
|
+
"required": ["coreAgents"],
|
|
253
|
+
"properties": {
|
|
254
|
+
"coreAgents": {
|
|
255
|
+
"type": "array",
|
|
256
|
+
"items": { "$ref": "#/$defs/agentReport" },
|
|
257
|
+
"minItems": 3,
|
|
258
|
+
"maxItems": 3,
|
|
259
|
+
"description": "Must have exactly 3 core agents"
|
|
260
|
+
},
|
|
261
|
+
"conditionalAgents": {
|
|
262
|
+
"type": "array",
|
|
263
|
+
"items": { "$ref": "#/$defs/agentReport" },
|
|
264
|
+
"maxItems": 7
|
|
265
|
+
},
|
|
266
|
+
"feedbackAgents": {
|
|
267
|
+
"type": "array",
|
|
268
|
+
"items": { "$ref": "#/$defs/agentReport" },
|
|
269
|
+
"minItems": 2,
|
|
270
|
+
"maxItems": 2,
|
|
271
|
+
"description": "Must have exactly 2 feedback agents"
|
|
272
|
+
},
|
|
273
|
+
"totalAgents": {
|
|
274
|
+
"type": "integer",
|
|
275
|
+
"minimum": 5,
|
|
276
|
+
"maximum": 12
|
|
277
|
+
}
|
|
278
|
+
}
|
|
279
|
+
},
|
|
280
|
+
"agentReport": {
|
|
281
|
+
"type": "object",
|
|
282
|
+
"required": ["agentId", "domain", "status"],
|
|
283
|
+
"properties": {
|
|
284
|
+
"agentId": {
|
|
285
|
+
"type": "string",
|
|
286
|
+
"pattern": "^qe-[a-z][a-z0-9-]*$"
|
|
287
|
+
},
|
|
288
|
+
"domain": {
|
|
289
|
+
"type": "string",
|
|
290
|
+
"enum": [
|
|
291
|
+
"learning-optimization", "defect-intelligence", "chaos-resilience", "enterprise-integration"
|
|
292
|
+
]
|
|
293
|
+
},
|
|
294
|
+
"status": {
|
|
295
|
+
"type": "string",
|
|
296
|
+
"enum": ["completed", "partial", "failed", "skipped"]
|
|
297
|
+
},
|
|
298
|
+
"reportPath": { "type": "string" },
|
|
299
|
+
"executionTimeMs": { "type": "integer", "minimum": 0 },
|
|
300
|
+
"findingsCount": { "type": "integer", "minimum": 0 }
|
|
301
|
+
}
|
|
302
|
+
},
|
|
303
|
+
"flagDetection": {
|
|
304
|
+
"type": "object",
|
|
305
|
+
"required": ["HAS_INFRASTRUCTURE_CHANGE", "HAS_PERFORMANCE_SLA", "HAS_REGRESSION_RISK", "HAS_RECURRING_INCIDENTS", "HAS_MIDDLEWARE", "HAS_SAP_INTEGRATION", "HAS_AUTHORIZATION"],
|
|
306
|
+
"properties": {
|
|
307
|
+
"HAS_INFRASTRUCTURE_CHANGE": { "type": "boolean" },
|
|
308
|
+
"HAS_PERFORMANCE_SLA": { "type": "boolean" },
|
|
309
|
+
"HAS_REGRESSION_RISK": { "type": "boolean" },
|
|
310
|
+
"HAS_RECURRING_INCIDENTS": { "type": "boolean" },
|
|
311
|
+
"HAS_MIDDLEWARE": { "type": "boolean" },
|
|
312
|
+
"HAS_SAP_INTEGRATION": { "type": "boolean" },
|
|
313
|
+
"HAS_AUTHORIZATION": { "type": "boolean" },
|
|
314
|
+
"evidence": {
|
|
315
|
+
"type": "object",
|
|
316
|
+
"properties": {
|
|
317
|
+
"infrastructureChange": { "type": "array", "items": { "type": "string" } },
|
|
318
|
+
"performanceSla": { "type": "array", "items": { "type": "string" } },
|
|
319
|
+
"regressionRisk": { "type": "array", "items": { "type": "string" } },
|
|
320
|
+
"recurringIncidents": { "type": "array", "items": { "type": "string" } },
|
|
321
|
+
"middleware": { "type": "array", "items": { "type": "string" } },
|
|
322
|
+
"sapIntegration": { "type": "array", "items": { "type": "string" } },
|
|
323
|
+
"authorization": { "type": "array", "items": { "type": "string" } }
|
|
324
|
+
}
|
|
325
|
+
}
|
|
326
|
+
}
|
|
327
|
+
},
|
|
328
|
+
"conditionalAnalysis": {
|
|
329
|
+
"type": "object",
|
|
330
|
+
"properties": {
|
|
331
|
+
"chaos": { "$ref": "#/$defs/chaosAnalysis" },
|
|
332
|
+
"performance": { "$ref": "#/$defs/performanceAnalysis" },
|
|
333
|
+
"regression": { "$ref": "#/$defs/regressionAnalysis" },
|
|
334
|
+
"patterns": { "$ref": "#/$defs/patternAnalysis" },
|
|
335
|
+
"middleware": { "$ref": "#/$defs/middlewareAnalysis" },
|
|
336
|
+
"sapHealth": { "$ref": "#/$defs/sapAnalysis" },
|
|
337
|
+
"sodCompliance": { "$ref": "#/$defs/sodAnalysis" }
|
|
338
|
+
}
|
|
339
|
+
},
|
|
340
|
+
"middlewareAnalysis": {
|
|
341
|
+
"type": "object",
|
|
342
|
+
"properties": {
|
|
343
|
+
"healthScore": { "type": "number", "minimum": 0, "maximum": 100 },
|
|
344
|
+
"componentsHealthy": { "type": "integer", "minimum": 0 },
|
|
345
|
+
"componentsDegraded": { "type": "integer", "minimum": 0 },
|
|
346
|
+
"messageFlowErrors": { "type": "integer", "minimum": 0 },
|
|
347
|
+
"deadLetterCount": { "type": "integer", "minimum": 0 }
|
|
348
|
+
}
|
|
349
|
+
},
|
|
350
|
+
"sapAnalysis": {
|
|
351
|
+
"type": "object",
|
|
352
|
+
"properties": {
|
|
353
|
+
"healthScore": { "type": "number", "minimum": 0, "maximum": 100 },
|
|
354
|
+
"rfcSuccessRate": { "type": "number", "minimum": 0, "maximum": 100 },
|
|
355
|
+
"connectorStatus": { "type": "string", "enum": ["healthy", "degraded", "failed"] },
|
|
356
|
+
"dataIntegrityIssues": { "type": "integer", "minimum": 0 }
|
|
357
|
+
}
|
|
358
|
+
},
|
|
359
|
+
"sodAnalysis": {
|
|
360
|
+
"type": "object",
|
|
361
|
+
"properties": {
|
|
362
|
+
"complianceScore": { "type": "number", "minimum": 0, "maximum": 100 },
|
|
363
|
+
"violationsFound": { "type": "integer", "minimum": 0 },
|
|
364
|
+
"criticalViolations": { "type": "integer", "minimum": 0 },
|
|
365
|
+
"policiesEvaluated": { "type": "integer", "minimum": 0 }
|
|
366
|
+
}
|
|
367
|
+
},
|
|
368
|
+
"chaosAnalysis": {
|
|
369
|
+
"type": "object",
|
|
370
|
+
"properties": {
|
|
371
|
+
"resilienceScore": { "type": "number", "minimum": 0, "maximum": 100, "description": "Chaos resilience score on 0-100 scale (4 dimensions x 25 each)" },
|
|
372
|
+
"experimentsRun": { "type": "integer", "minimum": 0 },
|
|
373
|
+
"failuresDetected": { "type": "integer", "minimum": 0 },
|
|
374
|
+
"recoveryTimeAvg": { "type": "string" }
|
|
375
|
+
}
|
|
376
|
+
},
|
|
377
|
+
"performanceAnalysis": {
|
|
378
|
+
"type": "object",
|
|
379
|
+
"properties": {
|
|
380
|
+
"slaCompliance": { "type": "number", "minimum": 0, "maximum": 100 },
|
|
381
|
+
"latencyP95": { "type": "string" },
|
|
382
|
+
"throughput": { "type": "string" },
|
|
383
|
+
"errorRate": { "type": "number", "minimum": 0, "maximum": 100 }
|
|
384
|
+
}
|
|
385
|
+
},
|
|
386
|
+
"regressionAnalysis": {
|
|
387
|
+
"type": "object",
|
|
388
|
+
"properties": {
|
|
389
|
+
"regressionCount": { "type": "integer", "minimum": 0 },
|
|
390
|
+
"severity": { "type": "string", "enum": ["critical", "high", "medium", "low", "none"] },
|
|
391
|
+
"affectedModules": { "type": "array", "items": { "type": "string" } }
|
|
392
|
+
}
|
|
393
|
+
},
|
|
394
|
+
"patternAnalysis": {
|
|
395
|
+
"type": "object",
|
|
396
|
+
"properties": {
|
|
397
|
+
"patternsDiscovered": { "type": "integer", "minimum": 0 },
|
|
398
|
+
"highRiskPatterns": { "type": "integer", "minimum": 0 },
|
|
399
|
+
"patterns": { "type": "array", "items": { "type": "string" } }
|
|
400
|
+
}
|
|
401
|
+
},
|
|
402
|
+
"executiveSummary": {
|
|
403
|
+
"type": "object",
|
|
404
|
+
"required": ["recommendation"],
|
|
405
|
+
"properties": {
|
|
406
|
+
"recommendation": {
|
|
407
|
+
"type": "string",
|
|
408
|
+
"enum": ["HEALTHY", "DEGRADED", "CRITICAL"]
|
|
409
|
+
},
|
|
410
|
+
"rationale": {
|
|
411
|
+
"type": "string",
|
|
412
|
+
"minLength": 50
|
|
413
|
+
},
|
|
414
|
+
"metrics": {
|
|
415
|
+
"type": "object",
|
|
416
|
+
"properties": {
|
|
417
|
+
"doraScore": { "type": "number", "minimum": 0, "maximum": 1 },
|
|
418
|
+
"slaCompliance": { "type": "number", "minimum": 0, "maximum": 100 },
|
|
419
|
+
"incidentSeverity": { "type": "string" },
|
|
420
|
+
"defectTrend": { "type": "string" },
|
|
421
|
+
"rcaCompleteness": { "type": "number", "minimum": 0, "maximum": 100 }
|
|
422
|
+
}
|
|
423
|
+
},
|
|
424
|
+
"blockers": {
|
|
425
|
+
"type": "array",
|
|
426
|
+
"items": { "type": "string" }
|
|
427
|
+
},
|
|
428
|
+
"immediateActions": {
|
|
429
|
+
"type": "array",
|
|
430
|
+
"items": { "type": "string" }
|
|
431
|
+
},
|
|
432
|
+
"feedbackActions": {
|
|
433
|
+
"type": "array",
|
|
434
|
+
"items": { "type": "string" }
|
|
435
|
+
},
|
|
436
|
+
"followUpRecommendations": {
|
|
437
|
+
"type": "array",
|
|
438
|
+
"items": {
|
|
439
|
+
"type": "object",
|
|
440
|
+
"properties": {
|
|
441
|
+
"action": { "type": "string" },
|
|
442
|
+
"skill": { "type": "string" },
|
|
443
|
+
"reason": { "type": "string" }
|
|
444
|
+
}
|
|
445
|
+
}
|
|
446
|
+
}
|
|
447
|
+
}
|
|
448
|
+
},
|
|
449
|
+
"artifact": {
|
|
450
|
+
"type": "object",
|
|
451
|
+
"required": ["type", "path"],
|
|
452
|
+
"properties": {
|
|
453
|
+
"type": {
|
|
454
|
+
"type": "string",
|
|
455
|
+
"enum": ["report", "dora-analysis", "rca-report", "defect-prediction", "feedback-loops", "executive-summary"]
|
|
456
|
+
},
|
|
457
|
+
"path": { "type": "string", "maxLength": 500 },
|
|
458
|
+
"format": { "type": "string", "enum": ["html", "md", "json"] },
|
|
459
|
+
"description": { "type": "string" }
|
|
460
|
+
}
|
|
461
|
+
},
|
|
462
|
+
"metadata": {
|
|
463
|
+
"type": "object",
|
|
464
|
+
"properties": {
|
|
465
|
+
"executionTimeMs": { "type": "integer", "minimum": 0 },
|
|
466
|
+
"agentId": { "type": "string", "pattern": "^qe-[a-z][a-z0-9-]*$" },
|
|
467
|
+
"releaseId": { "type": "string" },
|
|
468
|
+
"releaseName": { "type": "string" },
|
|
469
|
+
"sourcePhase": {
|
|
470
|
+
"type": "string",
|
|
471
|
+
"enum": ["post-release", "production-monitoring", "incident-response"],
|
|
472
|
+
"description": "The context that triggered this production assessment"
|
|
473
|
+
}
|
|
474
|
+
}
|
|
475
|
+
},
|
|
476
|
+
"validationResult": {
|
|
477
|
+
"type": "object",
|
|
478
|
+
"properties": {
|
|
479
|
+
"schemaValid": { "type": "boolean" },
|
|
480
|
+
"contentValid": { "type": "boolean" },
|
|
481
|
+
"confidence": { "type": "number", "minimum": 0, "maximum": 1 },
|
|
482
|
+
"warnings": { "type": "array", "items": { "type": "string" } },
|
|
483
|
+
"errors": { "type": "array", "items": { "type": "string" } }
|
|
484
|
+
}
|
|
485
|
+
},
|
|
486
|
+
"learningData": {
|
|
487
|
+
"type": "object",
|
|
488
|
+
"properties": {
|
|
489
|
+
"patternsDetected": { "type": "array", "items": { "type": "string" } },
|
|
490
|
+
"reward": { "type": "number", "minimum": 0, "maximum": 1 },
|
|
491
|
+
"productionPatterns": {
|
|
492
|
+
"type": "array",
|
|
493
|
+
"items": {
|
|
494
|
+
"type": "object",
|
|
495
|
+
"properties": {
|
|
496
|
+
"pattern": { "type": "string" },
|
|
497
|
+
"recommendation": { "type": "string" },
|
|
498
|
+
"outcome": { "type": "string" }
|
|
499
|
+
}
|
|
500
|
+
}
|
|
501
|
+
}
|
|
502
|
+
}
|
|
503
|
+
}
|
|
504
|
+
}
|
|
505
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"skillName": "qcsd-production-swarm",
|
|
3
|
+
"skillVersion": "1.0.0",
|
|
4
|
+
"requiredTools": [
|
|
5
|
+
"jq"
|
|
6
|
+
],
|
|
7
|
+
"optionalTools": [],
|
|
8
|
+
"schemaPath": "schemas/output.json",
|
|
9
|
+
"requiredFields": [
|
|
10
|
+
"skillName",
|
|
11
|
+
"status",
|
|
12
|
+
"output"
|
|
13
|
+
],
|
|
14
|
+
"requiredNonEmptyFields": [],
|
|
15
|
+
"mustContainTerms": [],
|
|
16
|
+
"mustNotContainTerms": [],
|
|
17
|
+
"enumValidations": {
|
|
18
|
+
".status": [
|
|
19
|
+
"success",
|
|
20
|
+
"partial",
|
|
21
|
+
"failed",
|
|
22
|
+
"skipped"
|
|
23
|
+
]
|
|
24
|
+
}
|
|
25
|
+
}
|
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
skill: qcsd-refinement-swarm
|
|
2
|
+
version: 1.0.0
|
|
3
|
+
description: >
|
|
4
|
+
Evaluation suite for QCSD refinement swarm orchestration.
|
|
5
|
+
Tests SFDIPOT product factor analysis, BDD generation, agent coordination, and cross-domain analysis.
|
|
6
|
+
|
|
7
|
+
models_to_test:
|
|
8
|
+
- claude-3.5-sonnet
|
|
9
|
+
- claude-3-haiku
|
|
10
|
+
|
|
11
|
+
mcp_integration:
|
|
12
|
+
enabled: true
|
|
13
|
+
namespace: skill-validation
|
|
14
|
+
query_patterns: true
|
|
15
|
+
track_outcomes: true
|
|
16
|
+
store_patterns: true
|
|
17
|
+
target_agents:
|
|
18
|
+
- qe-learning-coordinator
|
|
19
|
+
- qe-queen-coordinator
|
|
20
|
+
|
|
21
|
+
learning:
|
|
22
|
+
store_success_patterns: true
|
|
23
|
+
pattern_ttl_days: 90
|
|
24
|
+
|
|
25
|
+
result_format:
|
|
26
|
+
json_output: true
|
|
27
|
+
include_timing: true
|
|
28
|
+
include_token_usage: true
|
|
29
|
+
|
|
30
|
+
setup:
|
|
31
|
+
required_tools:
|
|
32
|
+
- jq
|
|
33
|
+
|
|
34
|
+
test_cases:
|
|
35
|
+
|
|
36
|
+
- id: tc001_sfdipot_analysis
|
|
37
|
+
description: "Perform SFDIPOT product factor analysis"
|
|
38
|
+
category: sfdipot
|
|
39
|
+
priority: critical
|
|
40
|
+
|
|
41
|
+
input:
|
|
42
|
+
story_description: "Build user authentication system with OAuth2"
|
|
43
|
+
project_type: "web_application"
|
|
44
|
+
|
|
45
|
+
expected_output:
|
|
46
|
+
must_contain:
|
|
47
|
+
- "structure"
|
|
48
|
+
- "function"
|
|
49
|
+
- "data"
|
|
50
|
+
|
|
51
|
+
validation:
|
|
52
|
+
schema_check: true
|
|
53
|
+
keyword_match_threshold: 0.8
|
|
54
|
+
|
|
55
|
+
- id: tc002_bdd_generation
|
|
56
|
+
description: "Generate BDD scenarios from story"
|
|
57
|
+
category: bdd
|
|
58
|
+
priority: critical
|
|
59
|
+
|
|
60
|
+
input:
|
|
61
|
+
story: "Payment processing system"
|
|
62
|
+
has_security: true
|
|
63
|
+
has_api: true
|
|
64
|
+
|
|
65
|
+
expected_output:
|
|
66
|
+
must_contain:
|
|
67
|
+
- "Given"
|
|
68
|
+
- "When"
|
|
69
|
+
- "Then"
|
|
70
|
+
|
|
71
|
+
validation:
|
|
72
|
+
schema_check: true
|
|
73
|
+
|
|
74
|
+
- id: tc003_domain_flag_detection
|
|
75
|
+
description: "Detect HAS_API, HAS_REFACTORING, HAS_DEPENDENCIES flags"
|
|
76
|
+
category: flags
|
|
77
|
+
priority: high
|
|
78
|
+
|
|
79
|
+
input:
|
|
80
|
+
content: "Refactor the REST API endpoint to decouple the upstream dependency"
|
|
81
|
+
analyze_flags: true
|
|
82
|
+
|
|
83
|
+
expected_output:
|
|
84
|
+
must_contain:
|
|
85
|
+
- "HAS_API"
|
|
86
|
+
- "HAS_REFACTORING"
|
|
87
|
+
- "HAS_DEPENDENCIES"
|
|
88
|
+
|
|
89
|
+
validation:
|
|
90
|
+
schema_check: true
|
|
91
|
+
|
|
92
|
+
- id: tc004_agent_coordination
|
|
93
|
+
description: "Coordinate multi-agent refinement swarm execution"
|
|
94
|
+
category: orchestration
|
|
95
|
+
priority: high
|
|
96
|
+
|
|
97
|
+
input:
|
|
98
|
+
domain_flags:
|
|
99
|
+
HAS_API: true
|
|
100
|
+
HAS_REFACTORING: true
|
|
101
|
+
HAS_DEPENDENCIES: false
|
|
102
|
+
|
|
103
|
+
expected_output:
|
|
104
|
+
must_contain:
|
|
105
|
+
- "agent"
|
|
106
|
+
- "coordinate"
|
|
107
|
+
|
|
108
|
+
validation:
|
|
109
|
+
schema_check: true
|
|
110
|
+
|
|
111
|
+
- id: tc005_comprehensive_analysis
|
|
112
|
+
description: "Execute comprehensive QCSD refinement analysis"
|
|
113
|
+
category: analysis
|
|
114
|
+
priority: medium
|
|
115
|
+
|
|
116
|
+
input:
|
|
117
|
+
story: "Mobile app with payment integration and user profiles"
|
|
118
|
+
include_all_domains: true
|
|
119
|
+
|
|
120
|
+
expected_output:
|
|
121
|
+
must_contain:
|
|
122
|
+
- "analysis"
|
|
123
|
+
- "domain"
|
|
124
|
+
|
|
125
|
+
validation:
|
|
126
|
+
schema_check: true
|
|
127
|
+
|
|
128
|
+
success_criteria:
|
|
129
|
+
pass_rate: 0.9
|
|
130
|
+
critical_pass_rate: 1.0
|
|
131
|
+
avg_reasoning_quality: 0.75
|
|
132
|
+
max_execution_time_ms: 300000
|
|
133
|
+
|
|
134
|
+
metadata:
|
|
135
|
+
author: "qe-qcsd-orchestrator"
|
|
136
|
+
created: "2026-02-02"
|
|
137
|
+
coverage_target: >
|
|
138
|
+
QCSD refinement swarm with 5 test cases covering SFDIPOT analysis,
|
|
139
|
+
BDD generation, domain flag detection, agent coordination, and comprehensive analysis.
|