agentic-qe 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude/agents/analysis/code-analyzer.md +209 -0
- package/.claude/agents/analysis/code-review/analyze-code-quality.md +180 -0
- package/.claude/agents/architecture/system-design/arch-system-design.md +156 -0
- package/.claude/agents/base-template-generator.md +42 -0
- package/.claude/agents/consensus/byzantine-coordinator.md +63 -0
- package/.claude/agents/consensus/crdt-synchronizer.md +997 -0
- package/.claude/agents/consensus/gossip-coordinator.md +63 -0
- package/.claude/agents/consensus/performance-benchmarker.md +851 -0
- package/.claude/agents/consensus/quorum-manager.md +823 -0
- package/.claude/agents/consensus/raft-manager.md +63 -0
- package/.claude/agents/consensus/security-manager.md +622 -0
- package/.claude/agents/core/coder.md +266 -0
- package/.claude/agents/core/planner.md +168 -0
- package/.claude/agents/core/researcher.md +190 -0
- package/.claude/agents/core/reviewer.md +326 -0
- package/.claude/agents/core/tester.md +319 -0
- package/.claude/agents/data/ml/data-ml-model.md +193 -0
- package/.claude/agents/development/backend/dev-backend-api.md +142 -0
- package/.claude/agents/devops/ci-cd/ops-cicd-github.md +164 -0
- package/.claude/agents/documentation/api-docs/docs-api-openapi.md +174 -0
- package/.claude/agents/flow-nexus/app-store.md +88 -0
- package/.claude/agents/flow-nexus/authentication.md +69 -0
- package/.claude/agents/flow-nexus/challenges.md +81 -0
- package/.claude/agents/flow-nexus/neural-network.md +88 -0
- package/.claude/agents/flow-nexus/payments.md +83 -0
- package/.claude/agents/flow-nexus/sandbox.md +76 -0
- package/.claude/agents/flow-nexus/swarm.md +76 -0
- package/.claude/agents/flow-nexus/user-tools.md +96 -0
- package/.claude/agents/flow-nexus/workflow.md +84 -0
- package/.claude/agents/github/code-review-swarm.md +538 -0
- package/.claude/agents/github/github-modes.md +173 -0
- package/.claude/agents/github/issue-tracker.md +319 -0
- package/.claude/agents/github/multi-repo-swarm.md +553 -0
- package/.claude/agents/github/pr-manager.md +191 -0
- package/.claude/agents/github/project-board-sync.md +509 -0
- package/.claude/agents/github/release-manager.md +367 -0
- package/.claude/agents/github/release-swarm.md +583 -0
- package/.claude/agents/github/repo-architect.md +398 -0
- package/.claude/agents/github/swarm-issue.md +573 -0
- package/.claude/agents/github/swarm-pr.md +428 -0
- package/.claude/agents/github/sync-coordinator.md +452 -0
- package/.claude/agents/github/workflow-automation.md +635 -0
- package/.claude/agents/goal/code-goal-planner.md +446 -0
- package/.claude/agents/goal/goal-planner.md +168 -0
- package/.claude/agents/hive-mind/collective-intelligence-coordinator.md +130 -0
- package/.claude/agents/hive-mind/queen-coordinator.md +203 -0
- package/.claude/agents/hive-mind/scout-explorer.md +242 -0
- package/.claude/agents/hive-mind/swarm-memory-manager.md +193 -0
- package/.claude/agents/hive-mind/worker-specialist.md +217 -0
- package/.claude/agents/neural/safla-neural.md +74 -0
- package/.claude/agents/optimization/benchmark-suite.md +665 -0
- package/.claude/agents/optimization/load-balancer.md +431 -0
- package/.claude/agents/optimization/performance-monitor.md +672 -0
- package/.claude/agents/optimization/resource-allocator.md +674 -0
- package/.claude/agents/optimization/topology-optimizer.md +808 -0
- package/.claude/agents/qe-api-contract-validator.md +1088 -0
- package/.claude/agents/qe-chaos-engineer.md +736 -0
- package/.claude/agents/qe-coverage-analyzer.md +282 -0
- package/.claude/agents/qe-deployment-readiness.md +1109 -0
- package/.claude/agents/qe-flaky-test-hunter.md +1121 -0
- package/.claude/agents/qe-fleet-commander.md +641 -0
- package/.claude/agents/qe-performance-tester.md +354 -0
- package/.claude/agents/qe-production-intelligence.md +1162 -0
- package/.claude/agents/qe-quality-gate.md +294 -0
- package/.claude/agents/qe-regression-risk-analyzer.md +947 -0
- package/.claude/agents/qe-requirements-validator.md +691 -0
- package/.claude/agents/qe-security-scanner.md +430 -0
- package/.claude/agents/qe-test-data-architect.md +1007 -0
- package/.claude/agents/qe-test-executor.md +365 -0
- package/.claude/agents/qe-test-generator.md +332 -0
- package/.claude/agents/qe-visual-tester.md +754 -0
- package/.claude/agents/sparc/architecture.md +472 -0
- package/.claude/agents/sparc/pseudocode.md +318 -0
- package/.claude/agents/sparc/refinement.md +525 -0
- package/.claude/agents/sparc/specification.md +276 -0
- package/.claude/agents/specialized/mobile/spec-mobile-react-native.md +226 -0
- package/.claude/agents/swarm/adaptive-coordinator.md +396 -0
- package/.claude/agents/swarm/hierarchical-coordinator.md +327 -0
- package/.claude/agents/swarm/mesh-coordinator.md +392 -0
- package/.claude/agents/templates/automation-smart-agent.md +205 -0
- package/.claude/agents/templates/coordinator-swarm-init.md +105 -0
- package/.claude/agents/templates/github-pr-manager.md +177 -0
- package/.claude/agents/templates/implementer-sparc-coder.md +259 -0
- package/.claude/agents/templates/memory-coordinator.md +187 -0
- package/.claude/agents/templates/migration-plan.md +746 -0
- package/.claude/agents/templates/orchestrator-task.md +139 -0
- package/.claude/agents/templates/performance-analyzer.md +199 -0
- package/.claude/agents/templates/sparc-coordinator.md +183 -0
- package/.claude/agents/testing/unit/tdd-london-swarm.md +244 -0
- package/.claude/agents/testing/validation/production-validator.md +395 -0
- package/.claude/aqe-fleet.json +47 -0
- package/.claude/commands/README.md +106 -0
- package/.claude/commands/agents/README.md +10 -0
- package/.claude/commands/agents/agent-capabilities.md +21 -0
- package/.claude/commands/agents/agent-coordination.md +28 -0
- package/.claude/commands/agents/agent-spawning.md +28 -0
- package/.claude/commands/agents/agent-types.md +26 -0
- package/.claude/commands/analysis/COMMAND_COMPLIANCE_REPORT.md +54 -0
- package/.claude/commands/analysis/README.md +9 -0
- package/.claude/commands/analysis/bottleneck-detect.md +162 -0
- package/.claude/commands/analysis/performance-bottlenecks.md +59 -0
- package/.claude/commands/analysis/performance-report.md +25 -0
- package/.claude/commands/analysis/token-efficiency.md +45 -0
- package/.claude/commands/analysis/token-usage.md +25 -0
- package/.claude/commands/aqe-analyze.md +344 -0
- package/.claude/commands/aqe-benchmark.md +466 -0
- package/.claude/commands/aqe-chaos.md +443 -0
- package/.claude/commands/aqe-execute.md +322 -0
- package/.claude/commands/aqe-fleet-status.md +431 -0
- package/.claude/commands/aqe-generate.md +301 -0
- package/.claude/commands/aqe-optimize.md +361 -0
- package/.claude/commands/aqe-report.md +411 -0
- package/.claude/commands/automation/README.md +9 -0
- package/.claude/commands/automation/auto-agent.md +122 -0
- package/.claude/commands/automation/self-healing.md +106 -0
- package/.claude/commands/automation/session-memory.md +90 -0
- package/.claude/commands/automation/smart-agents.md +73 -0
- package/.claude/commands/automation/smart-spawn.md +25 -0
- package/.claude/commands/automation/workflow-select.md +25 -0
- package/.claude/commands/coordination/README.md +9 -0
- package/.claude/commands/coordination/agent-spawn.md +25 -0
- package/.claude/commands/coordination/init.md +44 -0
- package/.claude/commands/coordination/orchestrate.md +43 -0
- package/.claude/commands/coordination/spawn.md +45 -0
- package/.claude/commands/coordination/swarm-init.md +85 -0
- package/.claude/commands/coordination/task-orchestrate.md +25 -0
- package/.claude/commands/flow-nexus/app-store.md +124 -0
- package/.claude/commands/flow-nexus/challenges.md +120 -0
- package/.claude/commands/flow-nexus/login-registration.md +65 -0
- package/.claude/commands/flow-nexus/neural-network.md +134 -0
- package/.claude/commands/flow-nexus/payments.md +116 -0
- package/.claude/commands/flow-nexus/sandbox.md +83 -0
- package/.claude/commands/flow-nexus/swarm.md +87 -0
- package/.claude/commands/flow-nexus/user-tools.md +152 -0
- package/.claude/commands/flow-nexus/workflow.md +115 -0
- package/.claude/commands/github/README.md +11 -0
- package/.claude/commands/github/code-review-swarm.md +514 -0
- package/.claude/commands/github/code-review.md +25 -0
- package/.claude/commands/github/github-modes.md +147 -0
- package/.claude/commands/github/github-swarm.md +121 -0
- package/.claude/commands/github/issue-tracker.md +292 -0
- package/.claude/commands/github/issue-triage.md +25 -0
- package/.claude/commands/github/multi-repo-swarm.md +519 -0
- package/.claude/commands/github/pr-enhance.md +26 -0
- package/.claude/commands/github/pr-manager.md +170 -0
- package/.claude/commands/github/project-board-sync.md +471 -0
- package/.claude/commands/github/release-manager.md +338 -0
- package/.claude/commands/github/release-swarm.md +544 -0
- package/.claude/commands/github/repo-analyze.md +25 -0
- package/.claude/commands/github/repo-architect.md +367 -0
- package/.claude/commands/github/swarm-issue.md +482 -0
- package/.claude/commands/github/swarm-pr.md +285 -0
- package/.claude/commands/github/sync-coordinator.md +301 -0
- package/.claude/commands/github/workflow-automation.md +442 -0
- package/.claude/commands/hive-mind/README.md +17 -0
- package/.claude/commands/hive-mind/hive-mind-consensus.md +8 -0
- package/.claude/commands/hive-mind/hive-mind-init.md +18 -0
- package/.claude/commands/hive-mind/hive-mind-memory.md +8 -0
- package/.claude/commands/hive-mind/hive-mind-metrics.md +8 -0
- package/.claude/commands/hive-mind/hive-mind-resume.md +8 -0
- package/.claude/commands/hive-mind/hive-mind-sessions.md +8 -0
- package/.claude/commands/hive-mind/hive-mind-spawn.md +21 -0
- package/.claude/commands/hive-mind/hive-mind-status.md +8 -0
- package/.claude/commands/hive-mind/hive-mind-stop.md +8 -0
- package/.claude/commands/hive-mind/hive-mind-wizard.md +8 -0
- package/.claude/commands/hive-mind/hive-mind.md +27 -0
- package/.claude/commands/hooks/README.md +11 -0
- package/.claude/commands/hooks/overview.md +132 -0
- package/.claude/commands/hooks/post-edit.md +117 -0
- package/.claude/commands/hooks/post-task.md +112 -0
- package/.claude/commands/hooks/pre-edit.md +113 -0
- package/.claude/commands/hooks/pre-task.md +111 -0
- package/.claude/commands/hooks/session-end.md +118 -0
- package/.claude/commands/hooks/setup.md +103 -0
- package/.claude/commands/memory/README.md +9 -0
- package/.claude/commands/memory/memory-persist.md +25 -0
- package/.claude/commands/memory/memory-search.md +25 -0
- package/.claude/commands/memory/memory-usage.md +25 -0
- package/.claude/commands/memory/neural.md +47 -0
- package/.claude/commands/memory/usage.md +46 -0
- package/.claude/commands/monitoring/README.md +9 -0
- package/.claude/commands/monitoring/agent-metrics.md +25 -0
- package/.claude/commands/monitoring/agents.md +44 -0
- package/.claude/commands/monitoring/real-time-view.md +25 -0
- package/.claude/commands/monitoring/status.md +46 -0
- package/.claude/commands/monitoring/swarm-monitor.md +25 -0
- package/.claude/commands/optimization/README.md +9 -0
- package/.claude/commands/optimization/auto-topology.md +62 -0
- package/.claude/commands/optimization/cache-manage.md +25 -0
- package/.claude/commands/optimization/parallel-execute.md +25 -0
- package/.claude/commands/optimization/parallel-execution.md +50 -0
- package/.claude/commands/optimization/topology-optimize.md +25 -0
- package/.claude/commands/pair/commands.md +546 -0
- package/.claude/commands/pair/config.md +510 -0
- package/.claude/commands/pair/examples.md +512 -0
- package/.claude/commands/pair/modes.md +348 -0
- package/.claude/commands/pair/session.md +407 -0
- package/.claude/commands/pair/start.md +209 -0
- package/.claude/commands/sparc/analyzer.md +52 -0
- package/.claude/commands/sparc/architect.md +53 -0
- package/.claude/commands/sparc/batch-executor.md +54 -0
- package/.claude/commands/sparc/coder.md +54 -0
- package/.claude/commands/sparc/debugger.md +54 -0
- package/.claude/commands/sparc/designer.md +53 -0
- package/.claude/commands/sparc/documenter.md +54 -0
- package/.claude/commands/sparc/innovator.md +54 -0
- package/.claude/commands/sparc/memory-manager.md +54 -0
- package/.claude/commands/sparc/optimizer.md +54 -0
- package/.claude/commands/sparc/orchestrator.md +132 -0
- package/.claude/commands/sparc/researcher.md +54 -0
- package/.claude/commands/sparc/reviewer.md +54 -0
- package/.claude/commands/sparc/sparc-modes.md +174 -0
- package/.claude/commands/sparc/swarm-coordinator.md +54 -0
- package/.claude/commands/sparc/tdd.md +54 -0
- package/.claude/commands/sparc/tester.md +54 -0
- package/.claude/commands/sparc/workflow-manager.md +54 -0
- package/.claude/commands/stream-chain/pipeline.md +121 -0
- package/.claude/commands/stream-chain/run.md +70 -0
- package/.claude/commands/swarm/README.md +15 -0
- package/.claude/commands/swarm/analysis.md +95 -0
- package/.claude/commands/swarm/development.md +96 -0
- package/.claude/commands/swarm/examples.md +168 -0
- package/.claude/commands/swarm/maintenance.md +102 -0
- package/.claude/commands/swarm/optimization.md +117 -0
- package/.claude/commands/swarm/research.md +136 -0
- package/.claude/commands/swarm/swarm-analysis.md +8 -0
- package/.claude/commands/swarm/swarm-background.md +8 -0
- package/.claude/commands/swarm/swarm-init.md +19 -0
- package/.claude/commands/swarm/swarm-modes.md +8 -0
- package/.claude/commands/swarm/swarm-monitor.md +8 -0
- package/.claude/commands/swarm/swarm-spawn.md +19 -0
- package/.claude/commands/swarm/swarm-status.md +8 -0
- package/.claude/commands/swarm/swarm-strategies.md +8 -0
- package/.claude/commands/swarm/swarm.md +27 -0
- package/.claude/commands/swarm/testing.md +131 -0
- package/.claude/commands/training/README.md +9 -0
- package/.claude/commands/training/model-update.md +25 -0
- package/.claude/commands/training/neural-patterns.md +74 -0
- package/.claude/commands/training/neural-train.md +25 -0
- package/.claude/commands/training/pattern-learn.md +25 -0
- package/.claude/commands/training/specialization.md +63 -0
- package/.claude/commands/truth/start.md +143 -0
- package/.claude/commands/verify/check.md +50 -0
- package/.claude/commands/verify/start.md +128 -0
- package/.claude/commands/workflows/README.md +9 -0
- package/.claude/commands/workflows/development.md +78 -0
- package/.claude/commands/workflows/research.md +63 -0
- package/.claude/commands/workflows/workflow-create.md +25 -0
- package/.claude/commands/workflows/workflow-execute.md +25 -0
- package/.claude/commands/workflows/workflow-export.md +25 -0
- package/.claude/helpers/checkpoint-manager.sh +251 -0
- package/.claude/helpers/github-safe.js +106 -0
- package/.claude/helpers/github-setup.sh +28 -0
- package/.claude/helpers/quick-start.sh +19 -0
- package/.claude/helpers/setup-mcp.sh +18 -0
- package/.claude/helpers/standard-checkpoint-hooks.sh +179 -0
- package/.claude/settings.json +114 -0
- package/.claude/settings.local.json +10 -0
- package/CONTRIBUTING.md +897 -0
- package/LICENSE +21 -0
- package/README.md +632 -0
- package/bin/aqe +959 -0
- package/config/fleet.yaml +50 -0
- package/dist/agents/ApiContractValidatorAgent.d.ts +222 -0
- package/dist/agents/ApiContractValidatorAgent.d.ts.map +1 -0
- package/dist/agents/ApiContractValidatorAgent.js +787 -0
- package/dist/agents/ApiContractValidatorAgent.js.map +1 -0
- package/dist/agents/BaseAgent.d.ts +147 -0
- package/dist/agents/BaseAgent.d.ts.map +1 -0
- package/dist/agents/BaseAgent.js +374 -0
- package/dist/agents/BaseAgent.js.map +1 -0
- package/dist/agents/CoverageAnalyzerAgent.d.ts +103 -0
- package/dist/agents/CoverageAnalyzerAgent.d.ts.map +1 -0
- package/dist/agents/CoverageAnalyzerAgent.js +466 -0
- package/dist/agents/CoverageAnalyzerAgent.js.map +1 -0
- package/dist/agents/DeploymentReadinessAgent.d.ts +244 -0
- package/dist/agents/DeploymentReadinessAgent.d.ts.map +1 -0
- package/dist/agents/DeploymentReadinessAgent.js +974 -0
- package/dist/agents/DeploymentReadinessAgent.js.map +1 -0
- package/dist/agents/FlakyTestHunterAgent.d.ts +172 -0
- package/dist/agents/FlakyTestHunterAgent.d.ts.map +1 -0
- package/dist/agents/FlakyTestHunterAgent.js +867 -0
- package/dist/agents/FlakyTestHunterAgent.js.map +1 -0
- package/dist/agents/FleetCommanderAgent.d.ts +154 -0
- package/dist/agents/FleetCommanderAgent.d.ts.map +1 -0
- package/dist/agents/FleetCommanderAgent.js +924 -0
- package/dist/agents/FleetCommanderAgent.js.map +1 -0
- package/dist/agents/PerformanceTesterAgent.d.ts +194 -0
- package/dist/agents/PerformanceTesterAgent.d.ts.map +1 -0
- package/dist/agents/PerformanceTesterAgent.js +972 -0
- package/dist/agents/PerformanceTesterAgent.js.map +1 -0
- package/dist/agents/ProductionIntelligenceAgent.d.ts +224 -0
- package/dist/agents/ProductionIntelligenceAgent.d.ts.map +1 -0
- package/dist/agents/ProductionIntelligenceAgent.js +856 -0
- package/dist/agents/ProductionIntelligenceAgent.js.map +1 -0
- package/dist/agents/QualityAnalyzerAgent.d.ts +67 -0
- package/dist/agents/QualityAnalyzerAgent.d.ts.map +1 -0
- package/dist/agents/QualityAnalyzerAgent.js +453 -0
- package/dist/agents/QualityAnalyzerAgent.js.map +1 -0
- package/dist/agents/QualityGateAgent.d.ts +104 -0
- package/dist/agents/QualityGateAgent.d.ts.map +1 -0
- package/dist/agents/QualityGateAgent.js +522 -0
- package/dist/agents/QualityGateAgent.js.map +1 -0
- package/dist/agents/RegressionRiskAnalyzerAgent.d.ts +274 -0
- package/dist/agents/RegressionRiskAnalyzerAgent.d.ts.map +1 -0
- package/dist/agents/RegressionRiskAnalyzerAgent.js +1076 -0
- package/dist/agents/RegressionRiskAnalyzerAgent.js.map +1 -0
- package/dist/agents/RequirementsValidatorAgent.d.ts +195 -0
- package/dist/agents/RequirementsValidatorAgent.d.ts.map +1 -0
- package/dist/agents/RequirementsValidatorAgent.js +992 -0
- package/dist/agents/RequirementsValidatorAgent.js.map +1 -0
- package/dist/agents/SecurityScannerAgent.d.ts +126 -0
- package/dist/agents/SecurityScannerAgent.d.ts.map +1 -0
- package/dist/agents/SecurityScannerAgent.js +695 -0
- package/dist/agents/SecurityScannerAgent.js.map +1 -0
- package/dist/agents/TestDataArchitectAgent.d.ts +452 -0
- package/dist/agents/TestDataArchitectAgent.d.ts.map +1 -0
- package/dist/agents/TestDataArchitectAgent.js +1346 -0
- package/dist/agents/TestDataArchitectAgent.js.map +1 -0
- package/dist/agents/TestExecutorAgent.d.ts +101 -0
- package/dist/agents/TestExecutorAgent.d.ts.map +1 -0
- package/dist/agents/TestExecutorAgent.js +730 -0
- package/dist/agents/TestExecutorAgent.js.map +1 -0
- package/dist/agents/TestGeneratorAgent.d.ts +109 -0
- package/dist/agents/TestGeneratorAgent.d.ts.map +1 -0
- package/dist/agents/TestGeneratorAgent.js +450 -0
- package/dist/agents/TestGeneratorAgent.js.map +1 -0
- package/dist/agents/index.d.ts +51 -0
- package/dist/agents/index.d.ts.map +1 -0
- package/dist/agents/index.js +738 -0
- package/dist/agents/index.js.map +1 -0
- package/dist/cli/commands/analyze.d.ts +32 -0
- package/dist/cli/commands/analyze.d.ts.map +1 -0
- package/dist/cli/commands/analyze.js +764 -0
- package/dist/cli/commands/analyze.js.map +1 -0
- package/dist/cli/commands/fleet.d.ts +36 -0
- package/dist/cli/commands/fleet.d.ts.map +1 -0
- package/dist/cli/commands/fleet.js +745 -0
- package/dist/cli/commands/fleet.js.map +1 -0
- package/dist/cli/commands/generate.d.ts +24 -0
- package/dist/cli/commands/generate.d.ts.map +1 -0
- package/dist/cli/commands/generate.js +424 -0
- package/dist/cli/commands/generate.js.map +1 -0
- package/dist/cli/commands/init.d.ts +17 -0
- package/dist/cli/commands/init.d.ts.map +1 -0
- package/dist/cli/commands/init.js +570 -0
- package/dist/cli/commands/init.js.map +1 -0
- package/dist/cli/commands/run.d.ts +25 -0
- package/dist/cli/commands/run.d.ts.map +1 -0
- package/dist/cli/commands/run.js +558 -0
- package/dist/cli/commands/run.js.map +1 -0
- package/dist/cli/index-spec.d.ts +3 -0
- package/dist/cli/index-spec.d.ts.map +1 -0
- package/dist/cli/index-spec.js +154 -0
- package/dist/cli/index-spec.js.map +1 -0
- package/dist/cli/index-working.d.ts +7 -0
- package/dist/cli/index-working.d.ts.map +1 -0
- package/dist/cli/index-working.js +470 -0
- package/dist/cli/index-working.js.map +1 -0
- package/dist/cli/index.d.ts +9 -0
- package/dist/cli/index.d.ts.map +1 -0
- package/dist/cli/index.js +174 -0
- package/dist/cli/index.js.map +1 -0
- package/dist/core/Agent.d.ts +189 -0
- package/dist/core/Agent.d.ts.map +1 -0
- package/dist/core/Agent.js +288 -0
- package/dist/core/Agent.js.map +1 -0
- package/dist/core/EventBus.d.ts +40 -0
- package/dist/core/EventBus.d.ts.map +1 -0
- package/dist/core/EventBus.js +114 -0
- package/dist/core/EventBus.js.map +1 -0
- package/dist/core/FleetManager.d.ts +219 -0
- package/dist/core/FleetManager.d.ts.map +1 -0
- package/dist/core/FleetManager.js +354 -0
- package/dist/core/FleetManager.js.map +1 -0
- package/dist/core/MemoryManager.d.ts +119 -0
- package/dist/core/MemoryManager.d.ts.map +1 -0
- package/dist/core/MemoryManager.js +460 -0
- package/dist/core/MemoryManager.js.map +1 -0
- package/dist/core/Task.d.ts +264 -0
- package/dist/core/Task.d.ts.map +1 -0
- package/dist/core/Task.js +397 -0
- package/dist/core/Task.js.map +1 -0
- package/dist/core/coverage-analyzer.d.ts +50 -0
- package/dist/core/coverage-analyzer.d.ts.map +1 -0
- package/dist/core/coverage-analyzer.js +146 -0
- package/dist/core/coverage-analyzer.js.map +1 -0
- package/dist/core/index.d.ts +14 -0
- package/dist/core/index.d.ts.map +1 -0
- package/dist/core/index.js +20 -0
- package/dist/core/index.js.map +1 -0
- package/dist/core/quality-gate.d.ts +81 -0
- package/dist/core/quality-gate.d.ts.map +1 -0
- package/dist/core/quality-gate.js +254 -0
- package/dist/core/quality-gate.js.map +1 -0
- package/dist/coverage/coverage-collector.d.ts +62 -0
- package/dist/coverage/coverage-collector.d.ts.map +1 -0
- package/dist/coverage/coverage-collector.js +61 -0
- package/dist/coverage/coverage-collector.js.map +1 -0
- package/dist/coverage/coverage-reporter.d.ts +42 -0
- package/dist/coverage/coverage-reporter.d.ts.map +1 -0
- package/dist/coverage/coverage-reporter.js +53 -0
- package/dist/coverage/coverage-reporter.js.map +1 -0
- package/dist/index.d.ts +89 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +142 -0
- package/dist/index.js.map +1 -0
- package/dist/mcp/handlers/agent-spawn.d.ts +72 -0
- package/dist/mcp/handlers/agent-spawn.d.ts.map +1 -0
- package/dist/mcp/handlers/agent-spawn.js +255 -0
- package/dist/mcp/handlers/agent-spawn.js.map +1 -0
- package/dist/mcp/handlers/base-handler.d.ts +53 -0
- package/dist/mcp/handlers/base-handler.d.ts.map +1 -0
- package/dist/mcp/handlers/base-handler.js +77 -0
- package/dist/mcp/handlers/base-handler.js.map +1 -0
- package/dist/mcp/handlers/fleet-init.d.ts +55 -0
- package/dist/mcp/handlers/fleet-init.d.ts.map +1 -0
- package/dist/mcp/handlers/fleet-init.js +149 -0
- package/dist/mcp/handlers/fleet-init.js.map +1 -0
- package/dist/mcp/handlers/fleet-status.d.ts +103 -0
- package/dist/mcp/handlers/fleet-status.d.ts.map +1 -0
- package/dist/mcp/handlers/fleet-status.js +244 -0
- package/dist/mcp/handlers/fleet-status.js.map +1 -0
- package/dist/mcp/handlers/optimize-tests.d.ts +219 -0
- package/dist/mcp/handlers/optimize-tests.d.ts.map +1 -0
- package/dist/mcp/handlers/optimize-tests.js +532 -0
- package/dist/mcp/handlers/optimize-tests.js.map +1 -0
- package/dist/mcp/handlers/predict-defects.d.ts +194 -0
- package/dist/mcp/handlers/predict-defects.d.ts.map +1 -0
- package/dist/mcp/handlers/predict-defects.js +721 -0
- package/dist/mcp/handlers/predict-defects.js.map +1 -0
- package/dist/mcp/handlers/quality-analyze.d.ts +273 -0
- package/dist/mcp/handlers/quality-analyze.d.ts.map +1 -0
- package/dist/mcp/handlers/quality-analyze.js +702 -0
- package/dist/mcp/handlers/quality-analyze.js.map +1 -0
- package/dist/mcp/handlers/task-orchestrate.d.ts +152 -0
- package/dist/mcp/handlers/task-orchestrate.d.ts.map +1 -0
- package/dist/mcp/handlers/task-orchestrate.js +629 -0
- package/dist/mcp/handlers/task-orchestrate.js.map +1 -0
- package/dist/mcp/handlers/test-execute.d.ts +132 -0
- package/dist/mcp/handlers/test-execute.d.ts.map +1 -0
- package/dist/mcp/handlers/test-execute.js +436 -0
- package/dist/mcp/handlers/test-execute.js.map +1 -0
- package/dist/mcp/handlers/test-generate.d.ts +107 -0
- package/dist/mcp/handlers/test-generate.d.ts.map +1 -0
- package/dist/mcp/handlers/test-generate.js +437 -0
- package/dist/mcp/handlers/test-generate.js.map +1 -0
- package/dist/mcp/server.d.ts +99 -0
- package/dist/mcp/server.d.ts.map +1 -0
- package/dist/mcp/server.js +214 -0
- package/dist/mcp/server.js.map +1 -0
- package/dist/mcp/services/AgentRegistry.d.ts +191 -0
- package/dist/mcp/services/AgentRegistry.d.ts.map +1 -0
- package/dist/mcp/services/AgentRegistry.js +403 -0
- package/dist/mcp/services/AgentRegistry.js.map +1 -0
- package/dist/mcp/services/HookExecutor.d.ts +165 -0
- package/dist/mcp/services/HookExecutor.d.ts.map +1 -0
- package/dist/mcp/services/HookExecutor.js +327 -0
- package/dist/mcp/services/HookExecutor.js.map +1 -0
- package/dist/mcp/start.d.ts +7 -0
- package/dist/mcp/start.d.ts.map +1 -0
- package/dist/mcp/start.js +35 -0
- package/dist/mcp/start.js.map +1 -0
- package/dist/mcp/tools.d.ts +81 -0
- package/dist/mcp/tools.d.ts.map +1 -0
- package/dist/mcp/tools.js +471 -0
- package/dist/mcp/tools.js.map +1 -0
- package/dist/optimization/sublinear-solver.d.ts +72 -0
- package/dist/optimization/sublinear-solver.d.ts.map +1 -0
- package/dist/optimization/sublinear-solver.js +263 -0
- package/dist/optimization/sublinear-solver.js.map +1 -0
- package/dist/scripts/verifyComplexity.d.ts +8 -0
- package/dist/scripts/verifyComplexity.d.ts.map +1 -0
- package/dist/scripts/verifyComplexity.js +56 -0
- package/dist/scripts/verifyComplexity.js.map +1 -0
- package/dist/types/api-contract.types.d.ts +273 -0
- package/dist/types/api-contract.types.d.ts.map +1 -0
- package/dist/types/api-contract.types.js +18 -0
- package/dist/types/api-contract.types.js.map +1 -0
- package/dist/types/errors.d.ts +104 -0
- package/dist/types/errors.d.ts.map +1 -0
- package/dist/types/errors.js +226 -0
- package/dist/types/errors.js.map +1 -0
- package/dist/types/events.d.ts +101 -0
- package/dist/types/events.d.ts.map +1 -0
- package/dist/types/events.js +6 -0
- package/dist/types/events.js.map +1 -0
- package/dist/types/index.d.ts +570 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/index.js +131 -0
- package/dist/types/index.js.map +1 -0
- package/dist/utils/Config.d.ts +128 -0
- package/dist/utils/Config.d.ts.map +1 -0
- package/dist/utils/Config.js +232 -0
- package/dist/utils/Config.js.map +1 -0
- package/dist/utils/Database.d.ts +112 -0
- package/dist/utils/Database.d.ts.map +1 -0
- package/dist/utils/Database.js +352 -0
- package/dist/utils/Database.js.map +1 -0
- package/dist/utils/Logger.d.ts +58 -0
- package/dist/utils/Logger.d.ts.map +1 -0
- package/dist/utils/Logger.js +125 -0
- package/dist/utils/Logger.js.map +1 -0
- package/dist/utils/index.d.ts +9 -0
- package/dist/utils/index.d.ts.map +1 -0
- package/dist/utils/index.js +14 -0
- package/dist/utils/index.js.map +1 -0
- package/dist/utils/sublinear/coverageOptimizer.d.ts +84 -0
- package/dist/utils/sublinear/coverageOptimizer.d.ts.map +1 -0
- package/dist/utils/sublinear/coverageOptimizer.js +415 -0
- package/dist/utils/sublinear/coverageOptimizer.js.map +1 -0
- package/dist/utils/sublinear/index.d.ts +50 -0
- package/dist/utils/sublinear/index.d.ts.map +1 -0
- package/dist/utils/sublinear/index.js +390 -0
- package/dist/utils/sublinear/index.js.map +1 -0
- package/dist/utils/sublinear/matrixSolver.d.ts +132 -0
- package/dist/utils/sublinear/matrixSolver.d.ts.map +1 -0
- package/dist/utils/sublinear/matrixSolver.js +642 -0
- package/dist/utils/sublinear/matrixSolver.js.map +1 -0
- package/dist/utils/sublinear/temporalPredictor.d.ts +195 -0
- package/dist/utils/sublinear/temporalPredictor.d.ts.map +1 -0
- package/dist/utils/sublinear/temporalPredictor.js +474 -0
- package/dist/utils/sublinear/temporalPredictor.js.map +1 -0
- package/dist/utils/sublinear/testSelector.d.ts +81 -0
- package/dist/utils/sublinear/testSelector.d.ts.map +1 -0
- package/dist/utils/sublinear/testSelector.js +303 -0
- package/dist/utils/sublinear/testSelector.js.map +1 -0
- package/package.json +131 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2025 Agentic QE Contributors
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/README.md
ADDED
|
@@ -0,0 +1,632 @@
|
|
|
1
|
+
# Agentic Quality Engineering Fleet
|
|
2
|
+
|
|
3
|
+
<div align="center">
|
|
4
|
+
|
|
5
|
+
[](https://www.npmjs.com/package/agentic-qe)
|
|
6
|
+
[](https://opensource.org/licenses/MIT)
|
|
7
|
+
[](https://www.typescriptlang.org/)
|
|
8
|
+
[](https://nodejs.org/)
|
|
9
|
+
|
|
10
|
+
**AI-Driven Quality Engineering Automation**
|
|
11
|
+
|
|
12
|
+
A distributed fleet of specialized AI agents for comprehensive software testing, quality assurance, and continuous validation.
|
|
13
|
+
|
|
14
|
+
[Quick Start](#quick-start) β’ [Documentation](docs/) β’ [Contributing](CONTRIBUTING.md) β’ [Examples](examples/)
|
|
15
|
+
|
|
16
|
+
</div>
|
|
17
|
+
|
|
18
|
+
---
|
|
19
|
+
|
|
20
|
+
## π Features
|
|
21
|
+
|
|
22
|
+
### Autonomous Agent Fleet
|
|
23
|
+
- **16 Specialized QE Agents**: Each agent is an expert in specific quality engineering domains
|
|
24
|
+
- **Intelligent Coordination**: Event-driven architecture with automatic task distribution
|
|
25
|
+
- **Scalable**: From single developer projects to enterprise-scale testing infrastructure
|
|
26
|
+
- **Self-Organizing**: Agents autonomously coordinate testing strategies
|
|
27
|
+
|
|
28
|
+
### Comprehensive Testing
|
|
29
|
+
- **AI-Powered Test Generation**: Generate comprehensive test suites automatically
|
|
30
|
+
- **Multi-Framework Support**: Jest, Mocha, Cypress, Playwright, and more
|
|
31
|
+
- **Parallel Execution**: Execute thousands of tests concurrently with intelligent orchestration
|
|
32
|
+
- **Real-Time Coverage Analysis**: O(log n) algorithms for instant coverage gap detection
|
|
33
|
+
|
|
34
|
+
### Quality Intelligence
|
|
35
|
+
- **Smart Quality Gates**: ML-driven quality assessment with risk scoring
|
|
36
|
+
- **Security Scanning**: SAST, DAST, dependency analysis, and container security
|
|
37
|
+
- **Performance Testing**: Load testing with k6, JMeter, and Gatling integration
|
|
38
|
+
- **Visual Regression**: AI-powered screenshot comparison and UI validation
|
|
39
|
+
|
|
40
|
+
### Advanced Capabilities
|
|
41
|
+
- **Flaky Test Detection**: Statistical analysis with automatic stabilization
|
|
42
|
+
- **API Contract Validation**: Breaking change detection across versions
|
|
43
|
+
- **Test Data Generation**: 10,000+ realistic records per second
|
|
44
|
+
- **Production Intelligence**: Convert production incidents into test scenarios
|
|
45
|
+
- **Chaos Engineering**: Controlled fault injection for resilience testing
|
|
46
|
+
|
|
47
|
+
---
|
|
48
|
+
|
|
49
|
+
## π¦ Prerequisites & Installation
|
|
50
|
+
|
|
51
|
+
### Prerequisites
|
|
52
|
+
|
|
53
|
+
Before using Agentic QE, you must have:
|
|
54
|
+
|
|
55
|
+
#### Required
|
|
56
|
+
- **Claude Code**: Install from [claude.ai/code](https://claude.ai/code)
|
|
57
|
+
- **Node.js**: 18.0 or higher
|
|
58
|
+
- **npm**: 8.0 or higher
|
|
59
|
+
|
|
60
|
+
#### Optional (Advanced Features)
|
|
61
|
+
- **Claude Flow**: For advanced coordination
|
|
62
|
+
```bash
|
|
63
|
+
npm install -g @claude/flow
|
|
64
|
+
# or
|
|
65
|
+
npx claude-flow@alpha init --force
|
|
66
|
+
```
|
|
67
|
+
|
|
68
|
+
### Installation Steps
|
|
69
|
+
|
|
70
|
+
1. **Install Claude Code** globally or in your workspace
|
|
71
|
+
|
|
72
|
+
2. **Install Agentic QE**
|
|
73
|
+
|
|
74
|
+
**Global Installation** (Recommended)
|
|
75
|
+
```bash
|
|
76
|
+
npm install -g agentic-qe
|
|
77
|
+
|
|
78
|
+
# Verify installation
|
|
79
|
+
aqe --version
|
|
80
|
+
```
|
|
81
|
+
|
|
82
|
+
**Project Installation**
|
|
83
|
+
```bash
|
|
84
|
+
npm install --save-dev agentic-qe
|
|
85
|
+
|
|
86
|
+
# Use with npx
|
|
87
|
+
npx aqe init
|
|
88
|
+
```
|
|
89
|
+
|
|
90
|
+
3. **Local Development**
|
|
91
|
+
```bash
|
|
92
|
+
git clone https://github.com/proffesor-for-testing/agentic-qe.git
|
|
93
|
+
cd agentic-qe
|
|
94
|
+
npm install
|
|
95
|
+
npm run build
|
|
96
|
+
npm link
|
|
97
|
+
```
|
|
98
|
+
|
|
99
|
+
### System Requirements
|
|
100
|
+
|
|
101
|
+
- **Memory**: 2GB+ recommended for large test suites
|
|
102
|
+
- **OS**: Linux, macOS, Windows (via WSL2)
|
|
103
|
+
- **Agent Execution**: Via Claude Code's Task tool or MCP integration
|
|
104
|
+
|
|
105
|
+
---
|
|
106
|
+
|
|
107
|
+
## β‘ Quick Start
|
|
108
|
+
|
|
109
|
+
### 1. Install & Setup MCP Integration
|
|
110
|
+
|
|
111
|
+
```bash
|
|
112
|
+
# Install Agentic QE
|
|
113
|
+
npm install -g agentic-qe
|
|
114
|
+
|
|
115
|
+
# Add MCP server to Claude Code
|
|
116
|
+
claude mcp add agentic-qe npx -y agentic-qe mcp:start
|
|
117
|
+
|
|
118
|
+
# Verify connection
|
|
119
|
+
claude mcp list
|
|
120
|
+
```
|
|
121
|
+
|
|
122
|
+
### 2. Initialize Your Project
|
|
123
|
+
|
|
124
|
+
```bash
|
|
125
|
+
# Initialize AQE Fleet in your project
|
|
126
|
+
cd your-project
|
|
127
|
+
aqe init
|
|
128
|
+
```
|
|
129
|
+
|
|
130
|
+
**What it does:**
|
|
131
|
+
- Creates `.claude/agents/` with 16 specialized QE agent definitions
|
|
132
|
+
- Creates `.claude/commands/` with 8 AQE slash commands
|
|
133
|
+
- Creates `.agentic-qe/` configuration directory
|
|
134
|
+
- Updates or creates `CLAUDE.md` with integration documentation
|
|
135
|
+
|
|
136
|
+
### 3. Use from Claude Code CLI
|
|
137
|
+
|
|
138
|
+
```bash
|
|
139
|
+
# Ask Claude to generate tests using AQE agents
|
|
140
|
+
claude "Initialize AQE fleet and generate comprehensive tests for src/services/user-service.ts with 95% coverage"
|
|
141
|
+
```
|
|
142
|
+
|
|
143
|
+
**Agent Execution Model:**
|
|
144
|
+
- Agents are Claude Code agent definitions (markdown files in `.claude/agents/`)
|
|
145
|
+
- Executed via Claude Code's Task tool OR MCP tools
|
|
146
|
+
- MCP integration enables Claude to orchestrate QE agents directly
|
|
147
|
+
- NOT standalone Node.js processes
|
|
148
|
+
|
|
149
|
+
π **[Complete MCP Integration Guide](docs/guides/MCP-INTEGRATION.md)** - Detailed setup, examples, and use cases
|
|
150
|
+
|
|
151
|
+
### Basic Commands
|
|
152
|
+
|
|
153
|
+
```bash
|
|
154
|
+
# Check fleet status
|
|
155
|
+
aqe status
|
|
156
|
+
|
|
157
|
+
# Generate tests for a module
|
|
158
|
+
aqe test src/services/user-service.ts
|
|
159
|
+
|
|
160
|
+
# Analyze test coverage
|
|
161
|
+
aqe coverage --threshold 95
|
|
162
|
+
|
|
163
|
+
# Run quality gate validation
|
|
164
|
+
aqe quality
|
|
165
|
+
|
|
166
|
+
# Execute comprehensive test suite
|
|
167
|
+
aqe execute --parallel --coverage
|
|
168
|
+
|
|
169
|
+
# View all commands
|
|
170
|
+
aqe help
|
|
171
|
+
```
|
|
172
|
+
|
|
173
|
+
### Programmatic Usage
|
|
174
|
+
|
|
175
|
+
```typescript
|
|
176
|
+
import { FleetManager, QEAgentFactory } from 'agentic-qe';
|
|
177
|
+
|
|
178
|
+
// Initialize fleet
|
|
179
|
+
const fleet = new FleetManager({
|
|
180
|
+
maxAgents: 20,
|
|
181
|
+
topology: 'mesh'
|
|
182
|
+
});
|
|
183
|
+
|
|
184
|
+
await fleet.initialize();
|
|
185
|
+
|
|
186
|
+
// Spawn test generator agent
|
|
187
|
+
const testGen = await fleet.spawnAgent('test-generator', {
|
|
188
|
+
targetCoverage: 95,
|
|
189
|
+
framework: 'jest'
|
|
190
|
+
});
|
|
191
|
+
|
|
192
|
+
// Generate tests for a module
|
|
193
|
+
const tests = await testGen.execute({
|
|
194
|
+
sourceFile: 'src/services/user-service.ts',
|
|
195
|
+
testStyle: 'property-based'
|
|
196
|
+
});
|
|
197
|
+
```
|
|
198
|
+
|
|
199
|
+
---
|
|
200
|
+
|
|
201
|
+
## π€ Agent Types
|
|
202
|
+
|
|
203
|
+
### Core Testing Agents
|
|
204
|
+
|
|
205
|
+
| Agent | Purpose | Key Features |
|
|
206
|
+
|-------|---------|-------------|
|
|
207
|
+
| **test-generator** | AI-powered test creation | Property-based testing, edge case detection |
|
|
208
|
+
| **test-executor** | Multi-framework execution | Parallel processing, retry logic, reporting |
|
|
209
|
+
| **coverage-analyzer** | Real-time gap analysis | O(log n) algorithms, trend tracking |
|
|
210
|
+
| **quality-gate** | Intelligent validation | ML-driven decisions, risk assessment |
|
|
211
|
+
| **quality-analyzer** | Metrics analysis | ESLint, SonarQube, Lighthouse integration |
|
|
212
|
+
|
|
213
|
+
### Performance & Security
|
|
214
|
+
|
|
215
|
+
| Agent | Purpose | Key Features |
|
|
216
|
+
|-------|---------|-------------|
|
|
217
|
+
| **performance-tester** | Load & stress testing | k6, JMeter, Gatling, bottleneck detection |
|
|
218
|
+
| **security-scanner** | Vulnerability detection | SAST, DAST, dependency scanning |
|
|
219
|
+
|
|
220
|
+
### Strategic Planning
|
|
221
|
+
|
|
222
|
+
| Agent | Purpose | Key Features |
|
|
223
|
+
|-------|---------|-------------|
|
|
224
|
+
| **requirements-validator** | Testability analysis | INVEST criteria, BDD generation |
|
|
225
|
+
| **production-intelligence** | Incident replay | RUM analysis, anomaly detection |
|
|
226
|
+
| **fleet-commander** | Hierarchical coordination | 50+ agent orchestration |
|
|
227
|
+
|
|
228
|
+
### Advanced Testing
|
|
229
|
+
|
|
230
|
+
| Agent | Purpose | Key Features |
|
|
231
|
+
|-------|---------|-------------|
|
|
232
|
+
| **regression-risk-analyzer** | Smart test selection | ML patterns, AST analysis |
|
|
233
|
+
| **test-data-architect** | Realistic data generation | 10k+ records/sec, GDPR compliant |
|
|
234
|
+
| **api-contract-validator** | Breaking change detection | OpenAPI, GraphQL, gRPC |
|
|
235
|
+
| **flaky-test-hunter** | Stability analysis | Statistical detection, auto-fix |
|
|
236
|
+
|
|
237
|
+
### Specialized
|
|
238
|
+
|
|
239
|
+
| Agent | Purpose | Key Features |
|
|
240
|
+
|-------|---------|-------------|
|
|
241
|
+
| **deployment-readiness** | Release validation | Multi-factor risk scoring |
|
|
242
|
+
| **visual-tester** | UI regression | AI-powered comparison |
|
|
243
|
+
| **chaos-engineer** | Resilience testing | Fault injection, blast radius |
|
|
244
|
+
|
|
245
|
+
---
|
|
246
|
+
|
|
247
|
+
## ποΈ Architecture
|
|
248
|
+
|
|
249
|
+
### Core Components
|
|
250
|
+
|
|
251
|
+
```
|
|
252
|
+
βββββββββββββββββββββββββββββββββββββββββββββββ
|
|
253
|
+
β Fleet Manager β
|
|
254
|
+
β (Central Coordination & Task Distribution) β
|
|
255
|
+
βββββββββββββββββββββββββββββββββββββββββββββββ
|
|
256
|
+
β
|
|
257
|
+
βββββββββββββΌββββββββββββ
|
|
258
|
+
β β β
|
|
259
|
+
ββββββΌβββββ βββββΌβββββ βββββΌβββββ
|
|
260
|
+
β Agent 1 β β Agent 2β β Agent Nβ
|
|
261
|
+
β Pool β β Pool β β Pool β
|
|
262
|
+
ββββββ¬βββββ βββββ¬βββββ βββββ¬βββββ
|
|
263
|
+
β β β
|
|
264
|
+
ββββββΌβββββββββββΌβββββββββββΌβββββ
|
|
265
|
+
β Event Bus β
|
|
266
|
+
β (Event-Driven Communication) β
|
|
267
|
+
ββββββ¬βββββββββββββββββββββββ¬βββββ
|
|
268
|
+
β β
|
|
269
|
+
ββββββΌβββββ ββββββΌβββββ
|
|
270
|
+
β Memory β βDatabase β
|
|
271
|
+
β Store β β(SQLite) β
|
|
272
|
+
βββββββββββ βββββββββββ
|
|
273
|
+
```
|
|
274
|
+
|
|
275
|
+
### Event-Driven Architecture
|
|
276
|
+
|
|
277
|
+
- **EventBus**: Real-time communication between agents
|
|
278
|
+
- **Task Queue**: Priority-based task scheduling
|
|
279
|
+
- **Memory Store**: Shared context and learning
|
|
280
|
+
- **Persistence**: SQLite for state, metrics, and audit trails
|
|
281
|
+
|
|
282
|
+
---
|
|
283
|
+
|
|
284
|
+
## π Documentation
|
|
285
|
+
|
|
286
|
+
### Getting Started
|
|
287
|
+
- [Quick Start Guide](docs/AQE-CLI.md)
|
|
288
|
+
- [Agent Types Overview](docs/Agentic-QE-Fleet-Specification.md)
|
|
289
|
+
- [Configuration Guide](docs/CONFIGURATION.md)
|
|
290
|
+
|
|
291
|
+
### User Guides
|
|
292
|
+
- [Test Generation](docs/guides/TEST-GENERATION.md)
|
|
293
|
+
- [Coverage Analysis](docs/guides/COVERAGE-ANALYSIS.md)
|
|
294
|
+
- [Quality Gates](docs/guides/QUALITY-GATES.md)
|
|
295
|
+
- [Performance Testing](docs/guides/PERFORMANCE-TESTING.md)
|
|
296
|
+
|
|
297
|
+
### Advanced Topics
|
|
298
|
+
- [API Reference](docs/API.md)
|
|
299
|
+
- [Agent Development](docs/AGENT-DEVELOPMENT.md)
|
|
300
|
+
- [MCP Integration](docs/CLAUDE-MD-INTEGRATION.md)
|
|
301
|
+
- [Best Practices](docs/AI%20%26%20Agentic%20Security%20Best%20Practices.md)
|
|
302
|
+
|
|
303
|
+
### Commands Reference
|
|
304
|
+
- [AQE Commands Overview](docs/QE-COMMANDS-INDEX.md)
|
|
305
|
+
- [Command Specifications](docs/QE-SLASH-COMMANDS-SPECIFICATION.md)
|
|
306
|
+
- [Hooks Architecture](docs/QE_HOOKS_ARCHITECTURE.md)
|
|
307
|
+
|
|
308
|
+
---
|
|
309
|
+
|
|
310
|
+
## π§ Configuration
|
|
311
|
+
|
|
312
|
+
### Environment Variables
|
|
313
|
+
|
|
314
|
+
Create a `.env` file in your project root:
|
|
315
|
+
|
|
316
|
+
```bash
|
|
317
|
+
# Fleet Configuration
|
|
318
|
+
FLEET_ID=my-project-fleet
|
|
319
|
+
MAX_AGENTS=20
|
|
320
|
+
HEARTBEAT_INTERVAL=30000
|
|
321
|
+
|
|
322
|
+
# Database
|
|
323
|
+
DB_TYPE=sqlite
|
|
324
|
+
DB_FILENAME=./data/fleet.db
|
|
325
|
+
|
|
326
|
+
# Logging
|
|
327
|
+
LOG_LEVEL=info
|
|
328
|
+
LOG_FORMAT=json
|
|
329
|
+
|
|
330
|
+
# API (optional)
|
|
331
|
+
API_PORT=3000
|
|
332
|
+
API_HOST=localhost
|
|
333
|
+
```
|
|
334
|
+
|
|
335
|
+
### Fleet Configuration
|
|
336
|
+
|
|
337
|
+
Create `config/fleet.yaml`:
|
|
338
|
+
|
|
339
|
+
```yaml
|
|
340
|
+
fleet:
|
|
341
|
+
id: "my-project-fleet"
|
|
342
|
+
name: "My Project QE Fleet"
|
|
343
|
+
maxAgents: 20
|
|
344
|
+
topology: mesh
|
|
345
|
+
|
|
346
|
+
agents:
|
|
347
|
+
test-executor:
|
|
348
|
+
count: 3
|
|
349
|
+
config:
|
|
350
|
+
frameworks: [jest, cypress, playwright]
|
|
351
|
+
maxParallelTests: 8
|
|
352
|
+
timeout: 300000
|
|
353
|
+
|
|
354
|
+
coverage-analyzer:
|
|
355
|
+
count: 2
|
|
356
|
+
config:
|
|
357
|
+
targetCoverage: 95
|
|
358
|
+
optimizationAlgorithm: sublinear
|
|
359
|
+
|
|
360
|
+
quality-analyzer:
|
|
361
|
+
count: 2
|
|
362
|
+
config:
|
|
363
|
+
tools: [eslint, sonarqube, lighthouse]
|
|
364
|
+
thresholds:
|
|
365
|
+
coverage: 80
|
|
366
|
+
complexity: 10
|
|
367
|
+
maintainability: 65
|
|
368
|
+
```
|
|
369
|
+
|
|
370
|
+
---
|
|
371
|
+
|
|
372
|
+
## π§ͺ Examples
|
|
373
|
+
|
|
374
|
+
### Test Generation
|
|
375
|
+
|
|
376
|
+
```typescript
|
|
377
|
+
import { Task, TaskPriority } from 'agentic-qe';
|
|
378
|
+
|
|
379
|
+
// Generate comprehensive test suite
|
|
380
|
+
const generateTests = new Task(
|
|
381
|
+
'test-generation',
|
|
382
|
+
'Generate Tests for User Service',
|
|
383
|
+
{
|
|
384
|
+
sourceFile: './src/services/user-service.ts',
|
|
385
|
+
framework: 'jest',
|
|
386
|
+
coverage: 95,
|
|
387
|
+
testTypes: ['unit', 'integration', 'property-based']
|
|
388
|
+
},
|
|
389
|
+
{},
|
|
390
|
+
TaskPriority.HIGH
|
|
391
|
+
);
|
|
392
|
+
|
|
393
|
+
await fleet.submitTask(generateTests);
|
|
394
|
+
```
|
|
395
|
+
|
|
396
|
+
### Quality Analysis
|
|
397
|
+
|
|
398
|
+
```typescript
|
|
399
|
+
const qualityAnalysis = new Task(
|
|
400
|
+
'quality-analysis',
|
|
401
|
+
'Comprehensive Quality Check',
|
|
402
|
+
{
|
|
403
|
+
sourcePath: './src',
|
|
404
|
+
tools: ['eslint', 'sonarqube', 'lighthouse'],
|
|
405
|
+
thresholds: {
|
|
406
|
+
coverage: 80,
|
|
407
|
+
complexity: 10,
|
|
408
|
+
security: 90
|
|
409
|
+
}
|
|
410
|
+
},
|
|
411
|
+
{},
|
|
412
|
+
TaskPriority.MEDIUM
|
|
413
|
+
);
|
|
414
|
+
```
|
|
415
|
+
|
|
416
|
+
### Security Scanning
|
|
417
|
+
|
|
418
|
+
```typescript
|
|
419
|
+
const securityScan = new Task(
|
|
420
|
+
'security-scan',
|
|
421
|
+
'SAST & DAST Security Analysis',
|
|
422
|
+
{
|
|
423
|
+
sourcePath: './src',
|
|
424
|
+
scanTypes: ['sast', 'dast', 'dependency', 'container'],
|
|
425
|
+
severity: 'high',
|
|
426
|
+
compliance: ['OWASP-Top-10', 'CWE-Top-25']
|
|
427
|
+
},
|
|
428
|
+
{},
|
|
429
|
+
TaskPriority.HIGH
|
|
430
|
+
);
|
|
431
|
+
```
|
|
432
|
+
|
|
433
|
+
More examples in [examples/](examples/)
|
|
434
|
+
|
|
435
|
+
---
|
|
436
|
+
|
|
437
|
+
## π³ Docker Deployment
|
|
438
|
+
|
|
439
|
+
### Quick Start
|
|
440
|
+
|
|
441
|
+
```bash
|
|
442
|
+
# Start with SQLite (development)
|
|
443
|
+
docker-compose up -d
|
|
444
|
+
|
|
445
|
+
# Start with PostgreSQL (production)
|
|
446
|
+
docker-compose --profile postgres up -d
|
|
447
|
+
```
|
|
448
|
+
|
|
449
|
+
### Production Deployment
|
|
450
|
+
|
|
451
|
+
```bash
|
|
452
|
+
# Configure production environment
|
|
453
|
+
cp .env.example .env.production
|
|
454
|
+
# Edit .env.production with secure credentials
|
|
455
|
+
|
|
456
|
+
# Deploy
|
|
457
|
+
docker-compose -f docker-compose.yml -f docker-compose.prod.yml up -d
|
|
458
|
+
```
|
|
459
|
+
|
|
460
|
+
### Docker Compose Configuration
|
|
461
|
+
|
|
462
|
+
```yaml
|
|
463
|
+
version: '3.8'
|
|
464
|
+
services:
|
|
465
|
+
agentic-qe:
|
|
466
|
+
image: agentic-qe:latest
|
|
467
|
+
environment:
|
|
468
|
+
- FLEET_ID=prod-fleet
|
|
469
|
+
- MAX_AGENTS=50
|
|
470
|
+
- DB_TYPE=postgres
|
|
471
|
+
volumes:
|
|
472
|
+
- ./config:/app/config
|
|
473
|
+
- ./data:/app/data
|
|
474
|
+
ports:
|
|
475
|
+
- "3000:3000"
|
|
476
|
+
```
|
|
477
|
+
|
|
478
|
+
---
|
|
479
|
+
|
|
480
|
+
## π Development
|
|
481
|
+
|
|
482
|
+
### Setup
|
|
483
|
+
|
|
484
|
+
```bash
|
|
485
|
+
# Clone repository
|
|
486
|
+
git clone https://github.com/proffesor-for-testing/agentic-qe.git
|
|
487
|
+
cd agentic-qe
|
|
488
|
+
|
|
489
|
+
# Install dependencies
|
|
490
|
+
npm install
|
|
491
|
+
|
|
492
|
+
# Build
|
|
493
|
+
npm run build
|
|
494
|
+
|
|
495
|
+
# Run tests
|
|
496
|
+
npm test
|
|
497
|
+
```
|
|
498
|
+
|
|
499
|
+
### Available Scripts
|
|
500
|
+
|
|
501
|
+
| Script | Description |
|
|
502
|
+
|--------|-------------|
|
|
503
|
+
| `npm run build` | Compile TypeScript to JavaScript |
|
|
504
|
+
| `npm run dev` | Development mode with hot reload |
|
|
505
|
+
| `npm test` | Run all test suites |
|
|
506
|
+
| `npm run test:unit` | Unit tests only |
|
|
507
|
+
| `npm run test:integration` | Integration tests |
|
|
508
|
+
| `npm run test:coverage` | Generate coverage report |
|
|
509
|
+
| `npm run lint` | ESLint code checking |
|
|
510
|
+
| `npm run lint:fix` | Auto-fix linting issues |
|
|
511
|
+
| `npm run typecheck` | TypeScript type checking |
|
|
512
|
+
|
|
513
|
+
### Project Structure
|
|
514
|
+
|
|
515
|
+
```
|
|
516
|
+
agentic-qe/
|
|
517
|
+
βββ src/
|
|
518
|
+
β βββ agents/ # 16 agent implementations
|
|
519
|
+
β βββ core/ # Core fleet management
|
|
520
|
+
β β βββ FleetManager.ts
|
|
521
|
+
β β βββ Agent.ts
|
|
522
|
+
β β βββ Task.ts
|
|
523
|
+
β β βββ EventBus.ts
|
|
524
|
+
β β βββ MemoryManager.ts
|
|
525
|
+
β βββ cli/ # Command-line interface
|
|
526
|
+
β βββ mcp/ # Model Context Protocol server
|
|
527
|
+
β βββ types/ # TypeScript type definitions
|
|
528
|
+
β βββ utils/ # Shared utilities
|
|
529
|
+
βββ tests/ # Comprehensive test suites
|
|
530
|
+
β βββ unit/
|
|
531
|
+
β βββ integration/
|
|
532
|
+
β βββ e2e/
|
|
533
|
+
β βββ performance/
|
|
534
|
+
βββ examples/ # Usage examples
|
|
535
|
+
βββ docs/ # Documentation
|
|
536
|
+
βββ .claude/ # Agent & command definitions
|
|
537
|
+
β βββ agents/ # 16 QE agent definitions
|
|
538
|
+
β βββ commands/ # 8 AQE slash commands
|
|
539
|
+
βββ config/ # Configuration files
|
|
540
|
+
```
|
|
541
|
+
|
|
542
|
+
---
|
|
543
|
+
|
|
544
|
+
## π Performance
|
|
545
|
+
|
|
546
|
+
- **Test Generation**: 1000+ tests/minute
|
|
547
|
+
- **Parallel Execution**: 10,000+ concurrent tests
|
|
548
|
+
- **Coverage Analysis**: O(log n) complexity
|
|
549
|
+
- **Data Generation**: 10,000+ records/second
|
|
550
|
+
- **Agent Spawning**: <100ms per agent
|
|
551
|
+
- **Memory Efficient**: <2GB for typical projects
|
|
552
|
+
|
|
553
|
+
---
|
|
554
|
+
|
|
555
|
+
## π€ Contributing
|
|
556
|
+
|
|
557
|
+
We welcome contributions! Please see [CONTRIBUTING.md](CONTRIBUTING.md) for details.
|
|
558
|
+
|
|
559
|
+
### Quick Contribution Guide
|
|
560
|
+
|
|
561
|
+
1. Fork the repository
|
|
562
|
+
2. Create a feature branch (`git checkout -b feature/amazing-feature`)
|
|
563
|
+
3. Make your changes
|
|
564
|
+
4. Add tests for new functionality
|
|
565
|
+
5. Ensure all tests pass (`npm test`)
|
|
566
|
+
6. Commit your changes (`git commit -m 'feat: add amazing feature'`)
|
|
567
|
+
7. Push to your branch (`git push origin feature/amazing-feature`)
|
|
568
|
+
8. Open a Pull Request
|
|
569
|
+
|
|
570
|
+
### Development Guidelines
|
|
571
|
+
|
|
572
|
+
- Follow the existing code style
|
|
573
|
+
- Write comprehensive tests
|
|
574
|
+
- Update documentation
|
|
575
|
+
- Use conventional commits
|
|
576
|
+
- Ensure TypeScript types are accurate
|
|
577
|
+
|
|
578
|
+
---
|
|
579
|
+
|
|
580
|
+
## π License
|
|
581
|
+
|
|
582
|
+
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
|
|
583
|
+
|
|
584
|
+
---
|
|
585
|
+
|
|
586
|
+
## π Acknowledgments
|
|
587
|
+
|
|
588
|
+
- Built with TypeScript, Node.js, and SQLite
|
|
589
|
+
- Inspired by autonomous agent architectures and swarm intelligence
|
|
590
|
+
- Integrates with Jest, Cypress, Playwright, k6, SonarQube, and more
|
|
591
|
+
- Compatible with Claude Code via Model Context Protocol (MCP)
|
|
592
|
+
|
|
593
|
+
---
|
|
594
|
+
|
|
595
|
+
## π Support
|
|
596
|
+
|
|
597
|
+
- **Documentation**: [docs/](docs/)
|
|
598
|
+
- **Issues**: [GitHub Issues](https://github.com/proffesor-for-testing/agentic-qe/issues)
|
|
599
|
+
- **Discussions**: [GitHub Discussions](https://github.com/proffesor-for-testing/agentic-qe/discussions)
|
|
600
|
+
- **Email**: support@agentic-qe.com
|
|
601
|
+
|
|
602
|
+
---
|
|
603
|
+
|
|
604
|
+
## πΊοΈ Roadmap
|
|
605
|
+
|
|
606
|
+
### Current (v1.0)
|
|
607
|
+
- β
16 specialized QE agents
|
|
608
|
+
- β
Multi-framework test execution
|
|
609
|
+
- β
Real-time coverage analysis
|
|
610
|
+
- β
MCP integration
|
|
611
|
+
|
|
612
|
+
### Planned (v1.1)
|
|
613
|
+
- π Cloud deployment support
|
|
614
|
+
- π GraphQL API
|
|
615
|
+
- π Web dashboard
|
|
616
|
+
- π CI/CD integrations (GitHub Actions, GitLab CI)
|
|
617
|
+
|
|
618
|
+
### Future (v2.0)
|
|
619
|
+
- π Machine learning for test prioritization
|
|
620
|
+
- π Natural language test generation
|
|
621
|
+
- π Self-healing test suites
|
|
622
|
+
- π Multi-language support (Python, Java, Go)
|
|
623
|
+
|
|
624
|
+
---
|
|
625
|
+
|
|
626
|
+
<div align="center">
|
|
627
|
+
|
|
628
|
+
**Made with β€οΈ by the Agentic QE Team**
|
|
629
|
+
|
|
630
|
+
[β Star us on GitHub](https://github.com/proffesor-for-testing/agentic-qe) β’ [π¦ Follow on Twitter](https://twitter.com/agenticqe)
|
|
631
|
+
|
|
632
|
+
</div>
|