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
|
@@ -220,11 +220,11 @@ function createClaudeMd() {
|
|
|
220
220
|
return `# Claude Code Configuration for Your Project
|
|
221
221
|
|
|
222
222
|
## 🎯 Purpose of This Configuration
|
|
223
|
-
This CLAUDE.md file configures Claude Code to help you BUILD YOUR OWN APPLICATIONS using the claude-flow orchestration system. Claude-flow is a tool to help you develop software - it is NOT the project you should be modifying.
|
|
223
|
+
This CLAUDE.md file configures Claude Code to help you BUILD YOUR OWN APPLICATIONS using the claude-flow-novice orchestration system. Claude-flow is a tool to help you develop software - it is NOT the project you should be modifying.
|
|
224
224
|
|
|
225
225
|
**IMPORTANT**:
|
|
226
|
-
- Use claude-flow commands to BUILD YOUR APPLICATION
|
|
227
|
-
- DO NOT modify the claude-flow system itself
|
|
226
|
+
- Use claude-flow-novice commands to BUILD YOUR APPLICATION
|
|
227
|
+
- DO NOT modify the claude-flow-novice system itself
|
|
228
228
|
- Focus on YOUR PROJECT'S code, not the orchestration tool
|
|
229
229
|
|
|
230
230
|
## 📁 Project Structure
|
|
@@ -247,33 +247,33 @@ Configure these for YOUR application (not claude-flow):
|
|
|
247
247
|
Claude-flow provides powerful AI orchestration tools to accelerate YOUR application development. Use these commands to build YOUR project:
|
|
248
248
|
|
|
249
249
|
### 🎮 Getting Started with Your Project
|
|
250
|
-
- \`./claude-flow start --ui\`: Start the AI orchestration system to help build YOUR app
|
|
251
|
-
- \`./claude-flow sparc "Build a [YOUR APP TYPE] application"\`: Start building YOUR application
|
|
252
|
-
- \`./claude-flow swarm "Create [YOUR FEATURE]"\`: Use multiple AI agents to build complex features
|
|
253
|
-
- \`./claude-flow status\`: Check the status of YOUR development tasks
|
|
250
|
+
- \`./claude-flow-novice start --ui\`: Start the AI orchestration system to help build YOUR app
|
|
251
|
+
- \`./claude-flow-novice sparc "Build a [YOUR APP TYPE] application"\`: Start building YOUR application
|
|
252
|
+
- \`./claude-flow-novice swarm "Create [YOUR FEATURE]"\`: Use multiple AI agents to build complex features
|
|
253
|
+
- \`./claude-flow-novice status\`: Check the status of YOUR development tasks
|
|
254
254
|
|
|
255
255
|
### 🤖 AI Agents to Build Your Application
|
|
256
|
-
- \`./claude-flow agent spawn coder\`: Create a coding agent for YOUR project
|
|
257
|
-
- \`./claude-flow agent spawn researcher\`: Research best practices for YOUR features
|
|
258
|
-
- \`./claude-flow agent spawn tester\`: Create tests for YOUR application
|
|
259
|
-
- \`./claude-flow agent list\`: See agents working on YOUR project
|
|
256
|
+
- \`./claude-flow-novice agent spawn coder\`: Create a coding agent for YOUR project
|
|
257
|
+
- \`./claude-flow-novice agent spawn researcher\`: Research best practices for YOUR features
|
|
258
|
+
- \`./claude-flow-novice agent spawn tester\`: Create tests for YOUR application
|
|
259
|
+
- \`./claude-flow-novice agent list\`: See agents working on YOUR project
|
|
260
260
|
|
|
261
261
|
### 📋 Managing Your Development Tasks
|
|
262
|
-
- \`./claude-flow task create feature "Add user authentication to my app"\`: Create development tasks
|
|
263
|
-
- \`./claude-flow task list\`: View YOUR project's task queue
|
|
264
|
-
- \`./claude-flow workflow my-app-workflow.json\`: Automate YOUR development workflow
|
|
262
|
+
- \`./claude-flow-novice task create feature "Add user authentication to my app"\`: Create development tasks
|
|
263
|
+
- \`./claude-flow-novice task list\`: View YOUR project's task queue
|
|
264
|
+
- \`./claude-flow-novice workflow my-app-workflow.json\`: Automate YOUR development workflow
|
|
265
265
|
|
|
266
266
|
### 🧠 Project Knowledge Management
|
|
267
|
-
- \`./claude-flow memory store "my_app_architecture" "REST API with React frontend"\`: Store YOUR project decisions
|
|
268
|
-
- \`./claude-flow memory get "my_app_requirements"\`: Retrieve YOUR project information
|
|
269
|
-
- \`./claude-flow memory list\`: See all stored knowledge about YOUR project
|
|
270
|
-
- \`./claude-flow memory export my-project-knowledge.json\`: Export YOUR project knowledge
|
|
267
|
+
- \`./claude-flow-novice memory store "my_app_architecture" "REST API with React frontend"\`: Store YOUR project decisions
|
|
268
|
+
- \`./claude-flow-novice memory get "my_app_requirements"\`: Retrieve YOUR project information
|
|
269
|
+
- \`./claude-flow-novice memory list\`: See all stored knowledge about YOUR project
|
|
270
|
+
- \`./claude-flow-novice memory export my-project-knowledge.json\`: Export YOUR project knowledge
|
|
271
271
|
|
|
272
272
|
### 🎯 SPARC Modes for Building Your Application
|
|
273
|
-
- \`./claude-flow sparc "Create a todo list app with React"\`: Start building YOUR app
|
|
274
|
-
- \`./claude-flow sparc run coder "Implement user login for my app"\`: Code YOUR features
|
|
275
|
-
- \`./claude-flow sparc tdd "Shopping cart functionality"\`: Build YOUR features test-first
|
|
276
|
-
- \`./claude-flow sparc run architect "Design my app's database schema"\`: Design YOUR architecture
|
|
273
|
+
- \`./claude-flow-novice sparc "Create a todo list app with React"\`: Start building YOUR app
|
|
274
|
+
- \`./claude-flow-novice sparc run coder "Implement user login for my app"\`: Code YOUR features
|
|
275
|
+
- \`./claude-flow-novice sparc tdd "Shopping cart functionality"\`: Build YOUR features test-first
|
|
276
|
+
- \`./claude-flow-novice sparc run architect "Design my app's database schema"\`: Design YOUR architecture
|
|
277
277
|
|
|
278
278
|
**Available SPARC modes for YOUR project:**
|
|
279
279
|
- **coder**: Write code for YOUR application
|
|
@@ -286,7 +286,7 @@ Claude-flow provides powerful AI orchestration tools to accelerate YOUR applicat
|
|
|
286
286
|
- **documenter**: Document YOUR project
|
|
287
287
|
|
|
288
288
|
### 🐝 Swarm Mode: Multiple AI Agents for Your Project
|
|
289
|
-
\`./claude-flow swarm "Build a complete e-commerce website" --strategy development --parallel\`
|
|
289
|
+
\`./claude-flow-novice swarm "Build a complete e-commerce website" --strategy development --parallel\`
|
|
290
290
|
|
|
291
291
|
Options for YOUR project:
|
|
292
292
|
- \`--strategy development\`: Build YOUR application features
|
|
@@ -300,71 +300,71 @@ Options for YOUR project:
|
|
|
300
300
|
### 🚀 Building a New Web Application
|
|
301
301
|
\`\`\`bash
|
|
302
302
|
# Example: Building a Task Management App
|
|
303
|
-
./claude-flow sparc "Create a task management web app with React and Node.js"
|
|
303
|
+
./claude-flow-novice sparc "Create a task management web app with React and Node.js"
|
|
304
304
|
|
|
305
305
|
# Add authentication to YOUR app
|
|
306
|
-
./claude-flow sparc run coder "Add user authentication with JWT tokens to my task app"
|
|
306
|
+
./claude-flow-novice sparc run coder "Add user authentication with JWT tokens to my task app"
|
|
307
307
|
|
|
308
308
|
# Create tests for YOUR features
|
|
309
|
-
./claude-flow sparc tdd "Task creation and assignment features"
|
|
309
|
+
./claude-flow-novice sparc tdd "Task creation and assignment features"
|
|
310
310
|
|
|
311
311
|
# Use multiple agents to build faster
|
|
312
|
-
./claude-flow swarm "Build complete task management system" --strategy development --parallel
|
|
312
|
+
./claude-flow-novice swarm "Build complete task management system" --strategy development --parallel
|
|
313
313
|
\`\`\`
|
|
314
314
|
|
|
315
315
|
### 🔍 Research Phase for Your Project
|
|
316
316
|
\`\`\`bash
|
|
317
317
|
# Research best practices for YOUR app type
|
|
318
|
-
./claude-flow sparc run researcher "Research best practices for building SaaS applications"
|
|
318
|
+
./claude-flow-novice sparc run researcher "Research best practices for building SaaS applications"
|
|
319
319
|
|
|
320
320
|
# Store YOUR project's technical decisions
|
|
321
|
-
./claude-flow memory store "tech_stack" "React, Node.js, PostgreSQL, Redis"
|
|
322
|
-
./claude-flow memory store "auth_strategy" "JWT with refresh tokens"
|
|
321
|
+
./claude-flow-novice memory store "tech_stack" "React, Node.js, PostgreSQL, Redis"
|
|
322
|
+
./claude-flow-novice memory store "auth_strategy" "JWT with refresh tokens"
|
|
323
323
|
|
|
324
324
|
# Analyze similar applications
|
|
325
|
-
./claude-flow sparc run analyzer "Analyze successful task management apps for feature ideas"
|
|
325
|
+
./claude-flow-novice sparc run analyzer "Analyze successful task management apps for feature ideas"
|
|
326
326
|
\`\`\`
|
|
327
327
|
|
|
328
328
|
### 🏗️ Development Workflow for Your Application
|
|
329
329
|
\`\`\`bash
|
|
330
330
|
# Design YOUR application architecture
|
|
331
|
-
./claude-flow sparc run architect "Design microservices architecture for my e-commerce platform"
|
|
331
|
+
./claude-flow-novice sparc run architect "Design microservices architecture for my e-commerce platform"
|
|
332
332
|
|
|
333
333
|
# Implement YOUR features with TDD
|
|
334
|
-
./claude-flow sparc tdd "Shopping cart with discount calculation"
|
|
334
|
+
./claude-flow-novice sparc tdd "Shopping cart with discount calculation"
|
|
335
335
|
|
|
336
336
|
# Multiple agents working on YOUR project
|
|
337
|
-
./claude-flow swarm "Build user dashboard with analytics" --strategy development --max-agents 5
|
|
337
|
+
./claude-flow-novice swarm "Build user dashboard with analytics" --strategy development --max-agents 5
|
|
338
338
|
|
|
339
339
|
# Review and optimize YOUR code
|
|
340
|
-
./claude-flow sparc run reviewer "Review authentication implementation for security"
|
|
340
|
+
./claude-flow-novice sparc run reviewer "Review authentication implementation for security"
|
|
341
341
|
\`\`\`
|
|
342
342
|
|
|
343
343
|
### 🔧 Testing and Debugging Your Application
|
|
344
344
|
\`\`\`bash
|
|
345
345
|
# Comprehensive testing for YOUR app
|
|
346
|
-
./claude-flow sparc run tester "Create comprehensive test suite for my API endpoints"
|
|
346
|
+
./claude-flow-novice sparc run tester "Create comprehensive test suite for my API endpoints"
|
|
347
347
|
|
|
348
348
|
# Debug issues in YOUR application
|
|
349
|
-
./claude-flow sparc run debugger "Debug why user login is failing in production"
|
|
349
|
+
./claude-flow-novice sparc run debugger "Debug why user login is failing in production"
|
|
350
350
|
|
|
351
351
|
# Performance optimization for YOUR app
|
|
352
|
-
./claude-flow sparc run optimizer "Optimize database queries in my application"
|
|
352
|
+
./claude-flow-novice sparc run optimizer "Optimize database queries in my application"
|
|
353
353
|
|
|
354
354
|
# Security review for YOUR project
|
|
355
|
-
./claude-flow sparc run reviewer "Security audit of my payment processing system"
|
|
355
|
+
./claude-flow-novice sparc run reviewer "Security audit of my payment processing system"
|
|
356
356
|
\`\`\`
|
|
357
357
|
|
|
358
358
|
### 📚 Documentation for Your Project
|
|
359
359
|
\`\`\`bash
|
|
360
360
|
# Generate documentation for YOUR API
|
|
361
|
-
./claude-flow sparc run documenter "Create API documentation for my REST endpoints"
|
|
361
|
+
./claude-flow-novice sparc run documenter "Create API documentation for my REST endpoints"
|
|
362
362
|
|
|
363
363
|
# Document YOUR project architecture
|
|
364
|
-
./claude-flow sparc run documenter "Document the system architecture and design decisions"
|
|
364
|
+
./claude-flow-novice sparc run documenter "Document the system architecture and design decisions"
|
|
365
365
|
|
|
366
366
|
# Create user guides for YOUR application
|
|
367
|
-
./claude-flow sparc run documenter "Write user guide for the admin dashboard"
|
|
367
|
+
./claude-flow-novice sparc run documenter "Write user guide for the admin dashboard"
|
|
368
368
|
\`\`\`
|
|
369
369
|
|
|
370
370
|
## 🎨 Building Your Application Step by Step
|
|
@@ -374,15 +374,15 @@ Store YOUR project decisions and requirements:
|
|
|
374
374
|
|
|
375
375
|
\`\`\`bash
|
|
376
376
|
# Define YOUR application requirements
|
|
377
|
-
./claude-flow memory store "app_type" "SaaS project management tool"
|
|
378
|
-
./claude-flow memory store "target_users" "Small to medium development teams"
|
|
379
|
-
./claude-flow memory store "core_features" "Task tracking, team collaboration, time tracking, reporting"
|
|
377
|
+
./claude-flow-novice memory store "app_type" "SaaS project management tool"
|
|
378
|
+
./claude-flow-novice memory store "target_users" "Small to medium development teams"
|
|
379
|
+
./claude-flow-novice memory store "core_features" "Task tracking, team collaboration, time tracking, reporting"
|
|
380
380
|
|
|
381
381
|
# Design YOUR architecture based on requirements
|
|
382
|
-
./claude-flow sparc run architect "Design scalable SaaS architecture for project management tool"
|
|
382
|
+
./claude-flow-novice sparc run architect "Design scalable SaaS architecture for project management tool"
|
|
383
383
|
|
|
384
384
|
# Research best practices for YOUR app type
|
|
385
|
-
./claude-flow sparc run researcher "Research best practices for multi-tenant SaaS applications"
|
|
385
|
+
./claude-flow-novice sparc run researcher "Research best practices for multi-tenant SaaS applications"
|
|
386
386
|
\`\`\`
|
|
387
387
|
|
|
388
388
|
### 🏗️ Building Your Application Features
|
|
@@ -390,16 +390,16 @@ Implement YOUR application step by step:
|
|
|
390
390
|
|
|
391
391
|
\`\`\`bash
|
|
392
392
|
# Phase 1: Core functionality
|
|
393
|
-
./claude-flow sparc tdd "User registration and team creation"
|
|
394
|
-
./claude-flow sparc run coder "Implement project and task management features"
|
|
393
|
+
./claude-flow-novice sparc tdd "User registration and team creation"
|
|
394
|
+
./claude-flow-novice sparc run coder "Implement project and task management features"
|
|
395
395
|
|
|
396
396
|
# Phase 2: Advanced features
|
|
397
|
-
./claude-flow swarm "Build real-time collaboration features" --strategy development --parallel
|
|
398
|
-
./claude-flow sparc run coder "Add time tracking and reporting dashboard"
|
|
397
|
+
./claude-flow-novice swarm "Build real-time collaboration features" --strategy development --parallel
|
|
398
|
+
./claude-flow-novice sparc run coder "Add time tracking and reporting dashboard"
|
|
399
399
|
|
|
400
400
|
# Phase 3: Polish and optimize
|
|
401
|
-
./claude-flow sparc run optimizer "Optimize performance for 1000+ concurrent users"
|
|
402
|
-
./claude-flow sparc run designer "Improve UI/UX for mobile responsiveness"
|
|
401
|
+
./claude-flow-novice sparc run optimizer "Optimize performance for 1000+ concurrent users"
|
|
402
|
+
./claude-flow-novice sparc run designer "Improve UI/UX for mobile responsiveness"
|
|
403
403
|
\`\`\`
|
|
404
404
|
|
|
405
405
|
### 🚀 Deploying Your Application
|
|
@@ -407,21 +407,21 @@ Prepare YOUR application for production:
|
|
|
407
407
|
|
|
408
408
|
\`\`\`bash
|
|
409
409
|
# Final testing and security review
|
|
410
|
-
./claude-flow sparc run tester "Complete end-to-end testing suite"
|
|
411
|
-
./claude-flow sparc run reviewer "Final security audit before launch"
|
|
410
|
+
./claude-flow-novice sparc run tester "Complete end-to-end testing suite"
|
|
411
|
+
./claude-flow-novice sparc run reviewer "Final security audit before launch"
|
|
412
412
|
|
|
413
413
|
# Documentation for YOUR users
|
|
414
|
-
./claude-flow sparc run documenter "Create user documentation and API guides"
|
|
414
|
+
./claude-flow-novice sparc run documenter "Create user documentation and API guides"
|
|
415
415
|
|
|
416
416
|
# Performance optimization
|
|
417
|
-
./claude-flow sparc run optimizer "Optimize for production deployment"
|
|
417
|
+
./claude-flow-novice sparc run optimizer "Optimize for production deployment"
|
|
418
418
|
\`\`\`
|
|
419
419
|
|
|
420
420
|
## 🛠️ How Claude Code Helps Build YOUR Application
|
|
421
421
|
|
|
422
422
|
### 🤖 AI-Powered Development Assistance
|
|
423
|
-
When you use claude-flow commands, Claude Code will help you:
|
|
424
|
-
- **Write code** for YOUR application (not for claude-flow itself)
|
|
423
|
+
When you use claude-flow-novice commands, Claude Code will help you:
|
|
424
|
+
- **Write code** for YOUR application (not for claude-flow-novice itself)
|
|
425
425
|
- **Design architecture** for YOUR project requirements
|
|
426
426
|
- **Create tests** for YOUR features
|
|
427
427
|
- **Debug issues** in YOUR code
|
|
@@ -489,15 +489,15 @@ Use swarm mode when building complex features that benefit from multiple special
|
|
|
489
489
|
|
|
490
490
|
\`\`\`bash
|
|
491
491
|
# Example: Building a complete e-commerce platform
|
|
492
|
-
./claude-flow swarm "Build complete e-commerce platform with payment integration" \\
|
|
492
|
+
./claude-flow-novice swarm "Build complete e-commerce platform with payment integration" \\
|
|
493
493
|
--strategy development --parallel --max-agents 8
|
|
494
494
|
|
|
495
495
|
# Example: Adding real-time features to YOUR app
|
|
496
|
-
./claude-flow swarm "Add real-time chat and notifications to my app" \\
|
|
496
|
+
./claude-flow-novice swarm "Add real-time chat and notifications to my app" \\
|
|
497
497
|
--strategy development --parallel --max-agents 5
|
|
498
498
|
|
|
499
499
|
# Example: Comprehensive testing of YOUR application
|
|
500
|
-
./claude-flow swarm "Create comprehensive test suite for my API" \\
|
|
500
|
+
./claude-flow-novice swarm "Create comprehensive test suite for my API" \\
|
|
501
501
|
--strategy testing --parallel --max-agents 6
|
|
502
502
|
\`\`\`
|
|
503
503
|
|
|
@@ -522,10 +522,10 @@ When Claude Code writes code for YOUR application, it will follow these best pra
|
|
|
522
522
|
- Documenting YOUR project
|
|
523
523
|
|
|
524
524
|
### ❌ DON'T Use Claude-Flow For:
|
|
525
|
-
- Modifying the claude-flow system itself
|
|
526
|
-
- Changing how claude-flow works internally
|
|
527
|
-
- Updating claude-flow commands or features
|
|
528
|
-
- Fixing claude-flow bugs (report them on GitHub instead)
|
|
525
|
+
- Modifying the claude-flow-novice system itself
|
|
526
|
+
- Changing how claude-flow-novice works internally
|
|
527
|
+
- Updating claude-flow-novice commands or features
|
|
528
|
+
- Fixing claude-flow-novice bugs (report them on GitHub instead)
|
|
529
529
|
|
|
530
530
|
## 🎉 Get Started Building YOUR Application!
|
|
531
531
|
|
|
@@ -533,7 +533,7 @@ Remember: Claude-flow is a TOOL to help you build YOUR application faster and be
|
|
|
533
533
|
|
|
534
534
|
**Example first command for a new project:**
|
|
535
535
|
\`\`\`bash
|
|
536
|
-
./claude-flow sparc "Create a [YOUR APP TYPE] application with [YOUR MAIN FEATURES]"
|
|
536
|
+
./claude-flow-novice sparc "Create a [YOUR APP TYPE] application with [YOUR MAIN FEATURES]"
|
|
537
537
|
\`\`\`
|
|
538
538
|
|
|
539
539
|
Happy coding! 🚀
|
|
@@ -27,7 +27,7 @@ function createResearchCommand() {
|
|
|
27
27
|
|
|
28
28
|
## Usage
|
|
29
29
|
\`\`\`bash
|
|
30
|
-
claude-flow swarm "Research objective" --strategy research --mode distributed --parallel
|
|
30
|
+
claude-flow-novice swarm "Research objective" --strategy research --mode distributed --parallel
|
|
31
31
|
\`\`\`
|
|
32
32
|
|
|
33
33
|
## Description
|
|
@@ -70,7 +70,7 @@ function createDevelopmentCommand() {
|
|
|
70
70
|
|
|
71
71
|
## Usage
|
|
72
72
|
\`\`\`bash
|
|
73
|
-
claude-flow swarm "Build application" --strategy development --mode hierarchical --parallel
|
|
73
|
+
claude-flow-novice swarm "Build application" --strategy development --mode hierarchical --parallel
|
|
74
74
|
\`\`\`
|
|
75
75
|
|
|
76
76
|
## Description
|
|
@@ -116,7 +116,7 @@ function createAnalysisCommand() {
|
|
|
116
116
|
|
|
117
117
|
## Usage
|
|
118
118
|
\`\`\`bash
|
|
119
|
-
claude-flow swarm "Analyze data" --strategy analysis --parallel --max-agents 10
|
|
119
|
+
claude-flow-novice swarm "Analyze data" --strategy analysis --parallel --max-agents 10
|
|
120
120
|
\`\`\`
|
|
121
121
|
|
|
122
122
|
## Description
|
|
@@ -163,7 +163,7 @@ function createTestingCommand() {
|
|
|
163
163
|
|
|
164
164
|
## Usage
|
|
165
165
|
\`\`\`bash
|
|
166
|
-
claude-flow swarm "Test application" --strategy testing --mode mesh --parallel
|
|
166
|
+
claude-flow-novice swarm "Test application" --strategy testing --mode mesh --parallel
|
|
167
167
|
\`\`\`
|
|
168
168
|
|
|
169
169
|
## Description
|
|
@@ -211,7 +211,7 @@ function createOptimizationCommand() {
|
|
|
211
211
|
|
|
212
212
|
## Usage
|
|
213
213
|
\`\`\`bash
|
|
214
|
-
claude-flow swarm "Optimize performance" --strategy optimization --mode hybrid --parallel
|
|
214
|
+
claude-flow-novice swarm "Optimize performance" --strategy optimization --mode hybrid --parallel
|
|
215
215
|
\`\`\`
|
|
216
216
|
|
|
217
217
|
## Description
|
|
@@ -258,7 +258,7 @@ function createMaintenanceCommand() {
|
|
|
258
258
|
|
|
259
259
|
## Usage
|
|
260
260
|
\`\`\`bash
|
|
261
|
-
claude-flow swarm "System maintenance" --strategy maintenance --mode centralized --monitor
|
|
261
|
+
claude-flow-novice swarm "System maintenance" --strategy maintenance --mode centralized --monitor
|
|
262
262
|
\`\`\`
|
|
263
263
|
|
|
264
264
|
## Description
|
|
@@ -309,55 +309,55 @@ function createSwarmExamples() {
|
|
|
309
309
|
### Research Tasks with Parallel Execution
|
|
310
310
|
\`\`\`bash
|
|
311
311
|
# Distributed research with parallel agents
|
|
312
|
-
claude-flow swarm "Research modern web frameworks" --strategy research --mode distributed --parallel --max-agents 6
|
|
312
|
+
claude-flow-novice swarm "Research modern web frameworks" --strategy research --mode distributed --parallel --max-agents 6
|
|
313
313
|
|
|
314
314
|
# Market analysis with coordinated batch operations
|
|
315
|
-
claude-flow swarm "Analyze AI market trends" --strategy research --parallel --monitor --timeout 120
|
|
315
|
+
claude-flow-novice swarm "Analyze AI market trends" --strategy research --parallel --monitor --timeout 120
|
|
316
316
|
\`\`\`
|
|
317
317
|
|
|
318
318
|
### Development Tasks with Batch Coordination
|
|
319
319
|
\`\`\`bash
|
|
320
320
|
# Hierarchical development with batch file operations
|
|
321
|
-
claude-flow swarm "Build microservice API" --strategy development --mode hierarchical --parallel --max-agents 8
|
|
321
|
+
claude-flow-novice swarm "Build microservice API" --strategy development --mode hierarchical --parallel --max-agents 8
|
|
322
322
|
|
|
323
323
|
# React dashboard with coordinated component development
|
|
324
|
-
claude-flow swarm "Create React dashboard" --strategy development --parallel --monitor --output sqlite
|
|
324
|
+
claude-flow-novice swarm "Create React dashboard" --strategy development --parallel --monitor --output sqlite
|
|
325
325
|
\`\`\`
|
|
326
326
|
|
|
327
327
|
### Analysis Tasks with Batch Processing
|
|
328
328
|
\`\`\`bash
|
|
329
329
|
# Mesh-coordinated data analysis
|
|
330
|
-
claude-flow swarm "Analyze user behavior data" --strategy analysis --mode mesh --parallel --max-agents 10
|
|
330
|
+
claude-flow-novice swarm "Analyze user behavior data" --strategy analysis --mode mesh --parallel --max-agents 10
|
|
331
331
|
|
|
332
332
|
# Performance analysis with monitoring
|
|
333
|
-
claude-flow swarm "Performance analysis of application" --strategy analysis --monitor --output csv
|
|
333
|
+
claude-flow-novice swarm "Performance analysis of application" --strategy analysis --monitor --output csv
|
|
334
334
|
\`\`\`
|
|
335
335
|
|
|
336
336
|
### Testing Tasks with Parallel Validation
|
|
337
337
|
\`\`\`bash
|
|
338
338
|
# Comprehensive parallel testing
|
|
339
|
-
claude-flow swarm "Comprehensive testing suite" --strategy testing --parallel --max-agents 12
|
|
339
|
+
claude-flow-novice swarm "Comprehensive testing suite" --strategy testing --parallel --max-agents 12
|
|
340
340
|
|
|
341
341
|
# Security testing with distributed coordination
|
|
342
|
-
claude-flow swarm "Security testing analysis" --strategy testing --mode distributed --monitor
|
|
342
|
+
claude-flow-novice swarm "Security testing analysis" --strategy testing --mode distributed --monitor
|
|
343
343
|
\`\`\`
|
|
344
344
|
|
|
345
345
|
### Optimization Tasks with Hybrid Coordination
|
|
346
346
|
\`\`\`bash
|
|
347
347
|
# Database optimization with hybrid approach
|
|
348
|
-
claude-flow swarm "Optimize database queries" --strategy optimization --mode hybrid --parallel
|
|
348
|
+
claude-flow-novice swarm "Optimize database queries" --strategy optimization --mode hybrid --parallel
|
|
349
349
|
|
|
350
350
|
# Frontend optimization with batch processing
|
|
351
|
-
claude-flow swarm "Frontend performance optimization" --strategy optimization --monitor --max-agents 6
|
|
351
|
+
claude-flow-novice swarm "Frontend performance optimization" --strategy optimization --monitor --max-agents 6
|
|
352
352
|
\`\`\`
|
|
353
353
|
|
|
354
354
|
### Maintenance Tasks with Centralized Control
|
|
355
355
|
\`\`\`bash
|
|
356
356
|
# Dependency updates with centralized coordination
|
|
357
|
-
claude-flow swarm "Update dependencies safely" --strategy maintenance --mode centralized --monitor
|
|
357
|
+
claude-flow-novice swarm "Update dependencies safely" --strategy maintenance --mode centralized --monitor
|
|
358
358
|
|
|
359
359
|
# System health checks with batch operations
|
|
360
|
-
claude-flow swarm "System health check" --strategy maintenance --parallel --output json
|
|
360
|
+
claude-flow-novice swarm "System health check" --strategy maintenance --parallel --output json
|
|
361
361
|
\`\`\`
|
|
362
362
|
|
|
363
363
|
See individual strategy files for detailed documentation and best practices.
|
|
@@ -503,12 +503,12 @@ async function connectToOrchestrator(context, target) {
|
|
|
503
503
|
} else {
|
|
504
504
|
context.connectionStatus = 'disconnected';
|
|
505
505
|
console.log(chalk.red('✗ Connection failed'));
|
|
506
|
-
console.log(chalk.gray('Make sure Claude-Flow is running with: npx claude-flow start'));
|
|
506
|
+
console.log(chalk.gray('Make sure Claude-Flow is running with: npx claude-flow-novice start'));
|
|
507
507
|
}
|
|
508
508
|
} catch (error) {
|
|
509
509
|
context.connectionStatus = 'disconnected';
|
|
510
510
|
console.log(chalk.red('✗ Connection failed'));
|
|
511
|
-
console.log(chalk.gray('Make sure Claude-Flow is running with: npx claude-flow start'));
|
|
511
|
+
console.log(chalk.gray('Make sure Claude-Flow is running with: npx claude-flow-novice start'));
|
|
512
512
|
}
|
|
513
513
|
}
|
|
514
514
|
async function executeCliCommand(args) {
|
|
@@ -577,7 +577,7 @@ async function connectToOrchestrator(context, target) {
|
|
|
577
577
|
} else {
|
|
578
578
|
context.connectionStatus = 'disconnected';
|
|
579
579
|
console.log(chalk.red('✗ Connection failed'));
|
|
580
|
-
console.log(chalk.gray('Make sure Claude-Flow is running with: claude-flow start'));
|
|
580
|
+
console.log(chalk.gray('Make sure Claude-Flow is running with: claude-flow-novice start'));
|
|
581
581
|
}
|
|
582
582
|
}
|
|
583
583
|
async function handleAgentCommand(args, context) {
|