agentic-qe 3.8.2 → 3.8.3
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/README.md +29 -7
- package/.claude/skills/TRUST-TIERS.md +26 -10
- package/.claude/skills/a11y-ally/SKILL.md +10 -1
- package/.claude/skills/accessibility-testing/SKILL.md +2 -0
- package/.claude/skills/agentic-quality-engineering/SKILL.md +1 -1
- package/.claude/skills/api-testing-patterns/SKILL.md +8 -0
- package/.claude/skills/api-testing-patterns/config.json +14 -0
- package/.claude/skills/api-testing-patterns/templates/api-test-scaffold.md +87 -0
- package/.claude/skills/bug-reporting-excellence/SKILL.md +14 -0
- package/.claude/skills/code-review-quality/SKILL.md +14 -0
- package/.claude/skills/compatibility-testing/SKILL.md +1 -54
- package/.claude/skills/compliance-testing/SKILL.md +8 -0
- package/.claude/skills/compliance-testing/config.json +13 -0
- package/.claude/skills/consultancy-practices/SKILL.md +1 -32
- package/.claude/skills/context-driven-testing/SKILL.md +0 -41
- package/.claude/skills/contract-testing/SKILL.md +12 -0
- package/.claude/skills/contract-testing/config.json +13 -0
- package/.claude/skills/contract-testing/references/agent-commands.md +103 -0
- package/.claude/skills/contract-testing/references/provider-states.md +45 -0
- package/.claude/skills/coverage-drop-investigator/SKILL.md +90 -0
- package/.claude/skills/coverage-guard/SKILL.md +82 -0
- package/.claude/skills/coverage-guard/scripts/check-coverage.sh +42 -0
- package/.claude/skills/database-testing/SKILL.md +0 -10
- package/.claude/skills/debug-loop/SKILL.md +1 -1
- package/.claude/skills/e2e-flow-verifier/SKILL.md +78 -0
- package/.claude/skills/enterprise-integration-testing/SKILL.md +1 -1
- package/.claude/skills/exploratory-testing-advanced/SKILL.md +8 -0
- package/.claude/skills/exploratory-testing-advanced/references/heuristic-cheatsheet.md +48 -0
- package/.claude/skills/freeze-tests/SKILL.md +67 -0
- package/.claude/skills/freeze-tests/scripts/block-test-edits.sh +27 -0
- package/.claude/skills/localization-testing/SKILL.md +0 -17
- package/.claude/skills/mobile-testing/SKILL.md +2 -49
- package/.claude/skills/mutation-testing/SKILL.md +26 -0
- package/.claude/skills/mutation-testing/config.json +14 -0
- package/.claude/skills/mutation-testing/references/mutation-operators.md +38 -0
- package/.claude/skills/mutation-testing/run-history.json +6 -0
- package/.claude/skills/no-skip/SKILL.md +74 -0
- package/.claude/skills/no-skip/scripts/check-skips.sh +28 -0
- package/.claude/skills/pair-programming/SKILL.md +1 -1
- package/.claude/skills/pentest-validation/SKILL.md +2 -3
- package/.claude/skills/performance-testing/SKILL.md +21 -0
- package/.claude/skills/performance-testing/config.json +18 -0
- package/.claude/skills/performance-testing/references/k6-patterns.md +72 -0
- package/.claude/skills/performance-testing/run-history.json +6 -0
- package/.claude/skills/pr-review/SKILL.md +3 -3
- package/.claude/skills/qcsd-cicd-swarm/SKILL.md +1 -1
- package/.claude/skills/qcsd-development-swarm/SKILL.md +1 -1
- package/.claude/skills/qcsd-ideation-swarm/SKILL.md +1 -1
- package/.claude/skills/qcsd-production-swarm/SKILL.md +1 -1
- package/.claude/skills/qcsd-refinement-swarm/SKILL.md +1 -1
- package/.claude/skills/qe-chaos-resilience/SKILL.md +2 -2
- package/.claude/skills/qe-code-intelligence/SKILL.md +9 -1
- package/.claude/skills/qe-coverage-analysis/SKILL.md +28 -1
- package/.claude/skills/qe-coverage-analysis/run-history.json +6 -0
- package/.claude/skills/qe-defect-intelligence/SKILL.md +1 -1
- package/.claude/skills/qe-learning-optimization/SKILL.md +1 -1
- package/.claude/skills/qe-quality-assessment/SKILL.md +29 -2
- package/.claude/skills/qe-quality-assessment/run-history.json +6 -0
- package/.claude/skills/qe-requirements-validation/SKILL.md +1 -1
- package/.claude/skills/qe-test-execution/SKILL.md +9 -1
- package/.claude/skills/qe-test-generation/SKILL.md +15 -1
- package/.claude/skills/qe-test-generation/config.json +14 -0
- package/.claude/skills/qe-test-generation/templates/test-scaffold-jest.md +72 -0
- package/.claude/skills/qe-visual-accessibility/SKILL.md +1 -1
- package/.claude/skills/quality-metrics/SKILL.md +3 -77
- package/.claude/skills/regression-testing/SKILL.md +13 -48
- package/.claude/skills/risk-based-testing/SKILL.md +6 -51
- package/.claude/skills/security-testing/SKILL.md +30 -0
- package/.claude/skills/security-testing/config.json +13 -0
- package/.claude/skills/security-testing/references/compliance-agent-commands.md +131 -0
- package/.claude/skills/security-testing/references/owasp-top-10.md +66 -0
- package/.claude/skills/security-testing/run-history.json +6 -0
- package/.claude/skills/security-testing/templates/security-report.md +44 -0
- package/.claude/skills/security-watch/SKILL.md +93 -0
- package/.claude/skills/security-watch/scripts/scan-security.sh +46 -0
- package/.claude/skills/shift-left-testing/SKILL.md +16 -87
- package/.claude/skills/skill-stats/SKILL.md +79 -0
- package/.claude/skills/skills-manifest.json +1 -1
- package/.claude/skills/strict-tdd/SKILL.md +72 -0
- package/.claude/skills/strict-tdd/scripts/enforce-red-phase.sh +36 -0
- package/.claude/skills/tdd-london-chicago/SKILL.md +8 -0
- package/.claude/skills/test-automation-strategy/SKILL.md +13 -64
- package/.claude/skills/test-data-management/SKILL.md +1 -104
- package/.claude/skills/test-design-techniques/SKILL.md +2 -151
- package/.claude/skills/test-environment-management/SKILL.md +0 -47
- package/.claude/skills/test-failure-investigator/SKILL.md +99 -0
- package/.claude/skills/test-metrics-dashboard/SKILL.md +97 -0
- package/.claude/skills/trust-tier-manifest.json +135 -61
- package/.claude/skills/validation-pipeline/SKILL.md +1 -1
- package/.claude/skills/verification-quality/SKILL.md +15 -1
- package/.claude/skills/xp-practices/SKILL.md +2 -109
- package/CHANGELOG.md +29 -0
- package/README.md +5 -1
- package/assets/skills/README.md +173 -0
- package/assets/skills/TRUST-TIERS.md +174 -0
- package/assets/skills/a11y-ally/SKILL.md +10 -1
- package/assets/skills/accessibility-testing/SKILL.md +2 -0
- package/assets/skills/agentic-quality-engineering/SKILL.md +1 -1
- package/assets/skills/api-testing-patterns/SKILL.md +8 -0
- package/assets/skills/api-testing-patterns/config.json +14 -0
- package/assets/skills/api-testing-patterns/templates/api-test-scaffold.md +87 -0
- package/assets/skills/bug-reporting-excellence/SKILL.md +14 -0
- package/assets/skills/code-review-quality/SKILL.md +14 -0
- package/assets/skills/compatibility-testing/SKILL.md +1 -54
- package/assets/skills/compliance-testing/SKILL.md +8 -0
- package/assets/skills/compliance-testing/config.json +13 -0
- package/assets/skills/consultancy-practices/SKILL.md +1 -32
- package/assets/skills/context-driven-testing/SKILL.md +0 -41
- package/assets/skills/contract-testing/SKILL.md +12 -0
- package/assets/skills/contract-testing/config.json +13 -0
- package/assets/skills/contract-testing/references/agent-commands.md +103 -0
- package/assets/skills/contract-testing/references/provider-states.md +45 -0
- package/assets/skills/coverage-drop-investigator/SKILL.md +90 -0
- package/assets/skills/coverage-guard/SKILL.md +82 -0
- package/assets/skills/coverage-guard/scripts/check-coverage.sh +42 -0
- package/assets/skills/database-testing/SKILL.md +0 -10
- package/assets/skills/debug-loop/SKILL.md +1 -1
- package/assets/skills/e2e-flow-verifier/SKILL.md +78 -0
- package/assets/skills/enterprise-integration-testing/SKILL.md +1 -1
- package/assets/skills/exploratory-testing-advanced/SKILL.md +8 -0
- package/assets/skills/exploratory-testing-advanced/references/heuristic-cheatsheet.md +48 -0
- package/assets/skills/freeze-tests/SKILL.md +67 -0
- package/assets/skills/freeze-tests/scripts/block-test-edits.sh +27 -0
- package/assets/skills/localization-testing/SKILL.md +0 -17
- package/assets/skills/mobile-testing/SKILL.md +2 -49
- package/assets/skills/mutation-testing/SKILL.md +26 -0
- package/assets/skills/mutation-testing/config.json +14 -0
- package/assets/skills/mutation-testing/references/mutation-operators.md +38 -0
- package/assets/skills/mutation-testing/run-history.json +6 -0
- package/assets/skills/no-skip/SKILL.md +74 -0
- package/assets/skills/no-skip/scripts/check-skips.sh +28 -0
- package/assets/skills/pair-programming/SKILL.md +1 -1
- package/assets/skills/pentest-validation/SKILL.md +2 -3
- package/assets/skills/performance-testing/SKILL.md +21 -0
- package/assets/skills/performance-testing/config.json +18 -0
- package/assets/skills/performance-testing/references/k6-patterns.md +72 -0
- package/assets/skills/performance-testing/run-history.json +6 -0
- package/assets/skills/pr-review/SKILL.md +3 -3
- package/assets/skills/qcsd-cicd-swarm/SKILL.md +1 -1
- package/assets/skills/qcsd-development-swarm/SKILL.md +1 -1
- package/assets/skills/qcsd-ideation-swarm/SKILL.md +1 -1
- package/assets/skills/qcsd-production-swarm/SKILL.md +1 -1
- package/assets/skills/qcsd-refinement-swarm/SKILL.md +1 -1
- package/assets/skills/qe-chaos-resilience/SKILL.md +2 -2
- package/assets/skills/qe-code-intelligence/SKILL.md +9 -1
- package/assets/skills/qe-coverage-analysis/SKILL.md +28 -1
- package/assets/skills/qe-coverage-analysis/run-history.json +6 -0
- package/assets/skills/qe-defect-intelligence/SKILL.md +1 -1
- package/assets/skills/qe-learning-optimization/SKILL.md +1 -1
- package/assets/skills/qe-quality-assessment/SKILL.md +29 -2
- package/assets/skills/qe-quality-assessment/run-history.json +6 -0
- package/assets/skills/qe-requirements-validation/SKILL.md +1 -1
- package/assets/skills/qe-test-execution/SKILL.md +9 -1
- package/assets/skills/qe-test-generation/SKILL.md +15 -1
- package/assets/skills/qe-test-generation/config.json +14 -0
- package/assets/skills/qe-test-generation/templates/test-scaffold-jest.md +72 -0
- package/assets/skills/qe-visual-accessibility/SKILL.md +1 -1
- package/assets/skills/quality-metrics/SKILL.md +3 -77
- package/assets/skills/regression-testing/SKILL.md +13 -48
- package/assets/skills/risk-based-testing/SKILL.md +6 -51
- package/assets/skills/security-testing/SKILL.md +30 -0
- package/assets/skills/security-testing/config.json +13 -0
- package/assets/skills/security-testing/references/compliance-agent-commands.md +131 -0
- package/assets/skills/security-testing/references/owasp-top-10.md +66 -0
- package/assets/skills/security-testing/run-history.json +6 -0
- package/assets/skills/security-testing/templates/security-report.md +44 -0
- package/assets/skills/security-watch/SKILL.md +93 -0
- package/assets/skills/security-watch/scripts/scan-security.sh +46 -0
- package/assets/skills/shift-left-testing/SKILL.md +16 -87
- package/assets/skills/skill-stats/SKILL.md +79 -0
- package/assets/skills/strict-tdd/SKILL.md +72 -0
- package/assets/skills/strict-tdd/scripts/enforce-red-phase.sh +36 -0
- package/assets/skills/tdd-london-chicago/SKILL.md +8 -0
- package/assets/skills/test-automation-strategy/SKILL.md +13 -64
- package/assets/skills/test-data-management/SKILL.md +1 -104
- package/assets/skills/test-design-techniques/SKILL.md +2 -151
- package/assets/skills/test-environment-management/SKILL.md +0 -47
- package/assets/skills/test-failure-investigator/SKILL.md +99 -0
- package/assets/skills/test-metrics-dashboard/SKILL.md +97 -0
- package/assets/skills/trust-tier-manifest.json +135 -61
- package/assets/skills/validation-pipeline/SKILL.md +1 -1
- package/assets/skills/verification-quality/SKILL.md +15 -1
- package/assets/skills/xp-practices/SKILL.md +2 -109
- package/dist/cli/bundle.js +110 -24
- package/dist/init/opencode-installer.js +2 -3
- package/dist/init/phases/07-hooks.js +3 -3
- package/dist/init/settings-merge.js +1 -2
- package/dist/init/skills-installer.d.ts +10 -0
- package/dist/init/skills-installer.js +68 -6
- package/dist/integrations/ruvector/sona-persistence.d.ts +6 -0
- package/dist/integrations/ruvector/sona-persistence.js +26 -1
- package/dist/mcp/bundle.js +29 -8
- package/dist/mcp/entry.js +6 -6
- package/dist/migration/agent-compat.js +2 -2
- package/package.json +2 -2
- package/.claude/skills/aqe-v2-v3-migration/schemas/output.json +0 -513
- package/.claude/skills/aqe-v2-v3-migration/skill.md +0 -325
- package/.claude/skills/qe-contract-testing/SKILL.md +0 -223
- package/.claude/skills/qe-contract-testing/evals/qe-contract-testing.yaml +0 -513
- package/.claude/skills/qe-contract-testing/schemas/output.json +0 -295
- package/.claude/skills/qe-contract-testing/scripts/validate-config.json +0 -42
- package/.claude/skills/qe-security-compliance/SKILL.md +0 -260
- package/.claude/skills/qe-security-compliance/evals/qe-security-compliance.yaml +0 -595
- package/.claude/skills/qe-security-compliance/schemas/output.json +0 -498
- package/.claude/skills/qe-security-compliance/scripts/validate-config.json +0 -41
- package/.opencode/skills/qe-contract-testing.yaml +0 -45
- package/.opencode/skills/qe-security-compliance.yaml +0 -45
- package/assets/skills/aqe-v2-v3-migration/schemas/output.json +0 -513
- package/assets/skills/aqe-v2-v3-migration/skill.md +0 -325
- package/assets/skills/qe-contract-testing/SKILL.md +0 -223
- package/assets/skills/qe-contract-testing/evals/qe-contract-testing.yaml +0 -513
- package/assets/skills/qe-contract-testing/schemas/output.json +0 -295
- package/assets/skills/qe-contract-testing/scripts/validate-config.json +0 -42
- package/assets/skills/qe-security-compliance/SKILL.md +0 -260
- package/assets/skills/qe-security-compliance/evals/qe-security-compliance.yaml +0 -595
- package/assets/skills/qe-security-compliance/schemas/output.json +0 -498
- package/assets/skills/qe-security-compliance/scripts/validate-config.json +0 -41
|
@@ -1,513 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"$id": "https://agentic-qe.dev/schemas/aqe-v2-v3-migration-output.json",
|
|
4
|
-
"title": "AQE V2 to V3 Migration Skill Output Schema",
|
|
5
|
-
"description": "Schema for AQE version migration output with migration plan, compatibility analysis, and upgrade status.",
|
|
6
|
-
"type": "object",
|
|
7
|
-
"required": ["skillName", "version", "timestamp", "status", "trustTier", "output"],
|
|
8
|
-
"properties": {
|
|
9
|
-
"skillName": {
|
|
10
|
-
"type": "string",
|
|
11
|
-
"const": "aqe-v2-v3-migration",
|
|
12
|
-
"description": "Must be 'aqe-v2-v3-migration'"
|
|
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
|
-
"minimum": 0,
|
|
29
|
-
"maximum": 3
|
|
30
|
-
},
|
|
31
|
-
"output": {
|
|
32
|
-
"type": "object",
|
|
33
|
-
"required": ["summary", "migrationPlan", "compatibilityAnalysis"],
|
|
34
|
-
"properties": {
|
|
35
|
-
"summary": {
|
|
36
|
-
"type": "string",
|
|
37
|
-
"minLength": 50,
|
|
38
|
-
"maxLength": 2000
|
|
39
|
-
},
|
|
40
|
-
"migrationPlan": {
|
|
41
|
-
"$ref": "#/$defs/migrationPlan"
|
|
42
|
-
},
|
|
43
|
-
"compatibilityAnalysis": {
|
|
44
|
-
"$ref": "#/$defs/compatibilityAnalysis"
|
|
45
|
-
},
|
|
46
|
-
"upgradeStatus": {
|
|
47
|
-
"$ref": "#/$defs/upgradeStatus"
|
|
48
|
-
},
|
|
49
|
-
"breakingChanges": {
|
|
50
|
-
"type": "array",
|
|
51
|
-
"items": {
|
|
52
|
-
"$ref": "#/$defs/breakingChange"
|
|
53
|
-
},
|
|
54
|
-
"description": "List of breaking changes"
|
|
55
|
-
},
|
|
56
|
-
"deprecations": {
|
|
57
|
-
"type": "array",
|
|
58
|
-
"items": {
|
|
59
|
-
"$ref": "#/$defs/deprecation"
|
|
60
|
-
}
|
|
61
|
-
},
|
|
62
|
-
"qualityScore": {
|
|
63
|
-
"$ref": "#/$defs/qualityScore"
|
|
64
|
-
},
|
|
65
|
-
"findings": {
|
|
66
|
-
"type": "array",
|
|
67
|
-
"items": {
|
|
68
|
-
"$ref": "#/$defs/finding"
|
|
69
|
-
},
|
|
70
|
-
"maxItems": 100
|
|
71
|
-
},
|
|
72
|
-
"recommendations": {
|
|
73
|
-
"type": "array",
|
|
74
|
-
"items": {
|
|
75
|
-
"$ref": "#/$defs/recommendation"
|
|
76
|
-
},
|
|
77
|
-
"maxItems": 50
|
|
78
|
-
},
|
|
79
|
-
"migrationSteps": {
|
|
80
|
-
"type": "array",
|
|
81
|
-
"items": {
|
|
82
|
-
"$ref": "#/$defs/migrationStep"
|
|
83
|
-
}
|
|
84
|
-
},
|
|
85
|
-
"artifacts": {
|
|
86
|
-
"type": "array",
|
|
87
|
-
"items": {
|
|
88
|
-
"$ref": "#/$defs/artifact"
|
|
89
|
-
},
|
|
90
|
-
"maxItems": 20
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
},
|
|
94
|
-
"metadata": {
|
|
95
|
-
"$ref": "#/$defs/metadata"
|
|
96
|
-
},
|
|
97
|
-
"validation": {
|
|
98
|
-
"$ref": "#/$defs/validationResult"
|
|
99
|
-
},
|
|
100
|
-
"learning": {
|
|
101
|
-
"$ref": "#/$defs/learningData"
|
|
102
|
-
}
|
|
103
|
-
},
|
|
104
|
-
"$defs": {
|
|
105
|
-
"migrationPlan": {
|
|
106
|
-
"type": "object",
|
|
107
|
-
"required": ["sourceVersion", "targetVersion", "complexity", "estimatedEffort"],
|
|
108
|
-
"properties": {
|
|
109
|
-
"sourceVersion": {
|
|
110
|
-
"type": "string",
|
|
111
|
-
"pattern": "^v?\\d+\\.\\d+\\.\\d+",
|
|
112
|
-
"description": "Current version"
|
|
113
|
-
},
|
|
114
|
-
"targetVersion": {
|
|
115
|
-
"type": "string",
|
|
116
|
-
"pattern": "^v?\\d+\\.\\d+\\.\\d+",
|
|
117
|
-
"description": "Target version"
|
|
118
|
-
},
|
|
119
|
-
"complexity": {
|
|
120
|
-
"type": "string",
|
|
121
|
-
"enum": ["trivial", "low", "medium", "high", "critical"],
|
|
122
|
-
"description": "Migration complexity"
|
|
123
|
-
},
|
|
124
|
-
"estimatedEffort": {
|
|
125
|
-
"type": "string",
|
|
126
|
-
"enum": ["hours", "days", "weeks", "months"],
|
|
127
|
-
"description": "Estimated migration effort"
|
|
128
|
-
},
|
|
129
|
-
"riskLevel": {
|
|
130
|
-
"type": "string",
|
|
131
|
-
"enum": ["low", "medium", "high", "critical"]
|
|
132
|
-
},
|
|
133
|
-
"phases": {
|
|
134
|
-
"type": "array",
|
|
135
|
-
"items": {
|
|
136
|
-
"type": "object",
|
|
137
|
-
"required": ["name", "order"],
|
|
138
|
-
"properties": {
|
|
139
|
-
"name": {
|
|
140
|
-
"type": "string"
|
|
141
|
-
},
|
|
142
|
-
"order": {
|
|
143
|
-
"type": "integer",
|
|
144
|
-
"minimum": 1
|
|
145
|
-
},
|
|
146
|
-
"description": {
|
|
147
|
-
"type": "string"
|
|
148
|
-
},
|
|
149
|
-
"estimatedDuration": {
|
|
150
|
-
"type": "string"
|
|
151
|
-
},
|
|
152
|
-
"dependencies": {
|
|
153
|
-
"type": "array",
|
|
154
|
-
"items": {
|
|
155
|
-
"type": "string"
|
|
156
|
-
}
|
|
157
|
-
}
|
|
158
|
-
}
|
|
159
|
-
}
|
|
160
|
-
},
|
|
161
|
-
"rollbackPlan": {
|
|
162
|
-
"type": "string",
|
|
163
|
-
"description": "Rollback strategy"
|
|
164
|
-
},
|
|
165
|
-
"testingStrategy": {
|
|
166
|
-
"type": "string",
|
|
167
|
-
"description": "Testing approach for migration"
|
|
168
|
-
}
|
|
169
|
-
}
|
|
170
|
-
},
|
|
171
|
-
"compatibilityAnalysis": {
|
|
172
|
-
"type": "object",
|
|
173
|
-
"required": ["compatible", "score"],
|
|
174
|
-
"properties": {
|
|
175
|
-
"compatible": {
|
|
176
|
-
"type": "boolean",
|
|
177
|
-
"description": "Whether migration is compatible"
|
|
178
|
-
},
|
|
179
|
-
"score": {
|
|
180
|
-
"type": "number",
|
|
181
|
-
"minimum": 0,
|
|
182
|
-
"maximum": 100,
|
|
183
|
-
"description": "Compatibility score"
|
|
184
|
-
},
|
|
185
|
-
"apiCompatibility": {
|
|
186
|
-
"type": "number",
|
|
187
|
-
"minimum": 0,
|
|
188
|
-
"maximum": 100,
|
|
189
|
-
"description": "API compatibility percentage"
|
|
190
|
-
},
|
|
191
|
-
"schemaCompatibility": {
|
|
192
|
-
"type": "number",
|
|
193
|
-
"minimum": 0,
|
|
194
|
-
"maximum": 100,
|
|
195
|
-
"description": "Schema compatibility percentage"
|
|
196
|
-
},
|
|
197
|
-
"configCompatibility": {
|
|
198
|
-
"type": "number",
|
|
199
|
-
"minimum": 0,
|
|
200
|
-
"maximum": 100,
|
|
201
|
-
"description": "Configuration compatibility percentage"
|
|
202
|
-
},
|
|
203
|
-
"dataCompatibility": {
|
|
204
|
-
"type": "number",
|
|
205
|
-
"minimum": 0,
|
|
206
|
-
"maximum": 100,
|
|
207
|
-
"description": "Data format compatibility percentage"
|
|
208
|
-
},
|
|
209
|
-
"incompatibilities": {
|
|
210
|
-
"type": "array",
|
|
211
|
-
"items": {
|
|
212
|
-
"type": "object",
|
|
213
|
-
"properties": {
|
|
214
|
-
"component": {
|
|
215
|
-
"type": "string"
|
|
216
|
-
},
|
|
217
|
-
"issue": {
|
|
218
|
-
"type": "string"
|
|
219
|
-
},
|
|
220
|
-
"severity": {
|
|
221
|
-
"type": "string",
|
|
222
|
-
"enum": ["critical", "high", "medium", "low"]
|
|
223
|
-
},
|
|
224
|
-
"resolution": {
|
|
225
|
-
"type": "string"
|
|
226
|
-
}
|
|
227
|
-
}
|
|
228
|
-
}
|
|
229
|
-
}
|
|
230
|
-
}
|
|
231
|
-
},
|
|
232
|
-
"upgradeStatus": {
|
|
233
|
-
"type": "object",
|
|
234
|
-
"properties": {
|
|
235
|
-
"status": {
|
|
236
|
-
"type": "string",
|
|
237
|
-
"enum": ["not-started", "planning", "in-progress", "testing", "completed", "rolled-back"]
|
|
238
|
-
},
|
|
239
|
-
"progress": {
|
|
240
|
-
"type": "number",
|
|
241
|
-
"minimum": 0,
|
|
242
|
-
"maximum": 100,
|
|
243
|
-
"description": "Upgrade progress percentage"
|
|
244
|
-
},
|
|
245
|
-
"currentPhase": {
|
|
246
|
-
"type": "string",
|
|
247
|
-
"description": "Current phase name"
|
|
248
|
-
},
|
|
249
|
-
"stepsCompleted": {
|
|
250
|
-
"type": "integer",
|
|
251
|
-
"minimum": 0
|
|
252
|
-
},
|
|
253
|
-
"stepsTotal": {
|
|
254
|
-
"type": "integer",
|
|
255
|
-
"minimum": 0
|
|
256
|
-
},
|
|
257
|
-
"startTime": {
|
|
258
|
-
"type": "string",
|
|
259
|
-
"format": "date-time"
|
|
260
|
-
},
|
|
261
|
-
"estimatedCompletion": {
|
|
262
|
-
"type": "string",
|
|
263
|
-
"format": "date-time"
|
|
264
|
-
},
|
|
265
|
-
"blockers": {
|
|
266
|
-
"type": "array",
|
|
267
|
-
"items": {
|
|
268
|
-
"type": "string"
|
|
269
|
-
}
|
|
270
|
-
}
|
|
271
|
-
}
|
|
272
|
-
},
|
|
273
|
-
"breakingChange": {
|
|
274
|
-
"type": "object",
|
|
275
|
-
"required": ["id", "description", "severity"],
|
|
276
|
-
"properties": {
|
|
277
|
-
"id": {
|
|
278
|
-
"type": "string",
|
|
279
|
-
"pattern": "^BC-\\d{3,6}$"
|
|
280
|
-
},
|
|
281
|
-
"description": {
|
|
282
|
-
"type": "string"
|
|
283
|
-
},
|
|
284
|
-
"severity": {
|
|
285
|
-
"type": "string",
|
|
286
|
-
"enum": ["critical", "high", "medium", "low"]
|
|
287
|
-
},
|
|
288
|
-
"component": {
|
|
289
|
-
"type": "string"
|
|
290
|
-
},
|
|
291
|
-
"v2Behavior": {
|
|
292
|
-
"type": "string"
|
|
293
|
-
},
|
|
294
|
-
"v3Behavior": {
|
|
295
|
-
"type": "string"
|
|
296
|
-
},
|
|
297
|
-
"migrationPath": {
|
|
298
|
-
"type": "string"
|
|
299
|
-
},
|
|
300
|
-
"codeExample": {
|
|
301
|
-
"type": "object",
|
|
302
|
-
"properties": {
|
|
303
|
-
"before": {
|
|
304
|
-
"type": "string"
|
|
305
|
-
},
|
|
306
|
-
"after": {
|
|
307
|
-
"type": "string"
|
|
308
|
-
}
|
|
309
|
-
}
|
|
310
|
-
}
|
|
311
|
-
}
|
|
312
|
-
},
|
|
313
|
-
"deprecation": {
|
|
314
|
-
"type": "object",
|
|
315
|
-
"required": ["feature", "deprecatedIn", "removedIn"],
|
|
316
|
-
"properties": {
|
|
317
|
-
"feature": {
|
|
318
|
-
"type": "string"
|
|
319
|
-
},
|
|
320
|
-
"deprecatedIn": {
|
|
321
|
-
"type": "string"
|
|
322
|
-
},
|
|
323
|
-
"removedIn": {
|
|
324
|
-
"type": "string"
|
|
325
|
-
},
|
|
326
|
-
"replacement": {
|
|
327
|
-
"type": "string"
|
|
328
|
-
},
|
|
329
|
-
"migrationGuide": {
|
|
330
|
-
"type": "string"
|
|
331
|
-
}
|
|
332
|
-
}
|
|
333
|
-
},
|
|
334
|
-
"migrationStep": {
|
|
335
|
-
"type": "object",
|
|
336
|
-
"required": ["order", "name", "status"],
|
|
337
|
-
"properties": {
|
|
338
|
-
"order": {
|
|
339
|
-
"type": "integer",
|
|
340
|
-
"minimum": 1
|
|
341
|
-
},
|
|
342
|
-
"name": {
|
|
343
|
-
"type": "string"
|
|
344
|
-
},
|
|
345
|
-
"description": {
|
|
346
|
-
"type": "string"
|
|
347
|
-
},
|
|
348
|
-
"status": {
|
|
349
|
-
"type": "string",
|
|
350
|
-
"enum": ["pending", "in-progress", "completed", "failed", "skipped"]
|
|
351
|
-
},
|
|
352
|
-
"automated": {
|
|
353
|
-
"type": "boolean"
|
|
354
|
-
},
|
|
355
|
-
"command": {
|
|
356
|
-
"type": "string"
|
|
357
|
-
},
|
|
358
|
-
"duration": {
|
|
359
|
-
"type": "integer",
|
|
360
|
-
"minimum": 0
|
|
361
|
-
},
|
|
362
|
-
"validations": {
|
|
363
|
-
"type": "array",
|
|
364
|
-
"items": {
|
|
365
|
-
"type": "string"
|
|
366
|
-
}
|
|
367
|
-
}
|
|
368
|
-
}
|
|
369
|
-
},
|
|
370
|
-
"qualityScore": {
|
|
371
|
-
"type": "object",
|
|
372
|
-
"required": ["value", "max"],
|
|
373
|
-
"properties": {
|
|
374
|
-
"value": {
|
|
375
|
-
"type": "number",
|
|
376
|
-
"minimum": 0,
|
|
377
|
-
"maximum": 100
|
|
378
|
-
},
|
|
379
|
-
"max": {
|
|
380
|
-
"type": "number",
|
|
381
|
-
"const": 100
|
|
382
|
-
},
|
|
383
|
-
"grade": {
|
|
384
|
-
"type": "string",
|
|
385
|
-
"pattern": "^[A-F][+-]?$"
|
|
386
|
-
}
|
|
387
|
-
}
|
|
388
|
-
},
|
|
389
|
-
"finding": {
|
|
390
|
-
"type": "object",
|
|
391
|
-
"required": ["id", "title", "severity", "category"],
|
|
392
|
-
"properties": {
|
|
393
|
-
"id": {
|
|
394
|
-
"type": "string",
|
|
395
|
-
"pattern": "^MIG-\\d{3,6}$"
|
|
396
|
-
},
|
|
397
|
-
"title": {
|
|
398
|
-
"type": "string",
|
|
399
|
-
"minLength": 10,
|
|
400
|
-
"maxLength": 200
|
|
401
|
-
},
|
|
402
|
-
"description": {
|
|
403
|
-
"type": "string",
|
|
404
|
-
"maxLength": 2000
|
|
405
|
-
},
|
|
406
|
-
"severity": {
|
|
407
|
-
"type": "string",
|
|
408
|
-
"enum": ["critical", "high", "medium", "low", "info"]
|
|
409
|
-
},
|
|
410
|
-
"category": {
|
|
411
|
-
"type": "string",
|
|
412
|
-
"enum": ["api", "schema", "config", "data", "dependency", "compatibility"]
|
|
413
|
-
},
|
|
414
|
-
"remediation": {
|
|
415
|
-
"type": "string"
|
|
416
|
-
}
|
|
417
|
-
}
|
|
418
|
-
},
|
|
419
|
-
"recommendation": {
|
|
420
|
-
"type": "object",
|
|
421
|
-
"required": ["id", "title", "priority"],
|
|
422
|
-
"properties": {
|
|
423
|
-
"id": {
|
|
424
|
-
"type": "string",
|
|
425
|
-
"pattern": "^REC-\\d{3,6}$"
|
|
426
|
-
},
|
|
427
|
-
"title": {
|
|
428
|
-
"type": "string"
|
|
429
|
-
},
|
|
430
|
-
"description": {
|
|
431
|
-
"type": "string"
|
|
432
|
-
},
|
|
433
|
-
"priority": {
|
|
434
|
-
"type": "string",
|
|
435
|
-
"enum": ["critical", "high", "medium", "low"]
|
|
436
|
-
},
|
|
437
|
-
"effort": {
|
|
438
|
-
"type": "string",
|
|
439
|
-
"enum": ["trivial", "low", "medium", "high", "major"]
|
|
440
|
-
}
|
|
441
|
-
}
|
|
442
|
-
},
|
|
443
|
-
"artifact": {
|
|
444
|
-
"type": "object",
|
|
445
|
-
"required": ["type", "path"],
|
|
446
|
-
"properties": {
|
|
447
|
-
"type": {
|
|
448
|
-
"type": "string",
|
|
449
|
-
"enum": ["report", "script", "config", "data", "log"]
|
|
450
|
-
},
|
|
451
|
-
"path": {
|
|
452
|
-
"type": "string"
|
|
453
|
-
},
|
|
454
|
-
"format": {
|
|
455
|
-
"type": "string"
|
|
456
|
-
},
|
|
457
|
-
"description": {
|
|
458
|
-
"type": "string"
|
|
459
|
-
}
|
|
460
|
-
}
|
|
461
|
-
},
|
|
462
|
-
"metadata": {
|
|
463
|
-
"type": "object",
|
|
464
|
-
"properties": {
|
|
465
|
-
"executionTimeMs": {
|
|
466
|
-
"type": "integer",
|
|
467
|
-
"minimum": 0
|
|
468
|
-
},
|
|
469
|
-
"toolsUsed": {
|
|
470
|
-
"type": "array",
|
|
471
|
-
"items": {
|
|
472
|
-
"type": "string"
|
|
473
|
-
}
|
|
474
|
-
},
|
|
475
|
-
"agentId": {
|
|
476
|
-
"type": "string"
|
|
477
|
-
}
|
|
478
|
-
}
|
|
479
|
-
},
|
|
480
|
-
"validationResult": {
|
|
481
|
-
"type": "object",
|
|
482
|
-
"properties": {
|
|
483
|
-
"schemaValid": {
|
|
484
|
-
"type": "boolean"
|
|
485
|
-
},
|
|
486
|
-
"contentValid": {
|
|
487
|
-
"type": "boolean"
|
|
488
|
-
},
|
|
489
|
-
"confidence": {
|
|
490
|
-
"type": "number",
|
|
491
|
-
"minimum": 0,
|
|
492
|
-
"maximum": 1
|
|
493
|
-
}
|
|
494
|
-
}
|
|
495
|
-
},
|
|
496
|
-
"learningData": {
|
|
497
|
-
"type": "object",
|
|
498
|
-
"properties": {
|
|
499
|
-
"patternsDetected": {
|
|
500
|
-
"type": "array",
|
|
501
|
-
"items": {
|
|
502
|
-
"type": "string"
|
|
503
|
-
}
|
|
504
|
-
},
|
|
505
|
-
"reward": {
|
|
506
|
-
"type": "number",
|
|
507
|
-
"minimum": 0,
|
|
508
|
-
"maximum": 1
|
|
509
|
-
}
|
|
510
|
-
}
|
|
511
|
-
}
|
|
512
|
-
}
|
|
513
|
-
}
|