agentic-qe 3.7.15 → 3.7.17
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/agents/v3/qe-devils-advocate.md +20 -0
- package/.claude/agents/v3/qe-gap-detector.md +25 -0
- package/.claude/agents/v3/qe-quality-gate.md +8 -0
- package/.claude/agents/v3/qe-requirements-validator.md +25 -0
- package/.claude/agents/v3/subagents/qe-code-reviewer.md +11 -0
- package/.claude/agents/v3/subagents/qe-integration-reviewer.md +11 -0
- package/.claude/agents/v3/subagents/qe-performance-reviewer.md +11 -0
- package/.claude/agents/v3/subagents/qe-security-reviewer.md +11 -0
- package/.claude/helpers/adr-compliance.sh +10 -10
- package/.claude/helpers/auto-memory-hook.mjs +24 -9
- package/.claude/helpers/brain-checkpoint.cjs +55 -134
- package/.claude/helpers/ddd-tracker.sh +2 -2
- package/.claude/helpers/guidance-hooks.sh +2 -2
- package/.claude/helpers/hook-handler.cjs +57 -18
- package/.claude/helpers/statusline.cjs +414 -595
- package/.claude/helpers/v3/quality-criteria/evidence-classification.md +116 -116
- package/.claude/helpers/v3/quality-criteria/htsm-categories.md +139 -139
- package/.claude/skills/README.md +8 -11
- package/.claude/skills/brutal-honesty-review/SKILL.md +3 -0
- package/.claude/skills/code-review-quality/SKILL.md +3 -0
- package/.claude/skills/qcsd-cicd-swarm/SKILL.md +79 -2075
- package/.claude/skills/qcsd-cicd-swarm/steps/01-flag-detection.md +62 -0
- package/.claude/skills/qcsd-cicd-swarm/steps/02-core-agents.md +33 -0
- package/.claude/skills/qcsd-cicd-swarm/steps/03-batch1-results.md +21 -0
- package/.claude/skills/qcsd-cicd-swarm/steps/04-conditional-agents.md +23 -0
- package/.claude/skills/qcsd-cicd-swarm/steps/05-decision-synthesis.md +30 -0
- package/.claude/skills/qcsd-cicd-swarm/steps/06-report-generation.md +17 -0
- package/.claude/skills/qcsd-cicd-swarm/steps/07-learning-persistence.md +27 -0
- package/.claude/skills/qcsd-cicd-swarm/steps/08-deployment-advisor.md +25 -0
- package/.claude/skills/qcsd-cicd-swarm/steps/09-final-output.md +16 -0
- package/.claude/skills/qcsd-development-swarm/SKILL.md +79 -2027
- package/.claude/skills/qcsd-development-swarm/steps/01-flag-detection.md +50 -0
- package/.claude/skills/qcsd-development-swarm/steps/02-core-agents.md +29 -0
- package/.claude/skills/qcsd-development-swarm/steps/03-batch1-results.md +14 -0
- package/.claude/skills/qcsd-development-swarm/steps/04-conditional-agents.md +23 -0
- package/.claude/skills/qcsd-development-swarm/steps/05-decision-synthesis.md +30 -0
- package/.claude/skills/qcsd-development-swarm/steps/06-report-generation.md +16 -0
- package/.claude/skills/qcsd-development-swarm/steps/07-learning-persistence.md +25 -0
- package/.claude/skills/qcsd-development-swarm/steps/08-defect-predictor.md +25 -0
- package/.claude/skills/qcsd-development-swarm/steps/09-final-output.md +16 -0
- package/.claude/skills/qcsd-ideation-swarm/SKILL.md +94 -1894
- package/.claude/skills/qcsd-ideation-swarm/steps/01-flag-detection.md +57 -0
- package/.claude/skills/qcsd-ideation-swarm/steps/02-core-agents.md +29 -0
- package/.claude/skills/qcsd-ideation-swarm/steps/03-batch1-results.md +15 -0
- package/.claude/skills/qcsd-ideation-swarm/steps/04-conditional-agents.md +23 -0
- package/.claude/skills/qcsd-ideation-swarm/steps/05-decision-synthesis.md +29 -0
- package/.claude/skills/qcsd-ideation-swarm/steps/06-report-generation.md +18 -0
- package/.claude/skills/qcsd-ideation-swarm/steps/07-learning-persistence.md +29 -0
- package/.claude/skills/qcsd-ideation-swarm/steps/08-final-output.md +18 -0
- package/.claude/skills/qcsd-production-swarm/SKILL.md +88 -2663
- package/.claude/skills/qcsd-production-swarm/steps/01-flag-detection.md +206 -0
- package/.claude/skills/qcsd-production-swarm/steps/02-core-agents.md +428 -0
- package/.claude/skills/qcsd-production-swarm/steps/03-batch1-results.md +101 -0
- package/.claude/skills/qcsd-production-swarm/steps/04-conditional-agents.md +125 -0
- package/.claude/skills/qcsd-production-swarm/steps/05-decision-synthesis.md +136 -0
- package/.claude/skills/qcsd-production-swarm/steps/06-report-generation.md +181 -0
- package/.claude/skills/qcsd-production-swarm/steps/07-learning-persistence.md +185 -0
- package/.claude/skills/qcsd-production-swarm/steps/08-feedback-loop.md +122 -0
- package/.claude/skills/qcsd-production-swarm/steps/09-final-output.md +140 -0
- package/.claude/skills/qcsd-refinement-swarm/SKILL.md +59 -2312
- package/.claude/skills/qcsd-refinement-swarm/steps/01-flag-detection.md +91 -0
- package/.claude/skills/qcsd-refinement-swarm/steps/02-core-agents.md +40 -0
- package/.claude/skills/qcsd-refinement-swarm/steps/03-batch1-results.md +40 -0
- package/.claude/skills/qcsd-refinement-swarm/steps/04-conditional-agents.md +35 -0
- package/.claude/skills/qcsd-refinement-swarm/steps/05-decision-synthesis.md +43 -0
- package/.claude/skills/qcsd-refinement-swarm/steps/06-report-generation.md +42 -0
- package/.claude/skills/qcsd-refinement-swarm/steps/07-learning-persistence.md +53 -0
- package/.claude/skills/qcsd-refinement-swarm/steps/08-transformation.md +36 -0
- package/.claude/skills/qcsd-refinement-swarm/steps/09-final-output.md +46 -0
- package/.claude/skills/sherlock-review/SKILL.md +3 -0
- package/.claude/skills/skill-builder/SKILL.md +103 -0
- package/.claude/skills/skills-manifest.json +1 -1
- package/CHANGELOG.md +44 -0
- package/assets/agents/v3/qe-devils-advocate.md +20 -0
- package/assets/agents/v3/qe-gap-detector.md +25 -0
- package/assets/agents/v3/qe-quality-gate.md +8 -0
- package/assets/agents/v3/qe-requirements-validator.md +25 -0
- package/assets/agents/v3/subagents/qe-code-reviewer.md +11 -0
- package/assets/agents/v3/subagents/qe-integration-reviewer.md +11 -0
- package/assets/agents/v3/subagents/qe-performance-reviewer.md +11 -0
- package/assets/agents/v3/subagents/qe-security-reviewer.md +11 -0
- package/assets/helpers/statusline-v3.cjs +693 -0
- package/assets/skills/brutal-honesty-review/SKILL.md +3 -0
- package/assets/skills/code-review-quality/SKILL.md +3 -0
- package/assets/skills/qcsd-cicd-swarm/SKILL.md +79 -2075
- package/assets/skills/qcsd-cicd-swarm/steps/01-flag-detection.md +62 -0
- package/assets/skills/qcsd-cicd-swarm/steps/02-core-agents.md +33 -0
- package/assets/skills/qcsd-cicd-swarm/steps/03-batch1-results.md +21 -0
- package/assets/skills/qcsd-cicd-swarm/steps/04-conditional-agents.md +23 -0
- package/assets/skills/qcsd-cicd-swarm/steps/05-decision-synthesis.md +30 -0
- package/assets/skills/qcsd-cicd-swarm/steps/06-report-generation.md +17 -0
- package/assets/skills/qcsd-cicd-swarm/steps/07-learning-persistence.md +27 -0
- package/assets/skills/qcsd-cicd-swarm/steps/08-deployment-advisor.md +25 -0
- package/assets/skills/qcsd-cicd-swarm/steps/09-final-output.md +16 -0
- package/assets/skills/qcsd-development-swarm/SKILL.md +79 -2027
- package/assets/skills/qcsd-development-swarm/steps/01-flag-detection.md +50 -0
- package/assets/skills/qcsd-development-swarm/steps/02-core-agents.md +29 -0
- package/assets/skills/qcsd-development-swarm/steps/03-batch1-results.md +14 -0
- package/assets/skills/qcsd-development-swarm/steps/04-conditional-agents.md +23 -0
- package/assets/skills/qcsd-development-swarm/steps/05-decision-synthesis.md +30 -0
- package/assets/skills/qcsd-development-swarm/steps/06-report-generation.md +16 -0
- package/assets/skills/qcsd-development-swarm/steps/07-learning-persistence.md +25 -0
- package/assets/skills/qcsd-development-swarm/steps/08-defect-predictor.md +25 -0
- package/assets/skills/qcsd-development-swarm/steps/09-final-output.md +16 -0
- package/assets/skills/qcsd-ideation-swarm/SKILL.md +94 -1894
- package/assets/skills/qcsd-ideation-swarm/steps/01-flag-detection.md +57 -0
- package/assets/skills/qcsd-ideation-swarm/steps/02-core-agents.md +29 -0
- package/assets/skills/qcsd-ideation-swarm/steps/03-batch1-results.md +15 -0
- package/assets/skills/qcsd-ideation-swarm/steps/04-conditional-agents.md +23 -0
- package/assets/skills/qcsd-ideation-swarm/steps/05-decision-synthesis.md +29 -0
- package/assets/skills/qcsd-ideation-swarm/steps/06-report-generation.md +18 -0
- package/assets/skills/qcsd-ideation-swarm/steps/07-learning-persistence.md +29 -0
- package/assets/skills/qcsd-ideation-swarm/steps/08-final-output.md +18 -0
- package/assets/skills/qcsd-production-swarm/SKILL.md +88 -2663
- package/assets/skills/qcsd-production-swarm/steps/01-flag-detection.md +206 -0
- package/assets/skills/qcsd-production-swarm/steps/02-core-agents.md +428 -0
- package/assets/skills/qcsd-production-swarm/steps/03-batch1-results.md +101 -0
- package/assets/skills/qcsd-production-swarm/steps/04-conditional-agents.md +125 -0
- package/assets/skills/qcsd-production-swarm/steps/05-decision-synthesis.md +136 -0
- package/assets/skills/qcsd-production-swarm/steps/06-report-generation.md +181 -0
- package/assets/skills/qcsd-production-swarm/steps/07-learning-persistence.md +185 -0
- package/assets/skills/qcsd-production-swarm/steps/08-feedback-loop.md +122 -0
- package/assets/skills/qcsd-production-swarm/steps/09-final-output.md +140 -0
- package/assets/skills/qcsd-refinement-swarm/SKILL.md +59 -2312
- package/assets/skills/qcsd-refinement-swarm/steps/01-flag-detection.md +91 -0
- package/assets/skills/qcsd-refinement-swarm/steps/02-core-agents.md +40 -0
- package/assets/skills/qcsd-refinement-swarm/steps/03-batch1-results.md +40 -0
- package/assets/skills/qcsd-refinement-swarm/steps/04-conditional-agents.md +35 -0
- package/assets/skills/qcsd-refinement-swarm/steps/05-decision-synthesis.md +43 -0
- package/assets/skills/qcsd-refinement-swarm/steps/06-report-generation.md +42 -0
- package/assets/skills/qcsd-refinement-swarm/steps/07-learning-persistence.md +53 -0
- package/assets/skills/qcsd-refinement-swarm/steps/08-transformation.md +36 -0
- package/assets/skills/qcsd-refinement-swarm/steps/09-final-output.md +46 -0
- package/assets/skills/sherlock-review/SKILL.md +3 -0
- package/assets/templates/agent-override-example.yaml +39 -0
- package/dist/agents/devils-advocate/agent.d.ts +25 -1
- package/dist/agents/devils-advocate/agent.js +108 -4
- package/dist/agents/devils-advocate/types.d.ts +54 -0
- package/dist/agents/devils-advocate/types.js +14 -0
- package/dist/agents/overlay-loader.d.ts +28 -0
- package/dist/agents/overlay-loader.js +232 -0
- package/dist/agents/overlay-schema.d.ts +56 -0
- package/dist/agents/overlay-schema.js +77 -0
- package/dist/analysis/branch-enumerator.d.ts +68 -0
- package/dist/analysis/branch-enumerator.js +393 -0
- package/dist/analysis/index.d.ts +2 -0
- package/dist/analysis/index.js +2 -0
- package/dist/cli/bundle.js +2469 -634
- package/dist/cli/commands/coverage.js +50 -0
- package/dist/cli/handlers/brain-handler.js +2 -1
- package/dist/context/compiler.d.ts +62 -0
- package/dist/context/compiler.js +143 -0
- package/dist/context/index.d.ts +8 -0
- package/dist/context/index.js +6 -0
- package/dist/context/sources/coverage-source.d.ts +15 -0
- package/dist/context/sources/coverage-source.js +77 -0
- package/dist/context/sources/git-source.d.ts +12 -0
- package/dist/context/sources/git-source.js +33 -0
- package/dist/context/sources/index.d.ts +6 -0
- package/dist/context/sources/index.js +5 -0
- package/dist/context/sources/memory-source.d.ts +17 -0
- package/dist/context/sources/memory-source.js +94 -0
- package/dist/context/sources/test-source.d.ts +13 -0
- package/dist/context/sources/test-source.js +53 -0
- package/dist/context/sources/types.d.ts +42 -0
- package/dist/context/sources/types.js +5 -0
- package/dist/domains/test-generation/coordinator.js +6 -4
- package/dist/feedback/feedback-loop.d.ts +5 -0
- package/dist/feedback/feedback-loop.js +12 -0
- package/dist/feedback/index.d.ts +1 -1
- package/dist/feedback/index.js +1 -1
- package/dist/init/agents-installer.d.ts +9 -0
- package/dist/init/agents-installer.js +72 -0
- package/dist/init/phases/07-hooks.d.ts +11 -0
- package/dist/init/phases/07-hooks.js +67 -0
- package/dist/init/phases/09-assets.js +3 -0
- package/dist/init/settings-merge.js +1 -1
- package/dist/kernel/hnsw-adapter.d.ts +3 -0
- package/dist/kernel/hnsw-adapter.js +11 -1
- package/dist/kernel/unified-memory-schemas.d.ts +1 -1
- package/dist/kernel/unified-memory-schemas.js +2 -0
- package/dist/kernel/unified-memory.js +25 -0
- package/dist/learning/experience-capture-middleware.js +24 -0
- package/dist/learning/sqlite-persistence.d.ts +3 -0
- package/dist/learning/sqlite-persistence.js +9 -0
- package/dist/learning/token-tracker.js +4 -0
- package/dist/mcp/bundle.js +3694 -3101
- package/dist/mcp/handlers/handler-factory.js +92 -11
- package/dist/mcp/services/task-router.d.ts +11 -0
- package/dist/mcp/services/task-router.js +26 -0
- package/dist/routing/qe-agent-registry.d.ts +11 -0
- package/dist/routing/qe-agent-registry.js +34 -0
- package/dist/routing/qe-task-router.d.ts +1 -0
- package/dist/routing/qe-task-router.js +34 -2
- package/dist/routing/routing-feedback.d.ts +5 -0
- package/dist/routing/routing-feedback.js +29 -3
- package/dist/routing/types.d.ts +2 -0
- package/dist/sync/pull-agent.js +2 -1
- package/dist/test-scheduling/pipeline.d.ts +7 -0
- package/dist/test-scheduling/pipeline.js +9 -0
- package/dist/validation/index.d.ts +3 -0
- package/dist/validation/index.js +10 -0
- package/dist/validation/pipeline.d.ts +80 -0
- package/dist/validation/pipeline.js +173 -0
- package/dist/validation/steps/requirements.d.ts +32 -0
- package/dist/validation/steps/requirements.js +596 -0
- package/package.json +6 -6
- package/.claude/agents/consensus/README.md +0 -253
- package/.claude/agents/deprecated/qe-api-contract-validator.md.v2 +0 -162
- package/.claude/agents/deprecated/qe-coverage-analyzer.md.v2 +0 -208
- package/.claude/agents/deprecated/qe-test-generator.md.v2 +0 -212
- package/.claude/agents/deprecated/qe-visual-tester.md.v2 +0 -216
- package/.claude/agents/hive-mind/collective-intelligence-coordinator.md +0 -130
- package/.claude/agents/hive-mind/queen-coordinator.md +0 -203
- package/.claude/agents/hive-mind/scout-explorer.md +0 -242
- package/.claude/agents/hive-mind/swarm-memory-manager.md +0 -193
- package/.claude/agents/hive-mind/worker-specialist.md +0 -217
- package/.claude/agents/neural/safla-neural.md +0 -74
- package/.claude/agents/optimization/README.md +0 -250
- package/.claude/agents/reasoning/agent.md +0 -816
- package/.claude/agents/reasoning/goal-planner.md +0 -73
- package/.claude/agents/subagents/qe-code-reviewer.md +0 -76
- package/.claude/agents/subagents/qe-coverage-gap-analyzer.md +0 -76
- package/.claude/agents/subagents/qe-data-generator.md +0 -77
- package/.claude/agents/subagents/qe-flaky-investigator.md +0 -91
- package/.claude/agents/subagents/qe-integration-tester.md +0 -90
- package/.claude/agents/subagents/qe-performance-validator.md +0 -92
- package/.claude/agents/subagents/qe-security-auditor.md +0 -94
- package/.claude/agents/subagents/qe-test-data-architect-sub.md +0 -93
- package/.claude/agents/subagents/qe-test-implementer.md +0 -106
- package/.claude/agents/subagents/qe-test-refactorer.md +0 -117
- package/.claude/agents/subagents/qe-test-writer.md +0 -112
- package/.claude/agents/swarm/README.md +0 -190
- package/.claude/agents/templates/migration-plan.md +0 -746
- package/.claude/agents/testing/unit/tdd-london-swarm.md +0 -244
- package/.claude/agents/testing/validation/production-validator.md +0 -395
- package/.claude/agents/v3/README.md +0 -39
- package/.claude/agents/v3/typescript-specialist.yaml +0 -21
- package/.claude/agents/v3/v3-memory-specialist.md +0 -318
- package/.claude/agents/v3/v3-performance-engineer.md +0 -397
- package/.claude/agents/v3/v3-queen-coordinator.md +0 -98
- package/.claude/agents/v3/v3-security-architect.md +0 -174
- package/.claude/commands/README.md +0 -106
- package/.claude/commands/agents/README.md +0 -10
- package/.claude/commands/agents/agent-capabilities.md +0 -21
- package/.claude/commands/agents/agent-coordination.md +0 -28
- package/.claude/commands/agents/agent-spawning.md +0 -28
- package/.claude/commands/agents/agent-types.md +0 -26
- package/.claude/commands/coordination/README.md +0 -9
- package/.claude/commands/coordination/agent-spawn.md +0 -25
- package/.claude/commands/coordination/init.md +0 -44
- package/.claude/commands/coordination/orchestrate.md +0 -43
- package/.claude/commands/coordination/spawn.md +0 -45
- package/.claude/commands/coordination/swarm-init.md +0 -85
- package/.claude/commands/coordination/task-orchestrate.md +0 -25
- package/.claude/commands/hive-mind/README.md +0 -17
- package/.claude/commands/hive-mind/hive-mind-consensus.md +0 -8
- package/.claude/commands/hive-mind/hive-mind-init.md +0 -18
- package/.claude/commands/hive-mind/hive-mind-memory.md +0 -8
- package/.claude/commands/hive-mind/hive-mind-metrics.md +0 -8
- package/.claude/commands/hive-mind/hive-mind-resume.md +0 -8
- package/.claude/commands/hive-mind/hive-mind-sessions.md +0 -8
- package/.claude/commands/hive-mind/hive-mind-spawn.md +0 -21
- package/.claude/commands/hive-mind/hive-mind-status.md +0 -8
- package/.claude/commands/hive-mind/hive-mind-stop.md +0 -8
- package/.claude/commands/hive-mind/hive-mind-wizard.md +0 -8
- package/.claude/commands/hive-mind/hive-mind.md +0 -27
- package/.claude/commands/memory/README.md +0 -9
- package/.claude/commands/memory/memory-persist.md +0 -25
- package/.claude/commands/memory/memory-search.md +0 -25
- package/.claude/commands/memory/memory-usage.md +0 -25
- package/.claude/commands/memory/neural.md +0 -47
- package/.claude/commands/swarm/README.md +0 -15
- package/.claude/commands/swarm/swarm-analysis.md +0 -8
- package/.claude/commands/swarm/swarm-background.md +0 -8
- package/.claude/commands/swarm/swarm-init.md +0 -19
- package/.claude/commands/swarm/swarm-modes.md +0 -8
- package/.claude/commands/swarm/swarm-monitor.md +0 -8
- package/.claude/commands/swarm/swarm-spawn.md +0 -19
- package/.claude/commands/swarm/swarm-status.md +0 -8
- package/.claude/commands/swarm/swarm-strategies.md +0 -8
- package/.claude/commands/swarm/swarm.md +0 -27
- package/.claude/commands/training/README.md +0 -9
- package/.claude/commands/training/model-update.md +0 -25
- package/.claude/commands/training/neural-patterns.md +0 -74
- package/.claude/commands/training/neural-train.md +0 -25
- package/.claude/commands/training/pattern-learn.md +0 -25
- package/.claude/commands/training/specialization.md +0 -63
- package/.claude/commands/workflows/README.md +0 -9
- package/.claude/commands/workflows/development.md +0 -78
- package/.claude/commands/workflows/research.md +0 -63
- package/.claude/commands/workflows/workflow-create.md +0 -25
- package/.claude/commands/workflows/workflow-execute.md +0 -25
- package/.claude/commands/workflows/workflow-export.md +0 -25
- package/.claude/skills/agentic-jujutsu/SKILL.md +0 -645
- package/.claude/skills/hive-mind-advanced/SKILL.md +0 -712
- package/.claude/skills/iterative-loop/SKILL.md +0 -371
- package/.claude/skills/performance-analysis/SKILL.md +0 -569
- package/.claude/skills/performance-analysis/evals/performance-analysis.yaml +0 -144
- package/.claude/skills/performance-analysis/schemas/output.json +0 -588
- package/.claude/skills/performance-analysis/scripts/validate-config.json +0 -36
|
@@ -1,588 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"$id": "https://agentic-qe.dev/schemas/performance-analysis-output.json",
|
|
4
|
-
"title": "Performance Analysis Skill Output Schema",
|
|
5
|
-
"description": "Schema for comprehensive performance analysis output with metrics, bottlenecks, and optimization recommendations.",
|
|
6
|
-
"type": "object",
|
|
7
|
-
"required": ["skillName", "version", "timestamp", "status", "trustTier", "output"],
|
|
8
|
-
"properties": {
|
|
9
|
-
"skillName": {
|
|
10
|
-
"type": "string",
|
|
11
|
-
"const": "performance-analysis",
|
|
12
|
-
"description": "Must be 'performance-analysis'"
|
|
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", "performanceMetrics"],
|
|
34
|
-
"properties": {
|
|
35
|
-
"summary": {
|
|
36
|
-
"type": "string",
|
|
37
|
-
"minLength": 50,
|
|
38
|
-
"maxLength": 2000
|
|
39
|
-
},
|
|
40
|
-
"performanceMetrics": {
|
|
41
|
-
"$ref": "#/$defs/performanceMetrics"
|
|
42
|
-
},
|
|
43
|
-
"coreWebVitals": {
|
|
44
|
-
"$ref": "#/$defs/coreWebVitals"
|
|
45
|
-
},
|
|
46
|
-
"bottlenecks": {
|
|
47
|
-
"type": "array",
|
|
48
|
-
"items": {
|
|
49
|
-
"$ref": "#/$defs/bottleneck"
|
|
50
|
-
}
|
|
51
|
-
},
|
|
52
|
-
"loadTestResults": {
|
|
53
|
-
"$ref": "#/$defs/loadTestResults"
|
|
54
|
-
},
|
|
55
|
-
"resourceAnalysis": {
|
|
56
|
-
"$ref": "#/$defs/resourceAnalysis"
|
|
57
|
-
},
|
|
58
|
-
"findings": {
|
|
59
|
-
"type": "array",
|
|
60
|
-
"items": {
|
|
61
|
-
"$ref": "#/$defs/finding"
|
|
62
|
-
},
|
|
63
|
-
"maxItems": 100
|
|
64
|
-
},
|
|
65
|
-
"recommendations": {
|
|
66
|
-
"type": "array",
|
|
67
|
-
"items": {
|
|
68
|
-
"$ref": "#/$defs/recommendation"
|
|
69
|
-
},
|
|
70
|
-
"maxItems": 50
|
|
71
|
-
},
|
|
72
|
-
"artifacts": {
|
|
73
|
-
"type": "array",
|
|
74
|
-
"items": {
|
|
75
|
-
"$ref": "#/$defs/artifact"
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
|
-
},
|
|
80
|
-
"metadata": {
|
|
81
|
-
"$ref": "#/$defs/metadata"
|
|
82
|
-
},
|
|
83
|
-
"validation": {
|
|
84
|
-
"$ref": "#/$defs/validationResult"
|
|
85
|
-
},
|
|
86
|
-
"learning": {
|
|
87
|
-
"$ref": "#/$defs/learningData"
|
|
88
|
-
}
|
|
89
|
-
},
|
|
90
|
-
"$defs": {
|
|
91
|
-
"performanceMetrics": {
|
|
92
|
-
"type": "object",
|
|
93
|
-
"required": ["overallScore"],
|
|
94
|
-
"properties": {
|
|
95
|
-
"overallScore": {
|
|
96
|
-
"type": "number",
|
|
97
|
-
"minimum": 0,
|
|
98
|
-
"maximum": 100,
|
|
99
|
-
"description": "Overall performance score"
|
|
100
|
-
},
|
|
101
|
-
"grade": {
|
|
102
|
-
"type": "string",
|
|
103
|
-
"pattern": "^[A-F][+-]?$"
|
|
104
|
-
},
|
|
105
|
-
"responseTime": {
|
|
106
|
-
"type": "object",
|
|
107
|
-
"properties": {
|
|
108
|
-
"avg": {
|
|
109
|
-
"type": "number",
|
|
110
|
-
"description": "Average response time in ms"
|
|
111
|
-
},
|
|
112
|
-
"p50": {
|
|
113
|
-
"type": "number"
|
|
114
|
-
},
|
|
115
|
-
"p75": {
|
|
116
|
-
"type": "number"
|
|
117
|
-
},
|
|
118
|
-
"p90": {
|
|
119
|
-
"type": "number"
|
|
120
|
-
},
|
|
121
|
-
"p95": {
|
|
122
|
-
"type": "number"
|
|
123
|
-
},
|
|
124
|
-
"p99": {
|
|
125
|
-
"type": "number"
|
|
126
|
-
},
|
|
127
|
-
"max": {
|
|
128
|
-
"type": "number"
|
|
129
|
-
}
|
|
130
|
-
}
|
|
131
|
-
},
|
|
132
|
-
"throughput": {
|
|
133
|
-
"type": "object",
|
|
134
|
-
"properties": {
|
|
135
|
-
"requestsPerSecond": {
|
|
136
|
-
"type": "number"
|
|
137
|
-
},
|
|
138
|
-
"bytesPerSecond": {
|
|
139
|
-
"type": "number"
|
|
140
|
-
},
|
|
141
|
-
"transactionsPerSecond": {
|
|
142
|
-
"type": "number"
|
|
143
|
-
}
|
|
144
|
-
}
|
|
145
|
-
},
|
|
146
|
-
"errorRate": {
|
|
147
|
-
"type": "number",
|
|
148
|
-
"minimum": 0,
|
|
149
|
-
"maximum": 100,
|
|
150
|
-
"description": "Error rate percentage"
|
|
151
|
-
},
|
|
152
|
-
"availability": {
|
|
153
|
-
"type": "number",
|
|
154
|
-
"minimum": 0,
|
|
155
|
-
"maximum": 100,
|
|
156
|
-
"description": "Availability percentage"
|
|
157
|
-
},
|
|
158
|
-
"concurrentUsers": {
|
|
159
|
-
"type": "object",
|
|
160
|
-
"properties": {
|
|
161
|
-
"peak": {
|
|
162
|
-
"type": "integer"
|
|
163
|
-
},
|
|
164
|
-
"avg": {
|
|
165
|
-
"type": "number"
|
|
166
|
-
},
|
|
167
|
-
"supported": {
|
|
168
|
-
"type": "integer"
|
|
169
|
-
}
|
|
170
|
-
}
|
|
171
|
-
}
|
|
172
|
-
}
|
|
173
|
-
},
|
|
174
|
-
"coreWebVitals": {
|
|
175
|
-
"type": "object",
|
|
176
|
-
"properties": {
|
|
177
|
-
"lcp": {
|
|
178
|
-
"type": "object",
|
|
179
|
-
"description": "Largest Contentful Paint",
|
|
180
|
-
"properties": {
|
|
181
|
-
"value": {
|
|
182
|
-
"type": "number",
|
|
183
|
-
"description": "LCP in milliseconds"
|
|
184
|
-
},
|
|
185
|
-
"rating": {
|
|
186
|
-
"type": "string",
|
|
187
|
-
"enum": ["good", "needs-improvement", "poor"]
|
|
188
|
-
},
|
|
189
|
-
"threshold": {
|
|
190
|
-
"type": "number"
|
|
191
|
-
}
|
|
192
|
-
}
|
|
193
|
-
},
|
|
194
|
-
"fid": {
|
|
195
|
-
"type": "object",
|
|
196
|
-
"description": "First Input Delay",
|
|
197
|
-
"properties": {
|
|
198
|
-
"value": {
|
|
199
|
-
"type": "number",
|
|
200
|
-
"description": "FID in milliseconds"
|
|
201
|
-
},
|
|
202
|
-
"rating": {
|
|
203
|
-
"type": "string",
|
|
204
|
-
"enum": ["good", "needs-improvement", "poor"]
|
|
205
|
-
}
|
|
206
|
-
}
|
|
207
|
-
},
|
|
208
|
-
"cls": {
|
|
209
|
-
"type": "object",
|
|
210
|
-
"description": "Cumulative Layout Shift",
|
|
211
|
-
"properties": {
|
|
212
|
-
"value": {
|
|
213
|
-
"type": "number",
|
|
214
|
-
"description": "CLS score"
|
|
215
|
-
},
|
|
216
|
-
"rating": {
|
|
217
|
-
"type": "string",
|
|
218
|
-
"enum": ["good", "needs-improvement", "poor"]
|
|
219
|
-
}
|
|
220
|
-
}
|
|
221
|
-
},
|
|
222
|
-
"inp": {
|
|
223
|
-
"type": "object",
|
|
224
|
-
"description": "Interaction to Next Paint",
|
|
225
|
-
"properties": {
|
|
226
|
-
"value": {
|
|
227
|
-
"type": "number"
|
|
228
|
-
},
|
|
229
|
-
"rating": {
|
|
230
|
-
"type": "string",
|
|
231
|
-
"enum": ["good", "needs-improvement", "poor"]
|
|
232
|
-
}
|
|
233
|
-
}
|
|
234
|
-
},
|
|
235
|
-
"ttfb": {
|
|
236
|
-
"type": "object",
|
|
237
|
-
"description": "Time to First Byte",
|
|
238
|
-
"properties": {
|
|
239
|
-
"value": {
|
|
240
|
-
"type": "number"
|
|
241
|
-
},
|
|
242
|
-
"rating": {
|
|
243
|
-
"type": "string",
|
|
244
|
-
"enum": ["good", "needs-improvement", "poor"]
|
|
245
|
-
}
|
|
246
|
-
}
|
|
247
|
-
},
|
|
248
|
-
"fcp": {
|
|
249
|
-
"type": "object",
|
|
250
|
-
"description": "First Contentful Paint",
|
|
251
|
-
"properties": {
|
|
252
|
-
"value": {
|
|
253
|
-
"type": "number"
|
|
254
|
-
},
|
|
255
|
-
"rating": {
|
|
256
|
-
"type": "string",
|
|
257
|
-
"enum": ["good", "needs-improvement", "poor"]
|
|
258
|
-
}
|
|
259
|
-
}
|
|
260
|
-
}
|
|
261
|
-
}
|
|
262
|
-
},
|
|
263
|
-
"bottleneck": {
|
|
264
|
-
"type": "object",
|
|
265
|
-
"required": ["id", "type", "severity", "description"],
|
|
266
|
-
"properties": {
|
|
267
|
-
"id": {
|
|
268
|
-
"type": "string",
|
|
269
|
-
"pattern": "^BTL-\\d{3,6}$"
|
|
270
|
-
},
|
|
271
|
-
"type": {
|
|
272
|
-
"type": "string",
|
|
273
|
-
"enum": ["cpu", "memory", "io", "network", "database", "api", "rendering", "javascript"]
|
|
274
|
-
},
|
|
275
|
-
"severity": {
|
|
276
|
-
"type": "string",
|
|
277
|
-
"enum": ["critical", "high", "medium", "low"]
|
|
278
|
-
},
|
|
279
|
-
"description": {
|
|
280
|
-
"type": "string"
|
|
281
|
-
},
|
|
282
|
-
"location": {
|
|
283
|
-
"type": "string"
|
|
284
|
-
},
|
|
285
|
-
"impact": {
|
|
286
|
-
"type": "object",
|
|
287
|
-
"properties": {
|
|
288
|
-
"latencyImpact": {
|
|
289
|
-
"type": "number",
|
|
290
|
-
"description": "Latency impact in ms"
|
|
291
|
-
},
|
|
292
|
-
"throughputImpact": {
|
|
293
|
-
"type": "number",
|
|
294
|
-
"description": "Throughput impact percentage"
|
|
295
|
-
}
|
|
296
|
-
}
|
|
297
|
-
},
|
|
298
|
-
"metrics": {
|
|
299
|
-
"type": "object",
|
|
300
|
-
"additionalProperties": {
|
|
301
|
-
"type": "number"
|
|
302
|
-
}
|
|
303
|
-
},
|
|
304
|
-
"remediation": {
|
|
305
|
-
"type": "string"
|
|
306
|
-
}
|
|
307
|
-
}
|
|
308
|
-
},
|
|
309
|
-
"loadTestResults": {
|
|
310
|
-
"type": "object",
|
|
311
|
-
"properties": {
|
|
312
|
-
"testType": {
|
|
313
|
-
"type": "string",
|
|
314
|
-
"enum": ["load", "stress", "spike", "endurance", "scalability"]
|
|
315
|
-
},
|
|
316
|
-
"duration": {
|
|
317
|
-
"type": "integer",
|
|
318
|
-
"description": "Test duration in seconds"
|
|
319
|
-
},
|
|
320
|
-
"virtualUsers": {
|
|
321
|
-
"type": "object",
|
|
322
|
-
"properties": {
|
|
323
|
-
"min": {
|
|
324
|
-
"type": "integer"
|
|
325
|
-
},
|
|
326
|
-
"max": {
|
|
327
|
-
"type": "integer"
|
|
328
|
-
},
|
|
329
|
-
"rampUp": {
|
|
330
|
-
"type": "integer",
|
|
331
|
-
"description": "Ramp up time in seconds"
|
|
332
|
-
}
|
|
333
|
-
}
|
|
334
|
-
},
|
|
335
|
-
"iterations": {
|
|
336
|
-
"type": "integer"
|
|
337
|
-
},
|
|
338
|
-
"passRate": {
|
|
339
|
-
"type": "number",
|
|
340
|
-
"minimum": 0,
|
|
341
|
-
"maximum": 100
|
|
342
|
-
},
|
|
343
|
-
"saturationPoint": {
|
|
344
|
-
"type": "integer",
|
|
345
|
-
"description": "User count at saturation"
|
|
346
|
-
},
|
|
347
|
-
"breakingPoint": {
|
|
348
|
-
"type": "integer",
|
|
349
|
-
"description": "User count at breaking point"
|
|
350
|
-
},
|
|
351
|
-
"scenarios": {
|
|
352
|
-
"type": "array",
|
|
353
|
-
"items": {
|
|
354
|
-
"type": "object",
|
|
355
|
-
"properties": {
|
|
356
|
-
"name": {
|
|
357
|
-
"type": "string"
|
|
358
|
-
},
|
|
359
|
-
"passed": {
|
|
360
|
-
"type": "boolean"
|
|
361
|
-
},
|
|
362
|
-
"avgResponseTime": {
|
|
363
|
-
"type": "number"
|
|
364
|
-
},
|
|
365
|
-
"errorRate": {
|
|
366
|
-
"type": "number"
|
|
367
|
-
}
|
|
368
|
-
}
|
|
369
|
-
}
|
|
370
|
-
}
|
|
371
|
-
}
|
|
372
|
-
},
|
|
373
|
-
"resourceAnalysis": {
|
|
374
|
-
"type": "object",
|
|
375
|
-
"properties": {
|
|
376
|
-
"cpu": {
|
|
377
|
-
"type": "object",
|
|
378
|
-
"properties": {
|
|
379
|
-
"avgUtilization": {
|
|
380
|
-
"type": "number",
|
|
381
|
-
"minimum": 0,
|
|
382
|
-
"maximum": 100
|
|
383
|
-
},
|
|
384
|
-
"peakUtilization": {
|
|
385
|
-
"type": "number"
|
|
386
|
-
},
|
|
387
|
-
"throttling": {
|
|
388
|
-
"type": "boolean"
|
|
389
|
-
}
|
|
390
|
-
}
|
|
391
|
-
},
|
|
392
|
-
"memory": {
|
|
393
|
-
"type": "object",
|
|
394
|
-
"properties": {
|
|
395
|
-
"avgUsage": {
|
|
396
|
-
"type": "number"
|
|
397
|
-
},
|
|
398
|
-
"peakUsage": {
|
|
399
|
-
"type": "number"
|
|
400
|
-
},
|
|
401
|
-
"leakDetected": {
|
|
402
|
-
"type": "boolean"
|
|
403
|
-
}
|
|
404
|
-
}
|
|
405
|
-
},
|
|
406
|
-
"network": {
|
|
407
|
-
"type": "object",
|
|
408
|
-
"properties": {
|
|
409
|
-
"totalRequests": {
|
|
410
|
-
"type": "integer"
|
|
411
|
-
},
|
|
412
|
-
"totalSize": {
|
|
413
|
-
"type": "number",
|
|
414
|
-
"description": "Total size in KB"
|
|
415
|
-
},
|
|
416
|
-
"avgLatency": {
|
|
417
|
-
"type": "number"
|
|
418
|
-
}
|
|
419
|
-
}
|
|
420
|
-
},
|
|
421
|
-
"assets": {
|
|
422
|
-
"type": "object",
|
|
423
|
-
"properties": {
|
|
424
|
-
"totalSize": {
|
|
425
|
-
"type": "number"
|
|
426
|
-
},
|
|
427
|
-
"jsSize": {
|
|
428
|
-
"type": "number"
|
|
429
|
-
},
|
|
430
|
-
"cssSize": {
|
|
431
|
-
"type": "number"
|
|
432
|
-
},
|
|
433
|
-
"imageSize": {
|
|
434
|
-
"type": "number"
|
|
435
|
-
},
|
|
436
|
-
"fontSize": {
|
|
437
|
-
"type": "number"
|
|
438
|
-
}
|
|
439
|
-
}
|
|
440
|
-
}
|
|
441
|
-
}
|
|
442
|
-
},
|
|
443
|
-
"finding": {
|
|
444
|
-
"type": "object",
|
|
445
|
-
"required": ["id", "title", "severity", "category"],
|
|
446
|
-
"properties": {
|
|
447
|
-
"id": {
|
|
448
|
-
"type": "string",
|
|
449
|
-
"pattern": "^PERF-\\d{3,6}$"
|
|
450
|
-
},
|
|
451
|
-
"title": {
|
|
452
|
-
"type": "string"
|
|
453
|
-
},
|
|
454
|
-
"description": {
|
|
455
|
-
"type": "string"
|
|
456
|
-
},
|
|
457
|
-
"severity": {
|
|
458
|
-
"type": "string",
|
|
459
|
-
"enum": ["critical", "high", "medium", "low", "info"]
|
|
460
|
-
},
|
|
461
|
-
"category": {
|
|
462
|
-
"type": "string",
|
|
463
|
-
"enum": ["response-time", "throughput", "resource", "web-vitals", "scalability", "stability"]
|
|
464
|
-
},
|
|
465
|
-
"metric": {
|
|
466
|
-
"type": "string"
|
|
467
|
-
},
|
|
468
|
-
"currentValue": {
|
|
469
|
-
"type": "number"
|
|
470
|
-
},
|
|
471
|
-
"threshold": {
|
|
472
|
-
"type": "number"
|
|
473
|
-
},
|
|
474
|
-
"remediation": {
|
|
475
|
-
"type": "string"
|
|
476
|
-
}
|
|
477
|
-
}
|
|
478
|
-
},
|
|
479
|
-
"recommendation": {
|
|
480
|
-
"type": "object",
|
|
481
|
-
"required": ["id", "title", "priority"],
|
|
482
|
-
"properties": {
|
|
483
|
-
"id": {
|
|
484
|
-
"type": "string",
|
|
485
|
-
"pattern": "^REC-\\d{3,6}$"
|
|
486
|
-
},
|
|
487
|
-
"title": {
|
|
488
|
-
"type": "string"
|
|
489
|
-
},
|
|
490
|
-
"description": {
|
|
491
|
-
"type": "string"
|
|
492
|
-
},
|
|
493
|
-
"priority": {
|
|
494
|
-
"type": "string",
|
|
495
|
-
"enum": ["critical", "high", "medium", "low"]
|
|
496
|
-
},
|
|
497
|
-
"effort": {
|
|
498
|
-
"type": "string",
|
|
499
|
-
"enum": ["trivial", "low", "medium", "high", "major"]
|
|
500
|
-
},
|
|
501
|
-
"expectedImprovement": {
|
|
502
|
-
"type": "object",
|
|
503
|
-
"properties": {
|
|
504
|
-
"metric": {
|
|
505
|
-
"type": "string"
|
|
506
|
-
},
|
|
507
|
-
"improvementPercent": {
|
|
508
|
-
"type": "number"
|
|
509
|
-
}
|
|
510
|
-
}
|
|
511
|
-
}
|
|
512
|
-
}
|
|
513
|
-
},
|
|
514
|
-
"artifact": {
|
|
515
|
-
"type": "object",
|
|
516
|
-
"required": ["type", "path"],
|
|
517
|
-
"properties": {
|
|
518
|
-
"type": {
|
|
519
|
-
"type": "string",
|
|
520
|
-
"enum": ["report", "trace", "profile", "chart", "data", "har"]
|
|
521
|
-
},
|
|
522
|
-
"path": {
|
|
523
|
-
"type": "string"
|
|
524
|
-
},
|
|
525
|
-
"format": {
|
|
526
|
-
"type": "string"
|
|
527
|
-
}
|
|
528
|
-
}
|
|
529
|
-
},
|
|
530
|
-
"metadata": {
|
|
531
|
-
"type": "object",
|
|
532
|
-
"properties": {
|
|
533
|
-
"executionTimeMs": {
|
|
534
|
-
"type": "integer",
|
|
535
|
-
"minimum": 0
|
|
536
|
-
},
|
|
537
|
-
"toolsUsed": {
|
|
538
|
-
"type": "array",
|
|
539
|
-
"items": {
|
|
540
|
-
"type": "string"
|
|
541
|
-
}
|
|
542
|
-
},
|
|
543
|
-
"agentId": {
|
|
544
|
-
"type": "string"
|
|
545
|
-
},
|
|
546
|
-
"targetUrl": {
|
|
547
|
-
"type": "string",
|
|
548
|
-
"format": "uri"
|
|
549
|
-
},
|
|
550
|
-
"environment": {
|
|
551
|
-
"type": "string"
|
|
552
|
-
}
|
|
553
|
-
}
|
|
554
|
-
},
|
|
555
|
-
"validationResult": {
|
|
556
|
-
"type": "object",
|
|
557
|
-
"properties": {
|
|
558
|
-
"schemaValid": {
|
|
559
|
-
"type": "boolean"
|
|
560
|
-
},
|
|
561
|
-
"contentValid": {
|
|
562
|
-
"type": "boolean"
|
|
563
|
-
},
|
|
564
|
-
"confidence": {
|
|
565
|
-
"type": "number",
|
|
566
|
-
"minimum": 0,
|
|
567
|
-
"maximum": 1
|
|
568
|
-
}
|
|
569
|
-
}
|
|
570
|
-
},
|
|
571
|
-
"learningData": {
|
|
572
|
-
"type": "object",
|
|
573
|
-
"properties": {
|
|
574
|
-
"patternsDetected": {
|
|
575
|
-
"type": "array",
|
|
576
|
-
"items": {
|
|
577
|
-
"type": "string"
|
|
578
|
-
}
|
|
579
|
-
},
|
|
580
|
-
"reward": {
|
|
581
|
-
"type": "number",
|
|
582
|
-
"minimum": 0,
|
|
583
|
-
"maximum": 1
|
|
584
|
-
}
|
|
585
|
-
}
|
|
586
|
-
}
|
|
587
|
-
}
|
|
588
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"skillName": "performance-analysis",
|
|
3
|
-
"skillVersion": "1.0.0",
|
|
4
|
-
"requiredTools": [
|
|
5
|
-
"jq"
|
|
6
|
-
],
|
|
7
|
-
"optionalTools": [
|
|
8
|
-
"npm",
|
|
9
|
-
"python3"
|
|
10
|
-
],
|
|
11
|
-
"schemaPath": "schemas/output.json",
|
|
12
|
-
"requiredFields": [
|
|
13
|
-
"skillName",
|
|
14
|
-
"status",
|
|
15
|
-
"output"
|
|
16
|
-
],
|
|
17
|
-
"requiredNonEmptyFields": [
|
|
18
|
-
"output.summary"
|
|
19
|
-
],
|
|
20
|
-
"mustContainTerms": [
|
|
21
|
-
"performance",
|
|
22
|
-
"metric"
|
|
23
|
-
],
|
|
24
|
-
"mustNotContainTerms": [
|
|
25
|
-
"TODO",
|
|
26
|
-
"placeholder"
|
|
27
|
-
],
|
|
28
|
-
"enumValidations": {
|
|
29
|
-
".status": [
|
|
30
|
-
"success",
|
|
31
|
-
"partial",
|
|
32
|
-
"failed",
|
|
33
|
-
"skipped"
|
|
34
|
-
]
|
|
35
|
-
}
|
|
36
|
-
}
|