@agentic-qe/v3 3.0.0-alpha.10
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/README.md +429 -0
- package/assets/agents/v3/subagents/v3-qe-code-reviewer.md +339 -0
- package/assets/agents/v3/subagents/v3-qe-integration-reviewer.md +344 -0
- package/assets/agents/v3/subagents/v3-qe-performance-reviewer.md +351 -0
- package/assets/agents/v3/subagents/v3-qe-security-reviewer.md +374 -0
- package/assets/agents/v3/subagents/v3-qe-tdd-green.md +334 -0
- package/assets/agents/v3/subagents/v3-qe-tdd-red.md +329 -0
- package/assets/agents/v3/subagents/v3-qe-tdd-refactor.md +361 -0
- package/assets/agents/v3/v3-qe-accessibility-auditor.md +266 -0
- package/assets/agents/v3/v3-qe-bdd-generator.md +279 -0
- package/assets/agents/v3/v3-qe-chaos-engineer.md +265 -0
- package/assets/agents/v3/v3-qe-code-complexity.md +298 -0
- package/assets/agents/v3/v3-qe-code-intelligence.md +262 -0
- package/assets/agents/v3/v3-qe-contract-validator.md +267 -0
- package/assets/agents/v3/v3-qe-coverage-specialist.md +227 -0
- package/assets/agents/v3/v3-qe-defect-predictor.md +251 -0
- package/assets/agents/v3/v3-qe-dependency-mapper.md +277 -0
- package/assets/agents/v3/v3-qe-deployment-advisor.md +275 -0
- package/assets/agents/v3/v3-qe-flaky-hunter.md +248 -0
- package/assets/agents/v3/v3-qe-fleet-commander.md +293 -0
- package/assets/agents/v3/v3-qe-gap-detector.md +260 -0
- package/assets/agents/v3/v3-qe-graphql-tester.md +308 -0
- package/assets/agents/v3/v3-qe-impact-analyzer.md +299 -0
- package/assets/agents/v3/v3-qe-integration-tester.md +238 -0
- package/assets/agents/v3/v3-qe-kg-builder.md +273 -0
- package/assets/agents/v3/v3-qe-learning-coordinator.md +226 -0
- package/assets/agents/v3/v3-qe-load-tester.md +280 -0
- package/assets/agents/v3/v3-qe-metrics-optimizer.md +300 -0
- package/assets/agents/v3/v3-qe-mutation-tester.md +301 -0
- package/assets/agents/v3/v3-qe-parallel-executor.md +240 -0
- package/assets/agents/v3/v3-qe-pattern-learner.md +271 -0
- package/assets/agents/v3/v3-qe-performance-tester.md +262 -0
- package/assets/agents/v3/v3-qe-property-tester.md +247 -0
- package/assets/agents/v3/v3-qe-quality-gate.md +218 -0
- package/assets/agents/v3/v3-qe-queen-coordinator.md +214 -0
- package/assets/agents/v3/v3-qe-qx-partner.md +313 -0
- package/assets/agents/v3/v3-qe-regression-analyzer.md +322 -0
- package/assets/agents/v3/v3-qe-requirements-validator.md +360 -0
- package/assets/agents/v3/v3-qe-responsive-tester.md +311 -0
- package/assets/agents/v3/v3-qe-retry-handler.md +256 -0
- package/assets/agents/v3/v3-qe-risk-assessor.md +273 -0
- package/assets/agents/v3/v3-qe-root-cause-analyzer.md +286 -0
- package/assets/agents/v3/v3-qe-security-auditor.md +299 -0
- package/assets/agents/v3/v3-qe-security-scanner.md +235 -0
- package/assets/agents/v3/v3-qe-tdd-specialist.md +239 -0
- package/assets/agents/v3/v3-qe-test-architect.md +233 -0
- package/assets/agents/v3/v3-qe-transfer-specialist.md +295 -0
- package/assets/agents/v3/v3-qe-visual-tester.md +232 -0
- package/assets/skills/accessibility-testing/SKILL.md +216 -0
- package/assets/skills/agentdb-advanced/SKILL.md +550 -0
- package/assets/skills/agentdb-learning/SKILL.md +545 -0
- package/assets/skills/agentdb-memory-patterns/SKILL.md +339 -0
- package/assets/skills/agentdb-optimization/SKILL.md +509 -0
- package/assets/skills/agentdb-vector-search/SKILL.md +339 -0
- package/assets/skills/agentic-jujutsu/SKILL.md +645 -0
- package/assets/skills/agentic-quality-engineering/SKILL.md +335 -0
- package/assets/skills/api-testing-patterns/SKILL.md +294 -0
- package/assets/skills/aqe-v2-v3-migration/skill.md +322 -0
- package/assets/skills/brutal-honesty-review/README.md +218 -0
- package/assets/skills/brutal-honesty-review/SKILL.md +235 -0
- package/assets/skills/brutal-honesty-review/resources/assessment-rubrics.md +295 -0
- package/assets/skills/brutal-honesty-review/resources/review-template.md +102 -0
- package/assets/skills/brutal-honesty-review/scripts/assess-code.sh +179 -0
- package/assets/skills/brutal-honesty-review/scripts/assess-tests.sh +223 -0
- package/assets/skills/bug-reporting-excellence/SKILL.md +225 -0
- package/assets/skills/chaos-engineering-resilience/SKILL.md +158 -0
- package/assets/skills/cicd-pipeline-qe-orchestrator/README.md +304 -0
- package/assets/skills/cicd-pipeline-qe-orchestrator/SKILL.md +315 -0
- package/assets/skills/cicd-pipeline-qe-orchestrator/resources/workflows/microservice-pipeline.md +239 -0
- package/assets/skills/cicd-pipeline-qe-orchestrator/resources/workflows/mobile-pipeline.md +375 -0
- package/assets/skills/cicd-pipeline-qe-orchestrator/resources/workflows/monolith-pipeline.md +268 -0
- package/assets/skills/code-review-quality/SKILL.md +227 -0
- package/assets/skills/compatibility-testing/SKILL.md +205 -0
- package/assets/skills/compliance-testing/SKILL.md +225 -0
- package/assets/skills/consultancy-practices/SKILL.md +202 -0
- package/assets/skills/context-driven-testing/SKILL.md +196 -0
- package/assets/skills/contract-testing/SKILL.md +222 -0
- package/assets/skills/database-testing/SKILL.md +244 -0
- package/assets/skills/exploratory-testing-advanced/SKILL.md +201 -0
- package/assets/skills/flow-nexus-neural/SKILL.md +738 -0
- package/assets/skills/flow-nexus-platform/SKILL.md +1157 -0
- package/assets/skills/flow-nexus-swarm/SKILL.md +610 -0
- package/assets/skills/github-code-review/SKILL.md +1140 -0
- package/assets/skills/github-multi-repo/SKILL.md +874 -0
- package/assets/skills/github-project-management/SKILL.md +1277 -0
- package/assets/skills/github-release-management/SKILL.md +1081 -0
- package/assets/skills/github-workflow-automation/SKILL.md +1065 -0
- package/assets/skills/hive-mind-advanced/SKILL.md +712 -0
- package/assets/skills/holistic-testing-pact/SKILL.md +171 -0
- package/assets/skills/hooks-automation/SKILL.md +1201 -0
- package/assets/skills/localization-testing/SKILL.md +221 -0
- package/assets/skills/mobile-testing/SKILL.md +219 -0
- package/assets/skills/mutation-testing/SKILL.md +229 -0
- package/assets/skills/n8n-expression-testing/SKILL.md +434 -0
- package/assets/skills/n8n-integration-testing-patterns/SKILL.md +540 -0
- package/assets/skills/n8n-security-testing/SKILL.md +599 -0
- package/assets/skills/n8n-trigger-testing-strategies/SKILL.md +541 -0
- package/assets/skills/n8n-workflow-testing-fundamentals/SKILL.md +447 -0
- package/assets/skills/pair-programming/SKILL.md +1202 -0
- package/assets/skills/performance-analysis/SKILL.md +563 -0
- package/assets/skills/performance-testing/SKILL.md +310 -0
- package/assets/skills/quality-metrics/SKILL.md +225 -0
- package/assets/skills/reasoningbank-agentdb/SKILL.md +446 -0
- package/assets/skills/reasoningbank-intelligence/SKILL.md +201 -0
- package/assets/skills/refactoring-patterns/SKILL.md +205 -0
- package/assets/skills/regression-testing/SKILL.md +227 -0
- package/assets/skills/risk-based-testing/SKILL.md +206 -0
- package/assets/skills/security-testing/SKILL.md +306 -0
- package/assets/skills/sherlock-review/SKILL.md +250 -0
- package/assets/skills/shift-left-testing/SKILL.md +225 -0
- package/assets/skills/shift-right-testing/SKILL.md +227 -0
- package/assets/skills/six-thinking-hats/README.md +190 -0
- package/assets/skills/six-thinking-hats/SKILL.md +280 -0
- package/assets/skills/six-thinking-hats/resources/examples/api-testing-example.md +345 -0
- package/assets/skills/six-thinking-hats/resources/templates/solo-session-template.md +167 -0
- package/assets/skills/six-thinking-hats/resources/templates/team-session-template.md +336 -0
- package/assets/skills/skill-builder/SKILL.md +910 -0
- package/assets/skills/sparc-methodology/SKILL.md +1115 -0
- package/assets/skills/stream-chain/SKILL.md +563 -0
- package/assets/skills/swarm-advanced/SKILL.md +973 -0
- package/assets/skills/swarm-orchestration/SKILL.md +179 -0
- package/assets/skills/tdd-london-chicago/SKILL.md +244 -0
- package/assets/skills/technical-writing/SKILL.md +178 -0
- package/assets/skills/test-automation-strategy/SKILL.md +230 -0
- package/assets/skills/test-data-management/SKILL.md +270 -0
- package/assets/skills/test-design-techniques/SKILL.md +244 -0
- package/assets/skills/test-environment-management/SKILL.md +243 -0
- package/assets/skills/test-reporting-analytics/SKILL.md +214 -0
- package/assets/skills/testability-scoring/README.md +71 -0
- package/assets/skills/testability-scoring/SKILL.md +346 -0
- package/assets/skills/testability-scoring/resources/templates/config.template.js +84 -0
- package/assets/skills/testability-scoring/resources/templates/testability-scoring.spec.template.js +532 -0
- package/assets/skills/testability-scoring/scripts/generate-html-report.js +1007 -0
- package/assets/skills/testability-scoring/scripts/run-assessment.sh +70 -0
- package/assets/skills/v3-qe-chaos-resilience/SKILL.md +238 -0
- package/assets/skills/v3-qe-code-intelligence/SKILL.md +209 -0
- package/assets/skills/v3-qe-contract-testing/SKILL.md +218 -0
- package/assets/skills/v3-qe-coverage-analysis/SKILL.md +187 -0
- package/assets/skills/v3-qe-defect-intelligence/SKILL.md +205 -0
- package/assets/skills/v3-qe-learning-optimization/SKILL.md +238 -0
- package/assets/skills/v3-qe-quality-assessment/SKILL.md +213 -0
- package/assets/skills/v3-qe-requirements-validation/SKILL.md +248 -0
- package/assets/skills/v3-qe-test-execution/SKILL.md +182 -0
- package/assets/skills/v3-qe-test-generation/SKILL.md +141 -0
- package/assets/skills/v3-qe-visual-accessibility/SKILL.md +242 -0
- package/assets/skills/verification-quality/SKILL.md +649 -0
- package/assets/skills/visual-testing-advanced/SKILL.md +219 -0
- package/assets/skills/xp-practices/SKILL.md +229 -0
- package/dist/benchmarks/performance-benchmarks.d.ts +92 -0
- package/dist/benchmarks/performance-benchmarks.d.ts.map +1 -0
- package/dist/benchmarks/performance-benchmarks.js +477 -0
- package/dist/benchmarks/performance-benchmarks.js.map +1 -0
- package/dist/benchmarks/run-benchmarks.d.ts +12 -0
- package/dist/benchmarks/run-benchmarks.d.ts.map +1 -0
- package/dist/benchmarks/run-benchmarks.js +260 -0
- package/dist/benchmarks/run-benchmarks.js.map +1 -0
- package/dist/causal-discovery/causal-graph.d.ts +104 -0
- package/dist/causal-discovery/causal-graph.d.ts.map +1 -0
- package/dist/causal-discovery/causal-graph.js +384 -0
- package/dist/causal-discovery/causal-graph.js.map +1 -0
- package/dist/causal-discovery/discovery-engine.d.ts +120 -0
- package/dist/causal-discovery/discovery-engine.d.ts.map +1 -0
- package/dist/causal-discovery/discovery-engine.js +332 -0
- package/dist/causal-discovery/discovery-engine.js.map +1 -0
- package/dist/causal-discovery/index.d.ts +50 -0
- package/dist/causal-discovery/index.d.ts.map +1 -0
- package/dist/causal-discovery/index.js +69 -0
- package/dist/causal-discovery/index.js.map +1 -0
- package/dist/causal-discovery/types.d.ts +257 -0
- package/dist/causal-discovery/types.d.ts.map +1 -0
- package/dist/causal-discovery/types.js +72 -0
- package/dist/causal-discovery/types.js.map +1 -0
- package/dist/causal-discovery/weight-matrix.d.ts +130 -0
- package/dist/causal-discovery/weight-matrix.d.ts.map +1 -0
- package/dist/causal-discovery/weight-matrix.js +380 -0
- package/dist/causal-discovery/weight-matrix.js.map +1 -0
- package/dist/cli/bundle.js +46192 -0
- package/dist/cli/commands/qe-tools.d.ts +27 -0
- package/dist/cli/commands/qe-tools.d.ts.map +1 -0
- package/dist/cli/commands/qe-tools.js +524 -0
- package/dist/cli/commands/qe-tools.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 +1725 -0
- package/dist/cli/index.js.map +1 -0
- package/dist/compatibility/agent-mapper.d.ts +45 -0
- package/dist/compatibility/agent-mapper.d.ts.map +1 -0
- package/dist/compatibility/agent-mapper.js +256 -0
- package/dist/compatibility/agent-mapper.js.map +1 -0
- package/dist/compatibility/cli-adapter.d.ts +53 -0
- package/dist/compatibility/cli-adapter.d.ts.map +1 -0
- package/dist/compatibility/cli-adapter.js +247 -0
- package/dist/compatibility/cli-adapter.js.map +1 -0
- package/dist/compatibility/config-migrator.d.ts +42 -0
- package/dist/compatibility/config-migrator.d.ts.map +1 -0
- package/dist/compatibility/config-migrator.js +280 -0
- package/dist/compatibility/config-migrator.js.map +1 -0
- package/dist/compatibility/index.d.ts +58 -0
- package/dist/compatibility/index.d.ts.map +1 -0
- package/dist/compatibility/index.js +90 -0
- package/dist/compatibility/index.js.map +1 -0
- package/dist/compatibility/mcp-adapter.d.ts +38 -0
- package/dist/compatibility/mcp-adapter.d.ts.map +1 -0
- package/dist/compatibility/mcp-adapter.js +202 -0
- package/dist/compatibility/mcp-adapter.js.map +1 -0
- package/dist/compatibility/types.d.ts +161 -0
- package/dist/compatibility/types.d.ts.map +1 -0
- package/dist/compatibility/types.js +5 -0
- package/dist/compatibility/types.js.map +1 -0
- package/dist/coordination/claims/claim-repository.d.ts +64 -0
- package/dist/coordination/claims/claim-repository.d.ts.map +1 -0
- package/dist/coordination/claims/claim-repository.js +524 -0
- package/dist/coordination/claims/claim-repository.js.map +1 -0
- package/dist/coordination/claims/claim-service.d.ts +45 -0
- package/dist/coordination/claims/claim-service.d.ts.map +1 -0
- package/dist/coordination/claims/claim-service.js +523 -0
- package/dist/coordination/claims/claim-service.js.map +1 -0
- package/dist/coordination/claims/handoff-manager.d.ts +95 -0
- package/dist/coordination/claims/handoff-manager.d.ts.map +1 -0
- package/dist/coordination/claims/handoff-manager.js +380 -0
- package/dist/coordination/claims/handoff-manager.js.map +1 -0
- package/dist/coordination/claims/index.d.ts +121 -0
- package/dist/coordination/claims/index.d.ts.map +1 -0
- package/dist/coordination/claims/index.js +129 -0
- package/dist/coordination/claims/index.js.map +1 -0
- package/dist/coordination/claims/interfaces.d.ts +471 -0
- package/dist/coordination/claims/interfaces.d.ts.map +1 -0
- package/dist/coordination/claims/interfaces.js +14 -0
- package/dist/coordination/claims/interfaces.js.map +1 -0
- package/dist/coordination/claims/work-stealing.d.ts +88 -0
- package/dist/coordination/claims/work-stealing.d.ts.map +1 -0
- package/dist/coordination/claims/work-stealing.js +335 -0
- package/dist/coordination/claims/work-stealing.js.map +1 -0
- package/dist/coordination/cross-domain-router.d.ts +104 -0
- package/dist/coordination/cross-domain-router.d.ts.map +1 -0
- package/dist/coordination/cross-domain-router.js +365 -0
- package/dist/coordination/cross-domain-router.js.map +1 -0
- package/dist/coordination/index.d.ts +14 -0
- package/dist/coordination/index.d.ts.map +1 -0
- package/dist/coordination/index.js +29 -0
- package/dist/coordination/index.js.map +1 -0
- package/dist/coordination/interfaces.d.ts +482 -0
- package/dist/coordination/interfaces.d.ts.map +1 -0
- package/dist/coordination/interfaces.js +6 -0
- package/dist/coordination/interfaces.js.map +1 -0
- package/dist/coordination/protocol-executor.d.ts +119 -0
- package/dist/coordination/protocol-executor.d.ts.map +1 -0
- package/dist/coordination/protocol-executor.js +528 -0
- package/dist/coordination/protocol-executor.js.map +1 -0
- package/dist/coordination/protocols/code-intelligence-index.d.ts +204 -0
- package/dist/coordination/protocols/code-intelligence-index.d.ts.map +1 -0
- package/dist/coordination/protocols/code-intelligence-index.js +568 -0
- package/dist/coordination/protocols/code-intelligence-index.js.map +1 -0
- package/dist/coordination/protocols/defect-investigation.d.ts +202 -0
- package/dist/coordination/protocols/defect-investigation.d.ts.map +1 -0
- package/dist/coordination/protocols/defect-investigation.js +734 -0
- package/dist/coordination/protocols/defect-investigation.js.map +1 -0
- package/dist/coordination/protocols/index.d.ts +11 -0
- package/dist/coordination/protocols/index.d.ts.map +1 -0
- package/dist/coordination/protocols/index.js +11 -0
- package/dist/coordination/protocols/index.js.map +1 -0
- package/dist/coordination/protocols/learning-consolidation.d.ts +249 -0
- package/dist/coordination/protocols/learning-consolidation.d.ts.map +1 -0
- package/dist/coordination/protocols/learning-consolidation.js +811 -0
- package/dist/coordination/protocols/learning-consolidation.js.map +1 -0
- package/dist/coordination/protocols/morning-sync.d.ts +255 -0
- package/dist/coordination/protocols/morning-sync.d.ts.map +1 -0
- package/dist/coordination/protocols/morning-sync.js +730 -0
- package/dist/coordination/protocols/morning-sync.js.map +1 -0
- package/dist/coordination/protocols/quality-gate.d.ts +303 -0
- package/dist/coordination/protocols/quality-gate.d.ts.map +1 -0
- package/dist/coordination/protocols/quality-gate.js +924 -0
- package/dist/coordination/protocols/quality-gate.js.map +1 -0
- package/dist/coordination/protocols/security-audit.d.ts +263 -0
- package/dist/coordination/protocols/security-audit.d.ts.map +1 -0
- package/dist/coordination/protocols/security-audit.js +1159 -0
- package/dist/coordination/protocols/security-audit.js.map +1 -0
- package/dist/coordination/queen-coordinator.d.ts +214 -0
- package/dist/coordination/queen-coordinator.d.ts.map +1 -0
- package/dist/coordination/queen-coordinator.js +808 -0
- package/dist/coordination/queen-coordinator.js.map +1 -0
- package/dist/coordination/result-saver.d.ts +82 -0
- package/dist/coordination/result-saver.d.ts.map +1 -0
- package/dist/coordination/result-saver.js +536 -0
- package/dist/coordination/result-saver.js.map +1 -0
- package/dist/coordination/task-executor.d.ts +50 -0
- package/dist/coordination/task-executor.d.ts.map +1 -0
- package/dist/coordination/task-executor.js +965 -0
- package/dist/coordination/task-executor.js.map +1 -0
- package/dist/coordination/workflow-orchestrator.d.ts +362 -0
- package/dist/coordination/workflow-orchestrator.d.ts.map +1 -0
- package/dist/coordination/workflow-orchestrator.js +1298 -0
- package/dist/coordination/workflow-orchestrator.js.map +1 -0
- package/dist/domains/chaos-resilience/coordinator.d.ts +108 -0
- package/dist/domains/chaos-resilience/coordinator.d.ts.map +1 -0
- package/dist/domains/chaos-resilience/coordinator.js +775 -0
- package/dist/domains/chaos-resilience/coordinator.js.map +1 -0
- package/dist/domains/chaos-resilience/index.d.ts +13 -0
- package/dist/domains/chaos-resilience/index.d.ts.map +1 -0
- package/dist/domains/chaos-resilience/index.js +21 -0
- package/dist/domains/chaos-resilience/index.js.map +1 -0
- package/dist/domains/chaos-resilience/interfaces.d.ts +528 -0
- package/dist/domains/chaos-resilience/interfaces.d.ts.map +1 -0
- package/dist/domains/chaos-resilience/interfaces.js +8 -0
- package/dist/domains/chaos-resilience/interfaces.js.map +1 -0
- package/dist/domains/chaos-resilience/plugin.d.ts +97 -0
- package/dist/domains/chaos-resilience/plugin.d.ts.map +1 -0
- package/dist/domains/chaos-resilience/plugin.js +466 -0
- package/dist/domains/chaos-resilience/plugin.js.map +1 -0
- package/dist/domains/chaos-resilience/services/chaos-engineer.d.ts +97 -0
- package/dist/domains/chaos-resilience/services/chaos-engineer.d.ts.map +1 -0
- package/dist/domains/chaos-resilience/services/chaos-engineer.js +875 -0
- package/dist/domains/chaos-resilience/services/chaos-engineer.js.map +1 -0
- package/dist/domains/chaos-resilience/services/index.d.ts +8 -0
- package/dist/domains/chaos-resilience/services/index.d.ts.map +1 -0
- package/dist/domains/chaos-resilience/services/index.js +8 -0
- package/dist/domains/chaos-resilience/services/index.js.map +1 -0
- package/dist/domains/chaos-resilience/services/load-tester.d.ts +71 -0
- package/dist/domains/chaos-resilience/services/load-tester.d.ts.map +1 -0
- package/dist/domains/chaos-resilience/services/load-tester.js +588 -0
- package/dist/domains/chaos-resilience/services/load-tester.js.map +1 -0
- package/dist/domains/chaos-resilience/services/performance-profiler.d.ts +70 -0
- package/dist/domains/chaos-resilience/services/performance-profiler.d.ts.map +1 -0
- package/dist/domains/chaos-resilience/services/performance-profiler.js +642 -0
- package/dist/domains/chaos-resilience/services/performance-profiler.js.map +1 -0
- package/dist/domains/code-intelligence/coordinator.d.ts +104 -0
- package/dist/domains/code-intelligence/coordinator.d.ts.map +1 -0
- package/dist/domains/code-intelligence/coordinator.js +436 -0
- package/dist/domains/code-intelligence/coordinator.js.map +1 -0
- package/dist/domains/code-intelligence/index.d.ts +13 -0
- package/dist/domains/code-intelligence/index.d.ts.map +1 -0
- package/dist/domains/code-intelligence/index.js +21 -0
- package/dist/domains/code-intelligence/index.js.map +1 -0
- package/dist/domains/code-intelligence/interfaces.d.ts +130 -0
- package/dist/domains/code-intelligence/interfaces.d.ts.map +1 -0
- package/dist/domains/code-intelligence/interfaces.js +6 -0
- package/dist/domains/code-intelligence/interfaces.js.map +1 -0
- package/dist/domains/code-intelligence/plugin.d.ts +75 -0
- package/dist/domains/code-intelligence/plugin.d.ts.map +1 -0
- package/dist/domains/code-intelligence/plugin.js +279 -0
- package/dist/domains/code-intelligence/plugin.js.map +1 -0
- package/dist/domains/code-intelligence/services/impact-analyzer.d.ts +80 -0
- package/dist/domains/code-intelligence/services/impact-analyzer.d.ts.map +1 -0
- package/dist/domains/code-intelligence/services/impact-analyzer.js +391 -0
- package/dist/domains/code-intelligence/services/impact-analyzer.js.map +1 -0
- package/dist/domains/code-intelligence/services/index.d.ts +8 -0
- package/dist/domains/code-intelligence/services/index.d.ts.map +1 -0
- package/dist/domains/code-intelligence/services/index.js +8 -0
- package/dist/domains/code-intelligence/services/index.js.map +1 -0
- package/dist/domains/code-intelligence/services/knowledge-graph.d.ts +101 -0
- package/dist/domains/code-intelligence/services/knowledge-graph.d.ts.map +1 -0
- package/dist/domains/code-intelligence/services/knowledge-graph.js +822 -0
- package/dist/domains/code-intelligence/services/knowledge-graph.js.map +1 -0
- package/dist/domains/code-intelligence/services/semantic-analyzer.d.ts +141 -0
- package/dist/domains/code-intelligence/services/semantic-analyzer.d.ts.map +1 -0
- package/dist/domains/code-intelligence/services/semantic-analyzer.js +661 -0
- package/dist/domains/code-intelligence/services/semantic-analyzer.js.map +1 -0
- package/dist/domains/contract-testing/coordinator.d.ts +114 -0
- package/dist/domains/contract-testing/coordinator.d.ts.map +1 -0
- package/dist/domains/contract-testing/coordinator.js +805 -0
- package/dist/domains/contract-testing/coordinator.js.map +1 -0
- package/dist/domains/contract-testing/index.d.ts +13 -0
- package/dist/domains/contract-testing/index.d.ts.map +1 -0
- package/dist/domains/contract-testing/index.js +21 -0
- package/dist/domains/contract-testing/index.js.map +1 -0
- package/dist/domains/contract-testing/interfaces.d.ts +344 -0
- package/dist/domains/contract-testing/interfaces.d.ts.map +1 -0
- package/dist/domains/contract-testing/interfaces.js +8 -0
- package/dist/domains/contract-testing/interfaces.js.map +1 -0
- package/dist/domains/contract-testing/plugin.d.ts +112 -0
- package/dist/domains/contract-testing/plugin.d.ts.map +1 -0
- package/dist/domains/contract-testing/plugin.js +491 -0
- package/dist/domains/contract-testing/plugin.js.map +1 -0
- package/dist/domains/contract-testing/services/api-compatibility.d.ts +53 -0
- package/dist/domains/contract-testing/services/api-compatibility.d.ts.map +1 -0
- package/dist/domains/contract-testing/services/api-compatibility.js +535 -0
- package/dist/domains/contract-testing/services/api-compatibility.js.map +1 -0
- package/dist/domains/contract-testing/services/contract-validator.d.ts +100 -0
- package/dist/domains/contract-testing/services/contract-validator.d.ts.map +1 -0
- package/dist/domains/contract-testing/services/contract-validator.js +1398 -0
- package/dist/domains/contract-testing/services/contract-validator.js.map +1 -0
- package/dist/domains/contract-testing/services/index.d.ts +8 -0
- package/dist/domains/contract-testing/services/index.d.ts.map +1 -0
- package/dist/domains/contract-testing/services/index.js +8 -0
- package/dist/domains/contract-testing/services/index.js.map +1 -0
- package/dist/domains/contract-testing/services/schema-validator.d.ts +65 -0
- package/dist/domains/contract-testing/services/schema-validator.d.ts.map +1 -0
- package/dist/domains/contract-testing/services/schema-validator.js +860 -0
- package/dist/domains/contract-testing/services/schema-validator.js.map +1 -0
- package/dist/domains/coverage-analysis/coordinator.d.ts +66 -0
- package/dist/domains/coverage-analysis/coordinator.d.ts.map +1 -0
- package/dist/domains/coverage-analysis/coordinator.js +353 -0
- package/dist/domains/coverage-analysis/coordinator.js.map +1 -0
- package/dist/domains/coverage-analysis/index.d.ts +33 -0
- package/dist/domains/coverage-analysis/index.d.ts.map +1 -0
- package/dist/domains/coverage-analysis/index.js +39 -0
- package/dist/domains/coverage-analysis/index.js.map +1 -0
- package/dist/domains/coverage-analysis/interfaces.d.ts +134 -0
- package/dist/domains/coverage-analysis/interfaces.d.ts.map +1 -0
- package/dist/domains/coverage-analysis/interfaces.js +6 -0
- package/dist/domains/coverage-analysis/interfaces.js.map +1 -0
- package/dist/domains/coverage-analysis/plugin.d.ts +37 -0
- package/dist/domains/coverage-analysis/plugin.d.ts.map +1 -0
- package/dist/domains/coverage-analysis/plugin.js +133 -0
- package/dist/domains/coverage-analysis/plugin.js.map +1 -0
- package/dist/domains/coverage-analysis/services/coverage-analyzer.d.ts +49 -0
- package/dist/domains/coverage-analysis/services/coverage-analyzer.d.ts.map +1 -0
- package/dist/domains/coverage-analysis/services/coverage-analyzer.js +342 -0
- package/dist/domains/coverage-analysis/services/coverage-analyzer.js.map +1 -0
- package/dist/domains/coverage-analysis/services/coverage-embedder.d.ts +165 -0
- package/dist/domains/coverage-analysis/services/coverage-embedder.d.ts.map +1 -0
- package/dist/domains/coverage-analysis/services/coverage-embedder.js +550 -0
- package/dist/domains/coverage-analysis/services/coverage-embedder.js.map +1 -0
- package/dist/domains/coverage-analysis/services/coverage-parser.d.ts +203 -0
- package/dist/domains/coverage-analysis/services/coverage-parser.d.ts.map +1 -0
- package/dist/domains/coverage-analysis/services/coverage-parser.js +506 -0
- package/dist/domains/coverage-analysis/services/coverage-parser.js.map +1 -0
- package/dist/domains/coverage-analysis/services/gap-detector.d.ts +61 -0
- package/dist/domains/coverage-analysis/services/gap-detector.d.ts.map +1 -0
- package/dist/domains/coverage-analysis/services/gap-detector.js +474 -0
- package/dist/domains/coverage-analysis/services/gap-detector.js.map +1 -0
- package/dist/domains/coverage-analysis/services/hnsw-index.d.ts +260 -0
- package/dist/domains/coverage-analysis/services/hnsw-index.d.ts.map +1 -0
- package/dist/domains/coverage-analysis/services/hnsw-index.js +482 -0
- package/dist/domains/coverage-analysis/services/hnsw-index.js.map +1 -0
- package/dist/domains/coverage-analysis/services/index.d.ts +13 -0
- package/dist/domains/coverage-analysis/services/index.d.ts.map +1 -0
- package/dist/domains/coverage-analysis/services/index.js +16 -0
- package/dist/domains/coverage-analysis/services/index.js.map +1 -0
- package/dist/domains/coverage-analysis/services/risk-scorer.d.ts +62 -0
- package/dist/domains/coverage-analysis/services/risk-scorer.d.ts.map +1 -0
- package/dist/domains/coverage-analysis/services/risk-scorer.js +412 -0
- package/dist/domains/coverage-analysis/services/risk-scorer.js.map +1 -0
- package/dist/domains/coverage-analysis/services/sublinear-analyzer.d.ts +237 -0
- package/dist/domains/coverage-analysis/services/sublinear-analyzer.d.ts.map +1 -0
- package/dist/domains/coverage-analysis/services/sublinear-analyzer.js +499 -0
- package/dist/domains/coverage-analysis/services/sublinear-analyzer.js.map +1 -0
- package/dist/domains/defect-intelligence/coordinator.d.ts +104 -0
- package/dist/domains/defect-intelligence/coordinator.d.ts.map +1 -0
- package/dist/domains/defect-intelligence/coordinator.js +423 -0
- package/dist/domains/defect-intelligence/coordinator.js.map +1 -0
- package/dist/domains/defect-intelligence/index.d.ts +13 -0
- package/dist/domains/defect-intelligence/index.d.ts.map +1 -0
- package/dist/domains/defect-intelligence/index.js +21 -0
- package/dist/domains/defect-intelligence/index.js.map +1 -0
- package/dist/domains/defect-intelligence/interfaces.d.ts +127 -0
- package/dist/domains/defect-intelligence/interfaces.d.ts.map +1 -0
- package/dist/domains/defect-intelligence/interfaces.js +6 -0
- package/dist/domains/defect-intelligence/interfaces.js.map +1 -0
- package/dist/domains/defect-intelligence/plugin.d.ts +76 -0
- package/dist/domains/defect-intelligence/plugin.d.ts.map +1 -0
- package/dist/domains/defect-intelligence/plugin.js +287 -0
- package/dist/domains/defect-intelligence/plugin.js.map +1 -0
- package/dist/domains/defect-intelligence/services/causal-root-cause-analyzer.d.ts +188 -0
- package/dist/domains/defect-intelligence/services/causal-root-cause-analyzer.d.ts.map +1 -0
- package/dist/domains/defect-intelligence/services/causal-root-cause-analyzer.js +298 -0
- package/dist/domains/defect-intelligence/services/causal-root-cause-analyzer.js.map +1 -0
- package/dist/domains/defect-intelligence/services/defect-predictor.d.ts +129 -0
- package/dist/domains/defect-intelligence/services/defect-predictor.d.ts.map +1 -0
- package/dist/domains/defect-intelligence/services/defect-predictor.js +674 -0
- package/dist/domains/defect-intelligence/services/defect-predictor.js.map +1 -0
- package/dist/domains/defect-intelligence/services/index.d.ts +9 -0
- package/dist/domains/defect-intelligence/services/index.d.ts.map +1 -0
- package/dist/domains/defect-intelligence/services/index.js +10 -0
- package/dist/domains/defect-intelligence/services/index.js.map +1 -0
- package/dist/domains/defect-intelligence/services/pattern-learner.d.ts +96 -0
- package/dist/domains/defect-intelligence/services/pattern-learner.d.ts.map +1 -0
- package/dist/domains/defect-intelligence/services/pattern-learner.js +548 -0
- package/dist/domains/defect-intelligence/services/pattern-learner.js.map +1 -0
- package/dist/domains/defect-intelligence/services/root-cause-analyzer.d.ts +60 -0
- package/dist/domains/defect-intelligence/services/root-cause-analyzer.d.ts.map +1 -0
- package/dist/domains/defect-intelligence/services/root-cause-analyzer.js +465 -0
- package/dist/domains/defect-intelligence/services/root-cause-analyzer.js.map +1 -0
- package/dist/domains/domain-interface.d.ts +32 -0
- package/dist/domains/domain-interface.d.ts.map +1 -0
- package/dist/domains/domain-interface.js +61 -0
- package/dist/domains/domain-interface.js.map +1 -0
- package/dist/domains/index.d.ts +20 -0
- package/dist/domains/index.d.ts.map +1 -0
- package/dist/domains/index.js +22 -0
- package/dist/domains/index.js.map +1 -0
- package/dist/domains/learning-optimization/coordinator.d.ts +107 -0
- package/dist/domains/learning-optimization/coordinator.d.ts.map +1 -0
- package/dist/domains/learning-optimization/coordinator.js +849 -0
- package/dist/domains/learning-optimization/coordinator.js.map +1 -0
- package/dist/domains/learning-optimization/index.d.ts +14 -0
- package/dist/domains/learning-optimization/index.d.ts.map +1 -0
- package/dist/domains/learning-optimization/index.js +22 -0
- package/dist/domains/learning-optimization/index.js.map +1 -0
- package/dist/domains/learning-optimization/interfaces.d.ts +453 -0
- package/dist/domains/learning-optimization/interfaces.d.ts.map +1 -0
- package/dist/domains/learning-optimization/interfaces.js +8 -0
- package/dist/domains/learning-optimization/interfaces.js.map +1 -0
- package/dist/domains/learning-optimization/plugin.d.ts +116 -0
- package/dist/domains/learning-optimization/plugin.d.ts.map +1 -0
- package/dist/domains/learning-optimization/plugin.js +523 -0
- package/dist/domains/learning-optimization/plugin.js.map +1 -0
- package/dist/domains/learning-optimization/services/index.d.ts +9 -0
- package/dist/domains/learning-optimization/services/index.d.ts.map +1 -0
- package/dist/domains/learning-optimization/services/index.js +9 -0
- package/dist/domains/learning-optimization/services/index.js.map +1 -0
- package/dist/domains/learning-optimization/services/learning-coordinator.d.ts +98 -0
- package/dist/domains/learning-optimization/services/learning-coordinator.d.ts.map +1 -0
- package/dist/domains/learning-optimization/services/learning-coordinator.js +730 -0
- package/dist/domains/learning-optimization/services/learning-coordinator.js.map +1 -0
- package/dist/domains/learning-optimization/services/metrics-optimizer.d.ts +89 -0
- package/dist/domains/learning-optimization/services/metrics-optimizer.d.ts.map +1 -0
- package/dist/domains/learning-optimization/services/metrics-optimizer.js +598 -0
- package/dist/domains/learning-optimization/services/metrics-optimizer.js.map +1 -0
- package/dist/domains/learning-optimization/services/production-intel.d.ts +137 -0
- package/dist/domains/learning-optimization/services/production-intel.d.ts.map +1 -0
- package/dist/domains/learning-optimization/services/production-intel.js +649 -0
- package/dist/domains/learning-optimization/services/production-intel.js.map +1 -0
- package/dist/domains/learning-optimization/services/transfer-specialist.d.ts +86 -0
- package/dist/domains/learning-optimization/services/transfer-specialist.d.ts.map +1 -0
- package/dist/domains/learning-optimization/services/transfer-specialist.js +495 -0
- package/dist/domains/learning-optimization/services/transfer-specialist.js.map +1 -0
- package/dist/domains/quality-assessment/coherence/gate-controller.d.ts +117 -0
- package/dist/domains/quality-assessment/coherence/gate-controller.d.ts.map +1 -0
- package/dist/domains/quality-assessment/coherence/gate-controller.js +414 -0
- package/dist/domains/quality-assessment/coherence/gate-controller.js.map +1 -0
- package/dist/domains/quality-assessment/coherence/index.d.ts +102 -0
- package/dist/domains/quality-assessment/coherence/index.d.ts.map +1 -0
- package/dist/domains/quality-assessment/coherence/index.js +122 -0
- package/dist/domains/quality-assessment/coherence/index.js.map +1 -0
- package/dist/domains/quality-assessment/coherence/lambda-calculator.d.ts +93 -0
- package/dist/domains/quality-assessment/coherence/lambda-calculator.d.ts.map +1 -0
- package/dist/domains/quality-assessment/coherence/lambda-calculator.js +293 -0
- package/dist/domains/quality-assessment/coherence/lambda-calculator.js.map +1 -0
- package/dist/domains/quality-assessment/coherence/partition-detector.d.ts +109 -0
- package/dist/domains/quality-assessment/coherence/partition-detector.d.ts.map +1 -0
- package/dist/domains/quality-assessment/coherence/partition-detector.js +338 -0
- package/dist/domains/quality-assessment/coherence/partition-detector.js.map +1 -0
- package/dist/domains/quality-assessment/coherence/types.d.ts +239 -0
- package/dist/domains/quality-assessment/coherence/types.d.ts.map +1 -0
- package/dist/domains/quality-assessment/coherence/types.js +62 -0
- package/dist/domains/quality-assessment/coherence/types.js.map +1 -0
- package/dist/domains/quality-assessment/coordinator.d.ts +98 -0
- package/dist/domains/quality-assessment/coordinator.d.ts.map +1 -0
- package/dist/domains/quality-assessment/coordinator.js +391 -0
- package/dist/domains/quality-assessment/coordinator.js.map +1 -0
- package/dist/domains/quality-assessment/index.d.ts +15 -0
- package/dist/domains/quality-assessment/index.d.ts.map +1 -0
- package/dist/domains/quality-assessment/index.js +27 -0
- package/dist/domains/quality-assessment/index.js.map +1 -0
- package/dist/domains/quality-assessment/interfaces.d.ts +140 -0
- package/dist/domains/quality-assessment/interfaces.d.ts.map +1 -0
- package/dist/domains/quality-assessment/interfaces.js +6 -0
- package/dist/domains/quality-assessment/interfaces.js.map +1 -0
- package/dist/domains/quality-assessment/plugin.d.ts +75 -0
- package/dist/domains/quality-assessment/plugin.d.ts.map +1 -0
- package/dist/domains/quality-assessment/plugin.js +294 -0
- package/dist/domains/quality-assessment/plugin.js.map +1 -0
- package/dist/domains/quality-assessment/services/coherence-gate.d.ts +109 -0
- package/dist/domains/quality-assessment/services/coherence-gate.d.ts.map +1 -0
- package/dist/domains/quality-assessment/services/coherence-gate.js +234 -0
- package/dist/domains/quality-assessment/services/coherence-gate.js.map +1 -0
- package/dist/domains/quality-assessment/services/deployment-advisor.d.ts +83 -0
- package/dist/domains/quality-assessment/services/deployment-advisor.d.ts.map +1 -0
- package/dist/domains/quality-assessment/services/deployment-advisor.js +384 -0
- package/dist/domains/quality-assessment/services/deployment-advisor.js.map +1 -0
- package/dist/domains/quality-assessment/services/index.d.ts +9 -0
- package/dist/domains/quality-assessment/services/index.d.ts.map +1 -0
- package/dist/domains/quality-assessment/services/index.js +12 -0
- package/dist/domains/quality-assessment/services/index.js.map +1 -0
- package/dist/domains/quality-assessment/services/quality-analyzer.d.ts +74 -0
- package/dist/domains/quality-assessment/services/quality-analyzer.d.ts.map +1 -0
- package/dist/domains/quality-assessment/services/quality-analyzer.js +518 -0
- package/dist/domains/quality-assessment/services/quality-analyzer.js.map +1 -0
- package/dist/domains/quality-assessment/services/quality-gate.d.ts +57 -0
- package/dist/domains/quality-assessment/services/quality-gate.d.ts.map +1 -0
- package/dist/domains/quality-assessment/services/quality-gate.js +244 -0
- package/dist/domains/quality-assessment/services/quality-gate.js.map +1 -0
- package/dist/domains/requirements-validation/coordinator.d.ts +89 -0
- package/dist/domains/requirements-validation/coordinator.d.ts.map +1 -0
- package/dist/domains/requirements-validation/coordinator.js +574 -0
- package/dist/domains/requirements-validation/coordinator.js.map +1 -0
- package/dist/domains/requirements-validation/index.d.ts +13 -0
- package/dist/domains/requirements-validation/index.d.ts.map +1 -0
- package/dist/domains/requirements-validation/index.js +21 -0
- package/dist/domains/requirements-validation/index.js.map +1 -0
- package/dist/domains/requirements-validation/interfaces.d.ts +236 -0
- package/dist/domains/requirements-validation/interfaces.d.ts.map +1 -0
- package/dist/domains/requirements-validation/interfaces.js +8 -0
- package/dist/domains/requirements-validation/interfaces.js.map +1 -0
- package/dist/domains/requirements-validation/plugin.d.ts +103 -0
- package/dist/domains/requirements-validation/plugin.d.ts.map +1 -0
- package/dist/domains/requirements-validation/plugin.js +351 -0
- package/dist/domains/requirements-validation/plugin.js.map +1 -0
- package/dist/domains/requirements-validation/services/bdd-scenario-writer.d.ts +58 -0
- package/dist/domains/requirements-validation/services/bdd-scenario-writer.d.ts.map +1 -0
- package/dist/domains/requirements-validation/services/bdd-scenario-writer.js +521 -0
- package/dist/domains/requirements-validation/services/bdd-scenario-writer.js.map +1 -0
- package/dist/domains/requirements-validation/services/index.d.ts +8 -0
- package/dist/domains/requirements-validation/services/index.d.ts.map +1 -0
- package/dist/domains/requirements-validation/services/index.js +8 -0
- package/dist/domains/requirements-validation/services/index.js.map +1 -0
- package/dist/domains/requirements-validation/services/requirements-validator.d.ts +51 -0
- package/dist/domains/requirements-validation/services/requirements-validator.d.ts.map +1 -0
- package/dist/domains/requirements-validation/services/requirements-validator.js +423 -0
- package/dist/domains/requirements-validation/services/requirements-validator.js.map +1 -0
- package/dist/domains/requirements-validation/services/testability-scorer.d.ts +79 -0
- package/dist/domains/requirements-validation/services/testability-scorer.d.ts.map +1 -0
- package/dist/domains/requirements-validation/services/testability-scorer.js +502 -0
- package/dist/domains/requirements-validation/services/testability-scorer.js.map +1 -0
- package/dist/domains/security-compliance/coordinator.d.ts +91 -0
- package/dist/domains/security-compliance/coordinator.d.ts.map +1 -0
- package/dist/domains/security-compliance/coordinator.js +497 -0
- package/dist/domains/security-compliance/coordinator.js.map +1 -0
- package/dist/domains/security-compliance/index.d.ts +13 -0
- package/dist/domains/security-compliance/index.d.ts.map +1 -0
- package/dist/domains/security-compliance/index.js +21 -0
- package/dist/domains/security-compliance/index.js.map +1 -0
- package/dist/domains/security-compliance/interfaces.d.ts +342 -0
- package/dist/domains/security-compliance/interfaces.d.ts.map +1 -0
- package/dist/domains/security-compliance/interfaces.js +8 -0
- package/dist/domains/security-compliance/interfaces.js.map +1 -0
- package/dist/domains/security-compliance/plugin.d.ts +81 -0
- package/dist/domains/security-compliance/plugin.d.ts.map +1 -0
- package/dist/domains/security-compliance/plugin.js +302 -0
- package/dist/domains/security-compliance/plugin.js.map +1 -0
- package/dist/domains/security-compliance/services/compliance-validator.d.ts +102 -0
- package/dist/domains/security-compliance/services/compliance-validator.d.ts.map +1 -0
- package/dist/domains/security-compliance/services/compliance-validator.js +925 -0
- package/dist/domains/security-compliance/services/compliance-validator.js.map +1 -0
- package/dist/domains/security-compliance/services/index.d.ts +8 -0
- package/dist/domains/security-compliance/services/index.d.ts.map +1 -0
- package/dist/domains/security-compliance/services/index.js +8 -0
- package/dist/domains/security-compliance/services/index.js.map +1 -0
- package/dist/domains/security-compliance/services/security-auditor.d.ts +174 -0
- package/dist/domains/security-compliance/services/security-auditor.d.ts.map +1 -0
- package/dist/domains/security-compliance/services/security-auditor.js +1763 -0
- package/dist/domains/security-compliance/services/security-auditor.js.map +1 -0
- package/dist/domains/security-compliance/services/security-scanner.d.ts +185 -0
- package/dist/domains/security-compliance/services/security-scanner.d.ts.map +1 -0
- package/dist/domains/security-compliance/services/security-scanner.js +1911 -0
- package/dist/domains/security-compliance/services/security-scanner.js.map +1 -0
- package/dist/domains/security-compliance/services/semgrep-integration.d.ts +95 -0
- package/dist/domains/security-compliance/services/semgrep-integration.d.ts.map +1 -0
- package/dist/domains/security-compliance/services/semgrep-integration.js +209 -0
- package/dist/domains/security-compliance/services/semgrep-integration.js.map +1 -0
- package/dist/domains/test-execution/coordinator.d.ts +91 -0
- package/dist/domains/test-execution/coordinator.d.ts.map +1 -0
- package/dist/domains/test-execution/coordinator.js +280 -0
- package/dist/domains/test-execution/coordinator.js.map +1 -0
- package/dist/domains/test-execution/index.d.ts +11 -0
- package/dist/domains/test-execution/index.d.ts.map +1 -0
- package/dist/domains/test-execution/index.js +19 -0
- package/dist/domains/test-execution/index.js.map +1 -0
- package/dist/domains/test-execution/interfaces.d.ts +95 -0
- package/dist/domains/test-execution/interfaces.d.ts.map +1 -0
- package/dist/domains/test-execution/interfaces.js +6 -0
- package/dist/domains/test-execution/interfaces.js.map +1 -0
- package/dist/domains/test-execution/plugin.d.ts +27 -0
- package/dist/domains/test-execution/plugin.d.ts.map +1 -0
- package/dist/domains/test-execution/plugin.js +137 -0
- package/dist/domains/test-execution/plugin.js.map +1 -0
- package/dist/domains/test-execution/services/flaky-detector.d.ts +189 -0
- package/dist/domains/test-execution/services/flaky-detector.d.ts.map +1 -0
- package/dist/domains/test-execution/services/flaky-detector.js +834 -0
- package/dist/domains/test-execution/services/flaky-detector.js.map +1 -0
- package/dist/domains/test-execution/services/index.d.ts +8 -0
- package/dist/domains/test-execution/services/index.d.ts.map +1 -0
- package/dist/domains/test-execution/services/index.js +8 -0
- package/dist/domains/test-execution/services/index.js.map +1 -0
- package/dist/domains/test-execution/services/retry-handler.d.ts +169 -0
- package/dist/domains/test-execution/services/retry-handler.d.ts.map +1 -0
- package/dist/domains/test-execution/services/retry-handler.js +536 -0
- package/dist/domains/test-execution/services/retry-handler.js.map +1 -0
- package/dist/domains/test-execution/services/test-executor.d.ts +112 -0
- package/dist/domains/test-execution/services/test-executor.d.ts.map +1 -0
- package/dist/domains/test-execution/services/test-executor.js +657 -0
- package/dist/domains/test-execution/services/test-executor.js.map +1 -0
- package/dist/domains/test-generation/coordinator.d.ts +104 -0
- package/dist/domains/test-generation/coordinator.d.ts.map +1 -0
- package/dist/domains/test-generation/coordinator.js +446 -0
- package/dist/domains/test-generation/coordinator.js.map +1 -0
- package/dist/domains/test-generation/index.d.ts +12 -0
- package/dist/domains/test-generation/index.d.ts.map +1 -0
- package/dist/domains/test-generation/index.js +20 -0
- package/dist/domains/test-generation/index.js.map +1 -0
- package/dist/domains/test-generation/interfaces.d.ts +92 -0
- package/dist/domains/test-generation/interfaces.d.ts.map +1 -0
- package/dist/domains/test-generation/interfaces.js +6 -0
- package/dist/domains/test-generation/interfaces.js.map +1 -0
- package/dist/domains/test-generation/plugin.d.ts +70 -0
- package/dist/domains/test-generation/plugin.d.ts.map +1 -0
- package/dist/domains/test-generation/plugin.js +240 -0
- package/dist/domains/test-generation/plugin.js.map +1 -0
- package/dist/domains/test-generation/services/index.d.ts +7 -0
- package/dist/domains/test-generation/services/index.d.ts.map +1 -0
- package/dist/domains/test-generation/services/index.js +7 -0
- package/dist/domains/test-generation/services/index.js.map +1 -0
- package/dist/domains/test-generation/services/pattern-matcher.d.ts +276 -0
- package/dist/domains/test-generation/services/pattern-matcher.d.ts.map +1 -0
- package/dist/domains/test-generation/services/pattern-matcher.js +1271 -0
- package/dist/domains/test-generation/services/pattern-matcher.js.map +1 -0
- package/dist/domains/test-generation/services/test-generator.d.ts +226 -0
- package/dist/domains/test-generation/services/test-generator.d.ts.map +1 -0
- package/dist/domains/test-generation/services/test-generator.js +2230 -0
- package/dist/domains/test-generation/services/test-generator.js.map +1 -0
- package/dist/domains/visual-accessibility/coordinator.d.ts +118 -0
- package/dist/domains/visual-accessibility/coordinator.d.ts.map +1 -0
- package/dist/domains/visual-accessibility/coordinator.js +623 -0
- package/dist/domains/visual-accessibility/coordinator.js.map +1 -0
- package/dist/domains/visual-accessibility/index.d.ts +13 -0
- package/dist/domains/visual-accessibility/index.d.ts.map +1 -0
- package/dist/domains/visual-accessibility/index.js +21 -0
- package/dist/domains/visual-accessibility/index.js.map +1 -0
- package/dist/domains/visual-accessibility/interfaces.d.ts +360 -0
- package/dist/domains/visual-accessibility/interfaces.d.ts.map +1 -0
- package/dist/domains/visual-accessibility/interfaces.js +8 -0
- package/dist/domains/visual-accessibility/interfaces.js.map +1 -0
- package/dist/domains/visual-accessibility/plugin.d.ts +92 -0
- package/dist/domains/visual-accessibility/plugin.d.ts.map +1 -0
- package/dist/domains/visual-accessibility/plugin.js +343 -0
- package/dist/domains/visual-accessibility/plugin.js.map +1 -0
- package/dist/domains/visual-accessibility/services/accessibility-tester.d.ts +115 -0
- package/dist/domains/visual-accessibility/services/accessibility-tester.d.ts.map +1 -0
- package/dist/domains/visual-accessibility/services/accessibility-tester.js +794 -0
- package/dist/domains/visual-accessibility/services/accessibility-tester.js.map +1 -0
- package/dist/domains/visual-accessibility/services/axe-core-audit.d.ts +219 -0
- package/dist/domains/visual-accessibility/services/axe-core-audit.d.ts.map +1 -0
- package/dist/domains/visual-accessibility/services/axe-core-audit.js +427 -0
- package/dist/domains/visual-accessibility/services/axe-core-audit.js.map +1 -0
- package/dist/domains/visual-accessibility/services/index.d.ts +8 -0
- package/dist/domains/visual-accessibility/services/index.d.ts.map +1 -0
- package/dist/domains/visual-accessibility/services/index.js +8 -0
- package/dist/domains/visual-accessibility/services/index.js.map +1 -0
- package/dist/domains/visual-accessibility/services/responsive-tester.d.ts +149 -0
- package/dist/domains/visual-accessibility/services/responsive-tester.d.ts.map +1 -0
- package/dist/domains/visual-accessibility/services/responsive-tester.js +667 -0
- package/dist/domains/visual-accessibility/services/responsive-tester.js.map +1 -0
- package/dist/domains/visual-accessibility/services/visual-tester.d.ts +78 -0
- package/dist/domains/visual-accessibility/services/visual-tester.d.ts.map +1 -0
- package/dist/domains/visual-accessibility/services/visual-tester.js +335 -0
- package/dist/domains/visual-accessibility/services/visual-tester.js.map +1 -0
- package/dist/early-exit/early-exit-controller.d.ts +158 -0
- package/dist/early-exit/early-exit-controller.d.ts.map +1 -0
- package/dist/early-exit/early-exit-controller.js +354 -0
- package/dist/early-exit/early-exit-controller.js.map +1 -0
- package/dist/early-exit/early-exit-decision.d.ts +110 -0
- package/dist/early-exit/early-exit-decision.d.ts.map +1 -0
- package/dist/early-exit/early-exit-decision.js +241 -0
- package/dist/early-exit/early-exit-decision.js.map +1 -0
- package/dist/early-exit/index.d.ts +38 -0
- package/dist/early-exit/index.d.ts.map +1 -0
- package/dist/early-exit/index.js +53 -0
- package/dist/early-exit/index.js.map +1 -0
- package/dist/early-exit/quality-signal.d.ts +61 -0
- package/dist/early-exit/quality-signal.d.ts.map +1 -0
- package/dist/early-exit/quality-signal.js +306 -0
- package/dist/early-exit/quality-signal.js.map +1 -0
- package/dist/early-exit/speculative-executor.d.ts +131 -0
- package/dist/early-exit/speculative-executor.d.ts.map +1 -0
- package/dist/early-exit/speculative-executor.js +385 -0
- package/dist/early-exit/speculative-executor.js.map +1 -0
- package/dist/early-exit/types.d.ts +271 -0
- package/dist/early-exit/types.d.ts.map +1 -0
- package/dist/early-exit/types.js +69 -0
- package/dist/early-exit/types.js.map +1 -0
- package/dist/feedback/coverage-learner.d.ts +117 -0
- package/dist/feedback/coverage-learner.d.ts.map +1 -0
- package/dist/feedback/coverage-learner.js +367 -0
- package/dist/feedback/coverage-learner.js.map +1 -0
- package/dist/feedback/feedback-loop.d.ts +170 -0
- package/dist/feedback/feedback-loop.d.ts.map +1 -0
- package/dist/feedback/feedback-loop.js +281 -0
- package/dist/feedback/feedback-loop.js.map +1 -0
- package/dist/feedback/index.d.ts +17 -0
- package/dist/feedback/index.d.ts.map +1 -0
- package/dist/feedback/index.js +20 -0
- package/dist/feedback/index.js.map +1 -0
- package/dist/feedback/pattern-promotion.d.ts +126 -0
- package/dist/feedback/pattern-promotion.d.ts.map +1 -0
- package/dist/feedback/pattern-promotion.js +282 -0
- package/dist/feedback/pattern-promotion.js.map +1 -0
- package/dist/feedback/quality-score-calculator.d.ts +93 -0
- package/dist/feedback/quality-score-calculator.d.ts.map +1 -0
- package/dist/feedback/quality-score-calculator.js +285 -0
- package/dist/feedback/quality-score-calculator.js.map +1 -0
- package/dist/feedback/test-outcome-tracker.d.ts +103 -0
- package/dist/feedback/test-outcome-tracker.d.ts.map +1 -0
- package/dist/feedback/test-outcome-tracker.js +347 -0
- package/dist/feedback/test-outcome-tracker.js.map +1 -0
- package/dist/feedback/types.d.ts +322 -0
- package/dist/feedback/types.d.ts.map +1 -0
- package/dist/feedback/types.js +60 -0
- package/dist/feedback/types.js.map +1 -0
- package/dist/index.d.ts +45 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +71 -0
- package/dist/index.js.map +1 -0
- package/dist/init/agents-installer.d.ts +88 -0
- package/dist/init/agents-installer.d.ts.map +1 -0
- package/dist/init/agents-installer.js +441 -0
- package/dist/init/agents-installer.js.map +1 -0
- package/dist/init/index.d.ts +18 -0
- package/dist/init/index.d.ts.map +1 -0
- package/dist/init/index.js +14 -0
- package/dist/init/index.js.map +1 -0
- package/dist/init/init-wizard.d.ts +107 -0
- package/dist/init/init-wizard.d.ts.map +1 -0
- package/dist/init/init-wizard.js +916 -0
- package/dist/init/init-wizard.js.map +1 -0
- package/dist/init/project-analyzer.d.ts +95 -0
- package/dist/init/project-analyzer.d.ts.map +1 -0
- package/dist/init/project-analyzer.js +608 -0
- package/dist/init/project-analyzer.js.map +1 -0
- package/dist/init/self-configurator.d.ts +74 -0
- package/dist/init/self-configurator.d.ts.map +1 -0
- package/dist/init/self-configurator.js +384 -0
- package/dist/init/self-configurator.js.map +1 -0
- package/dist/init/skills-installer.d.ts +88 -0
- package/dist/init/skills-installer.d.ts.map +1 -0
- package/dist/init/skills-installer.js +386 -0
- package/dist/init/skills-installer.js.map +1 -0
- package/dist/init/types.d.ts +280 -0
- package/dist/init/types.d.ts.map +1 -0
- package/dist/init/types.js +110 -0
- package/dist/init/types.js.map +1 -0
- package/dist/integrations/ruvector/ast-complexity.d.ts +134 -0
- package/dist/integrations/ruvector/ast-complexity.d.ts.map +1 -0
- package/dist/integrations/ruvector/ast-complexity.js +383 -0
- package/dist/integrations/ruvector/ast-complexity.js.map +1 -0
- package/dist/integrations/ruvector/coverage-router.d.ts +128 -0
- package/dist/integrations/ruvector/coverage-router.d.ts.map +1 -0
- package/dist/integrations/ruvector/coverage-router.js +463 -0
- package/dist/integrations/ruvector/coverage-router.js.map +1 -0
- package/dist/integrations/ruvector/diff-risk-classifier.d.ts +129 -0
- package/dist/integrations/ruvector/diff-risk-classifier.d.ts.map +1 -0
- package/dist/integrations/ruvector/diff-risk-classifier.js +569 -0
- package/dist/integrations/ruvector/diff-risk-classifier.js.map +1 -0
- package/dist/integrations/ruvector/fallback.d.ts +138 -0
- package/dist/integrations/ruvector/fallback.d.ts.map +1 -0
- package/dist/integrations/ruvector/fallback.js +737 -0
- package/dist/integrations/ruvector/fallback.js.map +1 -0
- package/dist/integrations/ruvector/graph-boundaries.d.ts +151 -0
- package/dist/integrations/ruvector/graph-boundaries.d.ts.map +1 -0
- package/dist/integrations/ruvector/graph-boundaries.js +627 -0
- package/dist/integrations/ruvector/graph-boundaries.js.map +1 -0
- package/dist/integrations/ruvector/index.d.ts +82 -0
- package/dist/integrations/ruvector/index.d.ts.map +1 -0
- package/dist/integrations/ruvector/index.js +254 -0
- package/dist/integrations/ruvector/index.js.map +1 -0
- package/dist/integrations/ruvector/interfaces.d.ts +488 -0
- package/dist/integrations/ruvector/interfaces.d.ts.map +1 -0
- package/dist/integrations/ruvector/interfaces.js +64 -0
- package/dist/integrations/ruvector/interfaces.js.map +1 -0
- package/dist/integrations/ruvector/q-learning-router.d.ts +128 -0
- package/dist/integrations/ruvector/q-learning-router.d.ts.map +1 -0
- package/dist/integrations/ruvector/q-learning-router.js +427 -0
- package/dist/integrations/ruvector/q-learning-router.js.map +1 -0
- package/dist/kernel/agent-coordinator.d.ts +22 -0
- package/dist/kernel/agent-coordinator.d.ts.map +1 -0
- package/dist/kernel/agent-coordinator.js +113 -0
- package/dist/kernel/agent-coordinator.js.map +1 -0
- package/dist/kernel/agentdb-backend.d.ts +131 -0
- package/dist/kernel/agentdb-backend.d.ts.map +1 -0
- package/dist/kernel/agentdb-backend.js +359 -0
- package/dist/kernel/agentdb-backend.js.map +1 -0
- package/dist/kernel/event-bus.d.ts +18 -0
- package/dist/kernel/event-bus.d.ts.map +1 -0
- package/dist/kernel/event-bus.js +99 -0
- package/dist/kernel/event-bus.js.map +1 -0
- package/dist/kernel/hybrid-backend.d.ts +124 -0
- package/dist/kernel/hybrid-backend.d.ts.map +1 -0
- package/dist/kernel/hybrid-backend.js +395 -0
- package/dist/kernel/hybrid-backend.js.map +1 -0
- package/dist/kernel/index.d.ts +16 -0
- package/dist/kernel/index.d.ts.map +1 -0
- package/dist/kernel/index.js +17 -0
- package/dist/kernel/index.js.map +1 -0
- package/dist/kernel/interfaces.d.ts +174 -0
- package/dist/kernel/interfaces.d.ts.map +1 -0
- package/dist/kernel/interfaces.js +6 -0
- package/dist/kernel/interfaces.js.map +1 -0
- package/dist/kernel/kernel.d.ts +50 -0
- package/dist/kernel/kernel.d.ts.map +1 -0
- package/dist/kernel/kernel.js +228 -0
- package/dist/kernel/kernel.js.map +1 -0
- package/dist/kernel/memory-backend.d.ts +28 -0
- package/dist/kernel/memory-backend.d.ts.map +1 -0
- package/dist/kernel/memory-backend.js +126 -0
- package/dist/kernel/memory-backend.js.map +1 -0
- package/dist/kernel/memory-factory.d.ts +100 -0
- package/dist/kernel/memory-factory.d.ts.map +1 -0
- package/dist/kernel/memory-factory.js +209 -0
- package/dist/kernel/memory-factory.js.map +1 -0
- package/dist/kernel/plugin-loader.d.ts +36 -0
- package/dist/kernel/plugin-loader.d.ts.map +1 -0
- package/dist/kernel/plugin-loader.js +145 -0
- package/dist/kernel/plugin-loader.js.map +1 -0
- package/dist/learning/index.d.ts +58 -0
- package/dist/learning/index.d.ts.map +1 -0
- package/dist/learning/index.js +90 -0
- package/dist/learning/index.js.map +1 -0
- package/dist/learning/pattern-store.d.ts +242 -0
- package/dist/learning/pattern-store.d.ts.map +1 -0
- package/dist/learning/pattern-store.js +657 -0
- package/dist/learning/pattern-store.js.map +1 -0
- package/dist/learning/qe-guidance.d.ts +125 -0
- package/dist/learning/qe-guidance.d.ts.map +1 -0
- package/dist/learning/qe-guidance.js +712 -0
- package/dist/learning/qe-guidance.js.map +1 -0
- package/dist/learning/qe-hooks.d.ts +111 -0
- package/dist/learning/qe-hooks.d.ts.map +1 -0
- package/dist/learning/qe-hooks.js +475 -0
- package/dist/learning/qe-hooks.js.map +1 -0
- package/dist/learning/qe-patterns.d.ts +203 -0
- package/dist/learning/qe-patterns.d.ts.map +1 -0
- package/dist/learning/qe-patterns.js +181 -0
- package/dist/learning/qe-patterns.js.map +1 -0
- package/dist/learning/qe-reasoning-bank.d.ts +263 -0
- package/dist/learning/qe-reasoning-bank.d.ts.map +1 -0
- package/dist/learning/qe-reasoning-bank.js +617 -0
- package/dist/learning/qe-reasoning-bank.js.map +1 -0
- package/dist/learning/real-embeddings.d.ts +61 -0
- package/dist/learning/real-embeddings.d.ts.map +1 -0
- package/dist/learning/real-embeddings.js +219 -0
- package/dist/learning/real-embeddings.js.map +1 -0
- package/dist/learning/real-qe-reasoning-bank.d.ts +182 -0
- package/dist/learning/real-qe-reasoning-bank.d.ts.map +1 -0
- package/dist/learning/real-qe-reasoning-bank.js +597 -0
- package/dist/learning/real-qe-reasoning-bank.js.map +1 -0
- package/dist/learning/sqlite-persistence.d.ts +121 -0
- package/dist/learning/sqlite-persistence.d.ts.map +1 -0
- package/dist/learning/sqlite-persistence.js +438 -0
- package/dist/learning/sqlite-persistence.js.map +1 -0
- package/dist/mcp/bundle.js +45644 -0
- package/dist/mcp/entry.d.ts +12 -0
- package/dist/mcp/entry.d.ts.map +1 -0
- package/dist/mcp/entry.js +52 -0
- package/dist/mcp/entry.js.map +1 -0
- package/dist/mcp/handlers/agent-handlers.d.ts +62 -0
- package/dist/mcp/handlers/agent-handlers.d.ts.map +1 -0
- package/dist/mcp/handlers/agent-handlers.js +173 -0
- package/dist/mcp/handlers/agent-handlers.js.map +1 -0
- package/dist/mcp/handlers/core-handlers.d.ts +30 -0
- package/dist/mcp/handlers/core-handlers.d.ts.map +1 -0
- package/dist/mcp/handlers/core-handlers.js +250 -0
- package/dist/mcp/handlers/core-handlers.js.map +1 -0
- package/dist/mcp/handlers/domain-handlers.d.ts +135 -0
- package/dist/mcp/handlers/domain-handlers.d.ts.map +1 -0
- package/dist/mcp/handlers/domain-handlers.js +990 -0
- package/dist/mcp/handlers/domain-handlers.js.map +1 -0
- package/dist/mcp/handlers/index.d.ts +10 -0
- package/dist/mcp/handlers/index.d.ts.map +1 -0
- package/dist/mcp/handlers/index.js +15 -0
- package/dist/mcp/handlers/index.js.map +1 -0
- package/dist/mcp/handlers/memory-handlers.d.ts +53 -0
- package/dist/mcp/handlers/memory-handlers.d.ts.map +1 -0
- package/dist/mcp/handlers/memory-handlers.js +228 -0
- package/dist/mcp/handlers/memory-handlers.js.map +1 -0
- package/dist/mcp/handlers/task-handlers.d.ts +26 -0
- package/dist/mcp/handlers/task-handlers.d.ts.map +1 -0
- package/dist/mcp/handlers/task-handlers.js +293 -0
- package/dist/mcp/handlers/task-handlers.js.map +1 -0
- package/dist/mcp/index.d.ts +12 -0
- package/dist/mcp/index.d.ts.map +1 -0
- package/dist/mcp/index.js +18 -0
- package/dist/mcp/index.js.map +1 -0
- package/dist/mcp/metrics/index.d.ts +6 -0
- package/dist/mcp/metrics/index.d.ts.map +1 -0
- package/dist/mcp/metrics/index.js +6 -0
- package/dist/mcp/metrics/index.js.map +1 -0
- package/dist/mcp/metrics/metrics-collector.d.ts +154 -0
- package/dist/mcp/metrics/metrics-collector.d.ts.map +1 -0
- package/dist/mcp/metrics/metrics-collector.js +377 -0
- package/dist/mcp/metrics/metrics-collector.js.map +1 -0
- package/dist/mcp/protocol-server.d.ts +66 -0
- package/dist/mcp/protocol-server.d.ts.map +1 -0
- package/dist/mcp/protocol-server.js +600 -0
- package/dist/mcp/protocol-server.js.map +1 -0
- package/dist/mcp/security/cve-prevention.d.ts +150 -0
- package/dist/mcp/security/cve-prevention.d.ts.map +1 -0
- package/dist/mcp/security/cve-prevention.js +570 -0
- package/dist/mcp/security/cve-prevention.js.map +1 -0
- package/dist/mcp/security/index.d.ts +116 -0
- package/dist/mcp/security/index.d.ts.map +1 -0
- package/dist/mcp/security/index.js +184 -0
- package/dist/mcp/security/index.js.map +1 -0
- package/dist/mcp/security/oauth21-provider.d.ts +229 -0
- package/dist/mcp/security/oauth21-provider.d.ts.map +1 -0
- package/dist/mcp/security/oauth21-provider.js +558 -0
- package/dist/mcp/security/oauth21-provider.js.map +1 -0
- package/dist/mcp/security/rate-limiter.d.ts +191 -0
- package/dist/mcp/security/rate-limiter.d.ts.map +1 -0
- package/dist/mcp/security/rate-limiter.js +437 -0
- package/dist/mcp/security/rate-limiter.js.map +1 -0
- package/dist/mcp/security/sampling-server.d.ts +289 -0
- package/dist/mcp/security/sampling-server.d.ts.map +1 -0
- package/dist/mcp/security/sampling-server.js +450 -0
- package/dist/mcp/security/sampling-server.js.map +1 -0
- package/dist/mcp/security/schema-validator.d.ts +197 -0
- package/dist/mcp/security/schema-validator.d.ts.map +1 -0
- package/dist/mcp/security/schema-validator.js +633 -0
- package/dist/mcp/security/schema-validator.js.map +1 -0
- package/dist/mcp/server.d.ts +46 -0
- package/dist/mcp/server.d.ts.map +1 -0
- package/dist/mcp/server.js +576 -0
- package/dist/mcp/server.js.map +1 -0
- package/dist/mcp/tool-registry.d.ts +98 -0
- package/dist/mcp/tool-registry.d.ts.map +1 -0
- package/dist/mcp/tool-registry.js +321 -0
- package/dist/mcp/tool-registry.js.map +1 -0
- package/dist/mcp/tools/base.d.ts +186 -0
- package/dist/mcp/tools/base.d.ts.map +1 -0
- package/dist/mcp/tools/base.js +249 -0
- package/dist/mcp/tools/base.js.map +1 -0
- package/dist/mcp/tools/chaos-resilience/inject.d.ts +61 -0
- package/dist/mcp/tools/chaos-resilience/inject.d.ts.map +1 -0
- package/dist/mcp/tools/chaos-resilience/inject.js +520 -0
- package/dist/mcp/tools/chaos-resilience/inject.js.map +1 -0
- package/dist/mcp/tools/code-intelligence/analyze.d.ts +140 -0
- package/dist/mcp/tools/code-intelligence/analyze.d.ts.map +1 -0
- package/dist/mcp/tools/code-intelligence/analyze.js +570 -0
- package/dist/mcp/tools/code-intelligence/analyze.js.map +1 -0
- package/dist/mcp/tools/contract-testing/validate.d.ts +90 -0
- package/dist/mcp/tools/contract-testing/validate.d.ts.map +1 -0
- package/dist/mcp/tools/contract-testing/validate.js +515 -0
- package/dist/mcp/tools/contract-testing/validate.js.map +1 -0
- package/dist/mcp/tools/coverage-analysis/index.d.ts +111 -0
- package/dist/mcp/tools/coverage-analysis/index.d.ts.map +1 -0
- package/dist/mcp/tools/coverage-analysis/index.js +577 -0
- package/dist/mcp/tools/coverage-analysis/index.js.map +1 -0
- package/dist/mcp/tools/defect-intelligence/predict.d.ts +67 -0
- package/dist/mcp/tools/defect-intelligence/predict.d.ts.map +1 -0
- package/dist/mcp/tools/defect-intelligence/predict.js +359 -0
- package/dist/mcp/tools/defect-intelligence/predict.js.map +1 -0
- package/dist/mcp/tools/index.d.ts +40 -0
- package/dist/mcp/tools/index.d.ts.map +1 -0
- package/dist/mcp/tools/index.js +82 -0
- package/dist/mcp/tools/index.js.map +1 -0
- package/dist/mcp/tools/learning-optimization/optimize.d.ts +123 -0
- package/dist/mcp/tools/learning-optimization/optimize.d.ts.map +1 -0
- package/dist/mcp/tools/learning-optimization/optimize.js +563 -0
- package/dist/mcp/tools/learning-optimization/optimize.js.map +1 -0
- package/dist/mcp/tools/quality-assessment/evaluate.d.ts +83 -0
- package/dist/mcp/tools/quality-assessment/evaluate.d.ts.map +1 -0
- package/dist/mcp/tools/quality-assessment/evaluate.js +277 -0
- package/dist/mcp/tools/quality-assessment/evaluate.js.map +1 -0
- package/dist/mcp/tools/registry.d.ts +79 -0
- package/dist/mcp/tools/registry.d.ts.map +1 -0
- package/dist/mcp/tools/registry.js +181 -0
- package/dist/mcp/tools/registry.js.map +1 -0
- package/dist/mcp/tools/requirements-validation/validate.d.ts +81 -0
- package/dist/mcp/tools/requirements-validation/validate.d.ts.map +1 -0
- package/dist/mcp/tools/requirements-validation/validate.js +270 -0
- package/dist/mcp/tools/requirements-validation/validate.js.map +1 -0
- package/dist/mcp/tools/security-compliance/scan.d.ts +75 -0
- package/dist/mcp/tools/security-compliance/scan.d.ts.map +1 -0
- package/dist/mcp/tools/security-compliance/scan.js +258 -0
- package/dist/mcp/tools/security-compliance/scan.js.map +1 -0
- package/dist/mcp/tools/test-execution/execute.d.ts +65 -0
- package/dist/mcp/tools/test-execution/execute.d.ts.map +1 -0
- package/dist/mcp/tools/test-execution/execute.js +196 -0
- package/dist/mcp/tools/test-execution/execute.js.map +1 -0
- package/dist/mcp/tools/test-generation/generate.d.ts +53 -0
- package/dist/mcp/tools/test-generation/generate.d.ts.map +1 -0
- package/dist/mcp/tools/test-generation/generate.js +437 -0
- package/dist/mcp/tools/test-generation/generate.js.map +1 -0
- package/dist/mcp/tools/visual-accessibility/index.d.ts +144 -0
- package/dist/mcp/tools/visual-accessibility/index.d.ts.map +1 -0
- package/dist/mcp/tools/visual-accessibility/index.js +562 -0
- package/dist/mcp/tools/visual-accessibility/index.js.map +1 -0
- package/dist/mcp/transport/index.d.ts +12 -0
- package/dist/mcp/transport/index.d.ts.map +1 -0
- package/dist/mcp/transport/index.js +21 -0
- package/dist/mcp/transport/index.js.map +1 -0
- package/dist/mcp/transport/stdio.d.ts +95 -0
- package/dist/mcp/transport/stdio.d.ts.map +1 -0
- package/dist/mcp/transport/stdio.js +226 -0
- package/dist/mcp/transport/stdio.js.map +1 -0
- package/dist/mcp/types.d.ts +455 -0
- package/dist/mcp/types.d.ts.map +1 -0
- package/dist/mcp/types.js +6 -0
- package/dist/mcp/types.js.map +1 -0
- package/dist/neural-optimizer/index.d.ts +55 -0
- package/dist/neural-optimizer/index.d.ts.map +1 -0
- package/dist/neural-optimizer/index.js +57 -0
- package/dist/neural-optimizer/index.js.map +1 -0
- package/dist/neural-optimizer/replay-buffer.d.ts +126 -0
- package/dist/neural-optimizer/replay-buffer.d.ts.map +1 -0
- package/dist/neural-optimizer/replay-buffer.js +355 -0
- package/dist/neural-optimizer/replay-buffer.js.map +1 -0
- package/dist/neural-optimizer/swarm-topology.d.ts +157 -0
- package/dist/neural-optimizer/swarm-topology.d.ts.map +1 -0
- package/dist/neural-optimizer/swarm-topology.js +384 -0
- package/dist/neural-optimizer/swarm-topology.js.map +1 -0
- package/dist/neural-optimizer/topology-optimizer.d.ts +137 -0
- package/dist/neural-optimizer/topology-optimizer.d.ts.map +1 -0
- package/dist/neural-optimizer/topology-optimizer.js +656 -0
- package/dist/neural-optimizer/topology-optimizer.js.map +1 -0
- package/dist/neural-optimizer/types.d.ts +333 -0
- package/dist/neural-optimizer/types.d.ts.map +1 -0
- package/dist/neural-optimizer/types.js +57 -0
- package/dist/neural-optimizer/types.js.map +1 -0
- package/dist/neural-optimizer/value-network.d.ts +129 -0
- package/dist/neural-optimizer/value-network.d.ts.map +1 -0
- package/dist/neural-optimizer/value-network.js +278 -0
- package/dist/neural-optimizer/value-network.js.map +1 -0
- package/dist/optimization/auto-tuner.d.ts +207 -0
- package/dist/optimization/auto-tuner.d.ts.map +1 -0
- package/dist/optimization/auto-tuner.js +641 -0
- package/dist/optimization/auto-tuner.js.map +1 -0
- package/dist/optimization/index.d.ts +16 -0
- package/dist/optimization/index.d.ts.map +1 -0
- package/dist/optimization/index.js +14 -0
- package/dist/optimization/index.js.map +1 -0
- package/dist/optimization/metric-collectors.d.ts +145 -0
- package/dist/optimization/metric-collectors.d.ts.map +1 -0
- package/dist/optimization/metric-collectors.js +401 -0
- package/dist/optimization/metric-collectors.js.map +1 -0
- package/dist/optimization/qe-workers.d.ts +143 -0
- package/dist/optimization/qe-workers.d.ts.map +1 -0
- package/dist/optimization/qe-workers.js +510 -0
- package/dist/optimization/qe-workers.js.map +1 -0
- package/dist/optimization/tuning-algorithm.d.ts +93 -0
- package/dist/optimization/tuning-algorithm.d.ts.map +1 -0
- package/dist/optimization/tuning-algorithm.js +278 -0
- package/dist/optimization/tuning-algorithm.js.map +1 -0
- package/dist/optimization/types.d.ts +211 -0
- package/dist/optimization/types.d.ts.map +1 -0
- package/dist/optimization/types.js +81 -0
- package/dist/optimization/types.js.map +1 -0
- package/dist/routing/index.d.ts +15 -0
- package/dist/routing/index.d.ts.map +1 -0
- package/dist/routing/index.js +17 -0
- package/dist/routing/index.js.map +1 -0
- package/dist/routing/qe-agent-registry.d.ts +58 -0
- package/dist/routing/qe-agent-registry.d.ts.map +1 -0
- package/dist/routing/qe-agent-registry.js +909 -0
- package/dist/routing/qe-agent-registry.js.map +1 -0
- package/dist/routing/qe-task-router.d.ts +82 -0
- package/dist/routing/qe-task-router.d.ts.map +1 -0
- package/dist/routing/qe-task-router.js +453 -0
- package/dist/routing/qe-task-router.js.map +1 -0
- package/dist/routing/routing-feedback.d.ts +82 -0
- package/dist/routing/routing-feedback.d.ts.map +1 -0
- package/dist/routing/routing-feedback.js +272 -0
- package/dist/routing/routing-feedback.js.map +1 -0
- package/dist/routing/types.d.ts +225 -0
- package/dist/routing/types.d.ts.map +1 -0
- package/dist/routing/types.js +27 -0
- package/dist/routing/types.js.map +1 -0
- package/dist/shared/embeddings/embedding-cache.d.ts +62 -0
- package/dist/shared/embeddings/embedding-cache.d.ts.map +1 -0
- package/dist/shared/embeddings/embedding-cache.js +136 -0
- package/dist/shared/embeddings/embedding-cache.js.map +1 -0
- package/dist/shared/embeddings/index.d.ts +35 -0
- package/dist/shared/embeddings/index.d.ts.map +1 -0
- package/dist/shared/embeddings/index.js +33 -0
- package/dist/shared/embeddings/index.js.map +1 -0
- package/dist/shared/embeddings/nomic-embedder.d.ts +128 -0
- package/dist/shared/embeddings/nomic-embedder.d.ts.map +1 -0
- package/dist/shared/embeddings/nomic-embedder.js +322 -0
- package/dist/shared/embeddings/nomic-embedder.js.map +1 -0
- package/dist/shared/embeddings/ollama-client.d.ts +40 -0
- package/dist/shared/embeddings/ollama-client.d.ts.map +1 -0
- package/dist/shared/embeddings/ollama-client.js +140 -0
- package/dist/shared/embeddings/ollama-client.js.map +1 -0
- package/dist/shared/embeddings/types.d.ts +136 -0
- package/dist/shared/embeddings/types.d.ts.map +1 -0
- package/dist/shared/embeddings/types.js +26 -0
- package/dist/shared/embeddings/types.js.map +1 -0
- package/dist/shared/entities/agent.d.ts +40 -0
- package/dist/shared/entities/agent.d.ts.map +1 -0
- package/dist/shared/entities/agent.js +107 -0
- package/dist/shared/entities/agent.js.map +1 -0
- package/dist/shared/entities/base-entity.d.ts +37 -0
- package/dist/shared/entities/base-entity.d.ts.map +1 -0
- package/dist/shared/entities/base-entity.js +56 -0
- package/dist/shared/entities/base-entity.js.map +1 -0
- package/dist/shared/entities/index.d.ts +6 -0
- package/dist/shared/entities/index.d.ts.map +1 -0
- package/dist/shared/entities/index.js +6 -0
- package/dist/shared/entities/index.js.map +1 -0
- package/dist/shared/events/domain-events.d.ts +194 -0
- package/dist/shared/events/domain-events.d.ts.map +1 -0
- package/dist/shared/events/domain-events.js +74 -0
- package/dist/shared/events/domain-events.js.map +1 -0
- package/dist/shared/events/index.d.ts +5 -0
- package/dist/shared/events/index.d.ts.map +1 -0
- package/dist/shared/events/index.js +5 -0
- package/dist/shared/events/index.js.map +1 -0
- package/dist/shared/git/git-analyzer.d.ts +135 -0
- package/dist/shared/git/git-analyzer.d.ts.map +1 -0
- package/dist/shared/git/git-analyzer.js +562 -0
- package/dist/shared/git/git-analyzer.js.map +1 -0
- package/dist/shared/git/index.d.ts +6 -0
- package/dist/shared/git/index.d.ts.map +1 -0
- package/dist/shared/git/index.js +5 -0
- package/dist/shared/git/index.js.map +1 -0
- package/dist/shared/http/http-client.d.ts +92 -0
- package/dist/shared/http/http-client.d.ts.map +1 -0
- package/dist/shared/http/http-client.js +295 -0
- package/dist/shared/http/http-client.js.map +1 -0
- package/dist/shared/http/index.d.ts +5 -0
- package/dist/shared/http/index.d.ts.map +1 -0
- package/dist/shared/http/index.js +5 -0
- package/dist/shared/http/index.js.map +1 -0
- package/dist/shared/index.d.ts +18 -0
- package/dist/shared/index.d.ts.map +1 -0
- package/dist/shared/index.js +17 -0
- package/dist/shared/index.js.map +1 -0
- package/dist/shared/io/file-reader.d.ts +107 -0
- package/dist/shared/io/file-reader.d.ts.map +1 -0
- package/dist/shared/io/file-reader.js +408 -0
- package/dist/shared/io/file-reader.js.map +1 -0
- package/dist/shared/io/index.d.ts +6 -0
- package/dist/shared/io/index.d.ts.map +1 -0
- package/dist/shared/io/index.js +12 -0
- package/dist/shared/io/index.js.map +1 -0
- package/dist/shared/llm/cache.d.ts +163 -0
- package/dist/shared/llm/cache.d.ts.map +1 -0
- package/dist/shared/llm/cache.js +368 -0
- package/dist/shared/llm/cache.js.map +1 -0
- package/dist/shared/llm/circuit-breaker.d.ts +117 -0
- package/dist/shared/llm/circuit-breaker.d.ts.map +1 -0
- package/dist/shared/llm/circuit-breaker.js +294 -0
- package/dist/shared/llm/circuit-breaker.js.map +1 -0
- package/dist/shared/llm/cost-tracker.d.ts +133 -0
- package/dist/shared/llm/cost-tracker.d.ts.map +1 -0
- package/dist/shared/llm/cost-tracker.js +342 -0
- package/dist/shared/llm/cost-tracker.js.map +1 -0
- package/dist/shared/llm/index.d.ts +50 -0
- package/dist/shared/llm/index.d.ts.map +1 -0
- package/dist/shared/llm/index.js +56 -0
- package/dist/shared/llm/index.js.map +1 -0
- package/dist/shared/llm/interfaces.d.ts +503 -0
- package/dist/shared/llm/interfaces.d.ts.map +1 -0
- package/dist/shared/llm/interfaces.js +33 -0
- package/dist/shared/llm/interfaces.js.map +1 -0
- package/dist/shared/llm/provider-manager.d.ts +158 -0
- package/dist/shared/llm/provider-manager.d.ts.map +1 -0
- package/dist/shared/llm/provider-manager.js +527 -0
- package/dist/shared/llm/provider-manager.js.map +1 -0
- package/dist/shared/llm/providers/claude.d.ts +99 -0
- package/dist/shared/llm/providers/claude.d.ts.map +1 -0
- package/dist/shared/llm/providers/claude.js +394 -0
- package/dist/shared/llm/providers/claude.js.map +1 -0
- package/dist/shared/llm/providers/index.d.ts +8 -0
- package/dist/shared/llm/providers/index.d.ts.map +1 -0
- package/dist/shared/llm/providers/index.js +8 -0
- package/dist/shared/llm/providers/index.js.map +1 -0
- package/dist/shared/llm/providers/ollama.d.ts +91 -0
- package/dist/shared/llm/providers/ollama.d.ts.map +1 -0
- package/dist/shared/llm/providers/ollama.js +391 -0
- package/dist/shared/llm/providers/ollama.js.map +1 -0
- package/dist/shared/llm/providers/openai.d.ts +98 -0
- package/dist/shared/llm/providers/openai.d.ts.map +1 -0
- package/dist/shared/llm/providers/openai.js +440 -0
- package/dist/shared/llm/providers/openai.js.map +1 -0
- package/dist/shared/metrics/code-metrics.d.ts +75 -0
- package/dist/shared/metrics/code-metrics.d.ts.map +1 -0
- package/dist/shared/metrics/code-metrics.js +395 -0
- package/dist/shared/metrics/code-metrics.js.map +1 -0
- package/dist/shared/metrics/index.d.ts +9 -0
- package/dist/shared/metrics/index.d.ts.map +1 -0
- package/dist/shared/metrics/index.js +7 -0
- package/dist/shared/metrics/index.js.map +1 -0
- package/dist/shared/metrics/system-metrics.d.ts +109 -0
- package/dist/shared/metrics/system-metrics.d.ts.map +1 -0
- package/dist/shared/metrics/system-metrics.js +267 -0
- package/dist/shared/metrics/system-metrics.js.map +1 -0
- package/dist/shared/parsers/index.d.ts +6 -0
- package/dist/shared/parsers/index.d.ts.map +1 -0
- package/dist/shared/parsers/index.js +6 -0
- package/dist/shared/parsers/index.js.map +1 -0
- package/dist/shared/parsers/typescript-parser.d.ts +211 -0
- package/dist/shared/parsers/typescript-parser.d.ts.map +1 -0
- package/dist/shared/parsers/typescript-parser.js +561 -0
- package/dist/shared/parsers/typescript-parser.js.map +1 -0
- package/dist/shared/security/compliance-patterns.d.ts +78 -0
- package/dist/shared/security/compliance-patterns.d.ts.map +1 -0
- package/dist/shared/security/compliance-patterns.js +543 -0
- package/dist/shared/security/compliance-patterns.js.map +1 -0
- package/dist/shared/security/index.d.ts +8 -0
- package/dist/shared/security/index.d.ts.map +1 -0
- package/dist/shared/security/index.js +6 -0
- package/dist/shared/security/index.js.map +1 -0
- package/dist/shared/security/osv-client.d.ts +191 -0
- package/dist/shared/security/osv-client.d.ts.map +1 -0
- package/dist/shared/security/osv-client.js +256 -0
- package/dist/shared/security/osv-client.js.map +1 -0
- package/dist/shared/types/index.d.ts +66 -0
- package/dist/shared/types/index.d.ts.map +1 -0
- package/dist/shared/types/index.js +25 -0
- package/dist/shared/types/index.js.map +1 -0
- package/dist/shared/value-objects/index.d.ts +73 -0
- package/dist/shared/value-objects/index.d.ts.map +1 -0
- package/dist/shared/value-objects/index.js +229 -0
- package/dist/shared/value-objects/index.js.map +1 -0
- package/dist/strange-loop/healing-controller.d.ts +125 -0
- package/dist/strange-loop/healing-controller.d.ts.map +1 -0
- package/dist/strange-loop/healing-controller.js +648 -0
- package/dist/strange-loop/healing-controller.js.map +1 -0
- package/dist/strange-loop/index.d.ts +26 -0
- package/dist/strange-loop/index.d.ts.map +1 -0
- package/dist/strange-loop/index.js +30 -0
- package/dist/strange-loop/index.js.map +1 -0
- package/dist/strange-loop/self-model.d.ts +84 -0
- package/dist/strange-loop/self-model.d.ts.map +1 -0
- package/dist/strange-loop/self-model.js +378 -0
- package/dist/strange-loop/self-model.js.map +1 -0
- package/dist/strange-loop/strange-loop.d.ts +112 -0
- package/dist/strange-loop/strange-loop.d.ts.map +1 -0
- package/dist/strange-loop/strange-loop.js +354 -0
- package/dist/strange-loop/strange-loop.js.map +1 -0
- package/dist/strange-loop/swarm-observer.d.ts +89 -0
- package/dist/strange-loop/swarm-observer.d.ts.map +1 -0
- package/dist/strange-loop/swarm-observer.js +341 -0
- package/dist/strange-loop/swarm-observer.js.map +1 -0
- package/dist/strange-loop/topology-analyzer.d.ts +87 -0
- package/dist/strange-loop/topology-analyzer.d.ts.map +1 -0
- package/dist/strange-loop/topology-analyzer.js +441 -0
- package/dist/strange-loop/topology-analyzer.js.map +1 -0
- package/dist/strange-loop/types.d.ts +425 -0
- package/dist/strange-loop/types.d.ts.map +1 -0
- package/dist/strange-loop/types.js +22 -0
- package/dist/strange-loop/types.js.map +1 -0
- package/dist/time-crystal/default-phases.d.ts +95 -0
- package/dist/time-crystal/default-phases.d.ts.map +1 -0
- package/dist/time-crystal/default-phases.js +456 -0
- package/dist/time-crystal/default-phases.js.map +1 -0
- package/dist/time-crystal/index.d.ts +28 -0
- package/dist/time-crystal/index.d.ts.map +1 -0
- package/dist/time-crystal/index.js +55 -0
- package/dist/time-crystal/index.js.map +1 -0
- package/dist/time-crystal/oscillator.d.ts +195 -0
- package/dist/time-crystal/oscillator.d.ts.map +1 -0
- package/dist/time-crystal/oscillator.js +358 -0
- package/dist/time-crystal/oscillator.js.map +1 -0
- package/dist/time-crystal/phase-executor.d.ts +212 -0
- package/dist/time-crystal/phase-executor.d.ts.map +1 -0
- package/dist/time-crystal/phase-executor.js +327 -0
- package/dist/time-crystal/phase-executor.js.map +1 -0
- package/dist/time-crystal/scheduler.d.ts +239 -0
- package/dist/time-crystal/scheduler.d.ts.map +1 -0
- package/dist/time-crystal/scheduler.js +860 -0
- package/dist/time-crystal/scheduler.js.map +1 -0
- package/dist/time-crystal/test-runner.d.ts +141 -0
- package/dist/time-crystal/test-runner.d.ts.map +1 -0
- package/dist/time-crystal/test-runner.js +529 -0
- package/dist/time-crystal/test-runner.js.map +1 -0
- package/dist/time-crystal/types.d.ts +269 -0
- package/dist/time-crystal/types.d.ts.map +1 -0
- package/dist/time-crystal/types.js +51 -0
- package/dist/time-crystal/types.js.map +1 -0
- package/dist/workers/base-worker.d.ts +83 -0
- package/dist/workers/base-worker.d.ts.map +1 -0
- package/dist/workers/base-worker.js +235 -0
- package/dist/workers/base-worker.js.map +1 -0
- package/dist/workers/daemon.d.ts +73 -0
- package/dist/workers/daemon.d.ts.map +1 -0
- package/dist/workers/daemon.js +193 -0
- package/dist/workers/daemon.js.map +1 -0
- package/dist/workers/index.d.ts +91 -0
- package/dist/workers/index.d.ts.map +1 -0
- package/dist/workers/index.js +95 -0
- package/dist/workers/index.js.map +1 -0
- package/dist/workers/interfaces.d.ts +270 -0
- package/dist/workers/interfaces.d.ts.map +1 -0
- package/dist/workers/interfaces.js +9 -0
- package/dist/workers/interfaces.js.map +1 -0
- package/dist/workers/worker-manager.d.ts +87 -0
- package/dist/workers/worker-manager.d.ts.map +1 -0
- package/dist/workers/worker-manager.js +345 -0
- package/dist/workers/worker-manager.js.map +1 -0
- package/dist/workers/workers/compliance-checker.d.ts +28 -0
- package/dist/workers/workers/compliance-checker.d.ts.map +1 -0
- package/dist/workers/workers/compliance-checker.js +334 -0
- package/dist/workers/workers/compliance-checker.js.map +1 -0
- package/dist/workers/workers/coverage-tracker.d.ts +24 -0
- package/dist/workers/workers/coverage-tracker.d.ts.map +1 -0
- package/dist/workers/workers/coverage-tracker.js +265 -0
- package/dist/workers/workers/coverage-tracker.js.map +1 -0
- package/dist/workers/workers/defect-predictor.d.ts +22 -0
- package/dist/workers/workers/defect-predictor.d.ts.map +1 -0
- package/dist/workers/workers/defect-predictor.js +292 -0
- package/dist/workers/workers/defect-predictor.js.map +1 -0
- package/dist/workers/workers/flaky-detector.d.ts +25 -0
- package/dist/workers/workers/flaky-detector.d.ts.map +1 -0
- package/dist/workers/workers/flaky-detector.js +288 -0
- package/dist/workers/workers/flaky-detector.js.map +1 -0
- package/dist/workers/workers/index.d.ts +17 -0
- package/dist/workers/workers/index.d.ts.map +1 -0
- package/dist/workers/workers/index.js +17 -0
- package/dist/workers/workers/index.js.map +1 -0
- package/dist/workers/workers/learning-consolidation.d.ts +25 -0
- package/dist/workers/workers/learning-consolidation.d.ts.map +1 -0
- package/dist/workers/workers/learning-consolidation.js +324 -0
- package/dist/workers/workers/learning-consolidation.js.map +1 -0
- package/dist/workers/workers/performance-baseline.d.ts +25 -0
- package/dist/workers/workers/performance-baseline.d.ts.map +1 -0
- package/dist/workers/workers/performance-baseline.js +315 -0
- package/dist/workers/workers/performance-baseline.js.map +1 -0
- package/dist/workers/workers/quality-gate.d.ts +23 -0
- package/dist/workers/workers/quality-gate.d.ts.map +1 -0
- package/dist/workers/workers/quality-gate.js +348 -0
- package/dist/workers/workers/quality-gate.js.map +1 -0
- package/dist/workers/workers/regression-monitor.d.ts +24 -0
- package/dist/workers/workers/regression-monitor.d.ts.map +1 -0
- package/dist/workers/workers/regression-monitor.js +280 -0
- package/dist/workers/workers/regression-monitor.js.map +1 -0
- package/dist/workers/workers/security-scan.d.ts +22 -0
- package/dist/workers/workers/security-scan.d.ts.map +1 -0
- package/dist/workers/workers/security-scan.js +264 -0
- package/dist/workers/workers/security-scan.js.map +1 -0
- package/dist/workers/workers/test-health.d.ts +26 -0
- package/dist/workers/workers/test-health.d.ts.map +1 -0
- package/dist/workers/workers/test-health.js +258 -0
- package/dist/workers/workers/test-health.js.map +1 -0
- package/package.json +98 -0
|
@@ -0,0 +1,1140 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: github-code-review
|
|
3
|
+
version: 1.0.0
|
|
4
|
+
description: Comprehensive GitHub code review with AI-powered swarm coordination
|
|
5
|
+
category: github
|
|
6
|
+
tags: [code-review, github, swarm, pr-management, automation]
|
|
7
|
+
author: Claude Code Flow
|
|
8
|
+
requires:
|
|
9
|
+
- github-cli
|
|
10
|
+
- ruv-swarm
|
|
11
|
+
- claude-flow
|
|
12
|
+
capabilities:
|
|
13
|
+
- Multi-agent code review
|
|
14
|
+
- Automated PR management
|
|
15
|
+
- Security and performance analysis
|
|
16
|
+
- Swarm-based review orchestration
|
|
17
|
+
- Intelligent comment generation
|
|
18
|
+
- Quality gate enforcement
|
|
19
|
+
---
|
|
20
|
+
|
|
21
|
+
# GitHub Code Review Skill
|
|
22
|
+
|
|
23
|
+
> **AI-Powered Code Review**: Deploy specialized review agents to perform comprehensive, intelligent code reviews that go beyond traditional static analysis.
|
|
24
|
+
|
|
25
|
+
## 🎯 Quick Start
|
|
26
|
+
|
|
27
|
+
### Simple Review
|
|
28
|
+
```bash
|
|
29
|
+
# Initialize review swarm for PR
|
|
30
|
+
gh pr view 123 --json files,diff | npx ruv-swarm github review-init --pr 123
|
|
31
|
+
|
|
32
|
+
# Post review status
|
|
33
|
+
gh pr comment 123 --body "🔍 Multi-agent code review initiated"
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
### Complete Review Workflow
|
|
37
|
+
```bash
|
|
38
|
+
# Get PR context with gh CLI
|
|
39
|
+
PR_DATA=$(gh pr view 123 --json files,additions,deletions,title,body)
|
|
40
|
+
PR_DIFF=$(gh pr diff 123)
|
|
41
|
+
|
|
42
|
+
# Initialize comprehensive review
|
|
43
|
+
npx ruv-swarm github review-init \
|
|
44
|
+
--pr 123 \
|
|
45
|
+
--pr-data "$PR_DATA" \
|
|
46
|
+
--diff "$PR_DIFF" \
|
|
47
|
+
--agents "security,performance,style,architecture,accessibility" \
|
|
48
|
+
--depth comprehensive
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
---
|
|
52
|
+
|
|
53
|
+
## 📚 Table of Contents
|
|
54
|
+
|
|
55
|
+
<details>
|
|
56
|
+
<summary><strong>Core Features</strong></summary>
|
|
57
|
+
|
|
58
|
+
- [Multi-Agent Review System](#multi-agent-review-system)
|
|
59
|
+
- [Specialized Review Agents](#specialized-review-agents)
|
|
60
|
+
- [PR-Based Swarm Management](#pr-based-swarm-management)
|
|
61
|
+
- [Automated Workflows](#automated-workflows)
|
|
62
|
+
- [Quality Gates & Checks](#quality-gates--checks)
|
|
63
|
+
|
|
64
|
+
</details>
|
|
65
|
+
|
|
66
|
+
<details>
|
|
67
|
+
<summary><strong>Review Agents</strong></summary>
|
|
68
|
+
|
|
69
|
+
- [Security Review Agent](#security-review-agent)
|
|
70
|
+
- [Performance Review Agent](#performance-review-agent)
|
|
71
|
+
- [Architecture Review Agent](#architecture-review-agent)
|
|
72
|
+
- [Style & Convention Agent](#style--convention-agent)
|
|
73
|
+
- [Accessibility Agent](#accessibility-agent)
|
|
74
|
+
|
|
75
|
+
</details>
|
|
76
|
+
|
|
77
|
+
<details>
|
|
78
|
+
<summary><strong>Advanced Features</strong></summary>
|
|
79
|
+
|
|
80
|
+
- [Context-Aware Reviews](#context-aware-reviews)
|
|
81
|
+
- [Learning from History](#learning-from-history)
|
|
82
|
+
- [Cross-PR Analysis](#cross-pr-analysis)
|
|
83
|
+
- [Custom Review Agents](#custom-review-agents)
|
|
84
|
+
|
|
85
|
+
</details>
|
|
86
|
+
|
|
87
|
+
<details>
|
|
88
|
+
<summary><strong>Integration & Automation</strong></summary>
|
|
89
|
+
|
|
90
|
+
- [CI/CD Integration](#cicd-integration)
|
|
91
|
+
- [Webhook Handlers](#webhook-handlers)
|
|
92
|
+
- [PR Comment Commands](#pr-comment-commands)
|
|
93
|
+
- [Automated Fixes](#automated-fixes)
|
|
94
|
+
|
|
95
|
+
</details>
|
|
96
|
+
|
|
97
|
+
---
|
|
98
|
+
|
|
99
|
+
## 🚀 Core Features
|
|
100
|
+
|
|
101
|
+
### Multi-Agent Review System
|
|
102
|
+
|
|
103
|
+
Deploy specialized AI agents for comprehensive code review:
|
|
104
|
+
|
|
105
|
+
```bash
|
|
106
|
+
# Initialize review swarm with GitHub CLI integration
|
|
107
|
+
PR_DATA=$(gh pr view 123 --json files,additions,deletions,title,body)
|
|
108
|
+
PR_DIFF=$(gh pr diff 123)
|
|
109
|
+
|
|
110
|
+
# Start multi-agent review
|
|
111
|
+
npx ruv-swarm github review-init \
|
|
112
|
+
--pr 123 \
|
|
113
|
+
--pr-data "$PR_DATA" \
|
|
114
|
+
--diff "$PR_DIFF" \
|
|
115
|
+
--agents "security,performance,style,architecture,accessibility" \
|
|
116
|
+
--depth comprehensive
|
|
117
|
+
|
|
118
|
+
# Post initial review status
|
|
119
|
+
gh pr comment 123 --body "🔍 Multi-agent code review initiated"
|
|
120
|
+
```
|
|
121
|
+
|
|
122
|
+
**Benefits:**
|
|
123
|
+
- ✅ Parallel review by specialized agents
|
|
124
|
+
- ✅ Comprehensive coverage across multiple domains
|
|
125
|
+
- ✅ Faster review cycles with coordinated analysis
|
|
126
|
+
- ✅ Consistent quality standards enforcement
|
|
127
|
+
|
|
128
|
+
---
|
|
129
|
+
|
|
130
|
+
## 🤖 Specialized Review Agents
|
|
131
|
+
|
|
132
|
+
### Security Review Agent
|
|
133
|
+
|
|
134
|
+
**Focus:** Identify security vulnerabilities and suggest fixes
|
|
135
|
+
|
|
136
|
+
```bash
|
|
137
|
+
# Get changed files from PR
|
|
138
|
+
CHANGED_FILES=$(gh pr view 123 --json files --jq '.files[].path')
|
|
139
|
+
|
|
140
|
+
# Run security-focused review
|
|
141
|
+
SECURITY_RESULTS=$(npx ruv-swarm github review-security \
|
|
142
|
+
--pr 123 \
|
|
143
|
+
--files "$CHANGED_FILES" \
|
|
144
|
+
--check "owasp,cve,secrets,permissions" \
|
|
145
|
+
--suggest-fixes)
|
|
146
|
+
|
|
147
|
+
# Post findings based on severity
|
|
148
|
+
if echo "$SECURITY_RESULTS" | grep -q "critical"; then
|
|
149
|
+
# Request changes for critical issues
|
|
150
|
+
gh pr review 123 --request-changes --body "$SECURITY_RESULTS"
|
|
151
|
+
gh pr edit 123 --add-label "security-review-required"
|
|
152
|
+
else
|
|
153
|
+
# Post as comment for non-critical issues
|
|
154
|
+
gh pr comment 123 --body "$SECURITY_RESULTS"
|
|
155
|
+
fi
|
|
156
|
+
```
|
|
157
|
+
|
|
158
|
+
<details>
|
|
159
|
+
<summary><strong>Security Checks Performed</strong></summary>
|
|
160
|
+
|
|
161
|
+
```javascript
|
|
162
|
+
{
|
|
163
|
+
"checks": [
|
|
164
|
+
"SQL injection vulnerabilities",
|
|
165
|
+
"XSS attack vectors",
|
|
166
|
+
"Authentication bypasses",
|
|
167
|
+
"Authorization flaws",
|
|
168
|
+
"Cryptographic weaknesses",
|
|
169
|
+
"Dependency vulnerabilities",
|
|
170
|
+
"Secret exposure",
|
|
171
|
+
"CORS misconfigurations"
|
|
172
|
+
],
|
|
173
|
+
"actions": [
|
|
174
|
+
"Block PR on critical issues",
|
|
175
|
+
"Suggest secure alternatives",
|
|
176
|
+
"Add security test cases",
|
|
177
|
+
"Update security documentation"
|
|
178
|
+
]
|
|
179
|
+
}
|
|
180
|
+
```
|
|
181
|
+
|
|
182
|
+
</details>
|
|
183
|
+
|
|
184
|
+
<details>
|
|
185
|
+
<summary><strong>Comment Template: Security Issue</strong></summary>
|
|
186
|
+
|
|
187
|
+
```markdown
|
|
188
|
+
🔒 **Security Issue: [Type]**
|
|
189
|
+
|
|
190
|
+
**Severity**: 🔴 Critical / 🟡 High / 🟢 Low
|
|
191
|
+
|
|
192
|
+
**Description**:
|
|
193
|
+
[Clear explanation of the security issue]
|
|
194
|
+
|
|
195
|
+
**Impact**:
|
|
196
|
+
[Potential consequences if not addressed]
|
|
197
|
+
|
|
198
|
+
**Suggested Fix**:
|
|
199
|
+
```language
|
|
200
|
+
[Code example of the fix]
|
|
201
|
+
```
|
|
202
|
+
|
|
203
|
+
**References**:
|
|
204
|
+
- [OWASP Guide](link)
|
|
205
|
+
- [Security Best Practices](link)
|
|
206
|
+
```
|
|
207
|
+
|
|
208
|
+
</details>
|
|
209
|
+
|
|
210
|
+
---
|
|
211
|
+
|
|
212
|
+
### Performance Review Agent
|
|
213
|
+
|
|
214
|
+
**Focus:** Analyze performance impact and optimization opportunities
|
|
215
|
+
|
|
216
|
+
```bash
|
|
217
|
+
# Run performance analysis
|
|
218
|
+
npx ruv-swarm github review-performance \
|
|
219
|
+
--pr 123 \
|
|
220
|
+
--profile "cpu,memory,io" \
|
|
221
|
+
--benchmark-against main \
|
|
222
|
+
--suggest-optimizations
|
|
223
|
+
```
|
|
224
|
+
|
|
225
|
+
<details>
|
|
226
|
+
<summary><strong>Performance Metrics Analyzed</strong></summary>
|
|
227
|
+
|
|
228
|
+
```javascript
|
|
229
|
+
{
|
|
230
|
+
"metrics": [
|
|
231
|
+
"Algorithm complexity (Big O analysis)",
|
|
232
|
+
"Database query efficiency",
|
|
233
|
+
"Memory allocation patterns",
|
|
234
|
+
"Cache utilization",
|
|
235
|
+
"Network request optimization",
|
|
236
|
+
"Bundle size impact",
|
|
237
|
+
"Render performance"
|
|
238
|
+
],
|
|
239
|
+
"benchmarks": [
|
|
240
|
+
"Compare with baseline",
|
|
241
|
+
"Load test simulations",
|
|
242
|
+
"Memory leak detection",
|
|
243
|
+
"Bottleneck identification"
|
|
244
|
+
]
|
|
245
|
+
}
|
|
246
|
+
```
|
|
247
|
+
|
|
248
|
+
</details>
|
|
249
|
+
|
|
250
|
+
---
|
|
251
|
+
|
|
252
|
+
### Architecture Review Agent
|
|
253
|
+
|
|
254
|
+
**Focus:** Evaluate design patterns and architectural decisions
|
|
255
|
+
|
|
256
|
+
```bash
|
|
257
|
+
# Architecture review
|
|
258
|
+
npx ruv-swarm github review-architecture \
|
|
259
|
+
--pr 123 \
|
|
260
|
+
--check "patterns,coupling,cohesion,solid" \
|
|
261
|
+
--visualize-impact \
|
|
262
|
+
--suggest-refactoring
|
|
263
|
+
```
|
|
264
|
+
|
|
265
|
+
<details>
|
|
266
|
+
<summary><strong>Architecture Analysis</strong></summary>
|
|
267
|
+
|
|
268
|
+
```javascript
|
|
269
|
+
{
|
|
270
|
+
"patterns": [
|
|
271
|
+
"Design pattern adherence",
|
|
272
|
+
"SOLID principles",
|
|
273
|
+
"DRY violations",
|
|
274
|
+
"Separation of concerns",
|
|
275
|
+
"Dependency injection",
|
|
276
|
+
"Layer violations",
|
|
277
|
+
"Circular dependencies"
|
|
278
|
+
],
|
|
279
|
+
"metrics": [
|
|
280
|
+
"Coupling metrics",
|
|
281
|
+
"Cohesion scores",
|
|
282
|
+
"Complexity measures",
|
|
283
|
+
"Maintainability index"
|
|
284
|
+
]
|
|
285
|
+
}
|
|
286
|
+
```
|
|
287
|
+
|
|
288
|
+
</details>
|
|
289
|
+
|
|
290
|
+
---
|
|
291
|
+
|
|
292
|
+
### Style & Convention Agent
|
|
293
|
+
|
|
294
|
+
**Focus:** Enforce coding standards and best practices
|
|
295
|
+
|
|
296
|
+
```bash
|
|
297
|
+
# Style enforcement with auto-fix
|
|
298
|
+
npx ruv-swarm github review-style \
|
|
299
|
+
--pr 123 \
|
|
300
|
+
--check "formatting,naming,docs,tests" \
|
|
301
|
+
--auto-fix "formatting,imports,whitespace"
|
|
302
|
+
```
|
|
303
|
+
|
|
304
|
+
<details>
|
|
305
|
+
<summary><strong>Style Checks</strong></summary>
|
|
306
|
+
|
|
307
|
+
```javascript
|
|
308
|
+
{
|
|
309
|
+
"checks": [
|
|
310
|
+
"Code formatting",
|
|
311
|
+
"Naming conventions",
|
|
312
|
+
"Documentation standards",
|
|
313
|
+
"Comment quality",
|
|
314
|
+
"Test coverage",
|
|
315
|
+
"Error handling patterns",
|
|
316
|
+
"Logging standards"
|
|
317
|
+
],
|
|
318
|
+
"auto-fix": [
|
|
319
|
+
"Formatting issues",
|
|
320
|
+
"Import organization",
|
|
321
|
+
"Trailing whitespace",
|
|
322
|
+
"Simple naming issues"
|
|
323
|
+
]
|
|
324
|
+
}
|
|
325
|
+
```
|
|
326
|
+
|
|
327
|
+
</details>
|
|
328
|
+
|
|
329
|
+
---
|
|
330
|
+
|
|
331
|
+
## 🔄 PR-Based Swarm Management
|
|
332
|
+
|
|
333
|
+
### Create Swarm from PR
|
|
334
|
+
|
|
335
|
+
```bash
|
|
336
|
+
# Create swarm from PR description using gh CLI
|
|
337
|
+
gh pr view 123 --json body,title,labels,files | npx ruv-swarm swarm create-from-pr
|
|
338
|
+
|
|
339
|
+
# Auto-spawn agents based on PR labels
|
|
340
|
+
gh pr view 123 --json labels | npx ruv-swarm swarm auto-spawn
|
|
341
|
+
|
|
342
|
+
# Create swarm with full PR context
|
|
343
|
+
gh pr view 123 --json body,labels,author,assignees | \
|
|
344
|
+
npx ruv-swarm swarm init --from-pr-data
|
|
345
|
+
```
|
|
346
|
+
|
|
347
|
+
### Label-Based Agent Assignment
|
|
348
|
+
|
|
349
|
+
Map PR labels to specialized agents:
|
|
350
|
+
|
|
351
|
+
```json
|
|
352
|
+
{
|
|
353
|
+
"label-mapping": {
|
|
354
|
+
"bug": ["debugger", "tester"],
|
|
355
|
+
"feature": ["architect", "coder", "tester"],
|
|
356
|
+
"refactor": ["analyst", "coder"],
|
|
357
|
+
"docs": ["researcher", "writer"],
|
|
358
|
+
"performance": ["analyst", "optimizer"],
|
|
359
|
+
"security": ["security", "authentication", "audit"]
|
|
360
|
+
}
|
|
361
|
+
}
|
|
362
|
+
```
|
|
363
|
+
|
|
364
|
+
### Topology Selection by PR Size
|
|
365
|
+
|
|
366
|
+
```bash
|
|
367
|
+
# Automatic topology selection based on PR complexity
|
|
368
|
+
# Small PR (< 100 lines): ring topology
|
|
369
|
+
# Medium PR (100-500 lines): mesh topology
|
|
370
|
+
# Large PR (> 500 lines): hierarchical topology
|
|
371
|
+
npx ruv-swarm github pr-topology --pr 123
|
|
372
|
+
```
|
|
373
|
+
|
|
374
|
+
---
|
|
375
|
+
|
|
376
|
+
## 🎬 PR Comment Commands
|
|
377
|
+
|
|
378
|
+
Execute swarm commands directly from PR comments:
|
|
379
|
+
|
|
380
|
+
```markdown
|
|
381
|
+
<!-- In PR comment -->
|
|
382
|
+
/swarm init mesh 6
|
|
383
|
+
/swarm spawn coder "Implement authentication"
|
|
384
|
+
/swarm spawn tester "Write unit tests"
|
|
385
|
+
/swarm status
|
|
386
|
+
/swarm review --agents security,performance
|
|
387
|
+
```
|
|
388
|
+
|
|
389
|
+
<details>
|
|
390
|
+
<summary><strong>Webhook Handler for Comment Commands</strong></summary>
|
|
391
|
+
|
|
392
|
+
```javascript
|
|
393
|
+
// webhook-handler.js
|
|
394
|
+
const { createServer } = require('http');
|
|
395
|
+
const { execSync } = require('child_process');
|
|
396
|
+
|
|
397
|
+
createServer((req, res) => {
|
|
398
|
+
if (req.url === '/github-webhook') {
|
|
399
|
+
const event = JSON.parse(body);
|
|
400
|
+
|
|
401
|
+
if (event.action === 'opened' && event.pull_request) {
|
|
402
|
+
execSync(`npx ruv-swarm github pr-init ${event.pull_request.number}`);
|
|
403
|
+
}
|
|
404
|
+
|
|
405
|
+
if (event.comment && event.comment.body.startsWith('/swarm')) {
|
|
406
|
+
const command = event.comment.body;
|
|
407
|
+
execSync(`npx ruv-swarm github handle-comment --pr ${event.issue.number} --command "${command}"`);
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
res.writeHead(200);
|
|
411
|
+
res.end('OK');
|
|
412
|
+
}
|
|
413
|
+
}).listen(3000);
|
|
414
|
+
```
|
|
415
|
+
|
|
416
|
+
</details>
|
|
417
|
+
|
|
418
|
+
---
|
|
419
|
+
|
|
420
|
+
## ⚙️ Review Configuration
|
|
421
|
+
|
|
422
|
+
### Configuration File
|
|
423
|
+
|
|
424
|
+
```yaml
|
|
425
|
+
# .github/review-swarm.yml
|
|
426
|
+
version: 1
|
|
427
|
+
review:
|
|
428
|
+
auto-trigger: true
|
|
429
|
+
required-agents:
|
|
430
|
+
- security
|
|
431
|
+
- performance
|
|
432
|
+
- style
|
|
433
|
+
optional-agents:
|
|
434
|
+
- architecture
|
|
435
|
+
- accessibility
|
|
436
|
+
- i18n
|
|
437
|
+
|
|
438
|
+
thresholds:
|
|
439
|
+
security: block # Block merge on security issues
|
|
440
|
+
performance: warn # Warn on performance issues
|
|
441
|
+
style: suggest # Suggest style improvements
|
|
442
|
+
|
|
443
|
+
rules:
|
|
444
|
+
security:
|
|
445
|
+
- no-eval
|
|
446
|
+
- no-hardcoded-secrets
|
|
447
|
+
- proper-auth-checks
|
|
448
|
+
- validate-input
|
|
449
|
+
performance:
|
|
450
|
+
- no-n-plus-one
|
|
451
|
+
- efficient-queries
|
|
452
|
+
- proper-caching
|
|
453
|
+
- optimize-loops
|
|
454
|
+
architecture:
|
|
455
|
+
- max-coupling: 5
|
|
456
|
+
- min-cohesion: 0.7
|
|
457
|
+
- follow-patterns
|
|
458
|
+
- avoid-circular-deps
|
|
459
|
+
```
|
|
460
|
+
|
|
461
|
+
### Custom Review Triggers
|
|
462
|
+
|
|
463
|
+
```javascript
|
|
464
|
+
{
|
|
465
|
+
"triggers": {
|
|
466
|
+
"high-risk-files": {
|
|
467
|
+
"paths": ["**/auth/**", "**/payment/**", "**/admin/**"],
|
|
468
|
+
"agents": ["security", "architecture"],
|
|
469
|
+
"depth": "comprehensive",
|
|
470
|
+
"require-approval": true
|
|
471
|
+
},
|
|
472
|
+
"performance-critical": {
|
|
473
|
+
"paths": ["**/api/**", "**/database/**", "**/cache/**"],
|
|
474
|
+
"agents": ["performance", "database"],
|
|
475
|
+
"benchmarks": true,
|
|
476
|
+
"regression-threshold": "5%"
|
|
477
|
+
},
|
|
478
|
+
"ui-changes": {
|
|
479
|
+
"paths": ["**/components/**", "**/styles/**", "**/pages/**"],
|
|
480
|
+
"agents": ["accessibility", "style", "i18n"],
|
|
481
|
+
"visual-tests": true,
|
|
482
|
+
"responsive-check": true
|
|
483
|
+
}
|
|
484
|
+
}
|
|
485
|
+
}
|
|
486
|
+
```
|
|
487
|
+
|
|
488
|
+
---
|
|
489
|
+
|
|
490
|
+
## 🤖 Automated Workflows
|
|
491
|
+
|
|
492
|
+
### Auto-Review on PR Creation
|
|
493
|
+
|
|
494
|
+
```yaml
|
|
495
|
+
# .github/workflows/auto-review.yml
|
|
496
|
+
name: Automated Code Review
|
|
497
|
+
on:
|
|
498
|
+
pull_request:
|
|
499
|
+
types: [opened, synchronize]
|
|
500
|
+
issue_comment:
|
|
501
|
+
types: [created]
|
|
502
|
+
|
|
503
|
+
jobs:
|
|
504
|
+
swarm-review:
|
|
505
|
+
runs-on: ubuntu-latest
|
|
506
|
+
steps:
|
|
507
|
+
- uses: actions/checkout@v3
|
|
508
|
+
with:
|
|
509
|
+
fetch-depth: 0
|
|
510
|
+
|
|
511
|
+
- name: Setup GitHub CLI
|
|
512
|
+
run: echo "${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token
|
|
513
|
+
|
|
514
|
+
- name: Run Review Swarm
|
|
515
|
+
run: |
|
|
516
|
+
# Get PR context with gh CLI
|
|
517
|
+
PR_NUM=${{ github.event.pull_request.number }}
|
|
518
|
+
PR_DATA=$(gh pr view $PR_NUM --json files,title,body,labels)
|
|
519
|
+
PR_DIFF=$(gh pr diff $PR_NUM)
|
|
520
|
+
|
|
521
|
+
# Run swarm review
|
|
522
|
+
REVIEW_OUTPUT=$(npx ruv-swarm github review-all \
|
|
523
|
+
--pr $PR_NUM \
|
|
524
|
+
--pr-data "$PR_DATA" \
|
|
525
|
+
--diff "$PR_DIFF" \
|
|
526
|
+
--agents "security,performance,style,architecture")
|
|
527
|
+
|
|
528
|
+
# Post review results
|
|
529
|
+
echo "$REVIEW_OUTPUT" | gh pr review $PR_NUM --comment -F -
|
|
530
|
+
|
|
531
|
+
# Update PR status
|
|
532
|
+
if echo "$REVIEW_OUTPUT" | grep -q "approved"; then
|
|
533
|
+
gh pr review $PR_NUM --approve
|
|
534
|
+
elif echo "$REVIEW_OUTPUT" | grep -q "changes-requested"; then
|
|
535
|
+
gh pr review $PR_NUM --request-changes -b "See review comments above"
|
|
536
|
+
fi
|
|
537
|
+
|
|
538
|
+
- name: Update Labels
|
|
539
|
+
run: |
|
|
540
|
+
# Add labels based on review results
|
|
541
|
+
if echo "$REVIEW_OUTPUT" | grep -q "security"; then
|
|
542
|
+
gh pr edit $PR_NUM --add-label "security-review"
|
|
543
|
+
fi
|
|
544
|
+
if echo "$REVIEW_OUTPUT" | grep -q "performance"; then
|
|
545
|
+
gh pr edit $PR_NUM --add-label "performance-review"
|
|
546
|
+
fi
|
|
547
|
+
```
|
|
548
|
+
|
|
549
|
+
---
|
|
550
|
+
|
|
551
|
+
## 💬 Intelligent Comment Generation
|
|
552
|
+
|
|
553
|
+
### Generate Contextual Review Comments
|
|
554
|
+
|
|
555
|
+
```bash
|
|
556
|
+
# Get PR diff with context
|
|
557
|
+
PR_DIFF=$(gh pr diff 123 --color never)
|
|
558
|
+
PR_FILES=$(gh pr view 123 --json files)
|
|
559
|
+
|
|
560
|
+
# Generate review comments
|
|
561
|
+
COMMENTS=$(npx ruv-swarm github review-comment \
|
|
562
|
+
--pr 123 \
|
|
563
|
+
--diff "$PR_DIFF" \
|
|
564
|
+
--files "$PR_FILES" \
|
|
565
|
+
--style "constructive" \
|
|
566
|
+
--include-examples \
|
|
567
|
+
--suggest-fixes)
|
|
568
|
+
|
|
569
|
+
# Post comments using gh CLI
|
|
570
|
+
echo "$COMMENTS" | jq -c '.[]' | while read -r comment; do
|
|
571
|
+
FILE=$(echo "$comment" | jq -r '.path')
|
|
572
|
+
LINE=$(echo "$comment" | jq -r '.line')
|
|
573
|
+
BODY=$(echo "$comment" | jq -r '.body')
|
|
574
|
+
COMMIT_ID=$(gh pr view 123 --json headRefOid -q .headRefOid)
|
|
575
|
+
|
|
576
|
+
# Create inline review comments
|
|
577
|
+
gh api \
|
|
578
|
+
--method POST \
|
|
579
|
+
/repos/:owner/:repo/pulls/123/comments \
|
|
580
|
+
-f path="$FILE" \
|
|
581
|
+
-f line="$LINE" \
|
|
582
|
+
-f body="$BODY" \
|
|
583
|
+
-f commit_id="$COMMIT_ID"
|
|
584
|
+
done
|
|
585
|
+
```
|
|
586
|
+
|
|
587
|
+
### Batch Comment Management
|
|
588
|
+
|
|
589
|
+
```bash
|
|
590
|
+
# Manage review comments efficiently
|
|
591
|
+
npx ruv-swarm github review-comments \
|
|
592
|
+
--pr 123 \
|
|
593
|
+
--group-by "agent,severity" \
|
|
594
|
+
--summarize \
|
|
595
|
+
--resolve-outdated
|
|
596
|
+
```
|
|
597
|
+
|
|
598
|
+
---
|
|
599
|
+
|
|
600
|
+
## 🚪 Quality Gates & Checks
|
|
601
|
+
|
|
602
|
+
### Status Checks
|
|
603
|
+
|
|
604
|
+
```yaml
|
|
605
|
+
# Required status checks in branch protection
|
|
606
|
+
protection_rules:
|
|
607
|
+
required_status_checks:
|
|
608
|
+
strict: true
|
|
609
|
+
contexts:
|
|
610
|
+
- "review-swarm/security"
|
|
611
|
+
- "review-swarm/performance"
|
|
612
|
+
- "review-swarm/architecture"
|
|
613
|
+
- "review-swarm/tests"
|
|
614
|
+
```
|
|
615
|
+
|
|
616
|
+
### Define Quality Gates
|
|
617
|
+
|
|
618
|
+
```bash
|
|
619
|
+
# Set quality gate thresholds
|
|
620
|
+
npx ruv-swarm github quality-gates \
|
|
621
|
+
--define '{
|
|
622
|
+
"security": {"threshold": "no-critical"},
|
|
623
|
+
"performance": {"regression": "<5%"},
|
|
624
|
+
"coverage": {"minimum": "80%"},
|
|
625
|
+
"architecture": {"complexity": "<10"},
|
|
626
|
+
"duplication": {"maximum": "5%"}
|
|
627
|
+
}'
|
|
628
|
+
```
|
|
629
|
+
|
|
630
|
+
### Track Review Metrics
|
|
631
|
+
|
|
632
|
+
```bash
|
|
633
|
+
# Monitor review effectiveness
|
|
634
|
+
npx ruv-swarm github review-metrics \
|
|
635
|
+
--period 30d \
|
|
636
|
+
--metrics "issues-found,false-positives,fix-rate,time-to-review" \
|
|
637
|
+
--export-dashboard \
|
|
638
|
+
--format json
|
|
639
|
+
```
|
|
640
|
+
|
|
641
|
+
---
|
|
642
|
+
|
|
643
|
+
## 🎓 Advanced Features
|
|
644
|
+
|
|
645
|
+
### Context-Aware Reviews
|
|
646
|
+
|
|
647
|
+
Analyze PRs with full project context:
|
|
648
|
+
|
|
649
|
+
```bash
|
|
650
|
+
# Review with comprehensive context
|
|
651
|
+
npx ruv-swarm github review-context \
|
|
652
|
+
--pr 123 \
|
|
653
|
+
--load-related-prs \
|
|
654
|
+
--analyze-impact \
|
|
655
|
+
--check-breaking-changes \
|
|
656
|
+
--dependency-analysis
|
|
657
|
+
```
|
|
658
|
+
|
|
659
|
+
### Learning from History
|
|
660
|
+
|
|
661
|
+
Train review agents on your codebase patterns:
|
|
662
|
+
|
|
663
|
+
```bash
|
|
664
|
+
# Learn from past reviews
|
|
665
|
+
npx ruv-swarm github review-learn \
|
|
666
|
+
--analyze-past-reviews \
|
|
667
|
+
--identify-patterns \
|
|
668
|
+
--improve-suggestions \
|
|
669
|
+
--reduce-false-positives
|
|
670
|
+
|
|
671
|
+
# Train on your codebase
|
|
672
|
+
npx ruv-swarm github review-train \
|
|
673
|
+
--learn-patterns \
|
|
674
|
+
--adapt-to-style \
|
|
675
|
+
--improve-accuracy
|
|
676
|
+
```
|
|
677
|
+
|
|
678
|
+
### Cross-PR Analysis
|
|
679
|
+
|
|
680
|
+
Coordinate reviews across related pull requests:
|
|
681
|
+
|
|
682
|
+
```bash
|
|
683
|
+
# Analyze related PRs together
|
|
684
|
+
npx ruv-swarm github review-batch \
|
|
685
|
+
--prs "123,124,125" \
|
|
686
|
+
--check-consistency \
|
|
687
|
+
--verify-integration \
|
|
688
|
+
--combined-impact
|
|
689
|
+
```
|
|
690
|
+
|
|
691
|
+
### Multi-PR Swarm Coordination
|
|
692
|
+
|
|
693
|
+
```bash
|
|
694
|
+
# Coordinate swarms across related PRs
|
|
695
|
+
npx ruv-swarm github multi-pr \
|
|
696
|
+
--prs "123,124,125" \
|
|
697
|
+
--strategy "parallel" \
|
|
698
|
+
--share-memory
|
|
699
|
+
```
|
|
700
|
+
|
|
701
|
+
---
|
|
702
|
+
|
|
703
|
+
## 🛠️ Custom Review Agents
|
|
704
|
+
|
|
705
|
+
### Create Custom Agent
|
|
706
|
+
|
|
707
|
+
```javascript
|
|
708
|
+
// custom-review-agent.js
|
|
709
|
+
class CustomReviewAgent {
|
|
710
|
+
constructor(config) {
|
|
711
|
+
this.config = config;
|
|
712
|
+
this.rules = config.rules || [];
|
|
713
|
+
}
|
|
714
|
+
|
|
715
|
+
async review(pr) {
|
|
716
|
+
const issues = [];
|
|
717
|
+
|
|
718
|
+
// Custom logic: Check for TODO comments in production code
|
|
719
|
+
if (await this.checkTodoComments(pr)) {
|
|
720
|
+
issues.push({
|
|
721
|
+
severity: 'warning',
|
|
722
|
+
file: pr.file,
|
|
723
|
+
line: pr.line,
|
|
724
|
+
message: 'TODO comment found in production code',
|
|
725
|
+
suggestion: 'Resolve TODO or create issue to track it'
|
|
726
|
+
});
|
|
727
|
+
}
|
|
728
|
+
|
|
729
|
+
// Custom logic: Verify API versioning
|
|
730
|
+
if (await this.checkApiVersioning(pr)) {
|
|
731
|
+
issues.push({
|
|
732
|
+
severity: 'error',
|
|
733
|
+
file: pr.file,
|
|
734
|
+
line: pr.line,
|
|
735
|
+
message: 'API endpoint missing versioning',
|
|
736
|
+
suggestion: 'Add /v1/, /v2/ prefix to API routes'
|
|
737
|
+
});
|
|
738
|
+
}
|
|
739
|
+
|
|
740
|
+
return issues;
|
|
741
|
+
}
|
|
742
|
+
|
|
743
|
+
async checkTodoComments(pr) {
|
|
744
|
+
// Implementation
|
|
745
|
+
const todoRegex = /\/\/\s*TODO|\/\*\s*TODO/gi;
|
|
746
|
+
return todoRegex.test(pr.diff);
|
|
747
|
+
}
|
|
748
|
+
|
|
749
|
+
async checkApiVersioning(pr) {
|
|
750
|
+
// Implementation
|
|
751
|
+
const apiRegex = /app\.(get|post|put|delete)\(['"]\/api\/(?!v\d+)/;
|
|
752
|
+
return apiRegex.test(pr.diff);
|
|
753
|
+
}
|
|
754
|
+
}
|
|
755
|
+
|
|
756
|
+
module.exports = CustomReviewAgent;
|
|
757
|
+
```
|
|
758
|
+
|
|
759
|
+
### Register Custom Agent
|
|
760
|
+
|
|
761
|
+
```bash
|
|
762
|
+
# Register custom review agent
|
|
763
|
+
npx ruv-swarm github register-agent \
|
|
764
|
+
--name "custom-reviewer" \
|
|
765
|
+
--file "./custom-review-agent.js" \
|
|
766
|
+
--category "standards"
|
|
767
|
+
```
|
|
768
|
+
|
|
769
|
+
---
|
|
770
|
+
|
|
771
|
+
## 🔧 CI/CD Integration
|
|
772
|
+
|
|
773
|
+
### Integration with Build Pipeline
|
|
774
|
+
|
|
775
|
+
```yaml
|
|
776
|
+
# .github/workflows/build-and-review.yml
|
|
777
|
+
name: Build and Review
|
|
778
|
+
on: [pull_request]
|
|
779
|
+
|
|
780
|
+
jobs:
|
|
781
|
+
build-and-test:
|
|
782
|
+
runs-on: ubuntu-latest
|
|
783
|
+
steps:
|
|
784
|
+
- uses: actions/checkout@v3
|
|
785
|
+
- run: npm install
|
|
786
|
+
- run: npm test
|
|
787
|
+
- run: npm run build
|
|
788
|
+
|
|
789
|
+
swarm-review:
|
|
790
|
+
needs: build-and-test
|
|
791
|
+
runs-on: ubuntu-latest
|
|
792
|
+
steps:
|
|
793
|
+
- name: Run Swarm Review
|
|
794
|
+
run: |
|
|
795
|
+
npx ruv-swarm github review-all \
|
|
796
|
+
--pr ${{ github.event.pull_request.number }} \
|
|
797
|
+
--include-build-results
|
|
798
|
+
```
|
|
799
|
+
|
|
800
|
+
### Automated PR Fixes
|
|
801
|
+
|
|
802
|
+
```bash
|
|
803
|
+
# Auto-fix common issues
|
|
804
|
+
npx ruv-swarm github pr-fix 123 \
|
|
805
|
+
--issues "lint,test-failures,formatting" \
|
|
806
|
+
--commit-fixes \
|
|
807
|
+
--push-changes
|
|
808
|
+
```
|
|
809
|
+
|
|
810
|
+
### Progress Updates to PR
|
|
811
|
+
|
|
812
|
+
```bash
|
|
813
|
+
# Post swarm progress to PR using gh CLI
|
|
814
|
+
PROGRESS=$(npx ruv-swarm github pr-progress 123 --format markdown)
|
|
815
|
+
|
|
816
|
+
gh pr comment 123 --body "$PROGRESS"
|
|
817
|
+
|
|
818
|
+
# Update PR labels based on progress
|
|
819
|
+
if [[ $(echo "$PROGRESS" | grep -o '[0-9]\+%' | sed 's/%//') -gt 90 ]]; then
|
|
820
|
+
gh pr edit 123 --add-label "ready-for-review"
|
|
821
|
+
fi
|
|
822
|
+
```
|
|
823
|
+
|
|
824
|
+
---
|
|
825
|
+
|
|
826
|
+
## 📋 Complete Workflow Examples
|
|
827
|
+
|
|
828
|
+
### Example 1: Security-Critical PR
|
|
829
|
+
|
|
830
|
+
```bash
|
|
831
|
+
# Review authentication system changes
|
|
832
|
+
npx ruv-swarm github review-init \
|
|
833
|
+
--pr 456 \
|
|
834
|
+
--agents "security,authentication,audit" \
|
|
835
|
+
--depth "maximum" \
|
|
836
|
+
--require-security-approval \
|
|
837
|
+
--penetration-test
|
|
838
|
+
```
|
|
839
|
+
|
|
840
|
+
### Example 2: Performance-Sensitive PR
|
|
841
|
+
|
|
842
|
+
```bash
|
|
843
|
+
# Review database optimization
|
|
844
|
+
npx ruv-swarm github review-init \
|
|
845
|
+
--pr 789 \
|
|
846
|
+
--agents "performance,database,caching" \
|
|
847
|
+
--benchmark \
|
|
848
|
+
--profile \
|
|
849
|
+
--load-test
|
|
850
|
+
```
|
|
851
|
+
|
|
852
|
+
### Example 3: UI Component PR
|
|
853
|
+
|
|
854
|
+
```bash
|
|
855
|
+
# Review new component library
|
|
856
|
+
npx ruv-swarm github review-init \
|
|
857
|
+
--pr 321 \
|
|
858
|
+
--agents "accessibility,style,i18n,docs" \
|
|
859
|
+
--visual-regression \
|
|
860
|
+
--component-tests \
|
|
861
|
+
--responsive-check
|
|
862
|
+
```
|
|
863
|
+
|
|
864
|
+
### Example 4: Feature Development PR
|
|
865
|
+
|
|
866
|
+
```bash
|
|
867
|
+
# Review new feature implementation
|
|
868
|
+
gh pr view 456 --json body,labels,files | \
|
|
869
|
+
npx ruv-swarm github pr-init 456 \
|
|
870
|
+
--topology hierarchical \
|
|
871
|
+
--agents "architect,coder,tester,security" \
|
|
872
|
+
--auto-assign-tasks
|
|
873
|
+
```
|
|
874
|
+
|
|
875
|
+
### Example 5: Bug Fix PR
|
|
876
|
+
|
|
877
|
+
```bash
|
|
878
|
+
# Review bug fix with debugging focus
|
|
879
|
+
npx ruv-swarm github pr-init 789 \
|
|
880
|
+
--topology mesh \
|
|
881
|
+
--agents "debugger,analyst,tester" \
|
|
882
|
+
--priority high \
|
|
883
|
+
--regression-test
|
|
884
|
+
```
|
|
885
|
+
|
|
886
|
+
---
|
|
887
|
+
|
|
888
|
+
## 📊 Monitoring & Analytics
|
|
889
|
+
|
|
890
|
+
### Review Dashboard
|
|
891
|
+
|
|
892
|
+
```bash
|
|
893
|
+
# Launch real-time review dashboard
|
|
894
|
+
npx ruv-swarm github review-dashboard \
|
|
895
|
+
--real-time \
|
|
896
|
+
--show "agent-activity,issue-trends,fix-rates,coverage"
|
|
897
|
+
```
|
|
898
|
+
|
|
899
|
+
### Generate Review Reports
|
|
900
|
+
|
|
901
|
+
```bash
|
|
902
|
+
# Create comprehensive review report
|
|
903
|
+
npx ruv-swarm github review-report \
|
|
904
|
+
--format "markdown" \
|
|
905
|
+
--include "summary,details,trends,recommendations" \
|
|
906
|
+
--email-stakeholders \
|
|
907
|
+
--export-pdf
|
|
908
|
+
```
|
|
909
|
+
|
|
910
|
+
### PR Swarm Analytics
|
|
911
|
+
|
|
912
|
+
```bash
|
|
913
|
+
# Generate PR-specific analytics
|
|
914
|
+
npx ruv-swarm github pr-report 123 \
|
|
915
|
+
--metrics "completion-time,agent-efficiency,token-usage,issue-density" \
|
|
916
|
+
--format markdown \
|
|
917
|
+
--compare-baseline
|
|
918
|
+
```
|
|
919
|
+
|
|
920
|
+
### Export to GitHub Insights
|
|
921
|
+
|
|
922
|
+
```bash
|
|
923
|
+
# Export metrics to GitHub Insights
|
|
924
|
+
npx ruv-swarm github export-metrics \
|
|
925
|
+
--pr 123 \
|
|
926
|
+
--to-insights \
|
|
927
|
+
--dashboard-url
|
|
928
|
+
```
|
|
929
|
+
|
|
930
|
+
---
|
|
931
|
+
|
|
932
|
+
## 🔐 Security Considerations
|
|
933
|
+
|
|
934
|
+
### Best Practices
|
|
935
|
+
|
|
936
|
+
1. **Token Permissions**: Ensure GitHub tokens have minimal required scopes
|
|
937
|
+
2. **Command Validation**: Validate all PR comments before execution
|
|
938
|
+
3. **Rate Limiting**: Implement rate limits for PR operations
|
|
939
|
+
4. **Audit Trail**: Log all swarm operations for compliance
|
|
940
|
+
5. **Secret Management**: Never expose API keys in PR comments or logs
|
|
941
|
+
|
|
942
|
+
### Security Checklist
|
|
943
|
+
|
|
944
|
+
- [ ] GitHub token scoped to repository only
|
|
945
|
+
- [ ] Webhook signatures verified
|
|
946
|
+
- [ ] Command injection protection enabled
|
|
947
|
+
- [ ] Rate limiting configured
|
|
948
|
+
- [ ] Audit logging enabled
|
|
949
|
+
- [ ] Secrets scanning active
|
|
950
|
+
- [ ] Branch protection rules enforced
|
|
951
|
+
|
|
952
|
+
---
|
|
953
|
+
|
|
954
|
+
## 📚 Best Practices
|
|
955
|
+
|
|
956
|
+
### 1. Review Configuration
|
|
957
|
+
- ✅ Define clear review criteria upfront
|
|
958
|
+
- ✅ Set appropriate severity thresholds
|
|
959
|
+
- ✅ Configure agent specializations for your stack
|
|
960
|
+
- ✅ Establish override procedures for emergencies
|
|
961
|
+
|
|
962
|
+
### 2. Comment Quality
|
|
963
|
+
- ✅ Provide actionable, specific feedback
|
|
964
|
+
- ✅ Include code examples with suggestions
|
|
965
|
+
- ✅ Reference documentation and best practices
|
|
966
|
+
- ✅ Maintain respectful, constructive tone
|
|
967
|
+
|
|
968
|
+
### 3. Performance Optimization
|
|
969
|
+
- ✅ Cache analysis results to avoid redundant work
|
|
970
|
+
- ✅ Use incremental reviews for large PRs
|
|
971
|
+
- ✅ Enable parallel agent execution
|
|
972
|
+
- ✅ Batch comment operations efficiently
|
|
973
|
+
|
|
974
|
+
### 4. PR Templates
|
|
975
|
+
|
|
976
|
+
```markdown
|
|
977
|
+
<!-- .github/pull_request_template.md -->
|
|
978
|
+
## Swarm Configuration
|
|
979
|
+
- Topology: [mesh/hierarchical/ring/star]
|
|
980
|
+
- Max Agents: [number]
|
|
981
|
+
- Auto-spawn: [yes/no]
|
|
982
|
+
- Priority: [high/medium/low]
|
|
983
|
+
|
|
984
|
+
## Tasks for Swarm
|
|
985
|
+
- [ ] Task 1 description
|
|
986
|
+
- [ ] Task 2 description
|
|
987
|
+
- [ ] Task 3 description
|
|
988
|
+
|
|
989
|
+
## Review Focus Areas
|
|
990
|
+
- [ ] Security review
|
|
991
|
+
- [ ] Performance analysis
|
|
992
|
+
- [ ] Architecture validation
|
|
993
|
+
- [ ] Accessibility check
|
|
994
|
+
```
|
|
995
|
+
|
|
996
|
+
### 5. Auto-Merge When Ready
|
|
997
|
+
|
|
998
|
+
```bash
|
|
999
|
+
# Auto-merge when swarm completes and passes checks
|
|
1000
|
+
SWARM_STATUS=$(npx ruv-swarm github pr-status 123)
|
|
1001
|
+
|
|
1002
|
+
if [[ "$SWARM_STATUS" == "complete" ]]; then
|
|
1003
|
+
# Check review requirements
|
|
1004
|
+
REVIEWS=$(gh pr view 123 --json reviews --jq '.reviews | length')
|
|
1005
|
+
|
|
1006
|
+
if [[ $REVIEWS -ge 2 ]]; then
|
|
1007
|
+
# Enable auto-merge
|
|
1008
|
+
gh pr merge 123 --auto --squash
|
|
1009
|
+
fi
|
|
1010
|
+
fi
|
|
1011
|
+
```
|
|
1012
|
+
|
|
1013
|
+
---
|
|
1014
|
+
|
|
1015
|
+
## 🔗 Integration with Claude Code
|
|
1016
|
+
|
|
1017
|
+
### Workflow Pattern
|
|
1018
|
+
|
|
1019
|
+
1. **Claude Code** reads PR diff and context
|
|
1020
|
+
2. **Swarm** coordinates review approach based on PR type
|
|
1021
|
+
3. **Agents** work in parallel on different review aspects
|
|
1022
|
+
4. **Progress** updates posted to PR automatically
|
|
1023
|
+
5. **Final review** performed before marking ready
|
|
1024
|
+
|
|
1025
|
+
### Example: Complete PR Management
|
|
1026
|
+
|
|
1027
|
+
```javascript
|
|
1028
|
+
[Single Message - Parallel Execution]:
|
|
1029
|
+
// Initialize coordination
|
|
1030
|
+
mcp__claude-flow__swarm_init { topology: "hierarchical", maxAgents: 5 }
|
|
1031
|
+
mcp__claude-flow__agent_spawn { type: "reviewer", name: "Senior Reviewer" }
|
|
1032
|
+
mcp__claude-flow__agent_spawn { type: "tester", name: "QA Engineer" }
|
|
1033
|
+
mcp__claude-flow__agent_spawn { type: "coordinator", name: "Merge Coordinator" }
|
|
1034
|
+
|
|
1035
|
+
// Create and manage PR using gh CLI
|
|
1036
|
+
Bash("gh pr create --title 'Feature: Add authentication' --base main")
|
|
1037
|
+
Bash("gh pr view 54 --json files,diff")
|
|
1038
|
+
Bash("gh pr review 54 --approve --body 'LGTM after automated review'")
|
|
1039
|
+
|
|
1040
|
+
// Execute tests and validation
|
|
1041
|
+
Bash("npm test")
|
|
1042
|
+
Bash("npm run lint")
|
|
1043
|
+
Bash("npm run build")
|
|
1044
|
+
|
|
1045
|
+
// Track progress
|
|
1046
|
+
TodoWrite { todos: [
|
|
1047
|
+
{ content: "Complete code review", status: "completed", activeForm: "Completing code review" },
|
|
1048
|
+
{ content: "Run test suite", status: "completed", activeForm: "Running test suite" },
|
|
1049
|
+
{ content: "Validate security", status: "completed", activeForm: "Validating security" },
|
|
1050
|
+
{ content: "Merge when ready", status: "pending", activeForm: "Merging when ready" }
|
|
1051
|
+
]}
|
|
1052
|
+
```
|
|
1053
|
+
|
|
1054
|
+
---
|
|
1055
|
+
|
|
1056
|
+
## 🆘 Troubleshooting
|
|
1057
|
+
|
|
1058
|
+
### Common Issues
|
|
1059
|
+
|
|
1060
|
+
<details>
|
|
1061
|
+
<summary><strong>Issue: Review agents not spawning</strong></summary>
|
|
1062
|
+
|
|
1063
|
+
**Solution:**
|
|
1064
|
+
```bash
|
|
1065
|
+
# Check swarm status
|
|
1066
|
+
npx ruv-swarm swarm-status
|
|
1067
|
+
|
|
1068
|
+
# Verify GitHub CLI authentication
|
|
1069
|
+
gh auth status
|
|
1070
|
+
|
|
1071
|
+
# Re-initialize swarm
|
|
1072
|
+
npx ruv-swarm github review-init --pr 123 --force
|
|
1073
|
+
```
|
|
1074
|
+
|
|
1075
|
+
</details>
|
|
1076
|
+
|
|
1077
|
+
<details>
|
|
1078
|
+
<summary><strong>Issue: Comments not posting to PR</strong></summary>
|
|
1079
|
+
|
|
1080
|
+
**Solution:**
|
|
1081
|
+
```bash
|
|
1082
|
+
# Verify GitHub token permissions
|
|
1083
|
+
gh auth status
|
|
1084
|
+
|
|
1085
|
+
# Check API rate limits
|
|
1086
|
+
gh api rate_limit
|
|
1087
|
+
|
|
1088
|
+
# Use batch comment posting
|
|
1089
|
+
npx ruv-swarm github review-comments --pr 123 --batch
|
|
1090
|
+
```
|
|
1091
|
+
|
|
1092
|
+
</details>
|
|
1093
|
+
|
|
1094
|
+
<details>
|
|
1095
|
+
<summary><strong>Issue: Review taking too long</strong></summary>
|
|
1096
|
+
|
|
1097
|
+
**Solution:**
|
|
1098
|
+
```bash
|
|
1099
|
+
# Use incremental review for large PRs
|
|
1100
|
+
npx ruv-swarm github review-init --pr 123 --incremental
|
|
1101
|
+
|
|
1102
|
+
# Reduce agent count
|
|
1103
|
+
npx ruv-swarm github review-init --pr 123 --agents "security,style" --max-agents 3
|
|
1104
|
+
|
|
1105
|
+
# Enable parallel processing
|
|
1106
|
+
npx ruv-swarm github review-init --pr 123 --parallel --cache-results
|
|
1107
|
+
```
|
|
1108
|
+
|
|
1109
|
+
</details>
|
|
1110
|
+
|
|
1111
|
+
---
|
|
1112
|
+
|
|
1113
|
+
## 📖 Additional Resources
|
|
1114
|
+
|
|
1115
|
+
### Related Skills
|
|
1116
|
+
- `github-pr-manager` - Comprehensive PR lifecycle management
|
|
1117
|
+
- `github-workflow-automation` - Automate GitHub workflows
|
|
1118
|
+
- `swarm-coordination` - Advanced swarm orchestration
|
|
1119
|
+
|
|
1120
|
+
### Documentation
|
|
1121
|
+
- [GitHub CLI Documentation](https://cli.github.com/manual/)
|
|
1122
|
+
- [RUV Swarm Guide](https://github.com/ruvnet/ruv-swarm)
|
|
1123
|
+
- [Claude Flow Integration](https://github.com/ruvnet/claude-flow)
|
|
1124
|
+
|
|
1125
|
+
### Support
|
|
1126
|
+
- GitHub Issues: Report bugs and request features
|
|
1127
|
+
- Community: Join discussions and share experiences
|
|
1128
|
+
- Examples: Browse example configurations and workflows
|
|
1129
|
+
|
|
1130
|
+
---
|
|
1131
|
+
|
|
1132
|
+
## 📄 License
|
|
1133
|
+
|
|
1134
|
+
This skill is part of the Claude Code Flow project and is licensed under the MIT License.
|
|
1135
|
+
|
|
1136
|
+
---
|
|
1137
|
+
|
|
1138
|
+
**Last Updated:** 2025-10-19
|
|
1139
|
+
**Version:** 1.0.0
|
|
1140
|
+
**Maintainer:** Claude Code Flow Team
|