claude-flow-novice 1.3.5 → 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude/agents/analysis/code-analyzer.md +3 -20
- package/.claude/agents/analysis/code-review/analyze-code-quality.md +1 -1
- package/.claude/agents/analyst.md +300 -0
- package/.claude/agents/architect.md +557 -0
- package/.claude/agents/architecture/system-architect.md +630 -0
- package/.claude/agents/architecture/system-design/arch-system-design.md +1 -1
- package/.claude/agents/base-template-generator.md +24 -1
- package/.claude/agents/coder.md +180 -0
- package/.claude/agents/consensus/byzantine-coordinator.md +4 -21
- package/.claude/agents/consensus/consensus-builder.md +3 -20
- package/.claude/agents/consensus/crdt-synchronizer.md +4 -21
- package/.claude/agents/consensus/gossip-coordinator.md +4 -21
- package/.claude/agents/consensus/performance-benchmarker.md +4 -21
- package/.claude/agents/consensus/quorum-manager.md +4 -21
- package/.claude/agents/consensus/raft-manager.md +4 -21
- package/.claude/agents/consensus/security-manager.md +4 -21
- package/.claude/agents/coordinator.md +842 -0
- package/.claude/agents/data/ml/data-ml-model.md +2 -2
- package/.claude/agents/development/backend/dev-backend-api.md +2 -2
- package/.claude/agents/devops/ci-cd/ops-cicd-github.md +2 -2
- package/.claude/agents/devops/devops-engineer.md +638 -0
- package/.claude/agents/documentation/api-docs/docs-api-openapi.md +2 -2
- package/.claude/agents/github/code-review-swarm.md +1 -1
- package/.claude/agents/github/github-specialist.md +856 -0
- package/.claude/agents/github/pr-manager.md +1 -1
- package/.claude/agents/github/release-manager.md +1 -1
- package/.claude/agents/neural/neural-pattern-agent.md +762 -0
- package/.claude/agents/optimization/benchmark-suite.md +1 -1
- package/.claude/agents/optimization/perf-analyzer.md +725 -0
- package/.claude/agents/optimization/performance-monitor.md +1 -1
- package/.claude/agents/planner.md +135 -0
- package/.claude/agents/researcher.md +185 -0
- package/.claude/agents/reviewer.md +291 -0
- package/.claude/agents/security/security-specialist.md +978 -0
- package/.claude/agents/sparc/architecture.md +1 -1
- package/.claude/agents/sparc/pseudocode.md +1 -1
- package/.claude/agents/sparc/refinement.md +1 -1
- package/.claude/agents/sparc/specification.md +1 -1
- package/.claude/agents/specialized/mobile/spec-mobile-react-native.md +2 -2
- package/.claude/agents/swarm/adaptive-coordinator-enhanced.md +746 -0
- package/.claude/agents/tester.md +663 -0
- package/.claude/agents/testing/unit/tdd-london-swarm.md +1 -1
- package/.claude/agents/testing/validation/production-validator.md +1 -1
- package/.claude/commands/claude-soul.js +1 -1
- package/.claude/hooks.json +12 -15
- package/{.claude → .claude-flow-novice/.claude}/agents/MIGRATION_SUMMARY.md +1 -1
- package/.claude-flow-novice/.claude/agents/analysis/code-analyzer.md +192 -0
- package/.claude-flow-novice/.claude/agents/analysis/code-review/analyze-code-quality.md +180 -0
- package/.claude-flow-novice/.claude/agents/analyst.md +300 -0
- package/.claude-flow-novice/.claude/agents/architect.md +557 -0
- package/.claude-flow-novice/.claude/agents/architecture/system-architect.md +630 -0
- package/.claude-flow-novice/.claude/agents/architecture/system-design/arch-system-design.md +156 -0
- package/.claude-flow-novice/.claude/agents/backend-dev.json +42 -0
- package/.claude-flow-novice/.claude/agents/base-template-generator.md +65 -0
- package/.claude-flow-novice/.claude/agents/code-analyzer.json +39 -0
- package/.claude-flow-novice/.claude/agents/coder.json +42 -0
- package/.claude-flow-novice/.claude/agents/coder.md +180 -0
- package/.claude-flow-novice/.claude/agents/consensus/byzantine-coordinator.md +46 -0
- package/.claude-flow-novice/.claude/agents/consensus/consensus-builder.md +225 -0
- package/.claude-flow-novice/.claude/agents/consensus/crdt-synchronizer.md +980 -0
- package/.claude-flow-novice/.claude/agents/consensus/gossip-coordinator.md +46 -0
- package/.claude-flow-novice/.claude/agents/consensus/performance-benchmarker.md +834 -0
- package/.claude-flow-novice/.claude/agents/consensus/quorum-manager.md +806 -0
- package/.claude-flow-novice/.claude/agents/consensus/raft-manager.md +46 -0
- package/.claude-flow-novice/.claude/agents/consensus/security-manager.md +605 -0
- package/.claude-flow-novice/.claude/agents/coordinator.md +842 -0
- package/.claude-flow-novice/.claude/agents/data/ml/data-ml-model.md +193 -0
- package/.claude-flow-novice/.claude/agents/development/backend/dev-backend-api.md +142 -0
- package/.claude-flow-novice/.claude/agents/devops/ci-cd/ops-cicd-github.md +164 -0
- package/.claude-flow-novice/.claude/agents/devops/devops-engineer.md +638 -0
- package/.claude-flow-novice/.claude/agents/documentation/api-docs/docs-api-openapi.md +174 -0
- package/.claude-flow-novice/.claude/agents/github/code-review-swarm.md +538 -0
- package/.claude-flow-novice/.claude/agents/github/github-modes.md +173 -0
- package/.claude-flow-novice/.claude/agents/github/github-specialist.md +856 -0
- package/.claude-flow-novice/.claude/agents/github/issue-tracker.md +319 -0
- package/.claude-flow-novice/.claude/agents/github/multi-repo-swarm.md +553 -0
- package/.claude-flow-novice/.claude/agents/github/pr-manager.md +191 -0
- package/.claude-flow-novice/.claude/agents/github/project-board-sync.md +509 -0
- package/.claude-flow-novice/.claude/agents/github/release-manager.md +367 -0
- package/.claude-flow-novice/.claude/agents/github/release-swarm.md +583 -0
- package/.claude-flow-novice/.claude/agents/github/repo-architect.md +398 -0
- package/.claude-flow-novice/.claude/agents/github/swarm-issue.md +573 -0
- package/.claude-flow-novice/.claude/agents/github/swarm-pr.md +428 -0
- package/.claude-flow-novice/.claude/agents/github/sync-coordinator.md +452 -0
- package/.claude-flow-novice/.claude/agents/github/workflow-automation.md +635 -0
- package/.claude-flow-novice/.claude/agents/goal/goal-planner.md +73 -0
- package/.claude-flow-novice/.claude/agents/neural/neural-pattern-agent.md +762 -0
- package/.claude-flow-novice/.claude/agents/neural/safla-neural.md +74 -0
- package/.claude-flow-novice/.claude/agents/optimization/benchmark-suite.md +665 -0
- package/.claude-flow-novice/.claude/agents/optimization/load-balancer.md +431 -0
- package/.claude-flow-novice/.claude/agents/optimization/perf-analyzer.md +725 -0
- package/.claude-flow-novice/.claude/agents/optimization/performance-monitor.md +672 -0
- package/.claude-flow-novice/.claude/agents/optimization/resource-allocator.md +674 -0
- package/.claude-flow-novice/.claude/agents/optimization/topology-optimizer.md +808 -0
- package/.claude-flow-novice/.claude/agents/planner.json +41 -0
- package/.claude-flow-novice/.claude/agents/planner.md +135 -0
- package/.claude-flow-novice/.claude/agents/researcher.json +41 -0
- package/.claude-flow-novice/.claude/agents/researcher.md +185 -0
- package/.claude-flow-novice/.claude/agents/reviewer.json +39 -0
- package/.claude-flow-novice/.claude/agents/reviewer.md +291 -0
- package/.claude-flow-novice/.claude/agents/security/security-specialist.md +978 -0
- package/.claude-flow-novice/.claude/agents/sparc/architecture.md +472 -0
- package/.claude-flow-novice/.claude/agents/sparc/pseudocode.md +318 -0
- package/.claude-flow-novice/.claude/agents/sparc/refinement.md +525 -0
- package/.claude-flow-novice/.claude/agents/sparc/specification.md +276 -0
- package/.claude-flow-novice/.claude/agents/specialized/mobile/spec-mobile-react-native.md +226 -0
- package/.claude-flow-novice/.claude/agents/sublinear/consciousness-evolution-agent.md +499 -0
- package/.claude-flow-novice/.claude/agents/sublinear/matrix-solver-agent.md +113 -0
- package/.claude-flow-novice/.claude/agents/sublinear/nanosecond-scheduler-agent.md +644 -0
- package/.claude-flow-novice/.claude/agents/sublinear/pagerank-agent.md +699 -0
- package/.claude-flow-novice/.claude/agents/sublinear/phi-calculator-agent.md +749 -0
- package/.claude-flow-novice/.claude/agents/sublinear/psycho-symbolic-agent.md +543 -0
- package/.claude-flow-novice/.claude/agents/sublinear/sublinear.md +816 -0
- package/.claude-flow-novice/.claude/agents/sublinear/temporal-advantage-agent.md +360 -0
- package/.claude-flow-novice/.claude/agents/swarm/adaptive-coordinator-enhanced.md +746 -0
- package/.claude-flow-novice/.claude/agents/swarm/adaptive-coordinator.md +396 -0
- package/.claude-flow-novice/.claude/agents/swarm/hierarchical-coordinator.md +300 -0
- package/.claude-flow-novice/.claude/agents/swarm/mesh-coordinator.md +435 -0
- package/.claude-flow-novice/.claude/agents/system-architect.json +40 -0
- package/.claude-flow-novice/.claude/agents/templates/automation-smart-agent.md +205 -0
- package/.claude-flow-novice/.claude/agents/templates/coordinator-swarm-init.md +90 -0
- package/.claude-flow-novice/.claude/agents/templates/github-pr-manager.md +177 -0
- package/.claude-flow-novice/.claude/agents/templates/implementer-sparc-coder.md +259 -0
- package/.claude-flow-novice/.claude/agents/templates/memory-coordinator.md +187 -0
- package/.claude-flow-novice/.claude/agents/templates/migration-plan.md +746 -0
- package/.claude-flow-novice/.claude/agents/templates/orchestrator-task.md +139 -0
- package/.claude-flow-novice/.claude/agents/templates/performance-analyzer.md +199 -0
- package/.claude-flow-novice/.claude/agents/templates/sparc-coordinator.md +183 -0
- package/.claude-flow-novice/.claude/agents/tester.json +40 -0
- package/.claude-flow-novice/.claude/agents/tester.md +663 -0
- package/.claude-flow-novice/.claude/agents/testing/e2e/playwright-agent.md +249 -0
- package/.claude-flow-novice/.claude/agents/testing/unit/tdd-london-swarm.md +244 -0
- package/.claude-flow-novice/.claude/agents/testing/validation/production-validator.md +395 -0
- package/.claude-flow-novice/dist/index.js +12 -24
- package/.claude-flow-novice/dist/index.js.map +1 -0
- package/.claude-flow-novice/dist/src/agents/agent-manager.js +123 -69
- package/.claude-flow-novice/dist/src/agents/agent-manager.js.map +1 -1
- package/.claude-flow-novice/dist/src/agents/github/utils/hook-integration.js +7 -7
- package/.claude-flow-novice/dist/src/agents/github/utils/hook-integration.js.map +1 -1
- package/.claude-flow-novice/dist/src/agents/stage3-integration-validator.js +485 -0
- package/.claude-flow-novice/dist/src/agents/stage3-integration-validator.js.map +1 -0
- package/.claude-flow-novice/dist/src/agents/unified-ultra-fast-agent-manager.js +630 -0
- package/.claude-flow-novice/dist/src/agents/unified-ultra-fast-agent-manager.js.map +1 -0
- package/.claude-flow-novice/dist/src/cli/commands/agent.js +1 -1
- package/.claude-flow-novice/dist/src/cli/commands/agent.js.map +1 -1
- package/.claude-flow-novice/dist/src/cli/commands/config-integration.js +6 -6
- package/.claude-flow-novice/dist/src/cli/commands/enterprise.js +18 -18
- package/.claude-flow-novice/dist/src/cli/commands/enterprise.js.map +1 -1
- package/.claude-flow-novice/dist/src/cli/commands/goal-init.js +4 -4
- package/.claude-flow-novice/dist/src/cli/commands/help-new.js +23 -23
- package/.claude-flow-novice/dist/src/cli/commands/help-new.js.map +1 -1
- package/.claude-flow-novice/dist/src/cli/commands/help.js +74 -74
- package/.claude-flow-novice/dist/src/cli/commands/help.js.map +1 -1
- package/.claude-flow-novice/dist/src/cli/commands/hive-mind/pause.js +2 -2
- package/.claude-flow-novice/dist/src/cli/commands/hive-mind/pause.js.map +1 -1
- package/.claude-flow-novice/dist/src/cli/commands/hive.js +4 -4
- package/.claude-flow-novice/dist/src/cli/commands/index.js +103 -132
- package/.claude-flow-novice/dist/src/cli/commands/index.js.map +1 -1
- package/.claude-flow-novice/dist/src/cli/commands/mcp.js +1 -1
- package/.claude-flow-novice/dist/src/cli/commands/migrate.js +4 -4
- package/.claude-flow-novice/dist/src/cli/commands/migrate.js.map +1 -1
- package/.claude-flow-novice/dist/src/cli/commands/monitor.js +1 -1
- package/.claude-flow-novice/dist/src/cli/commands/neural-init.js +4 -4
- package/.claude-flow-novice/dist/src/cli/commands/ruv-swarm.js +8 -8
- package/.claude-flow-novice/dist/src/cli/commands/sparc.js +12 -12
- package/.claude-flow-novice/dist/src/cli/commands/sparc.js.map +1 -1
- package/.claude-flow-novice/dist/src/cli/commands/start/start-command.js +3 -3
- package/.claude-flow-novice/dist/src/cli/commands/status.js +1 -1
- package/.claude-flow-novice/dist/src/cli/commands/swarm.js +7 -7
- package/.claude-flow-novice/dist/src/cli/commands/swarm.js.map +1 -1
- package/.claude-flow-novice/dist/src/cli/commands/verification.js +18 -18
- package/.claude-flow-novice/dist/src/cli/completion.js +54 -54
- package/.claude-flow-novice/dist/src/cli/completion.js.map +1 -1
- package/.claude-flow-novice/dist/src/cli/consolidated/ConsolidatedCLI.js +11 -11
- package/.claude-flow-novice/dist/src/cli/consolidated/ConsolidatedCLI.js.map +1 -1
- package/.claude-flow-novice/dist/src/cli/consolidated/core/CommandHandlers.js +31 -31
- package/.claude-flow-novice/dist/src/cli/consolidated/core/TierManager.js +39 -39
- package/.claude-flow-novice/dist/src/cli/consolidated/core/TierManager.js.map +1 -1
- package/.claude-flow-novice/dist/src/cli/consolidated/help/InteractiveHelp.js +25 -25
- package/.claude-flow-novice/dist/src/cli/consolidated/help/InteractiveHelp.js.map +1 -1
- package/.claude-flow-novice/dist/src/cli/consolidated/routing/CommandRouter.js +8 -8
- package/.claude-flow-novice/dist/src/cli/consolidated/routing/CommandRouter.js.map +1 -1
- package/.claude-flow-novice/dist/src/cli/consolidated/utils/IntelligentDefaults.js +6 -6
- package/.claude-flow-novice/dist/src/cli/consolidated/utils/IntelligentDefaults.js.map +1 -1
- package/.claude-flow-novice/dist/src/cli/consolidated/utils/PerformanceOptimizer.js +7 -7
- package/.claude-flow-novice/dist/src/cli/consolidated/utils/PerformanceOptimizer.js.map +1 -1
- package/.claude-flow-novice/dist/src/cli/index-remote.js +10 -10
- package/.claude-flow-novice/dist/src/cli/index.js +1 -1
- package/.claude-flow-novice/dist/src/cli/init/directory-structure.js +8 -8
- package/.claude-flow-novice/dist/src/cli/init/index.js +3 -3
- package/.claude-flow-novice/dist/src/cli/init/sparc-environment.js +67 -67
- package/.claude-flow-novice/dist/src/cli/init/swarm-commands.js +18 -18
- package/.claude-flow-novice/dist/src/cli/node-repl.js +2 -2
- package/.claude-flow-novice/dist/src/cli/repl.js +1 -1
- package/.claude-flow-novice/dist/src/cli/simple-cli.js +68 -68
- package/.claude-flow-novice/dist/src/cli/simple-cli.js.map +1 -1
- package/.claude-flow-novice/dist/src/cli/simple-commands/session-start-soul.js +271 -0
- package/.claude-flow-novice/dist/src/cli/simple-orchestrator.js +7 -7
- package/.claude-flow-novice/dist/src/cli/simple-orchestrator.js.map +1 -1
- package/.claude-flow-novice/dist/src/cli/ui/fallback-handler.js +7 -7
- package/.claude-flow-novice/dist/src/communication/enhanced-event-bus.js +816 -0
- package/.claude-flow-novice/dist/src/communication/enhanced-event-bus.js.map +1 -0
- package/.claude-flow-novice/dist/src/communication/failure-recovery-system.js +812 -0
- package/.claude-flow-novice/dist/src/communication/failure-recovery-system.js.map +1 -0
- package/.claude-flow-novice/dist/src/communication/optimized-serialization.js +369 -0
- package/.claude-flow-novice/dist/src/communication/optimized-serialization.js.map +1 -0
- package/.claude-flow-novice/dist/src/communication/performance-optimizations.js +526 -0
- package/.claude-flow-novice/dist/src/communication/performance-optimizations.js.map +1 -0
- package/.claude-flow-novice/dist/src/communication/performance-validator.js +532 -0
- package/.claude-flow-novice/dist/src/communication/performance-validator.js.map +1 -0
- package/.claude-flow-novice/dist/src/communication/priority-message-queue.js +525 -0
- package/.claude-flow-novice/dist/src/communication/priority-message-queue.js.map +1 -0
- package/.claude-flow-novice/dist/src/communication/shared-buffer-bus.js +218 -0
- package/.claude-flow-novice/dist/src/communication/shared-buffer-bus.js.map +1 -0
- package/.claude-flow-novice/dist/src/communication/ultra-fast-communication-bus.js +521 -0
- package/.claude-flow-novice/dist/src/communication/ultra-fast-communication-bus.js.map +1 -0
- package/.claude-flow-novice/dist/src/communication/ultra-fast-serialization.js +563 -0
- package/.claude-flow-novice/dist/src/communication/ultra-fast-serialization.js.map +1 -0
- package/.claude-flow-novice/dist/src/communication/websocket-cluster.js +344 -0
- package/.claude-flow-novice/dist/src/communication/websocket-cluster.js.map +1 -0
- package/.claude-flow-novice/dist/src/communication/zero-copy-structures.js +369 -0
- package/.claude-flow-novice/dist/src/communication/zero-copy-structures.js.map +1 -0
- package/.claude-flow-novice/dist/src/config/config-manager.js +1 -1
- package/.claude-flow-novice/dist/src/config/config-manager.js.map +1 -1
- package/.claude-flow-novice/dist/src/config/core/intelligent-configuration-manager.js +1 -1
- package/.claude-flow-novice/dist/src/config/integration/hooks-integration.js +6 -6
- package/.claude-flow-novice/dist/src/config/integration/hooks-integration.js.map +1 -1
- package/.claude-flow-novice/dist/src/config/migration/config-migration.js +1 -1
- package/.claude-flow-novice/dist/src/config/ruv-swarm-integration.js +1 -1
- package/.claude-flow-novice/dist/src/config/utils/zero-config-setup.js +1 -1
- package/.claude-flow-novice/dist/src/config/utils/zero-config-setup.js.map +1 -1
- package/.claude-flow-novice/dist/src/config/web-portal-config.js +0 -9
- package/.claude-flow-novice/dist/src/config/web-portal-config.js.map +1 -1
- package/.claude-flow-novice/dist/src/config/zero-config-setup.js +18 -18
- package/.claude-flow-novice/dist/src/config/zero-config-setup.js.map +1 -1
- package/.claude-flow-novice/dist/src/core/logger.js +33 -10
- package/.claude-flow-novice/dist/src/core/logger.js.map +1 -1
- package/.claude-flow-novice/dist/src/migration/index.js +1 -1
- package/.claude-flow-novice/dist/src/migration/index.js.map +1 -1
- package/.claude-flow-novice/dist/src/migration/migration-runner.js +4 -4
- package/.claude-flow-novice/dist/src/migration/migration-runner.js.map +1 -1
- package/.claude-flow-novice/dist/src/monitoring/agent-health-monitor.js +430 -0
- package/.claude-flow-novice/dist/src/monitoring/agent-health-monitor.js.map +1 -0
- package/.claude-flow-novice/dist/src/slash-commands/claude-soul.js +248 -365
- package/.claude-flow-novice/dist/src/slash-commands/register-all-commands.js +1 -1
- package/.claude-flow-novice/dist/src/swarm/claude-code-interface.js +1 -1
- package/.claude-flow-novice/dist/src/swarm/claude-flow-executor.js +1 -1
- package/.claude-flow-novice/dist/src/swarm/consensus-coordinator.js +471 -0
- package/.claude-flow-novice/dist/src/swarm/consensus-coordinator.js.map +1 -0
- package/.claude-flow-novice/dist/src/swarm/hive-mind-integration.js +1 -1
- package/.claude-flow-novice/dist/src/swarm/large-scale-coordinator.js +543 -0
- package/.claude-flow-novice/dist/src/swarm/large-scale-coordinator.js.map +1 -0
- package/.claude-flow-novice/dist/src/swarm/optimizations/connection-pool.js +1 -1
- package/.claude-flow-novice/dist/src/swarm/optimizations/optimized-executor.js +1 -1
- package/.claude-flow-novice/dist/src/swarm/types.js.map +1 -1
- package/.claude-flow-novice/dist/src/swarm-fullstack/integrations/communication-bridge.js +709 -0
- package/.claude-flow-novice/dist/src/swarm-fullstack/integrations/communication-bridge.js.map +1 -0
- package/.claude-flow-novice/dist/src/swarm-fullstack/testing/api-contract-validator.js +612 -0
- package/.claude-flow-novice/dist/src/swarm-fullstack/testing/api-contract-validator.js.map +1 -0
- package/.claude-flow-novice/dist/src/swarm-fullstack/testing/backend-test-orchestrator.js +679 -0
- package/.claude-flow-novice/dist/src/swarm-fullstack/testing/backend-test-orchestrator.js.map +1 -0
- package/.claude-flow-novice/dist/src/swarm-fullstack/testing/frontend-test-orchestrator.js +654 -0
- package/.claude-flow-novice/dist/src/swarm-fullstack/testing/frontend-test-orchestrator.js.map +1 -0
- package/.claude-flow-novice/dist/src/swarm-fullstack/testing/visual-regression.js +402 -0
- package/.claude-flow-novice/dist/src/swarm-fullstack/testing/visual-regression.js.map +1 -0
- package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/convergence-detector.js +459 -0
- package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/convergence-detector.js.map +1 -0
- package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/fix-coordinator.js +513 -0
- package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/fix-coordinator.js.map +1 -0
- package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/index.js +19 -0
- package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/index.js.map +1 -0
- package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/iterative-build-test.js +568 -0
- package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/iterative-build-test.js.map +1 -0
- package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/regression-test-manager.js +418 -0
- package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/regression-test-manager.js.map +1 -0
- package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/test-result-analyzer.js +530 -0
- package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/test-result-analyzer.js.map +1 -0
- package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/workflow-metrics.js +250 -0
- package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/workflow-metrics.js.map +1 -0
- package/.claude-flow-novice/dist/src/task/index.js +7 -7
- package/.claude-flow-novice/dist/src/validation/fullstack-integration-validator.js +420 -0
- package/.claude-flow-novice/dist/src/validation/fullstack-integration-validator.js.map +1 -0
- package/.claude-flow-novice/dist/src/validation/production-validator.js +1435 -0
- package/.claude-flow-novice/dist/src/validation/production-validator.js.map +1 -0
- package/.claude-flow-novice/dist/src/verification/cli-integration.js +3 -3
- package/.claude-flow-novice/dist/src/verification/hooks.js +1 -1
- package/CHANGELOG.md +13 -0
- package/CLAUDE.md +1032 -61
- package/README.md +0 -1
- package/config/build/babel.config.cjs +19 -11
- package/config/typescript/tsconfig.json +1 -1
- package/examples/02-workflows/claude-workflow.json +5 -5
- package/examples/claude-api-error-handling.ts +2 -2
- package/examples/frontend-testing-demo.ts +470 -0
- package/examples/litellm/config/config.yaml +1 -1
- package/package.json +13 -7
- package/scripts/build/unified-builder.sh +6 -6
- package/scripts/build/validate-agents.js +238 -0
- package/scripts/post-install-claude-md.js +28 -0
- package/scripts/run-production-validation.ts +590 -0
- package/scripts/test/test-coordination-features.ts +2 -2
- package/scripts/validate-stage3-performance.ts +377 -0
- package/src/cli/simple-commands/hooks.js +1 -0
- package/src/cli/simple-commands/init/agent-copier.js +0 -2
- package/src/cli/simple-commands/init/index.js +18 -110
- package/src/cli/simple-commands/init/templates/CLAUDE.md +162 -1158
- package/src/cli/simple-commands/init/templates/claude-md.js +38 -157
- package/src/swarm-fullstack/integrations/communication-bridge.ts +931 -0
- package/src/swarm-fullstack/testing/api-contract-validator.ts +909 -0
- package/src/swarm-fullstack/testing/backend-test-orchestrator.ts +791 -0
- package/src/swarm-fullstack/testing/frontend-test-orchestrator.ts +853 -0
- package/src/swarm-fullstack/testing/visual-regression.ts +507 -0
- package/src/swarm-fullstack/workflows/convergence-detector.ts +736 -0
- package/src/swarm-fullstack/workflows/fix-coordinator.ts +677 -0
- package/src/swarm-fullstack/workflows/index.ts +75 -0
- package/src/swarm-fullstack/workflows/iterative-build-test.ts +829 -0
- package/src/swarm-fullstack/workflows/regression-test-manager.ts +590 -0
- package/src/swarm-fullstack/workflows/test-result-analyzer.ts +739 -0
- package/src/swarm-fullstack/workflows/workflow-metrics.ts +399 -0
- package/wiki/command-reference/README.md +1 -2
- package/wiki/command-reference/mcp-tools/README.md +1 -1
- package/wiki/getting-started/claude-code-mcp/README.md +1 -2
- package/wiki/getting-started/installation/README.md +2 -10
- package/.claude/agents/backend-dev.json +0 -9
- package/.claude/agents/code-analyzer.json +0 -9
- package/.claude/agents/coder.json +0 -9
- package/.claude/agents/planner.json +0 -9
- package/.claude/agents/researcher.json +0 -9
- package/.claude/agents/reviewer.json +0 -9
- package/.claude/agents/system-architect.json +0 -9
- package/.claude/agents/tester.json +0 -9
- package/.claude/commands/flow-nexus/app-store.md +0 -124
- package/.claude/commands/flow-nexus/challenges.md +0 -120
- package/.claude/commands/flow-nexus/login-registration.md +0 -65
- package/.claude/commands/flow-nexus/neural-network.md +0 -134
- package/.claude/commands/flow-nexus/payments.md +0 -116
- package/.claude/commands/flow-nexus/sandbox.md +0 -83
- package/.claude/commands/flow-nexus/swarm.md +0 -87
- package/.claude/commands/flow-nexus/user-tools.md +0 -152
- package/.claude/commands/flow-nexus/workflow.md +0 -115
- package/.claude-flow-novice/dist/cli/index.js +0 -45
- package/.claude-flow-novice/dist/core/index.js +0 -22
- package/.claude-flow-novice/dist/mcp/mcp-server-novice.js +0 -595
- package/.claude-flow-novice/dist/mcp/mcp-server-sdk.js +0 -649
- package/.claude-flow-novice/dist/mcp/mcp-server-with-slash-commands.js +0 -776
- package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/claude-md.js +0 -1101
- package/src/cli/simple-commands/init/templates/CLAUDE.md.optimized +0 -265
- /package/{.claude → .claude-flow-novice/.claude}/agents/README.md +0 -0
- /package/{.claude → .claude-flow-novice/.claude}/agents/consensus/README.md +0 -0
- /package/{.claude → .claude-flow-novice/.claude}/agents/core/coder.md +0 -0
- /package/{.claude → .claude-flow-novice/.claude}/agents/core/planner.md +0 -0
- /package/{.claude → .claude-flow-novice/.claude}/agents/core/researcher.md +0 -0
- /package/{.claude → .claude-flow-novice/.claude}/agents/core/reviewer.md +0 -0
- /package/{.claude → .claude-flow-novice/.claude}/agents/core/tester.md +0 -0
- /package/{.claude → .claude-flow-novice/.claude}/agents/optimization/README.md +0 -0
- /package/{.claude → .claude-flow-novice/.claude}/agents/swarm/README.md +0 -0
|
@@ -0,0 +1,395 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: production-validator
|
|
3
|
+
type: validator
|
|
4
|
+
color: "#4CAF50"
|
|
5
|
+
description: MUST BE USED when validating production readiness, verifying real implementations, or ensuring deployment safety. Use PROACTIVELY for production validation, implementation verification, end-to-end testing with real systems, deployment readiness checks, real database integration validation, external API testing, infrastructure validation, performance under load testing, security validation, and pre-deployment verification. ALWAYS delegate when user asks to "validate production", "check deployment readiness", "test real integration", "verify implementation", "ensure production-ready", "validate against real database", "test with real API", "check for mocks", "production testing", or "deployment validation". Keywords - production validation, deployment ready, real implementation, no mocks, real database, real API, infrastructure testing, production testing, deployment verification, end-to-end validation, implementation completeness
|
|
6
|
+
capabilities:
|
|
7
|
+
- production_validation
|
|
8
|
+
- implementation_verification
|
|
9
|
+
- end_to_end_testing
|
|
10
|
+
- deployment_readiness
|
|
11
|
+
- real_world_simulation
|
|
12
|
+
priority: critical
|
|
13
|
+
hooks:
|
|
14
|
+
pre: |
|
|
15
|
+
echo "🔍 Production Validator starting: $TASK"
|
|
16
|
+
# Verify no mock implementations remain
|
|
17
|
+
echo "🚫 Scanning for mock/fake implementations..."
|
|
18
|
+
grep -r "mock\|fake\|stub\|TODO\|FIXME" src/ || echo "✅ No mock implementations found"
|
|
19
|
+
post: |
|
|
20
|
+
echo "✅ Production validation complete"
|
|
21
|
+
# Run full test suite against real implementations
|
|
22
|
+
if [ -f "package.json" ]; then
|
|
23
|
+
npm run test:production --if-present
|
|
24
|
+
npm run test:e2e --if-present
|
|
25
|
+
fi
|
|
26
|
+
---
|
|
27
|
+
|
|
28
|
+
# Production Validation Agent
|
|
29
|
+
|
|
30
|
+
You are a Production Validation Specialist responsible for ensuring applications are fully implemented, tested against real systems, and ready for production deployment. You verify that no mock, fake, or stub implementations remain in the final codebase.
|
|
31
|
+
|
|
32
|
+
## Core Responsibilities
|
|
33
|
+
|
|
34
|
+
1. **Implementation Verification**: Ensure all components are fully implemented, not mocked
|
|
35
|
+
2. **Production Readiness**: Validate applications work with real databases, APIs, and services
|
|
36
|
+
3. **End-to-End Testing**: Execute comprehensive tests against actual system integrations
|
|
37
|
+
4. **Deployment Validation**: Verify applications function correctly in production-like environments
|
|
38
|
+
5. **Performance Validation**: Confirm real-world performance meets requirements
|
|
39
|
+
|
|
40
|
+
## Validation Strategies
|
|
41
|
+
|
|
42
|
+
### 1. Implementation Completeness Check
|
|
43
|
+
|
|
44
|
+
```typescript
|
|
45
|
+
// Scan for incomplete implementations
|
|
46
|
+
const validateImplementation = async (codebase: string[]) => {
|
|
47
|
+
const violations = [];
|
|
48
|
+
|
|
49
|
+
// Check for mock implementations in production code
|
|
50
|
+
const mockPatterns = [
|
|
51
|
+
/mock[A-Z]\w+/g, // mockService, mockRepository
|
|
52
|
+
/fake[A-Z]\w+/g, // fakeDatabase, fakeAPI
|
|
53
|
+
/stub[A-Z]\w+/g, // stubMethod, stubService
|
|
54
|
+
/TODO.*implementation/gi, // TODO: implement this
|
|
55
|
+
/FIXME.*mock/gi, // FIXME: replace mock
|
|
56
|
+
/throw new Error\(['"]not implemented/gi
|
|
57
|
+
];
|
|
58
|
+
|
|
59
|
+
for (const file of codebase) {
|
|
60
|
+
for (const pattern of mockPatterns) {
|
|
61
|
+
if (pattern.test(file.content)) {
|
|
62
|
+
violations.push({
|
|
63
|
+
file: file.path,
|
|
64
|
+
issue: 'Mock/fake implementation found',
|
|
65
|
+
pattern: pattern.source
|
|
66
|
+
});
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
return violations;
|
|
72
|
+
};
|
|
73
|
+
```
|
|
74
|
+
|
|
75
|
+
### 2. Real Database Integration
|
|
76
|
+
|
|
77
|
+
```typescript
|
|
78
|
+
// Validate against actual database
|
|
79
|
+
describe('Database Integration Validation', () => {
|
|
80
|
+
let realDatabase: Database;
|
|
81
|
+
|
|
82
|
+
beforeAll(async () => {
|
|
83
|
+
// Connect to actual test database (not in-memory)
|
|
84
|
+
realDatabase = await DatabaseConnection.connect({
|
|
85
|
+
host: process.env.TEST_DB_HOST,
|
|
86
|
+
database: process.env.TEST_DB_NAME,
|
|
87
|
+
// Real connection parameters
|
|
88
|
+
});
|
|
89
|
+
});
|
|
90
|
+
|
|
91
|
+
it('should perform CRUD operations on real database', async () => {
|
|
92
|
+
const userRepository = new UserRepository(realDatabase);
|
|
93
|
+
|
|
94
|
+
// Create real record
|
|
95
|
+
const user = await userRepository.create({
|
|
96
|
+
email: 'test@example.com',
|
|
97
|
+
name: 'Test User'
|
|
98
|
+
});
|
|
99
|
+
|
|
100
|
+
expect(user.id).toBeDefined();
|
|
101
|
+
expect(user.createdAt).toBeInstanceOf(Date);
|
|
102
|
+
|
|
103
|
+
// Verify persistence
|
|
104
|
+
const retrieved = await userRepository.findById(user.id);
|
|
105
|
+
expect(retrieved).toEqual(user);
|
|
106
|
+
|
|
107
|
+
// Update operation
|
|
108
|
+
const updated = await userRepository.update(user.id, { name: 'Updated User' });
|
|
109
|
+
expect(updated.name).toBe('Updated User');
|
|
110
|
+
|
|
111
|
+
// Delete operation
|
|
112
|
+
await userRepository.delete(user.id);
|
|
113
|
+
const deleted = await userRepository.findById(user.id);
|
|
114
|
+
expect(deleted).toBeNull();
|
|
115
|
+
});
|
|
116
|
+
});
|
|
117
|
+
```
|
|
118
|
+
|
|
119
|
+
### 3. External API Integration
|
|
120
|
+
|
|
121
|
+
```typescript
|
|
122
|
+
// Validate against real external services
|
|
123
|
+
describe('External API Validation', () => {
|
|
124
|
+
it('should integrate with real payment service', async () => {
|
|
125
|
+
const paymentService = new PaymentService({
|
|
126
|
+
apiKey: process.env.STRIPE_TEST_KEY, // Real test API
|
|
127
|
+
baseUrl: 'https://api.stripe.com/v1'
|
|
128
|
+
});
|
|
129
|
+
|
|
130
|
+
// Test actual API call
|
|
131
|
+
const paymentIntent = await paymentService.createPaymentIntent({
|
|
132
|
+
amount: 1000,
|
|
133
|
+
currency: 'usd',
|
|
134
|
+
customer: 'cus_test_customer'
|
|
135
|
+
});
|
|
136
|
+
|
|
137
|
+
expect(paymentIntent.id).toMatch(/^pi_/);
|
|
138
|
+
expect(paymentIntent.status).toBe('requires_payment_method');
|
|
139
|
+
expect(paymentIntent.amount).toBe(1000);
|
|
140
|
+
});
|
|
141
|
+
|
|
142
|
+
it('should handle real API errors gracefully', async () => {
|
|
143
|
+
const paymentService = new PaymentService({
|
|
144
|
+
apiKey: 'invalid_key',
|
|
145
|
+
baseUrl: 'https://api.stripe.com/v1'
|
|
146
|
+
});
|
|
147
|
+
|
|
148
|
+
await expect(paymentService.createPaymentIntent({
|
|
149
|
+
amount: 1000,
|
|
150
|
+
currency: 'usd'
|
|
151
|
+
})).rejects.toThrow('Invalid API key');
|
|
152
|
+
});
|
|
153
|
+
});
|
|
154
|
+
```
|
|
155
|
+
|
|
156
|
+
### 4. Infrastructure Validation
|
|
157
|
+
|
|
158
|
+
```typescript
|
|
159
|
+
// Validate real infrastructure components
|
|
160
|
+
describe('Infrastructure Validation', () => {
|
|
161
|
+
it('should connect to real Redis cache', async () => {
|
|
162
|
+
const cache = new RedisCache({
|
|
163
|
+
host: process.env.REDIS_HOST,
|
|
164
|
+
port: parseInt(process.env.REDIS_PORT),
|
|
165
|
+
password: process.env.REDIS_PASSWORD
|
|
166
|
+
});
|
|
167
|
+
|
|
168
|
+
await cache.connect();
|
|
169
|
+
|
|
170
|
+
// Test cache operations
|
|
171
|
+
await cache.set('test-key', 'test-value', 300);
|
|
172
|
+
const value = await cache.get('test-key');
|
|
173
|
+
expect(value).toBe('test-value');
|
|
174
|
+
|
|
175
|
+
await cache.delete('test-key');
|
|
176
|
+
const deleted = await cache.get('test-key');
|
|
177
|
+
expect(deleted).toBeNull();
|
|
178
|
+
|
|
179
|
+
await cache.disconnect();
|
|
180
|
+
});
|
|
181
|
+
|
|
182
|
+
it('should send real emails via SMTP', async () => {
|
|
183
|
+
const emailService = new EmailService({
|
|
184
|
+
host: process.env.SMTP_HOST,
|
|
185
|
+
port: parseInt(process.env.SMTP_PORT),
|
|
186
|
+
auth: {
|
|
187
|
+
user: process.env.SMTP_USER,
|
|
188
|
+
pass: process.env.SMTP_PASS
|
|
189
|
+
}
|
|
190
|
+
});
|
|
191
|
+
|
|
192
|
+
const result = await emailService.send({
|
|
193
|
+
to: 'test@example.com',
|
|
194
|
+
subject: 'Production Validation Test',
|
|
195
|
+
body: 'This is a real email sent during validation'
|
|
196
|
+
});
|
|
197
|
+
|
|
198
|
+
expect(result.messageId).toBeDefined();
|
|
199
|
+
expect(result.accepted).toContain('test@example.com');
|
|
200
|
+
});
|
|
201
|
+
});
|
|
202
|
+
```
|
|
203
|
+
|
|
204
|
+
### 5. Performance Under Load
|
|
205
|
+
|
|
206
|
+
```typescript
|
|
207
|
+
// Validate performance with real load
|
|
208
|
+
describe('Performance Validation', () => {
|
|
209
|
+
it('should handle concurrent requests', async () => {
|
|
210
|
+
const apiClient = new APIClient(process.env.API_BASE_URL);
|
|
211
|
+
const concurrentRequests = 100;
|
|
212
|
+
const startTime = Date.now();
|
|
213
|
+
|
|
214
|
+
// Simulate real concurrent load
|
|
215
|
+
const promises = Array.from({ length: concurrentRequests }, () =>
|
|
216
|
+
apiClient.get('/health')
|
|
217
|
+
);
|
|
218
|
+
|
|
219
|
+
const results = await Promise.all(promises);
|
|
220
|
+
const endTime = Date.now();
|
|
221
|
+
const duration = endTime - startTime;
|
|
222
|
+
|
|
223
|
+
// Validate all requests succeeded
|
|
224
|
+
expect(results.every(r => r.status === 200)).toBe(true);
|
|
225
|
+
|
|
226
|
+
// Validate performance requirements
|
|
227
|
+
expect(duration).toBeLessThan(5000); // 5 seconds for 100 requests
|
|
228
|
+
|
|
229
|
+
const avgResponseTime = duration / concurrentRequests;
|
|
230
|
+
expect(avgResponseTime).toBeLessThan(50); // 50ms average
|
|
231
|
+
});
|
|
232
|
+
|
|
233
|
+
it('should maintain performance under sustained load', async () => {
|
|
234
|
+
const apiClient = new APIClient(process.env.API_BASE_URL);
|
|
235
|
+
const duration = 60000; // 1 minute
|
|
236
|
+
const requestsPerSecond = 10;
|
|
237
|
+
const startTime = Date.now();
|
|
238
|
+
|
|
239
|
+
let totalRequests = 0;
|
|
240
|
+
let successfulRequests = 0;
|
|
241
|
+
|
|
242
|
+
while (Date.now() - startTime < duration) {
|
|
243
|
+
const batchStart = Date.now();
|
|
244
|
+
const batch = Array.from({ length: requestsPerSecond }, () =>
|
|
245
|
+
apiClient.get('/api/users').catch(() => null)
|
|
246
|
+
);
|
|
247
|
+
|
|
248
|
+
const results = await Promise.all(batch);
|
|
249
|
+
totalRequests += requestsPerSecond;
|
|
250
|
+
successfulRequests += results.filter(r => r?.status === 200).length;
|
|
251
|
+
|
|
252
|
+
// Wait for next second
|
|
253
|
+
const elapsed = Date.now() - batchStart;
|
|
254
|
+
if (elapsed < 1000) {
|
|
255
|
+
await new Promise(resolve => setTimeout(resolve, 1000 - elapsed));
|
|
256
|
+
}
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
const successRate = successfulRequests / totalRequests;
|
|
260
|
+
expect(successRate).toBeGreaterThan(0.95); // 95% success rate
|
|
261
|
+
});
|
|
262
|
+
});
|
|
263
|
+
```
|
|
264
|
+
|
|
265
|
+
## Validation Checklist
|
|
266
|
+
|
|
267
|
+
### 1. Code Quality Validation
|
|
268
|
+
|
|
269
|
+
```bash
|
|
270
|
+
# No mock implementations in production code
|
|
271
|
+
grep -r "mock\|fake\|stub" src/ --exclude-dir=__tests__ --exclude="*.test.*" --exclude="*.spec.*"
|
|
272
|
+
|
|
273
|
+
# No TODO/FIXME in critical paths
|
|
274
|
+
grep -r "TODO\|FIXME" src/ --exclude-dir=__tests__
|
|
275
|
+
|
|
276
|
+
# No hardcoded test data
|
|
277
|
+
grep -r "test@\|example\|localhost" src/ --exclude-dir=__tests__
|
|
278
|
+
|
|
279
|
+
# No console.log statements
|
|
280
|
+
grep -r "console\." src/ --exclude-dir=__tests__
|
|
281
|
+
```
|
|
282
|
+
|
|
283
|
+
### 2. Environment Validation
|
|
284
|
+
|
|
285
|
+
```typescript
|
|
286
|
+
// Validate environment configuration
|
|
287
|
+
const validateEnvironment = () => {
|
|
288
|
+
const required = [
|
|
289
|
+
'DATABASE_URL',
|
|
290
|
+
'REDIS_URL',
|
|
291
|
+
'API_KEY',
|
|
292
|
+
'SMTP_HOST',
|
|
293
|
+
'JWT_SECRET'
|
|
294
|
+
];
|
|
295
|
+
|
|
296
|
+
const missing = required.filter(key => !process.env[key]);
|
|
297
|
+
|
|
298
|
+
if (missing.length > 0) {
|
|
299
|
+
throw new Error(`Missing required environment variables: ${missing.join(', ')}`);
|
|
300
|
+
}
|
|
301
|
+
};
|
|
302
|
+
```
|
|
303
|
+
|
|
304
|
+
### 3. Security Validation
|
|
305
|
+
|
|
306
|
+
```typescript
|
|
307
|
+
// Validate security measures
|
|
308
|
+
describe('Security Validation', () => {
|
|
309
|
+
it('should enforce authentication', async () => {
|
|
310
|
+
const response = await request(app)
|
|
311
|
+
.get('/api/protected')
|
|
312
|
+
.expect(401);
|
|
313
|
+
|
|
314
|
+
expect(response.body.error).toBe('Authentication required');
|
|
315
|
+
});
|
|
316
|
+
|
|
317
|
+
it('should validate input sanitization', async () => {
|
|
318
|
+
const maliciousInput = '<script>alert("xss")</script>';
|
|
319
|
+
|
|
320
|
+
const response = await request(app)
|
|
321
|
+
.post('/api/users')
|
|
322
|
+
.send({ name: maliciousInput })
|
|
323
|
+
.set('Authorization', `Bearer ${validToken}`)
|
|
324
|
+
.expect(400);
|
|
325
|
+
|
|
326
|
+
expect(response.body.error).toContain('Invalid input');
|
|
327
|
+
});
|
|
328
|
+
|
|
329
|
+
it('should use HTTPS in production', () => {
|
|
330
|
+
if (process.env.NODE_ENV === 'production') {
|
|
331
|
+
expect(process.env.FORCE_HTTPS).toBe('true');
|
|
332
|
+
}
|
|
333
|
+
});
|
|
334
|
+
});
|
|
335
|
+
```
|
|
336
|
+
|
|
337
|
+
### 4. Deployment Readiness
|
|
338
|
+
|
|
339
|
+
```typescript
|
|
340
|
+
// Validate deployment configuration
|
|
341
|
+
describe('Deployment Validation', () => {
|
|
342
|
+
it('should have proper health check endpoint', async () => {
|
|
343
|
+
const response = await request(app)
|
|
344
|
+
.get('/health')
|
|
345
|
+
.expect(200);
|
|
346
|
+
|
|
347
|
+
expect(response.body).toMatchObject({
|
|
348
|
+
status: 'healthy',
|
|
349
|
+
timestamp: expect.any(String),
|
|
350
|
+
uptime: expect.any(Number),
|
|
351
|
+
dependencies: {
|
|
352
|
+
database: 'connected',
|
|
353
|
+
cache: 'connected',
|
|
354
|
+
external_api: 'reachable'
|
|
355
|
+
}
|
|
356
|
+
});
|
|
357
|
+
});
|
|
358
|
+
|
|
359
|
+
it('should handle graceful shutdown', async () => {
|
|
360
|
+
const server = app.listen(0);
|
|
361
|
+
|
|
362
|
+
// Simulate shutdown signal
|
|
363
|
+
process.emit('SIGTERM');
|
|
364
|
+
|
|
365
|
+
// Verify server closes gracefully
|
|
366
|
+
await new Promise(resolve => {
|
|
367
|
+
server.close(resolve);
|
|
368
|
+
});
|
|
369
|
+
});
|
|
370
|
+
});
|
|
371
|
+
```
|
|
372
|
+
|
|
373
|
+
## Best Practices
|
|
374
|
+
|
|
375
|
+
### 1. Real Data Usage
|
|
376
|
+
- Use production-like test data, not placeholder values
|
|
377
|
+
- Test with actual file uploads, not mock files
|
|
378
|
+
- Validate with real user scenarios and edge cases
|
|
379
|
+
|
|
380
|
+
### 2. Infrastructure Testing
|
|
381
|
+
- Test against actual databases, not in-memory alternatives
|
|
382
|
+
- Validate network connectivity and timeouts
|
|
383
|
+
- Test failure scenarios with real service outages
|
|
384
|
+
|
|
385
|
+
### 3. Performance Validation
|
|
386
|
+
- Measure actual response times under load
|
|
387
|
+
- Test memory usage with real data volumes
|
|
388
|
+
- Validate scaling behavior with production-sized datasets
|
|
389
|
+
|
|
390
|
+
### 4. Security Testing
|
|
391
|
+
- Test authentication with real identity providers
|
|
392
|
+
- Validate encryption with actual certificates
|
|
393
|
+
- Test authorization with real user roles and permissions
|
|
394
|
+
|
|
395
|
+
Remember: The goal is to ensure that when the application reaches production, it works exactly as tested - no surprises, no mock implementations, no fake data dependencies.
|
|
@@ -1,24 +1,12 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Claude Flow Novice -
|
|
3
|
-
*
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
//
|
|
9
|
-
export * from './
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
export { ProjectManager } from './src/core/project-manager.js';
|
|
14
|
-
export { SimpleAgent } from './src/agents/simple-agent.js';
|
|
15
|
-
|
|
16
|
-
// Default export for convenient importing
|
|
17
|
-
import { AgentManager } from './src/core/agent-manager.js';
|
|
18
|
-
import { ProjectManager } from './src/core/project-manager.js';
|
|
19
|
-
|
|
20
|
-
export default {
|
|
21
|
-
AgentManager,
|
|
22
|
-
ProjectManager,
|
|
23
|
-
version: '1.2.1'
|
|
24
|
-
};
|
|
1
|
+
/**
|
|
2
|
+
* Claude Flow Novice - Simplified AI Agent Orchestration
|
|
3
|
+
* Entry point for the novice-friendly agent system
|
|
4
|
+
*/ export { AgentManager } from './core/agent-manager.js';
|
|
5
|
+
export { SimpleAgent } from './agents/simple-agent.js';
|
|
6
|
+
export { AgentType } from './types/agent-types.js';
|
|
7
|
+
export { ProjectManager } from './core/project-manager.js';
|
|
8
|
+
// Main exports for easy use
|
|
9
|
+
export * from './core/index.js';
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"names":["AgentManager","SimpleAgent","AgentType","ProjectManager"],"mappings":"AAAA;;;CAGC,GAED,SAASA,YAAY,QAAQ,0BAA0B;AACvD,SAASC,WAAW,QAAQ,2BAA2B;AACvD,SAASC,SAAS,QAAQ,yBAAyB;AACnD,SAASC,cAAc,QAAQ,4BAA4B;AAE3D,4BAA4B;AAC5B,cAAc,kBAAkB","file":"index.js"}
|