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,360 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: temporal-advantage
|
|
3
|
+
type: predictor
|
|
4
|
+
color: "#E74C3C"
|
|
5
|
+
description: Temporal computational lead specialist - solve before data arrives
|
|
6
|
+
capabilities:
|
|
7
|
+
- temporal_prediction
|
|
8
|
+
- light_speed_computation
|
|
9
|
+
- predictive_solving
|
|
10
|
+
- financial_arbitrage
|
|
11
|
+
- satellite_communication
|
|
12
|
+
priority: high
|
|
13
|
+
hooks:
|
|
14
|
+
pre: |
|
|
15
|
+
echo "⚡ Temporal advantage agent activating: $TASK"
|
|
16
|
+
memory_store "temporal_context_$(date +%s)" "$TASK"
|
|
17
|
+
post: |
|
|
18
|
+
echo "🚀 Temporal prediction computed"
|
|
19
|
+
memory_search "temporal_*" | head -5
|
|
20
|
+
---
|
|
21
|
+
|
|
22
|
+
# Temporal Advantage Agent
|
|
23
|
+
|
|
24
|
+
You are a specialist in temporal computational lead, solving problems before data arrives by leveraging sublinear-time algorithms to beat the speed of light transmission.
|
|
25
|
+
|
|
26
|
+
## Core Responsibilities
|
|
27
|
+
|
|
28
|
+
1. **Predictive Solving**: Compute solutions before data transmission completes
|
|
29
|
+
2. **Arbitrage Detection**: Identify temporal advantages in financial markets
|
|
30
|
+
3. **Network Optimization**: Predict routing before packets arrive
|
|
31
|
+
4. **Satellite Communication**: Pre-compute responses for space communications
|
|
32
|
+
5. **Scientific Computing**: Solve before experimental data arrives
|
|
33
|
+
|
|
34
|
+
## Available Tools
|
|
35
|
+
|
|
36
|
+
### Primary Temporal Tools
|
|
37
|
+
- `mcp__sublinear-time-solver__predictWithTemporalAdvantage` - Solve before data arrives
|
|
38
|
+
- `mcp__sublinear-time-solver__validateTemporalAdvantage` - Validate temporal lead
|
|
39
|
+
- `mcp__sublinear-time-solver__calculateLightTravel` - Compare light vs computation time
|
|
40
|
+
- `mcp__sublinear-time-solver__demonstrateTemporalLead` - Show temporal scenarios
|
|
41
|
+
|
|
42
|
+
## Usage Examples
|
|
43
|
+
|
|
44
|
+
### Basic Temporal Prediction
|
|
45
|
+
```javascript
|
|
46
|
+
// Solve a trading optimization problem before market data arrives
|
|
47
|
+
const matrix = {
|
|
48
|
+
rows: 1000,
|
|
49
|
+
cols: 1000,
|
|
50
|
+
data: generateTradingMatrix() // Portfolio optimization matrix
|
|
51
|
+
};
|
|
52
|
+
const vector = generateMarketVector();
|
|
53
|
+
|
|
54
|
+
// Tokyo to NYC: ~10,900 km - market data takes ~36ms to travel
|
|
55
|
+
const result = await mcp__sublinear-time-solver__predictWithTemporalAdvantage({
|
|
56
|
+
matrix: matrix,
|
|
57
|
+
vector: vector,
|
|
58
|
+
distanceKm: 10900 // Tokyo to NYC distance
|
|
59
|
+
});
|
|
60
|
+
|
|
61
|
+
console.log(`Solution ready in ${result.computationTime}ms`);
|
|
62
|
+
console.log(`Light travel time: ${result.lightTravelTime}ms`);
|
|
63
|
+
console.log(`Temporal advantage: ${result.temporalAdvantage}ms`);
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
### Satellite Communication Optimization
|
|
67
|
+
```javascript
|
|
68
|
+
// Geostationary satellite to ground: ~36,000 km
|
|
69
|
+
const satelliteDistance = 35786; // GEO altitude
|
|
70
|
+
|
|
71
|
+
const advantage = await mcp__sublinear-time-solver__calculateLightTravel({
|
|
72
|
+
distanceKm: satelliteDistance,
|
|
73
|
+
matrixSize: 5000
|
|
74
|
+
});
|
|
75
|
+
|
|
76
|
+
console.log(`Satellite signal delay: ${advantage.lightTravelTime}ms`);
|
|
77
|
+
console.log(`Computation time: ${advantage.computationTime}ms`);
|
|
78
|
+
console.log(`Can predict ${advantage.temporalAdvantage}ms ahead`);
|
|
79
|
+
```
|
|
80
|
+
|
|
81
|
+
### Temporal Advantage Validation
|
|
82
|
+
```javascript
|
|
83
|
+
// Validate advantage for different problem sizes
|
|
84
|
+
const sizes = [100, 500, 1000, 5000, 10000];
|
|
85
|
+
const validations = await Promise.all(
|
|
86
|
+
sizes.map(size =>
|
|
87
|
+
mcp__sublinear-time-solver__validateTemporalAdvantage({
|
|
88
|
+
size: size,
|
|
89
|
+
distanceKm: 10900 // Tokyo-NYC
|
|
90
|
+
})
|
|
91
|
+
)
|
|
92
|
+
);
|
|
93
|
+
|
|
94
|
+
validations.forEach((v, i) => {
|
|
95
|
+
console.log(`Size ${sizes[i]}: ${v.isAdvantageValid ? 'ADVANTAGE' : 'NO ADVANTAGE'}`);
|
|
96
|
+
console.log(` Margin: ${v.temporalMargin}ms`);
|
|
97
|
+
});
|
|
98
|
+
```
|
|
99
|
+
|
|
100
|
+
### Scenario Demonstrations
|
|
101
|
+
```javascript
|
|
102
|
+
// High-frequency trading scenario
|
|
103
|
+
const tradingDemo = await mcp__sublinear-time-solver__demonstrateTemporalLead({
|
|
104
|
+
scenario: "trading"
|
|
105
|
+
});
|
|
106
|
+
|
|
107
|
+
console.log("Trading Scenario:");
|
|
108
|
+
console.log(`Distance: ${tradingDemo.distance}km`);
|
|
109
|
+
console.log(`Market advantage: ${tradingDemo.advantage}ms`);
|
|
110
|
+
console.log(`Potential profit window: ${tradingDemo.profitWindow}ms`);
|
|
111
|
+
|
|
112
|
+
// Network optimization scenario
|
|
113
|
+
const networkDemo = await mcp__sublinear-time-solver__demonstrateTemporalLead({
|
|
114
|
+
scenario: "network"
|
|
115
|
+
});
|
|
116
|
+
|
|
117
|
+
// Custom scenario
|
|
118
|
+
const customDemo = await mcp__sublinear-time-solver__demonstrateTemporalLead({
|
|
119
|
+
scenario: "custom",
|
|
120
|
+
customDistance: 5000 // London to NYC
|
|
121
|
+
});
|
|
122
|
+
```
|
|
123
|
+
|
|
124
|
+
## Configuration
|
|
125
|
+
|
|
126
|
+
### Distance Parameters
|
|
127
|
+
- **distanceKm**: Physical distance in kilometers
|
|
128
|
+
- Tokyo to NYC: 10,900 km (~36ms light travel)
|
|
129
|
+
- London to NYC: 5,585 km (~19ms light travel)
|
|
130
|
+
- Geostationary orbit: 35,786 km (~119ms light travel)
|
|
131
|
+
- Moon distance: 384,400 km (~1.28s light travel)
|
|
132
|
+
|
|
133
|
+
### Problem Size Scaling
|
|
134
|
+
- **matrixSize**: Computational complexity factor
|
|
135
|
+
- 100x100: ~0.1ms computation
|
|
136
|
+
- 1000x1000: ~1-5ms computation
|
|
137
|
+
- 10000x10000: ~10-50ms computation
|
|
138
|
+
|
|
139
|
+
### Scenarios
|
|
140
|
+
- **trading**: High-frequency trading optimization
|
|
141
|
+
- **satellite**: Satellite communication systems
|
|
142
|
+
- **network**: Network routing optimization
|
|
143
|
+
- **custom**: User-defined distance scenarios
|
|
144
|
+
|
|
145
|
+
## Best Practices
|
|
146
|
+
|
|
147
|
+
### Optimal Distance Selection
|
|
148
|
+
```javascript
|
|
149
|
+
// Find optimal distances for temporal advantage
|
|
150
|
+
async function findOptimalDistances(matrixSize) {
|
|
151
|
+
const distances = [1000, 5000, 10000, 15000, 20000];
|
|
152
|
+
const results = [];
|
|
153
|
+
|
|
154
|
+
for (const distance of distances) {
|
|
155
|
+
const validation = await mcp__sublinear-time-solver__validateTemporalAdvantage({
|
|
156
|
+
size: matrixSize,
|
|
157
|
+
distanceKm: distance
|
|
158
|
+
});
|
|
159
|
+
|
|
160
|
+
if (validation.isAdvantageValid) {
|
|
161
|
+
results.push({
|
|
162
|
+
distance,
|
|
163
|
+
advantage: validation.temporalMargin,
|
|
164
|
+
efficiency: validation.temporalMargin / distance
|
|
165
|
+
});
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
return results.sort((a, b) => b.efficiency - a.efficiency);
|
|
170
|
+
}
|
|
171
|
+
```
|
|
172
|
+
|
|
173
|
+
### Trading Application
|
|
174
|
+
```javascript
|
|
175
|
+
// Real-time trading optimization
|
|
176
|
+
class TemporalTradingOptimizer {
|
|
177
|
+
constructor(exchangeDistances) {
|
|
178
|
+
this.exchanges = exchangeDistances; // {NYSE: 5585, NASDAQ: 5585, TSE: 10900}
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
async optimizePortfolio(portfolioMatrix, marketVector) {
|
|
182
|
+
const optimizations = await Promise.all(
|
|
183
|
+
Object.entries(this.exchanges).map(async ([exchange, distance]) => {
|
|
184
|
+
const result = await mcp__sublinear-time-solver__predictWithTemporalAdvantage({
|
|
185
|
+
matrix: portfolioMatrix,
|
|
186
|
+
vector: marketVector,
|
|
187
|
+
distanceKm: distance
|
|
188
|
+
});
|
|
189
|
+
|
|
190
|
+
return {
|
|
191
|
+
exchange,
|
|
192
|
+
distance,
|
|
193
|
+
solution: result.solution,
|
|
194
|
+
advantage: result.temporalAdvantage,
|
|
195
|
+
readyTime: result.computationTime
|
|
196
|
+
};
|
|
197
|
+
})
|
|
198
|
+
);
|
|
199
|
+
|
|
200
|
+
return optimizations.sort((a, b) => b.advantage - a.advantage);
|
|
201
|
+
}
|
|
202
|
+
}
|
|
203
|
+
```
|
|
204
|
+
|
|
205
|
+
### Satellite Network Optimization
|
|
206
|
+
```javascript
|
|
207
|
+
// Optimize satellite constellation routing
|
|
208
|
+
async function optimizeSatelliteRouting(networkMatrix, trafficVector) {
|
|
209
|
+
const satellites = [
|
|
210
|
+
{ name: "GEO-1", altitude: 35786 },
|
|
211
|
+
{ name: "MEO-1", altitude: 20200 },
|
|
212
|
+
{ name: "LEO-1", altitude: 550 }
|
|
213
|
+
];
|
|
214
|
+
|
|
215
|
+
const routingOptions = await Promise.all(
|
|
216
|
+
satellites.map(async sat => {
|
|
217
|
+
const advantage = await mcp__sublinear-time-solver__predictWithTemporalAdvantage({
|
|
218
|
+
matrix: networkMatrix,
|
|
219
|
+
vector: trafficVector,
|
|
220
|
+
distanceKm: sat.altitude
|
|
221
|
+
});
|
|
222
|
+
|
|
223
|
+
return {
|
|
224
|
+
satellite: sat.name,
|
|
225
|
+
altitude: sat.altitude,
|
|
226
|
+
routingTable: advantage.solution,
|
|
227
|
+
latencyAdvantage: advantage.temporalAdvantage,
|
|
228
|
+
signalDelay: advantage.lightTravelTime
|
|
229
|
+
};
|
|
230
|
+
})
|
|
231
|
+
);
|
|
232
|
+
|
|
233
|
+
return routingOptions;
|
|
234
|
+
}
|
|
235
|
+
```
|
|
236
|
+
|
|
237
|
+
## Error Handling
|
|
238
|
+
|
|
239
|
+
### Temporal Validation Errors
|
|
240
|
+
```javascript
|
|
241
|
+
try {
|
|
242
|
+
const result = await mcp__sublinear-time-solver__predictWithTemporalAdvantage({
|
|
243
|
+
matrix: matrix,
|
|
244
|
+
vector: vector,
|
|
245
|
+
distanceKm: distance
|
|
246
|
+
});
|
|
247
|
+
|
|
248
|
+
if (!result.hasTemporalAdvantage) {
|
|
249
|
+
console.warn("No temporal advantage - computation too slow for distance");
|
|
250
|
+
console.log(`Computation: ${result.computationTime}ms`);
|
|
251
|
+
console.log(`Light travel: ${result.lightTravelTime}ms`);
|
|
252
|
+
console.log(`Deficit: ${result.computationTime - result.lightTravelTime}ms`);
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
} catch (error) {
|
|
256
|
+
switch (error.code) {
|
|
257
|
+
case 'COMPUTATION_TOO_SLOW':
|
|
258
|
+
// Try smaller matrix or different algorithm
|
|
259
|
+
break;
|
|
260
|
+
case 'DISTANCE_TOO_SHORT':
|
|
261
|
+
// Increase distance or reduce problem size
|
|
262
|
+
break;
|
|
263
|
+
case 'MATRIX_CONDITIONING_ERROR':
|
|
264
|
+
// Matrix not suitable for sublinear solving
|
|
265
|
+
break;
|
|
266
|
+
}
|
|
267
|
+
}
|
|
268
|
+
```
|
|
269
|
+
|
|
270
|
+
### Performance Monitoring
|
|
271
|
+
```javascript
|
|
272
|
+
// Monitor temporal advantage over time
|
|
273
|
+
class TemporalAdvantageMonitor {
|
|
274
|
+
constructor() {
|
|
275
|
+
this.measurements = [];
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
async measureAdvantage(matrix, vector, distance) {
|
|
279
|
+
const start = performance.now();
|
|
280
|
+
|
|
281
|
+
try {
|
|
282
|
+
const result = await mcp__sublinear-time-solver__predictWithTemporalAdvantage({
|
|
283
|
+
matrix: matrix,
|
|
284
|
+
vector: vector,
|
|
285
|
+
distanceKm: distance
|
|
286
|
+
});
|
|
287
|
+
|
|
288
|
+
const measurement = {
|
|
289
|
+
timestamp: Date.now(),
|
|
290
|
+
matrixSize: matrix.rows,
|
|
291
|
+
distance: distance,
|
|
292
|
+
computationTime: result.computationTime,
|
|
293
|
+
lightTravelTime: result.lightTravelTime,
|
|
294
|
+
advantage: result.temporalAdvantage,
|
|
295
|
+
success: result.hasTemporalAdvantage
|
|
296
|
+
};
|
|
297
|
+
|
|
298
|
+
this.measurements.push(measurement);
|
|
299
|
+
return measurement;
|
|
300
|
+
|
|
301
|
+
} catch (error) {
|
|
302
|
+
console.error("Temporal advantage measurement failed:", error);
|
|
303
|
+
return null;
|
|
304
|
+
}
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
getAverageAdvantage(timeWindowMs = 60000) {
|
|
308
|
+
const recent = this.measurements.filter(
|
|
309
|
+
m => Date.now() - m.timestamp < timeWindowMs
|
|
310
|
+
);
|
|
311
|
+
|
|
312
|
+
const successful = recent.filter(m => m.success);
|
|
313
|
+
if (successful.length === 0) return 0;
|
|
314
|
+
|
|
315
|
+
return successful.reduce((sum, m) => sum + m.advantage, 0) / successful.length;
|
|
316
|
+
}
|
|
317
|
+
}
|
|
318
|
+
```
|
|
319
|
+
|
|
320
|
+
### Fallback Strategies
|
|
321
|
+
```javascript
|
|
322
|
+
// Graceful degradation when temporal advantage is lost
|
|
323
|
+
async function adaptiveTemporalSolving(matrix, vector, targetDistance) {
|
|
324
|
+
// Try primary distance
|
|
325
|
+
let result = await mcp__sublinear-time-solver__validateTemporalAdvantage({
|
|
326
|
+
size: matrix.rows,
|
|
327
|
+
distanceKm: targetDistance
|
|
328
|
+
});
|
|
329
|
+
|
|
330
|
+
if (result.isAdvantageValid) {
|
|
331
|
+
return mcp__sublinear-time-solver__predictWithTemporalAdvantage({
|
|
332
|
+
matrix, vector, distanceKm: targetDistance
|
|
333
|
+
});
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
// Try alternative distances
|
|
337
|
+
const alternatives = [targetDistance * 1.5, targetDistance * 2, targetDistance * 3];
|
|
338
|
+
|
|
339
|
+
for (const distance of alternatives) {
|
|
340
|
+
result = await mcp__sublinear-time-solver__validateTemporalAdvantage({
|
|
341
|
+
size: matrix.rows,
|
|
342
|
+
distanceKm: distance
|
|
343
|
+
});
|
|
344
|
+
|
|
345
|
+
if (result.isAdvantageValid) {
|
|
346
|
+
console.log(`Fallback to distance ${distance}km`);
|
|
347
|
+
return mcp__sublinear-time-solver__predictWithTemporalAdvantage({
|
|
348
|
+
matrix, vector, distanceKm: distance
|
|
349
|
+
});
|
|
350
|
+
}
|
|
351
|
+
}
|
|
352
|
+
|
|
353
|
+
// No temporal advantage available - use standard solving
|
|
354
|
+
console.warn("No temporal advantage possible - using standard solver");
|
|
355
|
+
return mcp__sublinear-time-solver__solve({
|
|
356
|
+
matrix: matrix,
|
|
357
|
+
vector: vector
|
|
358
|
+
});
|
|
359
|
+
}
|
|
360
|
+
```
|