@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,1202 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: Pair Programming
|
|
3
|
+
description: AI-assisted pair programming with multiple modes (driver/navigator/switch), real-time verification, quality monitoring, and comprehensive testing. Supports TDD, debugging, refactoring, and learning sessions. Features automatic role switching, continuous code review, security scanning, and performance optimization with truth-score verification.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Pair Programming
|
|
7
|
+
|
|
8
|
+
Collaborative AI pair programming with intelligent role management, real-time quality monitoring, and comprehensive development workflows.
|
|
9
|
+
|
|
10
|
+
## What This Skill Does
|
|
11
|
+
|
|
12
|
+
This skill provides professional pair programming capabilities with AI assistance, supporting multiple collaboration modes, continuous verification, and integrated testing. It manages driver/navigator roles, performs real-time code review, tracks quality metrics, and ensures high standards through truth-score verification.
|
|
13
|
+
|
|
14
|
+
**Key Capabilities:**
|
|
15
|
+
- **Multiple Modes**: Driver, Navigator, Switch, TDD, Review, Mentor, Debug
|
|
16
|
+
- **Real-Time Verification**: Automatic quality scoring with rollback on failures
|
|
17
|
+
- **Role Management**: Seamless switching between driver/navigator roles
|
|
18
|
+
- **Testing Integration**: Auto-generate tests, track coverage, continuous testing
|
|
19
|
+
- **Code Review**: Security scanning, performance analysis, best practice enforcement
|
|
20
|
+
- **Session Persistence**: Auto-save, recovery, export, and sharing
|
|
21
|
+
|
|
22
|
+
## Prerequisites
|
|
23
|
+
|
|
24
|
+
**Required:**
|
|
25
|
+
- Claude Flow CLI installed (`npm install -g claude-flow@alpha`)
|
|
26
|
+
- Git repository (optional but recommended)
|
|
27
|
+
|
|
28
|
+
**Recommended:**
|
|
29
|
+
- Testing framework (Jest, pytest, etc.)
|
|
30
|
+
- Linter configured (ESLint, pylint, etc.)
|
|
31
|
+
- Code formatter (Prettier, Black, etc.)
|
|
32
|
+
|
|
33
|
+
## Quick Start
|
|
34
|
+
|
|
35
|
+
### Basic Session
|
|
36
|
+
```bash
|
|
37
|
+
# Start simple pair programming
|
|
38
|
+
claude-flow pair --start
|
|
39
|
+
```
|
|
40
|
+
|
|
41
|
+
### TDD Session
|
|
42
|
+
```bash
|
|
43
|
+
# Test-driven development
|
|
44
|
+
claude-flow pair --start \
|
|
45
|
+
--mode tdd \
|
|
46
|
+
--test-first \
|
|
47
|
+
--coverage 90
|
|
48
|
+
```
|
|
49
|
+
|
|
50
|
+
---
|
|
51
|
+
|
|
52
|
+
## Complete Guide
|
|
53
|
+
|
|
54
|
+
### Session Control Commands
|
|
55
|
+
|
|
56
|
+
#### Starting Sessions
|
|
57
|
+
```bash
|
|
58
|
+
# Basic start
|
|
59
|
+
claude-flow pair --start
|
|
60
|
+
|
|
61
|
+
# Expert refactoring session
|
|
62
|
+
claude-flow pair --start \
|
|
63
|
+
--agent senior-dev \
|
|
64
|
+
--focus refactor \
|
|
65
|
+
--verify \
|
|
66
|
+
--threshold 0.98
|
|
67
|
+
|
|
68
|
+
# Debugging session
|
|
69
|
+
claude-flow pair --start \
|
|
70
|
+
--agent debugger-expert \
|
|
71
|
+
--focus debug \
|
|
72
|
+
--review
|
|
73
|
+
|
|
74
|
+
# Learning session
|
|
75
|
+
claude-flow pair --start \
|
|
76
|
+
--mode mentor \
|
|
77
|
+
--pace slow \
|
|
78
|
+
--examples
|
|
79
|
+
```
|
|
80
|
+
|
|
81
|
+
#### Session Management
|
|
82
|
+
```bash
|
|
83
|
+
# Check status
|
|
84
|
+
claude-flow pair --status
|
|
85
|
+
|
|
86
|
+
# View history
|
|
87
|
+
claude-flow pair --history
|
|
88
|
+
|
|
89
|
+
# Pause session
|
|
90
|
+
/pause [--reason <reason>]
|
|
91
|
+
|
|
92
|
+
# Resume session
|
|
93
|
+
/resume
|
|
94
|
+
|
|
95
|
+
# End session
|
|
96
|
+
claude-flow pair --end [--save] [--report]
|
|
97
|
+
```
|
|
98
|
+
|
|
99
|
+
### Available Modes
|
|
100
|
+
|
|
101
|
+
#### Driver Mode
|
|
102
|
+
You write code while AI provides guidance.
|
|
103
|
+
|
|
104
|
+
```bash
|
|
105
|
+
claude-flow pair --start --mode driver
|
|
106
|
+
```
|
|
107
|
+
|
|
108
|
+
**Your Responsibilities:**
|
|
109
|
+
- Write actual code
|
|
110
|
+
- Implement solutions
|
|
111
|
+
- Make immediate decisions
|
|
112
|
+
- Handle syntax and structure
|
|
113
|
+
|
|
114
|
+
**AI Navigator:**
|
|
115
|
+
- Strategic guidance
|
|
116
|
+
- Spot potential issues
|
|
117
|
+
- Suggest improvements
|
|
118
|
+
- Real-time review
|
|
119
|
+
- Track overall direction
|
|
120
|
+
|
|
121
|
+
**Best For:**
|
|
122
|
+
- Learning new patterns
|
|
123
|
+
- Implementing familiar features
|
|
124
|
+
- Quick iterations
|
|
125
|
+
- Hands-on debugging
|
|
126
|
+
|
|
127
|
+
**Commands:**
|
|
128
|
+
```
|
|
129
|
+
/suggest - Get implementation suggestions
|
|
130
|
+
/review - Request code review
|
|
131
|
+
/explain - Ask for explanations
|
|
132
|
+
/optimize - Request optimization ideas
|
|
133
|
+
/patterns - Get pattern recommendations
|
|
134
|
+
```
|
|
135
|
+
|
|
136
|
+
#### Navigator Mode
|
|
137
|
+
AI writes code while you provide direction.
|
|
138
|
+
|
|
139
|
+
```bash
|
|
140
|
+
claude-flow pair --start --mode navigator
|
|
141
|
+
```
|
|
142
|
+
|
|
143
|
+
**Your Responsibilities:**
|
|
144
|
+
- Provide high-level direction
|
|
145
|
+
- Review generated code
|
|
146
|
+
- Make architectural decisions
|
|
147
|
+
- Ensure business requirements
|
|
148
|
+
|
|
149
|
+
**AI Driver:**
|
|
150
|
+
- Write implementation code
|
|
151
|
+
- Handle syntax details
|
|
152
|
+
- Implement your guidance
|
|
153
|
+
- Manage boilerplate
|
|
154
|
+
- Execute refactoring
|
|
155
|
+
|
|
156
|
+
**Best For:**
|
|
157
|
+
- Rapid prototyping
|
|
158
|
+
- Boilerplate generation
|
|
159
|
+
- Learning from AI patterns
|
|
160
|
+
- Exploring solutions
|
|
161
|
+
|
|
162
|
+
**Commands:**
|
|
163
|
+
```
|
|
164
|
+
/implement - Direct implementation
|
|
165
|
+
/refactor - Request refactoring
|
|
166
|
+
/test - Generate tests
|
|
167
|
+
/document - Add documentation
|
|
168
|
+
/alternate - See alternative approaches
|
|
169
|
+
```
|
|
170
|
+
|
|
171
|
+
#### Switch Mode
|
|
172
|
+
Automatically alternates roles at intervals.
|
|
173
|
+
|
|
174
|
+
```bash
|
|
175
|
+
# Default 10-minute intervals
|
|
176
|
+
claude-flow pair --start --mode switch
|
|
177
|
+
|
|
178
|
+
# 5-minute intervals (rapid)
|
|
179
|
+
claude-flow pair --start --mode switch --interval 5m
|
|
180
|
+
|
|
181
|
+
# 15-minute intervals (deep focus)
|
|
182
|
+
claude-flow pair --start --mode switch --interval 15m
|
|
183
|
+
```
|
|
184
|
+
|
|
185
|
+
**Handoff Process:**
|
|
186
|
+
1. 30-second warning before switch
|
|
187
|
+
2. Current driver completes thought
|
|
188
|
+
3. Context summary generated
|
|
189
|
+
4. Roles swap smoothly
|
|
190
|
+
5. New driver continues
|
|
191
|
+
|
|
192
|
+
**Best For:**
|
|
193
|
+
- Balanced collaboration
|
|
194
|
+
- Knowledge sharing
|
|
195
|
+
- Complex features
|
|
196
|
+
- Extended sessions
|
|
197
|
+
|
|
198
|
+
#### Specialized Modes
|
|
199
|
+
|
|
200
|
+
**TDD Mode** - Test-Driven Development:
|
|
201
|
+
```bash
|
|
202
|
+
claude-flow pair --start \
|
|
203
|
+
--mode tdd \
|
|
204
|
+
--test-first \
|
|
205
|
+
--coverage 100
|
|
206
|
+
```
|
|
207
|
+
Workflow: Write failing test → Implement → Refactor → Repeat
|
|
208
|
+
|
|
209
|
+
**Review Mode** - Continuous code review:
|
|
210
|
+
```bash
|
|
211
|
+
claude-flow pair --start \
|
|
212
|
+
--mode review \
|
|
213
|
+
--strict \
|
|
214
|
+
--security
|
|
215
|
+
```
|
|
216
|
+
Features: Real-time feedback, security scanning, performance analysis
|
|
217
|
+
|
|
218
|
+
**Mentor Mode** - Learning-focused:
|
|
219
|
+
```bash
|
|
220
|
+
claude-flow pair --start \
|
|
221
|
+
--mode mentor \
|
|
222
|
+
--explain-all \
|
|
223
|
+
--pace slow
|
|
224
|
+
```
|
|
225
|
+
Features: Detailed explanations, step-by-step guidance, pattern teaching
|
|
226
|
+
|
|
227
|
+
**Debug Mode** - Problem-solving:
|
|
228
|
+
```bash
|
|
229
|
+
claude-flow pair --start \
|
|
230
|
+
--mode debug \
|
|
231
|
+
--verbose \
|
|
232
|
+
--trace
|
|
233
|
+
```
|
|
234
|
+
Features: Issue identification, root cause analysis, fix suggestions
|
|
235
|
+
|
|
236
|
+
### In-Session Commands
|
|
237
|
+
|
|
238
|
+
#### Code Commands
|
|
239
|
+
```
|
|
240
|
+
/explain [--level basic|detailed|expert]
|
|
241
|
+
Explain the current code or selection
|
|
242
|
+
|
|
243
|
+
/suggest [--type refactor|optimize|security|style]
|
|
244
|
+
Get improvement suggestions
|
|
245
|
+
|
|
246
|
+
/implement <description>
|
|
247
|
+
Request implementation (navigator mode)
|
|
248
|
+
|
|
249
|
+
/refactor [--pattern <pattern>] [--scope function|file|module]
|
|
250
|
+
Refactor selected code
|
|
251
|
+
|
|
252
|
+
/optimize [--target speed|memory|both]
|
|
253
|
+
Optimize code for performance
|
|
254
|
+
|
|
255
|
+
/document [--format jsdoc|markdown|inline]
|
|
256
|
+
Add documentation to code
|
|
257
|
+
|
|
258
|
+
/comment [--verbose]
|
|
259
|
+
Add inline comments
|
|
260
|
+
|
|
261
|
+
/pattern <pattern-name> [--example]
|
|
262
|
+
Apply a design pattern
|
|
263
|
+
```
|
|
264
|
+
|
|
265
|
+
#### Testing Commands
|
|
266
|
+
```
|
|
267
|
+
/test [--watch] [--coverage] [--only <pattern>]
|
|
268
|
+
Run test suite
|
|
269
|
+
|
|
270
|
+
/test-gen [--type unit|integration|e2e]
|
|
271
|
+
Generate tests for current code
|
|
272
|
+
|
|
273
|
+
/coverage [--report html|json|terminal]
|
|
274
|
+
Check test coverage
|
|
275
|
+
|
|
276
|
+
/mock <target> [--realistic]
|
|
277
|
+
Generate mock data or functions
|
|
278
|
+
|
|
279
|
+
/test-watch [--on-save]
|
|
280
|
+
Enable test watching
|
|
281
|
+
|
|
282
|
+
/snapshot [--update]
|
|
283
|
+
Create test snapshots
|
|
284
|
+
```
|
|
285
|
+
|
|
286
|
+
#### Review Commands
|
|
287
|
+
```
|
|
288
|
+
/review [--scope current|file|changes] [--strict]
|
|
289
|
+
Perform code review
|
|
290
|
+
|
|
291
|
+
/security [--deep] [--fix]
|
|
292
|
+
Security analysis
|
|
293
|
+
|
|
294
|
+
/perf [--profile] [--suggestions]
|
|
295
|
+
Performance analysis
|
|
296
|
+
|
|
297
|
+
/quality [--detailed]
|
|
298
|
+
Check code quality metrics
|
|
299
|
+
|
|
300
|
+
/lint [--fix] [--config <config>]
|
|
301
|
+
Run linters
|
|
302
|
+
|
|
303
|
+
/complexity [--threshold <value>]
|
|
304
|
+
Analyze code complexity
|
|
305
|
+
```
|
|
306
|
+
|
|
307
|
+
#### Navigation Commands
|
|
308
|
+
```
|
|
309
|
+
/goto <file>[:line[:column]]
|
|
310
|
+
Navigate to file or location
|
|
311
|
+
|
|
312
|
+
/find <pattern> [--regex] [--case-sensitive]
|
|
313
|
+
Search in project
|
|
314
|
+
|
|
315
|
+
/recent [--limit <n>]
|
|
316
|
+
Show recent files
|
|
317
|
+
|
|
318
|
+
/bookmark [add|list|goto|remove] [<name>]
|
|
319
|
+
Manage bookmarks
|
|
320
|
+
|
|
321
|
+
/history [--limit <n>] [--filter <pattern>]
|
|
322
|
+
Show command history
|
|
323
|
+
|
|
324
|
+
/tree [--depth <n>] [--filter <pattern>]
|
|
325
|
+
Show project structure
|
|
326
|
+
```
|
|
327
|
+
|
|
328
|
+
#### Git Commands
|
|
329
|
+
```
|
|
330
|
+
/diff [--staged] [--file <file>]
|
|
331
|
+
Show git diff
|
|
332
|
+
|
|
333
|
+
/commit [--message <msg>] [--amend]
|
|
334
|
+
Commit with verification
|
|
335
|
+
|
|
336
|
+
/branch [create|switch|delete|list] [<name>]
|
|
337
|
+
Branch operations
|
|
338
|
+
|
|
339
|
+
/stash [save|pop|list|apply] [<message>]
|
|
340
|
+
Stash operations
|
|
341
|
+
|
|
342
|
+
/log [--oneline] [--limit <n>]
|
|
343
|
+
View git log
|
|
344
|
+
|
|
345
|
+
/blame [<file>]
|
|
346
|
+
Show git blame
|
|
347
|
+
```
|
|
348
|
+
|
|
349
|
+
#### AI Partner Commands
|
|
350
|
+
```
|
|
351
|
+
/agent [switch|info|config] [<agent-name>]
|
|
352
|
+
Manage AI agent
|
|
353
|
+
|
|
354
|
+
/teach <preference>
|
|
355
|
+
Teach the AI your preferences
|
|
356
|
+
|
|
357
|
+
/feedback [positive|negative] <message>
|
|
358
|
+
Provide feedback to AI
|
|
359
|
+
|
|
360
|
+
/personality [professional|friendly|concise|verbose]
|
|
361
|
+
Adjust AI personality
|
|
362
|
+
|
|
363
|
+
/expertise [add|remove|list] [<domain>]
|
|
364
|
+
Set AI expertise focus
|
|
365
|
+
```
|
|
366
|
+
|
|
367
|
+
#### Metrics Commands
|
|
368
|
+
```
|
|
369
|
+
/metrics [--period today|session|week|all]
|
|
370
|
+
Show session metrics
|
|
371
|
+
|
|
372
|
+
/score [--breakdown]
|
|
373
|
+
Show quality scores
|
|
374
|
+
|
|
375
|
+
/productivity [--chart]
|
|
376
|
+
Show productivity metrics
|
|
377
|
+
|
|
378
|
+
/leaderboard [--personal|team]
|
|
379
|
+
Show improvement leaderboard
|
|
380
|
+
```
|
|
381
|
+
|
|
382
|
+
#### Role & Mode Commands
|
|
383
|
+
```
|
|
384
|
+
/switch [--immediate]
|
|
385
|
+
Switch driver/navigator roles
|
|
386
|
+
|
|
387
|
+
/mode <type>
|
|
388
|
+
Change mode (driver|navigator|switch|tdd|review|mentor|debug)
|
|
389
|
+
|
|
390
|
+
/role
|
|
391
|
+
Show current role
|
|
392
|
+
|
|
393
|
+
/handoff
|
|
394
|
+
Prepare role handoff
|
|
395
|
+
```
|
|
396
|
+
|
|
397
|
+
### Command Shortcuts
|
|
398
|
+
|
|
399
|
+
| Alias | Full Command |
|
|
400
|
+
|-------|-------------|
|
|
401
|
+
| `/s` | `/suggest` |
|
|
402
|
+
| `/e` | `/explain` |
|
|
403
|
+
| `/t` | `/test` |
|
|
404
|
+
| `/r` | `/review` |
|
|
405
|
+
| `/c` | `/commit` |
|
|
406
|
+
| `/g` | `/goto` |
|
|
407
|
+
| `/f` | `/find` |
|
|
408
|
+
| `/h` | `/help` |
|
|
409
|
+
| `/sw` | `/switch` |
|
|
410
|
+
| `/st` | `/status` |
|
|
411
|
+
|
|
412
|
+
### Configuration
|
|
413
|
+
|
|
414
|
+
#### Basic Configuration
|
|
415
|
+
Create `.claude-flow/pair-config.json`:
|
|
416
|
+
|
|
417
|
+
```json
|
|
418
|
+
{
|
|
419
|
+
"pair": {
|
|
420
|
+
"enabled": true,
|
|
421
|
+
"defaultMode": "switch",
|
|
422
|
+
"defaultAgent": "auto",
|
|
423
|
+
"autoStart": false,
|
|
424
|
+
"theme": "professional"
|
|
425
|
+
}
|
|
426
|
+
}
|
|
427
|
+
```
|
|
428
|
+
|
|
429
|
+
#### Complete Configuration
|
|
430
|
+
|
|
431
|
+
```json
|
|
432
|
+
{
|
|
433
|
+
"pair": {
|
|
434
|
+
"general": {
|
|
435
|
+
"enabled": true,
|
|
436
|
+
"defaultMode": "switch",
|
|
437
|
+
"defaultAgent": "senior-dev",
|
|
438
|
+
"language": "javascript",
|
|
439
|
+
"timezone": "UTC"
|
|
440
|
+
},
|
|
441
|
+
|
|
442
|
+
"modes": {
|
|
443
|
+
"driver": {
|
|
444
|
+
"enabled": true,
|
|
445
|
+
"suggestions": true,
|
|
446
|
+
"realTimeReview": true,
|
|
447
|
+
"autoComplete": false
|
|
448
|
+
},
|
|
449
|
+
"navigator": {
|
|
450
|
+
"enabled": true,
|
|
451
|
+
"codeGeneration": true,
|
|
452
|
+
"explanations": true,
|
|
453
|
+
"alternatives": true
|
|
454
|
+
},
|
|
455
|
+
"switch": {
|
|
456
|
+
"enabled": true,
|
|
457
|
+
"interval": "10m",
|
|
458
|
+
"warning": "30s",
|
|
459
|
+
"autoSwitch": true,
|
|
460
|
+
"pauseOnIdle": true
|
|
461
|
+
}
|
|
462
|
+
},
|
|
463
|
+
|
|
464
|
+
"verification": {
|
|
465
|
+
"enabled": true,
|
|
466
|
+
"threshold": 0.95,
|
|
467
|
+
"autoRollback": true,
|
|
468
|
+
"preCommitCheck": true,
|
|
469
|
+
"continuousMonitoring": true,
|
|
470
|
+
"blockOnFailure": true
|
|
471
|
+
},
|
|
472
|
+
|
|
473
|
+
"testing": {
|
|
474
|
+
"enabled": true,
|
|
475
|
+
"autoRun": true,
|
|
476
|
+
"framework": "jest",
|
|
477
|
+
"onSave": true,
|
|
478
|
+
"coverage": {
|
|
479
|
+
"enabled": true,
|
|
480
|
+
"minimum": 80,
|
|
481
|
+
"enforce": true,
|
|
482
|
+
"reportFormat": "html"
|
|
483
|
+
}
|
|
484
|
+
},
|
|
485
|
+
|
|
486
|
+
"review": {
|
|
487
|
+
"enabled": true,
|
|
488
|
+
"continuous": true,
|
|
489
|
+
"preCommit": true,
|
|
490
|
+
"security": true,
|
|
491
|
+
"performance": true,
|
|
492
|
+
"style": true,
|
|
493
|
+
"complexity": {
|
|
494
|
+
"maxComplexity": 10,
|
|
495
|
+
"maxDepth": 4,
|
|
496
|
+
"maxLines": 100
|
|
497
|
+
}
|
|
498
|
+
},
|
|
499
|
+
|
|
500
|
+
"git": {
|
|
501
|
+
"enabled": true,
|
|
502
|
+
"autoCommit": false,
|
|
503
|
+
"commitTemplate": "feat: {message}",
|
|
504
|
+
"signCommits": false,
|
|
505
|
+
"pushOnEnd": false,
|
|
506
|
+
"branchProtection": true
|
|
507
|
+
},
|
|
508
|
+
|
|
509
|
+
"session": {
|
|
510
|
+
"autoSave": true,
|
|
511
|
+
"saveInterval": "5m",
|
|
512
|
+
"maxDuration": "4h",
|
|
513
|
+
"idleTimeout": "15m",
|
|
514
|
+
"breakReminder": "45m",
|
|
515
|
+
"metricsInterval": "1m"
|
|
516
|
+
},
|
|
517
|
+
|
|
518
|
+
"ai": {
|
|
519
|
+
"model": "advanced",
|
|
520
|
+
"temperature": 0.7,
|
|
521
|
+
"maxTokens": 4000,
|
|
522
|
+
"personality": "professional",
|
|
523
|
+
"expertise": ["backend", "testing", "security"],
|
|
524
|
+
"learningEnabled": true
|
|
525
|
+
}
|
|
526
|
+
}
|
|
527
|
+
}
|
|
528
|
+
```
|
|
529
|
+
|
|
530
|
+
#### Built-in Agents
|
|
531
|
+
|
|
532
|
+
```json
|
|
533
|
+
{
|
|
534
|
+
"agents": {
|
|
535
|
+
"senior-dev": {
|
|
536
|
+
"expertise": ["architecture", "patterns", "optimization"],
|
|
537
|
+
"style": "thorough",
|
|
538
|
+
"reviewLevel": "strict"
|
|
539
|
+
},
|
|
540
|
+
"tdd-specialist": {
|
|
541
|
+
"expertise": ["testing", "mocks", "coverage"],
|
|
542
|
+
"style": "test-first",
|
|
543
|
+
"reviewLevel": "comprehensive"
|
|
544
|
+
},
|
|
545
|
+
"debugger-expert": {
|
|
546
|
+
"expertise": ["debugging", "profiling", "tracing"],
|
|
547
|
+
"style": "analytical",
|
|
548
|
+
"reviewLevel": "focused"
|
|
549
|
+
},
|
|
550
|
+
"junior-dev": {
|
|
551
|
+
"expertise": ["learning", "basics", "documentation"],
|
|
552
|
+
"style": "questioning",
|
|
553
|
+
"reviewLevel": "educational"
|
|
554
|
+
}
|
|
555
|
+
}
|
|
556
|
+
}
|
|
557
|
+
```
|
|
558
|
+
|
|
559
|
+
#### CLI Configuration
|
|
560
|
+
```bash
|
|
561
|
+
# Set configuration
|
|
562
|
+
claude-flow pair config set defaultMode switch
|
|
563
|
+
claude-flow pair config set verification.threshold 0.98
|
|
564
|
+
|
|
565
|
+
# Get configuration
|
|
566
|
+
claude-flow pair config get
|
|
567
|
+
claude-flow pair config get defaultMode
|
|
568
|
+
|
|
569
|
+
# Export/Import
|
|
570
|
+
claude-flow pair config export > config.json
|
|
571
|
+
claude-flow pair config import config.json
|
|
572
|
+
|
|
573
|
+
# Reset
|
|
574
|
+
claude-flow pair config reset
|
|
575
|
+
```
|
|
576
|
+
|
|
577
|
+
#### Profile Management
|
|
578
|
+
|
|
579
|
+
Create reusable profiles:
|
|
580
|
+
|
|
581
|
+
```bash
|
|
582
|
+
# Create profile
|
|
583
|
+
claude-flow pair profile create refactoring \
|
|
584
|
+
--mode driver \
|
|
585
|
+
--verify true \
|
|
586
|
+
--threshold 0.98 \
|
|
587
|
+
--focus refactor
|
|
588
|
+
|
|
589
|
+
# Use profile
|
|
590
|
+
claude-flow pair --start --profile refactoring
|
|
591
|
+
|
|
592
|
+
# List profiles
|
|
593
|
+
claude-flow pair profile list
|
|
594
|
+
```
|
|
595
|
+
|
|
596
|
+
Profile configuration:
|
|
597
|
+
```json
|
|
598
|
+
{
|
|
599
|
+
"profiles": {
|
|
600
|
+
"refactoring": {
|
|
601
|
+
"mode": "driver",
|
|
602
|
+
"verification": {
|
|
603
|
+
"enabled": true,
|
|
604
|
+
"threshold": 0.98
|
|
605
|
+
},
|
|
606
|
+
"focus": "refactor"
|
|
607
|
+
},
|
|
608
|
+
"debugging": {
|
|
609
|
+
"mode": "navigator",
|
|
610
|
+
"agent": "debugger-expert",
|
|
611
|
+
"trace": true,
|
|
612
|
+
"verbose": true
|
|
613
|
+
},
|
|
614
|
+
"learning": {
|
|
615
|
+
"mode": "mentor",
|
|
616
|
+
"pace": "slow",
|
|
617
|
+
"explanations": "detailed",
|
|
618
|
+
"examples": true
|
|
619
|
+
}
|
|
620
|
+
}
|
|
621
|
+
}
|
|
622
|
+
```
|
|
623
|
+
|
|
624
|
+
### Real-World Examples
|
|
625
|
+
|
|
626
|
+
#### Example 1: Feature Implementation
|
|
627
|
+
|
|
628
|
+
Implementing user authentication with JWT tokens:
|
|
629
|
+
|
|
630
|
+
```bash
|
|
631
|
+
# Session setup
|
|
632
|
+
claude-flow pair --start \
|
|
633
|
+
--mode switch \
|
|
634
|
+
--agent senior-dev \
|
|
635
|
+
--focus implement \
|
|
636
|
+
--verify \
|
|
637
|
+
--test
|
|
638
|
+
```
|
|
639
|
+
|
|
640
|
+
**Session Flow:**
|
|
641
|
+
```
|
|
642
|
+
👥 Starting pair programming for authentication feature...
|
|
643
|
+
|
|
644
|
+
[DRIVER: You - 10 minutes]
|
|
645
|
+
/explain JWT authentication flow
|
|
646
|
+
> AI explains JWT concepts and best practices
|
|
647
|
+
|
|
648
|
+
/suggest implementation approach
|
|
649
|
+
> AI suggests using middleware pattern with refresh tokens
|
|
650
|
+
|
|
651
|
+
# You write the basic auth middleware structure
|
|
652
|
+
|
|
653
|
+
[SWITCH TO NAVIGATOR]
|
|
654
|
+
|
|
655
|
+
[NAVIGATOR: AI - 10 minutes]
|
|
656
|
+
/implement JWT token generation with refresh tokens
|
|
657
|
+
> AI generates secure token implementation
|
|
658
|
+
|
|
659
|
+
/test-gen
|
|
660
|
+
> AI creates comprehensive test suite
|
|
661
|
+
|
|
662
|
+
[SWITCH TO DRIVER]
|
|
663
|
+
|
|
664
|
+
[DRIVER: You - 10 minutes]
|
|
665
|
+
# You refine the implementation
|
|
666
|
+
/review --security
|
|
667
|
+
> AI performs security review, suggests improvements
|
|
668
|
+
|
|
669
|
+
/commit --message "feat: JWT authentication with refresh tokens"
|
|
670
|
+
✅ Truth Score: 0.98 - Committed successfully
|
|
671
|
+
```
|
|
672
|
+
|
|
673
|
+
#### Example 2: Bug Fixing
|
|
674
|
+
|
|
675
|
+
Debugging a memory leak in Node.js:
|
|
676
|
+
|
|
677
|
+
```bash
|
|
678
|
+
# Session setup
|
|
679
|
+
claude-flow pair --start \
|
|
680
|
+
--mode navigator \
|
|
681
|
+
--agent debugger-expert \
|
|
682
|
+
--focus debug \
|
|
683
|
+
--trace
|
|
684
|
+
```
|
|
685
|
+
|
|
686
|
+
**Session Flow:**
|
|
687
|
+
```
|
|
688
|
+
👥 Starting debugging session...
|
|
689
|
+
|
|
690
|
+
/status
|
|
691
|
+
> Analyzing application for memory issues...
|
|
692
|
+
|
|
693
|
+
/perf --profile
|
|
694
|
+
> Memory usage growing: 150MB → 450MB over 10 minutes
|
|
695
|
+
|
|
696
|
+
/find "new EventEmitter" --regex
|
|
697
|
+
> Found 3 instances of EventEmitter creation
|
|
698
|
+
|
|
699
|
+
/inspect eventEmitters --deep
|
|
700
|
+
> Discovering listeners not being removed
|
|
701
|
+
|
|
702
|
+
/suggest fix for memory leak
|
|
703
|
+
> AI suggests: "Add removeListener in cleanup functions"
|
|
704
|
+
|
|
705
|
+
/implement cleanup functions for all event emitters
|
|
706
|
+
> AI generates proper cleanup code
|
|
707
|
+
|
|
708
|
+
/test
|
|
709
|
+
> Memory stable at 150MB ✅
|
|
710
|
+
|
|
711
|
+
/commit --message "fix: memory leak in event emitters"
|
|
712
|
+
```
|
|
713
|
+
|
|
714
|
+
#### Example 3: TDD Session
|
|
715
|
+
|
|
716
|
+
Building shopping cart with test-driven development:
|
|
717
|
+
|
|
718
|
+
```bash
|
|
719
|
+
# Session setup
|
|
720
|
+
claude-flow pair --start \
|
|
721
|
+
--mode tdd \
|
|
722
|
+
--agent tdd-specialist \
|
|
723
|
+
--test-first
|
|
724
|
+
```
|
|
725
|
+
|
|
726
|
+
**Session Flow:**
|
|
727
|
+
```
|
|
728
|
+
👥 TDD Session: Shopping Cart Feature
|
|
729
|
+
|
|
730
|
+
[RED PHASE]
|
|
731
|
+
/test-gen "add item to cart"
|
|
732
|
+
> AI writes failing test:
|
|
733
|
+
✗ should add item to cart
|
|
734
|
+
✗ should update quantity for existing item
|
|
735
|
+
✗ should calculate total price
|
|
736
|
+
|
|
737
|
+
[GREEN PHASE]
|
|
738
|
+
/implement minimal cart functionality
|
|
739
|
+
> You write just enough code to pass tests
|
|
740
|
+
|
|
741
|
+
/test
|
|
742
|
+
> Tests passing: 3/3 ✅
|
|
743
|
+
|
|
744
|
+
[REFACTOR PHASE]
|
|
745
|
+
/refactor --pattern repository
|
|
746
|
+
> AI refactors to repository pattern
|
|
747
|
+
|
|
748
|
+
/test
|
|
749
|
+
> Tests still passing: 3/3 ✅
|
|
750
|
+
|
|
751
|
+
[NEXT CYCLE]
|
|
752
|
+
/test-gen "remove item from cart"
|
|
753
|
+
> AI writes new failing tests...
|
|
754
|
+
```
|
|
755
|
+
|
|
756
|
+
#### Example 4: Code Refactoring
|
|
757
|
+
|
|
758
|
+
Modernizing legacy code:
|
|
759
|
+
|
|
760
|
+
```bash
|
|
761
|
+
# Session setup
|
|
762
|
+
claude-flow pair --start \
|
|
763
|
+
--mode driver \
|
|
764
|
+
--focus refactor \
|
|
765
|
+
--verify \
|
|
766
|
+
--threshold 0.98
|
|
767
|
+
```
|
|
768
|
+
|
|
769
|
+
**Session Flow:**
|
|
770
|
+
```
|
|
771
|
+
👥 Refactoring Session: Modernizing UserService
|
|
772
|
+
|
|
773
|
+
/analyze UserService.js
|
|
774
|
+
> AI identifies:
|
|
775
|
+
- Callback hell (5 levels deep)
|
|
776
|
+
- No error handling
|
|
777
|
+
- Tight coupling
|
|
778
|
+
- No tests
|
|
779
|
+
|
|
780
|
+
/suggest refactoring plan
|
|
781
|
+
> AI suggests:
|
|
782
|
+
1. Convert callbacks to async/await
|
|
783
|
+
2. Add error boundaries
|
|
784
|
+
3. Extract dependencies
|
|
785
|
+
4. Add unit tests
|
|
786
|
+
|
|
787
|
+
/test-gen --before-refactor
|
|
788
|
+
> AI generates tests for current behavior
|
|
789
|
+
|
|
790
|
+
/refactor callbacks to async/await
|
|
791
|
+
# You refactor with AI guidance
|
|
792
|
+
|
|
793
|
+
/test
|
|
794
|
+
> All tests passing ✅
|
|
795
|
+
|
|
796
|
+
/review --compare
|
|
797
|
+
> AI shows before/after comparison
|
|
798
|
+
> Code complexity: 35 → 12
|
|
799
|
+
> Truth score: 0.99 ✅
|
|
800
|
+
|
|
801
|
+
/commit --message "refactor: modernize UserService with async/await"
|
|
802
|
+
```
|
|
803
|
+
|
|
804
|
+
#### Example 5: Performance Optimization
|
|
805
|
+
|
|
806
|
+
Optimizing slow React application:
|
|
807
|
+
|
|
808
|
+
```bash
|
|
809
|
+
# Session setup
|
|
810
|
+
claude-flow pair --start \
|
|
811
|
+
--mode switch \
|
|
812
|
+
--agent performance-expert \
|
|
813
|
+
--focus optimize \
|
|
814
|
+
--profile
|
|
815
|
+
```
|
|
816
|
+
|
|
817
|
+
**Session Flow:**
|
|
818
|
+
```
|
|
819
|
+
👥 Performance Optimization Session
|
|
820
|
+
|
|
821
|
+
/perf --profile
|
|
822
|
+
> React DevTools Profiler Results:
|
|
823
|
+
- ProductList: 450ms render
|
|
824
|
+
- CartSummary: 200ms render
|
|
825
|
+
- Unnecessary re-renders: 15
|
|
826
|
+
|
|
827
|
+
/suggest optimizations for ProductList
|
|
828
|
+
> AI suggests:
|
|
829
|
+
1. Add React.memo
|
|
830
|
+
2. Use useMemo for expensive calculations
|
|
831
|
+
3. Implement virtualization for long lists
|
|
832
|
+
|
|
833
|
+
/implement React.memo and useMemo
|
|
834
|
+
# You implement with AI guidance
|
|
835
|
+
|
|
836
|
+
/perf --profile
|
|
837
|
+
> ProductList: 45ms render (90% improvement!) ✅
|
|
838
|
+
|
|
839
|
+
/implement virtualization with react-window
|
|
840
|
+
> AI implements virtual scrolling
|
|
841
|
+
|
|
842
|
+
/perf --profile
|
|
843
|
+
> ProductList: 12ms render (97% improvement!) ✅
|
|
844
|
+
> FPS: 60 stable ✅
|
|
845
|
+
|
|
846
|
+
/commit --message "perf: optimize ProductList with memoization and virtualization"
|
|
847
|
+
```
|
|
848
|
+
|
|
849
|
+
#### Example 6: API Development
|
|
850
|
+
|
|
851
|
+
Building RESTful API with Express:
|
|
852
|
+
|
|
853
|
+
```bash
|
|
854
|
+
# Session setup
|
|
855
|
+
claude-flow pair --start \
|
|
856
|
+
--mode navigator \
|
|
857
|
+
--agent backend-expert \
|
|
858
|
+
--focus implement \
|
|
859
|
+
--test
|
|
860
|
+
```
|
|
861
|
+
|
|
862
|
+
**Session Flow:**
|
|
863
|
+
```
|
|
864
|
+
👥 API Development Session
|
|
865
|
+
|
|
866
|
+
/design REST API for blog platform
|
|
867
|
+
> AI designs endpoints:
|
|
868
|
+
POST /api/posts
|
|
869
|
+
GET /api/posts
|
|
870
|
+
GET /api/posts/:id
|
|
871
|
+
PUT /api/posts/:id
|
|
872
|
+
DELETE /api/posts/:id
|
|
873
|
+
|
|
874
|
+
/implement CRUD endpoints with validation
|
|
875
|
+
> AI implements with Express + Joi validation
|
|
876
|
+
|
|
877
|
+
/test-gen --integration
|
|
878
|
+
> AI generates integration tests
|
|
879
|
+
|
|
880
|
+
/security --api
|
|
881
|
+
> AI adds:
|
|
882
|
+
- Rate limiting
|
|
883
|
+
- Input sanitization
|
|
884
|
+
- JWT authentication
|
|
885
|
+
- CORS configuration
|
|
886
|
+
|
|
887
|
+
/document --openapi
|
|
888
|
+
> AI generates OpenAPI documentation
|
|
889
|
+
|
|
890
|
+
/test --integration
|
|
891
|
+
> All endpoints tested: 15/15 ✅
|
|
892
|
+
```
|
|
893
|
+
|
|
894
|
+
### Session Templates
|
|
895
|
+
|
|
896
|
+
#### Quick Start Templates
|
|
897
|
+
|
|
898
|
+
```bash
|
|
899
|
+
# Refactoring template
|
|
900
|
+
claude-flow pair --template refactor
|
|
901
|
+
# Focus: Code improvement
|
|
902
|
+
# Verification: High (0.98)
|
|
903
|
+
# Testing: After each change
|
|
904
|
+
# Review: Continuous
|
|
905
|
+
|
|
906
|
+
# Feature template
|
|
907
|
+
claude-flow pair --template feature
|
|
908
|
+
# Focus: Implementation
|
|
909
|
+
# Verification: Standard (0.95)
|
|
910
|
+
# Testing: On completion
|
|
911
|
+
# Review: Pre-commit
|
|
912
|
+
|
|
913
|
+
# Debug template
|
|
914
|
+
claude-flow pair --template debug
|
|
915
|
+
# Focus: Problem solving
|
|
916
|
+
# Verification: Moderate (0.90)
|
|
917
|
+
# Testing: Regression tests
|
|
918
|
+
# Review: Root cause
|
|
919
|
+
|
|
920
|
+
# Learning template
|
|
921
|
+
claude-flow pair --template learn
|
|
922
|
+
# Mode: Mentor
|
|
923
|
+
# Pace: Slow
|
|
924
|
+
# Explanations: Detailed
|
|
925
|
+
# Examples: Many
|
|
926
|
+
```
|
|
927
|
+
|
|
928
|
+
### Session Management
|
|
929
|
+
|
|
930
|
+
#### Session Status
|
|
931
|
+
|
|
932
|
+
```bash
|
|
933
|
+
claude-flow pair --status
|
|
934
|
+
```
|
|
935
|
+
|
|
936
|
+
**Output:**
|
|
937
|
+
```
|
|
938
|
+
👥 Pair Programming Session
|
|
939
|
+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
940
|
+
|
|
941
|
+
Session ID: pair_1755021234567
|
|
942
|
+
Duration: 45 minutes
|
|
943
|
+
Status: Active
|
|
944
|
+
|
|
945
|
+
Partner: senior-dev
|
|
946
|
+
Current Role: DRIVER (you)
|
|
947
|
+
Mode: Switch (10m intervals)
|
|
948
|
+
Next Switch: in 3 minutes
|
|
949
|
+
|
|
950
|
+
📊 Metrics:
|
|
951
|
+
├── Truth Score: 0.982 ✅
|
|
952
|
+
├── Lines Changed: 234
|
|
953
|
+
├── Files Modified: 5
|
|
954
|
+
├── Tests Added: 12
|
|
955
|
+
├── Coverage: 87% ↑3%
|
|
956
|
+
└── Commits: 3
|
|
957
|
+
|
|
958
|
+
🎯 Focus: Implementation
|
|
959
|
+
📝 Current File: src/auth/login.js
|
|
960
|
+
```
|
|
961
|
+
|
|
962
|
+
#### Session History
|
|
963
|
+
|
|
964
|
+
```bash
|
|
965
|
+
claude-flow pair --history
|
|
966
|
+
```
|
|
967
|
+
|
|
968
|
+
**Output:**
|
|
969
|
+
```
|
|
970
|
+
📚 Session History
|
|
971
|
+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
972
|
+
|
|
973
|
+
1. 2024-01-15 14:30 - 16:45 (2h 15m)
|
|
974
|
+
Partner: expert-coder
|
|
975
|
+
Focus: Refactoring
|
|
976
|
+
Truth Score: 0.975
|
|
977
|
+
Changes: +340 -125 lines
|
|
978
|
+
|
|
979
|
+
2. 2024-01-14 10:00 - 11:30 (1h 30m)
|
|
980
|
+
Partner: tdd-specialist
|
|
981
|
+
Focus: Testing
|
|
982
|
+
Truth Score: 0.991
|
|
983
|
+
Tests Added: 24
|
|
984
|
+
|
|
985
|
+
3. 2024-01-13 15:00 - 17:00 (2h)
|
|
986
|
+
Partner: debugger-expert
|
|
987
|
+
Focus: Bug Fixing
|
|
988
|
+
Truth Score: 0.968
|
|
989
|
+
Issues Fixed: 5
|
|
990
|
+
```
|
|
991
|
+
|
|
992
|
+
#### Session Persistence
|
|
993
|
+
|
|
994
|
+
```bash
|
|
995
|
+
# Save session
|
|
996
|
+
claude-flow pair --save [--name <name>]
|
|
997
|
+
|
|
998
|
+
# Load session
|
|
999
|
+
claude-flow pair --load <session-id>
|
|
1000
|
+
|
|
1001
|
+
# Export session
|
|
1002
|
+
claude-flow pair --export <session-id> [--format json|md]
|
|
1003
|
+
|
|
1004
|
+
# Generate report
|
|
1005
|
+
claude-flow pair --report <session-id>
|
|
1006
|
+
```
|
|
1007
|
+
|
|
1008
|
+
#### Background Sessions
|
|
1009
|
+
|
|
1010
|
+
```bash
|
|
1011
|
+
# Start in background
|
|
1012
|
+
claude-flow pair --start --background
|
|
1013
|
+
|
|
1014
|
+
# Monitor background session
|
|
1015
|
+
claude-flow pair --monitor
|
|
1016
|
+
|
|
1017
|
+
# Attach to background session
|
|
1018
|
+
claude-flow pair --attach <session-id>
|
|
1019
|
+
|
|
1020
|
+
# End background session
|
|
1021
|
+
claude-flow pair --end <session-id>
|
|
1022
|
+
```
|
|
1023
|
+
|
|
1024
|
+
### Advanced Features
|
|
1025
|
+
|
|
1026
|
+
#### Custom Commands
|
|
1027
|
+
|
|
1028
|
+
Define in configuration:
|
|
1029
|
+
|
|
1030
|
+
```json
|
|
1031
|
+
{
|
|
1032
|
+
"customCommands": {
|
|
1033
|
+
"tdd": "/test-gen && /test --watch",
|
|
1034
|
+
"full-review": "/lint --fix && /test && /review --strict",
|
|
1035
|
+
"quick-fix": "/suggest --type fix && /implement && /test"
|
|
1036
|
+
}
|
|
1037
|
+
}
|
|
1038
|
+
```
|
|
1039
|
+
|
|
1040
|
+
Use custom commands:
|
|
1041
|
+
```
|
|
1042
|
+
/custom tdd
|
|
1043
|
+
/custom full-review
|
|
1044
|
+
```
|
|
1045
|
+
|
|
1046
|
+
#### Command Chaining
|
|
1047
|
+
|
|
1048
|
+
```
|
|
1049
|
+
/test && /commit && /push
|
|
1050
|
+
/lint --fix && /test && /review --strict
|
|
1051
|
+
```
|
|
1052
|
+
|
|
1053
|
+
#### Session Recording
|
|
1054
|
+
|
|
1055
|
+
```bash
|
|
1056
|
+
# Start with recording
|
|
1057
|
+
claude-flow pair --start --record
|
|
1058
|
+
|
|
1059
|
+
# Replay session
|
|
1060
|
+
claude-flow pair --replay <session-id>
|
|
1061
|
+
|
|
1062
|
+
# Session analytics
|
|
1063
|
+
claude-flow pair --analytics <session-id>
|
|
1064
|
+
```
|
|
1065
|
+
|
|
1066
|
+
#### Integration Options
|
|
1067
|
+
|
|
1068
|
+
**With Git:**
|
|
1069
|
+
```bash
|
|
1070
|
+
claude-flow pair --start --git --auto-commit
|
|
1071
|
+
```
|
|
1072
|
+
|
|
1073
|
+
**With CI/CD:**
|
|
1074
|
+
```bash
|
|
1075
|
+
claude-flow pair --start --ci --non-interactive
|
|
1076
|
+
```
|
|
1077
|
+
|
|
1078
|
+
**With IDE:**
|
|
1079
|
+
```bash
|
|
1080
|
+
claude-flow pair --start --ide vscode
|
|
1081
|
+
```
|
|
1082
|
+
|
|
1083
|
+
### Best Practices
|
|
1084
|
+
|
|
1085
|
+
#### Session Practices
|
|
1086
|
+
1. **Clear Goals** - Define session objectives upfront
|
|
1087
|
+
2. **Appropriate Mode** - Choose based on task type
|
|
1088
|
+
3. **Enable Verification** - For critical code paths
|
|
1089
|
+
4. **Regular Testing** - Maintain quality continuously
|
|
1090
|
+
5. **Session Notes** - Document important decisions
|
|
1091
|
+
6. **Regular Breaks** - Take breaks every 45-60 minutes
|
|
1092
|
+
|
|
1093
|
+
#### Code Practices
|
|
1094
|
+
1. **Test Early** - Run tests after each change
|
|
1095
|
+
2. **Verify Before Commit** - Check truth scores
|
|
1096
|
+
3. **Review Security** - Always for sensitive code
|
|
1097
|
+
4. **Profile Performance** - Use `/perf` for optimization
|
|
1098
|
+
5. **Save Sessions** - For complex work
|
|
1099
|
+
6. **Learn from AI** - Ask questions frequently
|
|
1100
|
+
|
|
1101
|
+
#### Mode Selection
|
|
1102
|
+
- **Driver Mode**: When learning, controlling implementation
|
|
1103
|
+
- **Navigator Mode**: For rapid prototyping, generation
|
|
1104
|
+
- **Switch Mode**: Long sessions, balanced collaboration
|
|
1105
|
+
- **TDD Mode**: Building with tests
|
|
1106
|
+
- **Review Mode**: Quality focus
|
|
1107
|
+
- **Mentor Mode**: Learning priority
|
|
1108
|
+
- **Debug Mode**: Fixing issues
|
|
1109
|
+
|
|
1110
|
+
### Troubleshooting
|
|
1111
|
+
|
|
1112
|
+
#### Session Won't Start
|
|
1113
|
+
- Check agent availability
|
|
1114
|
+
- Verify configuration file syntax
|
|
1115
|
+
- Ensure clean workspace
|
|
1116
|
+
- Review log files
|
|
1117
|
+
|
|
1118
|
+
#### Session Disconnected
|
|
1119
|
+
- Use `--recover` to restore
|
|
1120
|
+
- Check network connection
|
|
1121
|
+
- Verify background processes
|
|
1122
|
+
- Review auto-save files
|
|
1123
|
+
|
|
1124
|
+
#### Poor Performance
|
|
1125
|
+
- Reduce verification threshold
|
|
1126
|
+
- Disable continuous testing
|
|
1127
|
+
- Check system resources
|
|
1128
|
+
- Use lighter AI model
|
|
1129
|
+
|
|
1130
|
+
#### Configuration Issues
|
|
1131
|
+
- Validate JSON syntax
|
|
1132
|
+
- Check file permissions
|
|
1133
|
+
- Review priority order (CLI > env > project > user > global)
|
|
1134
|
+
- Run `claude-flow pair config validate`
|
|
1135
|
+
|
|
1136
|
+
### Quality Metrics
|
|
1137
|
+
|
|
1138
|
+
#### Truth Score Thresholds
|
|
1139
|
+
```
|
|
1140
|
+
Error: < 0.90 ❌
|
|
1141
|
+
Warning: 0.90 - 0.95 ⚠️
|
|
1142
|
+
Good: 0.95 - 0.98 ✅
|
|
1143
|
+
Excellent: > 0.98 🌟
|
|
1144
|
+
```
|
|
1145
|
+
|
|
1146
|
+
#### Coverage Thresholds
|
|
1147
|
+
```
|
|
1148
|
+
Error: < 70% ❌
|
|
1149
|
+
Warning: 70% - 80% ⚠️
|
|
1150
|
+
Good: 80% - 90% ✅
|
|
1151
|
+
Excellent: > 90% 🌟
|
|
1152
|
+
```
|
|
1153
|
+
|
|
1154
|
+
#### Complexity Thresholds
|
|
1155
|
+
```
|
|
1156
|
+
Error: > 15 ❌
|
|
1157
|
+
Warning: 10 - 15 ⚠️
|
|
1158
|
+
Good: 5 - 10 ✅
|
|
1159
|
+
Excellent: < 5 🌟
|
|
1160
|
+
```
|
|
1161
|
+
|
|
1162
|
+
### Environment Variables
|
|
1163
|
+
|
|
1164
|
+
Override configuration via environment:
|
|
1165
|
+
|
|
1166
|
+
```bash
|
|
1167
|
+
export CLAUDE_PAIR_MODE=driver
|
|
1168
|
+
export CLAUDE_PAIR_VERIFY=true
|
|
1169
|
+
export CLAUDE_PAIR_THRESHOLD=0.98
|
|
1170
|
+
export CLAUDE_PAIR_AGENT=senior-dev
|
|
1171
|
+
export CLAUDE_PAIR_AUTO_TEST=true
|
|
1172
|
+
```
|
|
1173
|
+
|
|
1174
|
+
### Command History
|
|
1175
|
+
|
|
1176
|
+
Navigate history:
|
|
1177
|
+
- `↑/↓` - Navigate through command history
|
|
1178
|
+
- `Ctrl+R` - Search command history
|
|
1179
|
+
- `!!` - Repeat last command
|
|
1180
|
+
- `!<n>` - Run command n from history
|
|
1181
|
+
|
|
1182
|
+
### Keyboard Shortcuts (Configurable)
|
|
1183
|
+
|
|
1184
|
+
Default shortcuts:
|
|
1185
|
+
```json
|
|
1186
|
+
{
|
|
1187
|
+
"shortcuts": {
|
|
1188
|
+
"switch": "ctrl+shift+s",
|
|
1189
|
+
"suggest": "ctrl+space",
|
|
1190
|
+
"review": "ctrl+r",
|
|
1191
|
+
"test": "ctrl+t"
|
|
1192
|
+
}
|
|
1193
|
+
}
|
|
1194
|
+
```
|
|
1195
|
+
|
|
1196
|
+
### Related Commands
|
|
1197
|
+
|
|
1198
|
+
- `claude-flow pair --help` - Show help
|
|
1199
|
+
- `claude-flow pair config` - Manage configuration
|
|
1200
|
+
- `claude-flow pair profile` - Manage profiles
|
|
1201
|
+
- `claude-flow pair templates` - List templates
|
|
1202
|
+
- `claude-flow pair agents` - List available agents
|