@cloudpftc/opencode-orchestrator 3.5.15
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/.opencode/agents/architect.yaml +33 -0
- package/.opencode/agents/coder.yaml +45 -0
- package/.opencode/agents/coordinator.yaml +38 -0
- package/.opencode/agents/performance-engineer.yaml +33 -0
- package/.opencode/agents/researcher.yaml +32 -0
- package/.opencode/agents/reviewer.yaml +32 -0
- package/.opencode/agents/security-architect.yaml +32 -0
- package/.opencode/agents/tester.yaml +37 -0
- package/.opencode/skills/agent-adaptive-coordinator/SKILL.md +403 -0
- package/.opencode/skills/agent-agent/SKILL.md +823 -0
- package/.opencode/skills/agent-agentic-payments/SKILL.md +133 -0
- package/.opencode/skills/agent-analyze-code-quality/SKILL.md +186 -0
- package/.opencode/skills/agent-app-store/SKILL.md +95 -0
- package/.opencode/skills/agent-arch-system-design/SKILL.md +162 -0
- package/.opencode/skills/agent-architecture/SKILL.md +479 -0
- package/.opencode/skills/agent-authentication/SKILL.md +76 -0
- package/.opencode/skills/agent-automation-smart-agent/SKILL.md +212 -0
- package/.opencode/skills/agent-base-template-generator/SKILL.md +49 -0
- package/.opencode/skills/agent-benchmark-suite/SKILL.md +672 -0
- package/.opencode/skills/agent-byzantine-coordinator/SKILL.md +70 -0
- package/.opencode/skills/agent-challenges/SKILL.md +88 -0
- package/.opencode/skills/agent-code-analyzer/SKILL.md +217 -0
- package/.opencode/skills/agent-code-goal-planner/SKILL.md +453 -0
- package/.opencode/skills/agent-code-review-swarm/SKILL.md +545 -0
- package/.opencode/skills/agent-coder/SKILL.md +273 -0
- package/.opencode/skills/agent-collective-intelligence-coordinator/SKILL.md +137 -0
- package/.opencode/skills/agent-consensus-coordinator/SKILL.md +345 -0
- package/.opencode/skills/agent-coordination/SKILL.md +82 -0
- package/.opencode/skills/agent-coordinator-swarm-init/SKILL.md +112 -0
- package/.opencode/skills/agent-crdt-synchronizer/SKILL.md +1004 -0
- package/.opencode/skills/agent-data-ml-model/SKILL.md +200 -0
- package/.opencode/skills/agent-dev-backend-api/SKILL.md +352 -0
- package/.opencode/skills/agent-docs-api-openapi/SKILL.md +181 -0
- package/.opencode/skills/agent-github-modes/SKILL.md +180 -0
- package/.opencode/skills/agent-github-pr-manager/SKILL.md +184 -0
- package/.opencode/skills/agent-goal-planner/SKILL.md +80 -0
- package/.opencode/skills/agent-gossip-coordinator/SKILL.md +70 -0
- package/.opencode/skills/agent-hierarchical-coordinator/SKILL.md +334 -0
- package/.opencode/skills/agent-implementer-sparc-coder/SKILL.md +266 -0
- package/.opencode/skills/agent-issue-tracker/SKILL.md +326 -0
- package/.opencode/skills/agent-load-balancer/SKILL.md +438 -0
- package/.opencode/skills/agent-matrix-optimizer/SKILL.md +192 -0
- package/.opencode/skills/agent-memory-coordinator/SKILL.md +194 -0
- package/.opencode/skills/agent-mesh-coordinator/SKILL.md +399 -0
- package/.opencode/skills/agent-migration-plan/SKILL.md +753 -0
- package/.opencode/skills/agent-multi-repo-swarm/SKILL.md +560 -0
- package/.opencode/skills/agent-neural-network/SKILL.md +95 -0
- package/.opencode/skills/agent-ops-cicd-github/SKILL.md +171 -0
- package/.opencode/skills/agent-orchestrator-task/SKILL.md +146 -0
- package/.opencode/skills/agent-pagerank-analyzer/SKILL.md +306 -0
- package/.opencode/skills/agent-payments/SKILL.md +90 -0
- package/.opencode/skills/agent-performance-analyzer/SKILL.md +206 -0
- package/.opencode/skills/agent-performance-benchmarker/SKILL.md +858 -0
- package/.opencode/skills/agent-performance-monitor/SKILL.md +679 -0
- package/.opencode/skills/agent-performance-optimizer/SKILL.md +375 -0
- package/.opencode/skills/agent-planner/SKILL.md +175 -0
- package/.opencode/skills/agent-pr-manager/SKILL.md +198 -0
- package/.opencode/skills/agent-production-validator/SKILL.md +402 -0
- package/.opencode/skills/agent-project-board-sync/SKILL.md +516 -0
- package/.opencode/skills/agent-pseudocode/SKILL.md +325 -0
- package/.opencode/skills/agent-queen-coordinator/SKILL.md +210 -0
- package/.opencode/skills/agent-quorum-manager/SKILL.md +830 -0
- package/.opencode/skills/agent-raft-manager/SKILL.md +70 -0
- package/.opencode/skills/agent-refinement/SKILL.md +532 -0
- package/.opencode/skills/agent-release-manager/SKILL.md +374 -0
- package/.opencode/skills/agent-release-swarm/SKILL.md +590 -0
- package/.opencode/skills/agent-repo-architect/SKILL.md +405 -0
- package/.opencode/skills/agent-researcher/SKILL.md +197 -0
- package/.opencode/skills/agent-resource-allocator/SKILL.md +681 -0
- package/.opencode/skills/agent-reviewer/SKILL.md +333 -0
- package/.opencode/skills/agent-safla-neural/SKILL.md +81 -0
- package/.opencode/skills/agent-sandbox/SKILL.md +83 -0
- package/.opencode/skills/agent-scout-explorer/SKILL.md +249 -0
- package/.opencode/skills/agent-security-manager/SKILL.md +629 -0
- package/.opencode/skills/agent-sona-learning-optimizer/SKILL.md +81 -0
- package/.opencode/skills/agent-sparc-coordinator/SKILL.md +190 -0
- package/.opencode/skills/agent-spec-mobile-react-native/SKILL.md +232 -0
- package/.opencode/skills/agent-specification/SKILL.md +283 -0
- package/.opencode/skills/agent-swarm/SKILL.md +83 -0
- package/.opencode/skills/agent-swarm-issue/SKILL.md +580 -0
- package/.opencode/skills/agent-swarm-memory-manager/SKILL.md +200 -0
- package/.opencode/skills/agent-swarm-pr/SKILL.md +435 -0
- package/.opencode/skills/agent-sync-coordinator/SKILL.md +459 -0
- package/.opencode/skills/agent-tdd-london-swarm/SKILL.md +251 -0
- package/.opencode/skills/agent-test-long-runner/SKILL.md +51 -0
- package/.opencode/skills/agent-tester/SKILL.md +326 -0
- package/.opencode/skills/agent-topology-optimizer/SKILL.md +815 -0
- package/.opencode/skills/agent-trading-predictor/SKILL.md +253 -0
- package/.opencode/skills/agent-user-tools/SKILL.md +103 -0
- package/.opencode/skills/agent-v3-integration-architect/SKILL.md +353 -0
- package/.opencode/skills/agent-v3-memory-specialist/SKILL.md +325 -0
- package/.opencode/skills/agent-v3-performance-engineer/SKILL.md +404 -0
- package/.opencode/skills/agent-v3-queen-coordinator/SKILL.md +105 -0
- package/.opencode/skills/agent-v3-security-architect/SKILL.md +181 -0
- package/.opencode/skills/agent-worker-specialist/SKILL.md +224 -0
- package/.opencode/skills/agent-workflow/SKILL.md +91 -0
- package/.opencode/skills/agent-workflow-automation/SKILL.md +642 -0
- package/.opencode/skills/agentdb-advanced/SKILL.md +552 -0
- package/.opencode/skills/agentdb-learning/SKILL.md +547 -0
- package/.opencode/skills/agentdb-memory-patterns/SKILL.md +341 -0
- package/.opencode/skills/agentdb-optimization/SKILL.md +511 -0
- package/.opencode/skills/agentdb-vector-search/SKILL.md +341 -0
- package/.opencode/skills/agentic-jujutsu/SKILL.md +647 -0
- package/.opencode/skills/claims/SKILL.md +72 -0
- package/.opencode/skills/embeddings/SKILL.md +71 -0
- package/.opencode/skills/flow-nexus-neural/SKILL.md +740 -0
- package/.opencode/skills/flow-nexus-platform/SKILL.md +1159 -0
- package/.opencode/skills/flow-nexus-swarm/SKILL.md +612 -0
- package/.opencode/skills/github-automation/SKILL.md +65 -0
- package/.opencode/skills/github-code-review/SKILL.md +1142 -0
- package/.opencode/skills/github-multi-repo/SKILL.md +876 -0
- package/.opencode/skills/github-project-management/SKILL.md +1279 -0
- package/.opencode/skills/github-release-management/SKILL.md +1083 -0
- package/.opencode/skills/github-workflow-automation/SKILL.md +1067 -0
- package/.opencode/skills/hive-mind/SKILL.md +67 -0
- package/.opencode/skills/hive-mind-advanced/SKILL.md +714 -0
- package/.opencode/skills/hooks-automation/SKILL.md +1203 -0
- package/.opencode/skills/memory-management/SKILL.md +128 -0
- package/.opencode/skills/neural-training/SKILL.md +70 -0
- package/.opencode/skills/pair-programming/SKILL.md +1204 -0
- package/.opencode/skills/performance-analysis/SKILL.md +565 -0
- package/.opencode/skills/reasoningbank-agentdb/SKILL.md +448 -0
- package/.opencode/skills/reasoningbank-intelligence/SKILL.md +203 -0
- package/.opencode/skills/security-audit/SKILL.md +137 -0
- package/.opencode/skills/skill-builder/SKILL.md +912 -0
- package/.opencode/skills/sparc-methodology/SKILL.md +120 -0
- package/.opencode/skills/stream-chain/SKILL.md +565 -0
- package/.opencode/skills/swarm-advanced/SKILL.md +975 -0
- package/.opencode/skills/swarm-orchestration/SKILL.md +116 -0
- package/.opencode/skills/v3-cli-modernization/SKILL.md +874 -0
- package/.opencode/skills/v3-core-implementation/SKILL.md +799 -0
- package/.opencode/skills/v3-ddd-architecture/SKILL.md +444 -0
- package/.opencode/skills/v3-integration-deep/SKILL.md +243 -0
- package/.opencode/skills/v3-mcp-optimization/SKILL.md +779 -0
- package/.opencode/skills/v3-memory-unification/SKILL.md +176 -0
- package/.opencode/skills/v3-performance-optimization/SKILL.md +392 -0
- package/.opencode/skills/v3-security-overhaul/SKILL.md +84 -0
- package/.opencode/skills/v3-swarm-coordination/SKILL.md +342 -0
- package/.opencode/skills/verification-quality/SKILL.md +651 -0
- package/.opencode/skills/worker-benchmarks/SKILL.md +137 -0
- package/.opencode/skills/worker-integration/SKILL.md +156 -0
- package/.opencode/skills/workflow-automation/SKILL.md +80 -0
- package/LICENSE +21 -0
- package/README.md +7393 -0
- package/bin/cli.js +11 -0
- package/bin/npx-repair.js +7 -0
- package/bin/npx-safe-launch.js +9 -0
- package/opencode.json +84 -0
- package/package.json +131 -0
- package/v3/@claude-flow/cli/README.md +7536 -0
- package/v3/@claude-flow/cli/bin/cli.js +156 -0
- package/v3/@claude-flow/cli/bin/mcp-server.js +189 -0
- package/v3/@claude-flow/cli/bin/preinstall.cjs +2 -0
- package/v3/@claude-flow/cli/dist/src/appliance/gguf-engine.d.ts +91 -0
- package/v3/@claude-flow/cli/dist/src/appliance/gguf-engine.js +425 -0
- package/v3/@claude-flow/cli/dist/src/appliance/ruvllm-bridge.d.ts +102 -0
- package/v3/@claude-flow/cli/dist/src/appliance/ruvllm-bridge.js +292 -0
- package/v3/@claude-flow/cli/dist/src/appliance/rvfa-builder.d.ts +44 -0
- package/v3/@claude-flow/cli/dist/src/appliance/rvfa-builder.js +328 -0
- package/v3/@claude-flow/cli/dist/src/appliance/rvfa-distribution.d.ts +97 -0
- package/v3/@claude-flow/cli/dist/src/appliance/rvfa-distribution.js +370 -0
- package/v3/@claude-flow/cli/dist/src/appliance/rvfa-format.d.ts +111 -0
- package/v3/@claude-flow/cli/dist/src/appliance/rvfa-format.js +393 -0
- package/v3/@claude-flow/cli/dist/src/appliance/rvfa-runner.d.ts +69 -0
- package/v3/@claude-flow/cli/dist/src/appliance/rvfa-runner.js +237 -0
- package/v3/@claude-flow/cli/dist/src/appliance/rvfa-signing.d.ts +123 -0
- package/v3/@claude-flow/cli/dist/src/appliance/rvfa-signing.js +347 -0
- package/v3/@claude-flow/cli/dist/src/benchmarks/pretrain/index.d.ts +58 -0
- package/v3/@claude-flow/cli/dist/src/benchmarks/pretrain/index.js +404 -0
- package/v3/@claude-flow/cli/dist/src/commands/agent.d.ts +8 -0
- package/v3/@claude-flow/cli/dist/src/commands/agent.js +819 -0
- package/v3/@claude-flow/cli/dist/src/commands/analyze.d.ts +19 -0
- package/v3/@claude-flow/cli/dist/src/commands/analyze.js +1823 -0
- package/v3/@claude-flow/cli/dist/src/commands/appliance-advanced.d.ts +9 -0
- package/v3/@claude-flow/cli/dist/src/commands/appliance-advanced.js +215 -0
- package/v3/@claude-flow/cli/dist/src/commands/appliance.d.ts +8 -0
- package/v3/@claude-flow/cli/dist/src/commands/appliance.js +406 -0
- package/v3/@claude-flow/cli/dist/src/commands/benchmark.d.ts +10 -0
- package/v3/@claude-flow/cli/dist/src/commands/benchmark.js +459 -0
- package/v3/@claude-flow/cli/dist/src/commands/claims.d.ts +10 -0
- package/v3/@claude-flow/cli/dist/src/commands/claims.js +373 -0
- package/v3/@claude-flow/cli/dist/src/commands/completions.d.ts +10 -0
- package/v3/@claude-flow/cli/dist/src/commands/completions.js +539 -0
- package/v3/@claude-flow/cli/dist/src/commands/config.d.ts +8 -0
- package/v3/@claude-flow/cli/dist/src/commands/config.js +406 -0
- package/v3/@claude-flow/cli/dist/src/commands/daemon.d.ts +8 -0
- package/v3/@claude-flow/cli/dist/src/commands/daemon.js +609 -0
- package/v3/@claude-flow/cli/dist/src/commands/deployment.d.ts +10 -0
- package/v3/@claude-flow/cli/dist/src/commands/deployment.js +289 -0
- package/v3/@claude-flow/cli/dist/src/commands/doctor.d.ts +10 -0
- package/v3/@claude-flow/cli/dist/src/commands/doctor.js +548 -0
- package/v3/@claude-flow/cli/dist/src/commands/embeddings.d.ts +18 -0
- package/v3/@claude-flow/cli/dist/src/commands/embeddings.js +1576 -0
- package/v3/@claude-flow/cli/dist/src/commands/guidance.d.ts +8 -0
- package/v3/@claude-flow/cli/dist/src/commands/guidance.js +560 -0
- package/v3/@claude-flow/cli/dist/src/commands/hive-mind.d.ts +11 -0
- package/v3/@claude-flow/cli/dist/src/commands/hive-mind.js +1145 -0
- package/v3/@claude-flow/cli/dist/src/commands/hooks.d.ts +8 -0
- package/v3/@claude-flow/cli/dist/src/commands/hooks.js +3759 -0
- package/v3/@claude-flow/cli/dist/src/commands/index.d.ts +113 -0
- package/v3/@claude-flow/cli/dist/src/commands/index.js +368 -0
- package/v3/@claude-flow/cli/dist/src/commands/init.d.ts +8 -0
- package/v3/@claude-flow/cli/dist/src/commands/init.js +822 -0
- package/v3/@claude-flow/cli/dist/src/commands/issues.d.ts +21 -0
- package/v3/@claude-flow/cli/dist/src/commands/issues.js +567 -0
- package/v3/@claude-flow/cli/dist/src/commands/mcp.d.ts +11 -0
- package/v3/@claude-flow/cli/dist/src/commands/mcp.js +715 -0
- package/v3/@claude-flow/cli/dist/src/commands/memory.d.ts +8 -0
- package/v3/@claude-flow/cli/dist/src/commands/memory.js +1292 -0
- package/v3/@claude-flow/cli/dist/src/commands/migrate.d.ts +8 -0
- package/v3/@claude-flow/cli/dist/src/commands/migrate.js +410 -0
- package/v3/@claude-flow/cli/dist/src/commands/neural.d.ts +10 -0
- package/v3/@claude-flow/cli/dist/src/commands/neural.js +1448 -0
- package/v3/@claude-flow/cli/dist/src/commands/performance.d.ts +10 -0
- package/v3/@claude-flow/cli/dist/src/commands/performance.js +579 -0
- package/v3/@claude-flow/cli/dist/src/commands/plugins.d.ts +11 -0
- package/v3/@claude-flow/cli/dist/src/commands/plugins.js +820 -0
- package/v3/@claude-flow/cli/dist/src/commands/process.d.ts +10 -0
- package/v3/@claude-flow/cli/dist/src/commands/process.js +641 -0
- package/v3/@claude-flow/cli/dist/src/commands/progress.d.ts +11 -0
- package/v3/@claude-flow/cli/dist/src/commands/progress.js +259 -0
- package/v3/@claude-flow/cli/dist/src/commands/providers.d.ts +10 -0
- package/v3/@claude-flow/cli/dist/src/commands/providers.js +232 -0
- package/v3/@claude-flow/cli/dist/src/commands/route.d.ts +16 -0
- package/v3/@claude-flow/cli/dist/src/commands/route.js +813 -0
- package/v3/@claude-flow/cli/dist/src/commands/ruvector/backup.d.ts +11 -0
- package/v3/@claude-flow/cli/dist/src/commands/ruvector/backup.js +746 -0
- package/v3/@claude-flow/cli/dist/src/commands/ruvector/benchmark.d.ts +11 -0
- package/v3/@claude-flow/cli/dist/src/commands/ruvector/benchmark.js +480 -0
- package/v3/@claude-flow/cli/dist/src/commands/ruvector/import.d.ts +18 -0
- package/v3/@claude-flow/cli/dist/src/commands/ruvector/import.js +349 -0
- package/v3/@claude-flow/cli/dist/src/commands/ruvector/index.d.ts +29 -0
- package/v3/@claude-flow/cli/dist/src/commands/ruvector/index.js +129 -0
- package/v3/@claude-flow/cli/dist/src/commands/ruvector/init.d.ts +11 -0
- package/v3/@claude-flow/cli/dist/src/commands/ruvector/init.js +431 -0
- package/v3/@claude-flow/cli/dist/src/commands/ruvector/migrate.d.ts +11 -0
- package/v3/@claude-flow/cli/dist/src/commands/ruvector/migrate.js +481 -0
- package/v3/@claude-flow/cli/dist/src/commands/ruvector/optimize.d.ts +11 -0
- package/v3/@claude-flow/cli/dist/src/commands/ruvector/optimize.js +503 -0
- package/v3/@claude-flow/cli/dist/src/commands/ruvector/setup.d.ts +18 -0
- package/v3/@claude-flow/cli/dist/src/commands/ruvector/setup.js +765 -0
- package/v3/@claude-flow/cli/dist/src/commands/ruvector/status.d.ts +11 -0
- package/v3/@claude-flow/cli/dist/src/commands/ruvector/status.js +456 -0
- package/v3/@claude-flow/cli/dist/src/commands/security.d.ts +10 -0
- package/v3/@claude-flow/cli/dist/src/commands/security.js +575 -0
- package/v3/@claude-flow/cli/dist/src/commands/session.d.ts +8 -0
- package/v3/@claude-flow/cli/dist/src/commands/session.js +750 -0
- package/v3/@claude-flow/cli/dist/src/commands/start.d.ts +8 -0
- package/v3/@claude-flow/cli/dist/src/commands/start.js +418 -0
- package/v3/@claude-flow/cli/dist/src/commands/status.d.ts +8 -0
- package/v3/@claude-flow/cli/dist/src/commands/status.js +591 -0
- package/v3/@claude-flow/cli/dist/src/commands/swarm.d.ts +8 -0
- package/v3/@claude-flow/cli/dist/src/commands/swarm.js +748 -0
- package/v3/@claude-flow/cli/dist/src/commands/task.d.ts +8 -0
- package/v3/@claude-flow/cli/dist/src/commands/task.js +671 -0
- package/v3/@claude-flow/cli/dist/src/commands/transfer-store.d.ts +13 -0
- package/v3/@claude-flow/cli/dist/src/commands/transfer-store.js +428 -0
- package/v3/@claude-flow/cli/dist/src/commands/update.d.ts +8 -0
- package/v3/@claude-flow/cli/dist/src/commands/update.js +276 -0
- package/v3/@claude-flow/cli/dist/src/commands/workflow.d.ts +8 -0
- package/v3/@claude-flow/cli/dist/src/commands/workflow.js +617 -0
- package/v3/@claude-flow/cli/dist/src/config-adapter.d.ts +15 -0
- package/v3/@claude-flow/cli/dist/src/config-adapter.js +186 -0
- package/v3/@claude-flow/cli/dist/src/index.d.ts +76 -0
- package/v3/@claude-flow/cli/dist/src/index.js +470 -0
- package/v3/@claude-flow/cli/dist/src/infrastructure/in-memory-repositories.d.ts +68 -0
- package/v3/@claude-flow/cli/dist/src/infrastructure/in-memory-repositories.js +264 -0
- package/v3/@claude-flow/cli/dist/src/init/claudemd-generator.d.ts +25 -0
- package/v3/@claude-flow/cli/dist/src/init/claudemd-generator.js +486 -0
- package/v3/@claude-flow/cli/dist/src/init/executor.d.ts +41 -0
- package/v3/@claude-flow/cli/dist/src/init/executor.js +1734 -0
- package/v3/@claude-flow/cli/dist/src/init/helpers-generator.d.ts +60 -0
- package/v3/@claude-flow/cli/dist/src/init/helpers-generator.js +1166 -0
- package/v3/@claude-flow/cli/dist/src/init/index.d.ts +13 -0
- package/v3/@claude-flow/cli/dist/src/init/index.js +15 -0
- package/v3/@claude-flow/cli/dist/src/init/mcp-generator.d.ts +31 -0
- package/v3/@claude-flow/cli/dist/src/init/mcp-generator.js +147 -0
- package/v3/@claude-flow/cli/dist/src/init/settings-generator.d.ts +14 -0
- package/v3/@claude-flow/cli/dist/src/init/settings-generator.js +399 -0
- package/v3/@claude-flow/cli/dist/src/init/statusline-generator.d.ts +28 -0
- package/v3/@claude-flow/cli/dist/src/init/statusline-generator.js +817 -0
- package/v3/@claude-flow/cli/dist/src/init/types.d.ts +283 -0
- package/v3/@claude-flow/cli/dist/src/init/types.js +254 -0
- package/v3/@claude-flow/cli/dist/src/mcp-client.d.ts +92 -0
- package/v3/@claude-flow/cli/dist/src/mcp-client.js +237 -0
- package/v3/@claude-flow/cli/dist/src/mcp-server.d.ts +161 -0
- package/v3/@claude-flow/cli/dist/src/mcp-server.js +627 -0
- package/v3/@claude-flow/cli/dist/src/mcp-tools/agent-tools.d.ts +9 -0
- package/v3/@claude-flow/cli/dist/src/mcp-tools/agent-tools.js +549 -0
- package/v3/@claude-flow/cli/dist/src/mcp-tools/agentdb-tools.d.ts +30 -0
- package/v3/@claude-flow/cli/dist/src/mcp-tools/agentdb-tools.js +557 -0
- package/v3/@claude-flow/cli/dist/src/mcp-tools/analyze-tools.d.ts +38 -0
- package/v3/@claude-flow/cli/dist/src/mcp-tools/analyze-tools.js +317 -0
- package/v3/@claude-flow/cli/dist/src/mcp-tools/auto-install.d.ts +83 -0
- package/v3/@claude-flow/cli/dist/src/mcp-tools/auto-install.js +131 -0
- package/v3/@claude-flow/cli/dist/src/mcp-tools/browser-tools.d.ts +13 -0
- package/v3/@claude-flow/cli/dist/src/mcp-tools/browser-tools.js +550 -0
- package/v3/@claude-flow/cli/dist/src/mcp-tools/claims-tools.d.ts +12 -0
- package/v3/@claude-flow/cli/dist/src/mcp-tools/claims-tools.js +732 -0
- package/v3/@claude-flow/cli/dist/src/mcp-tools/config-tools.d.ts +8 -0
- package/v3/@claude-flow/cli/dist/src/mcp-tools/config-tools.js +343 -0
- package/v3/@claude-flow/cli/dist/src/mcp-tools/coordination-tools.d.ts +13 -0
- package/v3/@claude-flow/cli/dist/src/mcp-tools/coordination-tools.js +486 -0
- package/v3/@claude-flow/cli/dist/src/mcp-tools/daa-tools.d.ts +13 -0
- package/v3/@claude-flow/cli/dist/src/mcp-tools/daa-tools.js +426 -0
- package/v3/@claude-flow/cli/dist/src/mcp-tools/embeddings-tools.d.ts +9 -0
- package/v3/@claude-flow/cli/dist/src/mcp-tools/embeddings-tools.js +782 -0
- package/v3/@claude-flow/cli/dist/src/mcp-tools/github-tools.d.ts +13 -0
- package/v3/@claude-flow/cli/dist/src/mcp-tools/github-tools.js +373 -0
- package/v3/@claude-flow/cli/dist/src/mcp-tools/hive-mind-tools.d.ts +8 -0
- package/v3/@claude-flow/cli/dist/src/mcp-tools/hive-mind-tools.js +583 -0
- package/v3/@claude-flow/cli/dist/src/mcp-tools/hooks-tools.d.ts +44 -0
- package/v3/@claude-flow/cli/dist/src/mcp-tools/hooks-tools.js +2969 -0
- package/v3/@claude-flow/cli/dist/src/mcp-tools/index.d.ts +23 -0
- package/v3/@claude-flow/cli/dist/src/mcp-tools/index.js +22 -0
- package/v3/@claude-flow/cli/dist/src/mcp-tools/memory-tools.d.ts +14 -0
- package/v3/@claude-flow/cli/dist/src/mcp-tools/memory-tools.js +499 -0
- package/v3/@claude-flow/cli/dist/src/mcp-tools/neural-tools.d.ts +16 -0
- package/v3/@claude-flow/cli/dist/src/mcp-tools/neural-tools.js +461 -0
- package/v3/@claude-flow/cli/dist/src/mcp-tools/performance-tools.d.ts +16 -0
- package/v3/@claude-flow/cli/dist/src/mcp-tools/performance-tools.js +534 -0
- package/v3/@claude-flow/cli/dist/src/mcp-tools/progress-tools.d.ts +14 -0
- package/v3/@claude-flow/cli/dist/src/mcp-tools/progress-tools.js +348 -0
- package/v3/@claude-flow/cli/dist/src/mcp-tools/security-tools.d.ts +18 -0
- package/v3/@claude-flow/cli/dist/src/mcp-tools/security-tools.js +434 -0
- package/v3/@claude-flow/cli/dist/src/mcp-tools/session-tools.d.ts +8 -0
- package/v3/@claude-flow/cli/dist/src/mcp-tools/session-tools.js +315 -0
- package/v3/@claude-flow/cli/dist/src/mcp-tools/swarm-tools.d.ts +9 -0
- package/v3/@claude-flow/cli/dist/src/mcp-tools/swarm-tools.js +197 -0
- package/v3/@claude-flow/cli/dist/src/mcp-tools/system-tools.d.ts +13 -0
- package/v3/@claude-flow/cli/dist/src/mcp-tools/system-tools.js +417 -0
- package/v3/@claude-flow/cli/dist/src/mcp-tools/task-tools.d.ts +8 -0
- package/v3/@claude-flow/cli/dist/src/mcp-tools/task-tools.js +338 -0
- package/v3/@claude-flow/cli/dist/src/mcp-tools/terminal-tools.d.ts +13 -0
- package/v3/@claude-flow/cli/dist/src/mcp-tools/terminal-tools.js +246 -0
- package/v3/@claude-flow/cli/dist/src/mcp-tools/transfer-tools.d.ts +14 -0
- package/v3/@claude-flow/cli/dist/src/mcp-tools/transfer-tools.js +396 -0
- package/v3/@claude-flow/cli/dist/src/mcp-tools/types.d.ts +31 -0
- package/v3/@claude-flow/cli/dist/src/mcp-tools/types.js +7 -0
- package/v3/@claude-flow/cli/dist/src/mcp-tools/workflow-tools.d.ts +8 -0
- package/v3/@claude-flow/cli/dist/src/mcp-tools/workflow-tools.js +572 -0
- package/v3/@claude-flow/cli/dist/src/memory/ewc-consolidation.d.ts +271 -0
- package/v3/@claude-flow/cli/dist/src/memory/ewc-consolidation.js +542 -0
- package/v3/@claude-flow/cli/dist/src/memory/intelligence.d.ts +285 -0
- package/v3/@claude-flow/cli/dist/src/memory/intelligence.js +794 -0
- package/v3/@claude-flow/cli/dist/src/memory/memory-bridge.d.ts +407 -0
- package/v3/@claude-flow/cli/dist/src/memory/memory-bridge.js +1494 -0
- package/v3/@claude-flow/cli/dist/src/memory/memory-initializer.d.ts +405 -0
- package/v3/@claude-flow/cli/dist/src/memory/memory-initializer.js +2105 -0
- package/v3/@claude-flow/cli/dist/src/memory/sona-optimizer.d.ts +227 -0
- package/v3/@claude-flow/cli/dist/src/memory/sona-optimizer.js +633 -0
- package/v3/@claude-flow/cli/dist/src/output.d.ts +133 -0
- package/v3/@claude-flow/cli/dist/src/output.js +514 -0
- package/v3/@claude-flow/cli/dist/src/parser.d.ts +41 -0
- package/v3/@claude-flow/cli/dist/src/parser.js +377 -0
- package/v3/@claude-flow/cli/dist/src/plugins/manager.d.ts +133 -0
- package/v3/@claude-flow/cli/dist/src/plugins/manager.js +400 -0
- package/v3/@claude-flow/cli/dist/src/plugins/store/discovery.d.ts +88 -0
- package/v3/@claude-flow/cli/dist/src/plugins/store/discovery.js +1147 -0
- package/v3/@claude-flow/cli/dist/src/plugins/store/index.d.ts +76 -0
- package/v3/@claude-flow/cli/dist/src/plugins/store/index.js +141 -0
- package/v3/@claude-flow/cli/dist/src/plugins/store/search.d.ts +46 -0
- package/v3/@claude-flow/cli/dist/src/plugins/store/search.js +230 -0
- package/v3/@claude-flow/cli/dist/src/plugins/store/types.d.ts +274 -0
- package/v3/@claude-flow/cli/dist/src/plugins/store/types.js +7 -0
- package/v3/@claude-flow/cli/dist/src/plugins/tests/demo-plugin-store.d.ts +7 -0
- package/v3/@claude-flow/cli/dist/src/plugins/tests/demo-plugin-store.js +126 -0
- package/v3/@claude-flow/cli/dist/src/plugins/tests/standalone-test.d.ts +12 -0
- package/v3/@claude-flow/cli/dist/src/plugins/tests/standalone-test.js +188 -0
- package/v3/@claude-flow/cli/dist/src/plugins/tests/test-plugin-store.d.ts +7 -0
- package/v3/@claude-flow/cli/dist/src/plugins/tests/test-plugin-store.js +206 -0
- package/v3/@claude-flow/cli/dist/src/production/circuit-breaker.d.ts +101 -0
- package/v3/@claude-flow/cli/dist/src/production/circuit-breaker.js +241 -0
- package/v3/@claude-flow/cli/dist/src/production/error-handler.d.ts +92 -0
- package/v3/@claude-flow/cli/dist/src/production/error-handler.js +299 -0
- package/v3/@claude-flow/cli/dist/src/production/index.d.ts +23 -0
- package/v3/@claude-flow/cli/dist/src/production/index.js +18 -0
- package/v3/@claude-flow/cli/dist/src/production/monitoring.d.ts +161 -0
- package/v3/@claude-flow/cli/dist/src/production/monitoring.js +356 -0
- package/v3/@claude-flow/cli/dist/src/production/rate-limiter.d.ts +80 -0
- package/v3/@claude-flow/cli/dist/src/production/rate-limiter.js +201 -0
- package/v3/@claude-flow/cli/dist/src/production/retry.d.ts +48 -0
- package/v3/@claude-flow/cli/dist/src/production/retry.js +179 -0
- package/v3/@claude-flow/cli/dist/src/prompt.d.ts +44 -0
- package/v3/@claude-flow/cli/dist/src/prompt.js +501 -0
- package/v3/@claude-flow/cli/dist/src/runtime/headless.d.ts +60 -0
- package/v3/@claude-flow/cli/dist/src/runtime/headless.js +284 -0
- package/v3/@claude-flow/cli/dist/src/ruvector/ast-analyzer.d.ts +67 -0
- package/v3/@claude-flow/cli/dist/src/ruvector/ast-analyzer.js +277 -0
- package/v3/@claude-flow/cli/dist/src/ruvector/coverage-router.d.ts +160 -0
- package/v3/@claude-flow/cli/dist/src/ruvector/coverage-router.js +529 -0
- package/v3/@claude-flow/cli/dist/src/ruvector/coverage-tools.d.ts +33 -0
- package/v3/@claude-flow/cli/dist/src/ruvector/coverage-tools.js +157 -0
- package/v3/@claude-flow/cli/dist/src/ruvector/diff-classifier.d.ts +175 -0
- package/v3/@claude-flow/cli/dist/src/ruvector/diff-classifier.js +698 -0
- package/v3/@claude-flow/cli/dist/src/ruvector/enhanced-model-router.d.ts +146 -0
- package/v3/@claude-flow/cli/dist/src/ruvector/enhanced-model-router.js +529 -0
- package/v3/@claude-flow/cli/dist/src/ruvector/flash-attention.d.ts +195 -0
- package/v3/@claude-flow/cli/dist/src/ruvector/flash-attention.js +643 -0
- package/v3/@claude-flow/cli/dist/src/ruvector/graph-analyzer.d.ts +187 -0
- package/v3/@claude-flow/cli/dist/src/ruvector/graph-analyzer.js +929 -0
- package/v3/@claude-flow/cli/dist/src/ruvector/index.d.ts +34 -0
- package/v3/@claude-flow/cli/dist/src/ruvector/index.js +60 -0
- package/v3/@claude-flow/cli/dist/src/ruvector/lora-adapter.d.ts +218 -0
- package/v3/@claude-flow/cli/dist/src/ruvector/lora-adapter.js +455 -0
- package/v3/@claude-flow/cli/dist/src/ruvector/model-router.d.ts +220 -0
- package/v3/@claude-flow/cli/dist/src/ruvector/model-router.js +488 -0
- package/v3/@claude-flow/cli/dist/src/ruvector/moe-router.d.ts +206 -0
- package/v3/@claude-flow/cli/dist/src/ruvector/moe-router.js +626 -0
- package/v3/@claude-flow/cli/dist/src/ruvector/q-learning-router.d.ts +211 -0
- package/v3/@claude-flow/cli/dist/src/ruvector/q-learning-router.js +681 -0
- package/v3/@claude-flow/cli/dist/src/ruvector/semantic-router.d.ts +77 -0
- package/v3/@claude-flow/cli/dist/src/ruvector/semantic-router.js +178 -0
- package/v3/@claude-flow/cli/dist/src/ruvector/vector-db.d.ts +69 -0
- package/v3/@claude-flow/cli/dist/src/ruvector/vector-db.js +243 -0
- package/v3/@claude-flow/cli/dist/src/services/agentic-flow-bridge.d.ts +50 -0
- package/v3/@claude-flow/cli/dist/src/services/agentic-flow-bridge.js +95 -0
- package/v3/@claude-flow/cli/dist/src/services/claim-service.d.ts +204 -0
- package/v3/@claude-flow/cli/dist/src/services/claim-service.js +818 -0
- package/v3/@claude-flow/cli/dist/src/services/container-worker-pool.d.ts +197 -0
- package/v3/@claude-flow/cli/dist/src/services/container-worker-pool.js +583 -0
- package/v3/@claude-flow/cli/dist/src/services/headless-worker-executor.d.ts +302 -0
- package/v3/@claude-flow/cli/dist/src/services/headless-worker-executor.js +971 -0
- package/v3/@claude-flow/cli/dist/src/services/index.d.ts +13 -0
- package/v3/@claude-flow/cli/dist/src/services/index.js +11 -0
- package/v3/@claude-flow/cli/dist/src/services/registry-api.d.ts +58 -0
- package/v3/@claude-flow/cli/dist/src/services/registry-api.js +146 -0
- package/v3/@claude-flow/cli/dist/src/services/ruvector-training.d.ts +214 -0
- package/v3/@claude-flow/cli/dist/src/services/ruvector-training.js +497 -0
- package/v3/@claude-flow/cli/dist/src/services/worker-daemon.d.ts +203 -0
- package/v3/@claude-flow/cli/dist/src/services/worker-daemon.js +756 -0
- package/v3/@claude-flow/cli/dist/src/services/worker-queue.d.ts +194 -0
- package/v3/@claude-flow/cli/dist/src/services/worker-queue.js +513 -0
- package/v3/@claude-flow/cli/dist/src/suggest.d.ts +53 -0
- package/v3/@claude-flow/cli/dist/src/suggest.js +200 -0
- package/v3/@claude-flow/cli/dist/src/transfer/anonymization/index.d.ts +25 -0
- package/v3/@claude-flow/cli/dist/src/transfer/anonymization/index.js +175 -0
- package/v3/@claude-flow/cli/dist/src/transfer/deploy-seraphine.d.ts +13 -0
- package/v3/@claude-flow/cli/dist/src/transfer/deploy-seraphine.js +205 -0
- package/v3/@claude-flow/cli/dist/src/transfer/export.d.ts +25 -0
- package/v3/@claude-flow/cli/dist/src/transfer/export.js +113 -0
- package/v3/@claude-flow/cli/dist/src/transfer/index.d.ts +12 -0
- package/v3/@claude-flow/cli/dist/src/transfer/index.js +31 -0
- package/v3/@claude-flow/cli/dist/src/transfer/ipfs/client.d.ts +109 -0
- package/v3/@claude-flow/cli/dist/src/transfer/ipfs/client.js +307 -0
- package/v3/@claude-flow/cli/dist/src/transfer/ipfs/upload.d.ts +95 -0
- package/v3/@claude-flow/cli/dist/src/transfer/ipfs/upload.js +411 -0
- package/v3/@claude-flow/cli/dist/src/transfer/models/seraphine.d.ts +72 -0
- package/v3/@claude-flow/cli/dist/src/transfer/models/seraphine.js +373 -0
- package/v3/@claude-flow/cli/dist/src/transfer/serialization/cfp.d.ts +49 -0
- package/v3/@claude-flow/cli/dist/src/transfer/serialization/cfp.js +183 -0
- package/v3/@claude-flow/cli/dist/src/transfer/storage/gcs.d.ts +82 -0
- package/v3/@claude-flow/cli/dist/src/transfer/storage/gcs.js +256 -0
- package/v3/@claude-flow/cli/dist/src/transfer/storage/index.d.ts +6 -0
- package/v3/@claude-flow/cli/dist/src/transfer/storage/index.js +6 -0
- package/v3/@claude-flow/cli/dist/src/transfer/store/discovery.d.ts +84 -0
- package/v3/@claude-flow/cli/dist/src/transfer/store/discovery.js +382 -0
- package/v3/@claude-flow/cli/dist/src/transfer/store/download.d.ts +70 -0
- package/v3/@claude-flow/cli/dist/src/transfer/store/download.js +334 -0
- package/v3/@claude-flow/cli/dist/src/transfer/store/index.d.ts +84 -0
- package/v3/@claude-flow/cli/dist/src/transfer/store/index.js +153 -0
- package/v3/@claude-flow/cli/dist/src/transfer/store/publish.d.ts +76 -0
- package/v3/@claude-flow/cli/dist/src/transfer/store/publish.js +294 -0
- package/v3/@claude-flow/cli/dist/src/transfer/store/registry.d.ts +58 -0
- package/v3/@claude-flow/cli/dist/src/transfer/store/registry.js +285 -0
- package/v3/@claude-flow/cli/dist/src/transfer/store/search.d.ts +54 -0
- package/v3/@claude-flow/cli/dist/src/transfer/store/search.js +232 -0
- package/v3/@claude-flow/cli/dist/src/transfer/store/tests/standalone-test.d.ts +12 -0
- package/v3/@claude-flow/cli/dist/src/transfer/store/tests/standalone-test.js +190 -0
- package/v3/@claude-flow/cli/dist/src/transfer/store/types.d.ts +193 -0
- package/v3/@claude-flow/cli/dist/src/transfer/store/types.js +6 -0
- package/v3/@claude-flow/cli/dist/src/transfer/test-seraphine.d.ts +6 -0
- package/v3/@claude-flow/cli/dist/src/transfer/test-seraphine.js +105 -0
- package/v3/@claude-flow/cli/dist/src/transfer/tests/test-store.d.ts +7 -0
- package/v3/@claude-flow/cli/dist/src/transfer/tests/test-store.js +214 -0
- package/v3/@claude-flow/cli/dist/src/transfer/types.d.ts +245 -0
- package/v3/@claude-flow/cli/dist/src/transfer/types.js +6 -0
- package/v3/@claude-flow/cli/dist/src/types.d.ts +198 -0
- package/v3/@claude-flow/cli/dist/src/types.js +38 -0
- package/v3/@claude-flow/cli/dist/src/update/checker.d.ts +34 -0
- package/v3/@claude-flow/cli/dist/src/update/checker.js +190 -0
- package/v3/@claude-flow/cli/dist/src/update/executor.d.ts +32 -0
- package/v3/@claude-flow/cli/dist/src/update/executor.js +181 -0
- package/v3/@claude-flow/cli/dist/src/update/index.d.ts +33 -0
- package/v3/@claude-flow/cli/dist/src/update/index.js +64 -0
- package/v3/@claude-flow/cli/dist/src/update/rate-limiter.d.ts +20 -0
- package/v3/@claude-flow/cli/dist/src/update/rate-limiter.js +96 -0
- package/v3/@claude-flow/cli/dist/src/update/validator.d.ts +17 -0
- package/v3/@claude-flow/cli/dist/src/update/validator.js +123 -0
- package/v3/@claude-flow/cli/package.json +108 -0
- package/v3/@claude-flow/guidance/README.md +1195 -0
- package/v3/@claude-flow/guidance/dist/adversarial.d.ts +284 -0
- package/v3/@claude-flow/guidance/dist/adversarial.js +572 -0
- package/v3/@claude-flow/guidance/dist/analyzer.d.ts +530 -0
- package/v3/@claude-flow/guidance/dist/analyzer.js +2518 -0
- package/v3/@claude-flow/guidance/dist/artifacts.d.ts +283 -0
- package/v3/@claude-flow/guidance/dist/artifacts.js +356 -0
- package/v3/@claude-flow/guidance/dist/authority.d.ts +290 -0
- package/v3/@claude-flow/guidance/dist/authority.js +558 -0
- package/v3/@claude-flow/guidance/dist/capabilities.d.ts +209 -0
- package/v3/@claude-flow/guidance/dist/capabilities.js +485 -0
- package/v3/@claude-flow/guidance/dist/coherence.d.ts +233 -0
- package/v3/@claude-flow/guidance/dist/coherence.js +372 -0
- package/v3/@claude-flow/guidance/dist/compiler.d.ts +87 -0
- package/v3/@claude-flow/guidance/dist/compiler.js +419 -0
- package/v3/@claude-flow/guidance/dist/conformance-kit.d.ts +225 -0
- package/v3/@claude-flow/guidance/dist/conformance-kit.js +629 -0
- package/v3/@claude-flow/guidance/dist/continue-gate.d.ts +214 -0
- package/v3/@claude-flow/guidance/dist/continue-gate.js +353 -0
- package/v3/@claude-flow/guidance/dist/crypto-utils.d.ts +17 -0
- package/v3/@claude-flow/guidance/dist/crypto-utils.js +24 -0
- package/v3/@claude-flow/guidance/dist/evolution.d.ts +282 -0
- package/v3/@claude-flow/guidance/dist/evolution.js +500 -0
- package/v3/@claude-flow/guidance/dist/gates.d.ts +79 -0
- package/v3/@claude-flow/guidance/dist/gates.js +302 -0
- package/v3/@claude-flow/guidance/dist/gateway.d.ts +206 -0
- package/v3/@claude-flow/guidance/dist/gateway.js +452 -0
- package/v3/@claude-flow/guidance/dist/generators.d.ts +153 -0
- package/v3/@claude-flow/guidance/dist/generators.js +682 -0
- package/v3/@claude-flow/guidance/dist/headless.d.ts +177 -0
- package/v3/@claude-flow/guidance/dist/headless.js +342 -0
- package/v3/@claude-flow/guidance/dist/hooks.d.ts +109 -0
- package/v3/@claude-flow/guidance/dist/hooks.js +347 -0
- package/v3/@claude-flow/guidance/dist/index.d.ts +205 -0
- package/v3/@claude-flow/guidance/dist/index.js +321 -0
- package/v3/@claude-flow/guidance/dist/ledger.d.ts +162 -0
- package/v3/@claude-flow/guidance/dist/ledger.js +375 -0
- package/v3/@claude-flow/guidance/dist/manifest-validator.d.ts +289 -0
- package/v3/@claude-flow/guidance/dist/manifest-validator.js +838 -0
- package/v3/@claude-flow/guidance/dist/memory-gate.d.ts +222 -0
- package/v3/@claude-flow/guidance/dist/memory-gate.js +382 -0
- package/v3/@claude-flow/guidance/dist/meta-governance.d.ts +265 -0
- package/v3/@claude-flow/guidance/dist/meta-governance.js +348 -0
- package/v3/@claude-flow/guidance/dist/optimizer.d.ts +104 -0
- package/v3/@claude-flow/guidance/dist/optimizer.js +329 -0
- package/v3/@claude-flow/guidance/dist/persistence.d.ts +189 -0
- package/v3/@claude-flow/guidance/dist/persistence.js +464 -0
- package/v3/@claude-flow/guidance/dist/proof.d.ts +185 -0
- package/v3/@claude-flow/guidance/dist/proof.js +238 -0
- package/v3/@claude-flow/guidance/dist/retriever.d.ts +116 -0
- package/v3/@claude-flow/guidance/dist/retriever.js +394 -0
- package/v3/@claude-flow/guidance/dist/ruvbot-integration.d.ts +370 -0
- package/v3/@claude-flow/guidance/dist/ruvbot-integration.js +738 -0
- package/v3/@claude-flow/guidance/dist/temporal.d.ts +426 -0
- package/v3/@claude-flow/guidance/dist/temporal.js +658 -0
- package/v3/@claude-flow/guidance/dist/trust.d.ts +283 -0
- package/v3/@claude-flow/guidance/dist/trust.js +473 -0
- package/v3/@claude-flow/guidance/dist/truth-anchors.d.ts +276 -0
- package/v3/@claude-flow/guidance/dist/truth-anchors.js +488 -0
- package/v3/@claude-flow/guidance/dist/types.d.ts +378 -0
- package/v3/@claude-flow/guidance/dist/types.js +10 -0
- package/v3/@claude-flow/guidance/dist/uncertainty.d.ts +372 -0
- package/v3/@claude-flow/guidance/dist/uncertainty.js +619 -0
- package/v3/@claude-flow/guidance/dist/wasm-kernel.d.ts +48 -0
- package/v3/@claude-flow/guidance/dist/wasm-kernel.js +158 -0
- package/v3/@claude-flow/guidance/package.json +197 -0
- package/v3/@claude-flow/shared/README.md +323 -0
- package/v3/@claude-flow/shared/dist/core/config/defaults.d.ts +41 -0
- package/v3/@claude-flow/shared/dist/core/config/defaults.js +186 -0
- package/v3/@claude-flow/shared/dist/core/config/index.d.ts +8 -0
- package/v3/@claude-flow/shared/dist/core/config/index.js +12 -0
- package/v3/@claude-flow/shared/dist/core/config/loader.d.ts +45 -0
- package/v3/@claude-flow/shared/dist/core/config/loader.js +222 -0
- package/v3/@claude-flow/shared/dist/core/config/schema.d.ts +1134 -0
- package/v3/@claude-flow/shared/dist/core/config/schema.js +158 -0
- package/v3/@claude-flow/shared/dist/core/config/validator.d.ts +92 -0
- package/v3/@claude-flow/shared/dist/core/config/validator.js +147 -0
- package/v3/@claude-flow/shared/dist/core/event-bus.d.ts +31 -0
- package/v3/@claude-flow/shared/dist/core/event-bus.js +197 -0
- package/v3/@claude-flow/shared/dist/core/index.d.ts +15 -0
- package/v3/@claude-flow/shared/dist/core/index.js +19 -0
- package/v3/@claude-flow/shared/dist/core/interfaces/agent.interface.d.ts +200 -0
- package/v3/@claude-flow/shared/dist/core/interfaces/agent.interface.js +6 -0
- package/v3/@claude-flow/shared/dist/core/interfaces/coordinator.interface.d.ts +310 -0
- package/v3/@claude-flow/shared/dist/core/interfaces/coordinator.interface.js +7 -0
- package/v3/@claude-flow/shared/dist/core/interfaces/event.interface.d.ts +224 -0
- package/v3/@claude-flow/shared/dist/core/interfaces/event.interface.js +46 -0
- package/v3/@claude-flow/shared/dist/core/interfaces/index.d.ts +10 -0
- package/v3/@claude-flow/shared/dist/core/interfaces/index.js +15 -0
- package/v3/@claude-flow/shared/dist/core/interfaces/memory.interface.d.ts +298 -0
- package/v3/@claude-flow/shared/dist/core/interfaces/memory.interface.js +7 -0
- package/v3/@claude-flow/shared/dist/core/interfaces/task.interface.d.ts +185 -0
- package/v3/@claude-flow/shared/dist/core/interfaces/task.interface.js +6 -0
- package/v3/@claude-flow/shared/dist/core/orchestrator/event-coordinator.d.ts +35 -0
- package/v3/@claude-flow/shared/dist/core/orchestrator/event-coordinator.js +101 -0
- package/v3/@claude-flow/shared/dist/core/orchestrator/health-monitor.d.ts +60 -0
- package/v3/@claude-flow/shared/dist/core/orchestrator/health-monitor.js +166 -0
- package/v3/@claude-flow/shared/dist/core/orchestrator/index.d.ts +46 -0
- package/v3/@claude-flow/shared/dist/core/orchestrator/index.js +64 -0
- package/v3/@claude-flow/shared/dist/core/orchestrator/lifecycle-manager.d.ts +56 -0
- package/v3/@claude-flow/shared/dist/core/orchestrator/lifecycle-manager.js +195 -0
- package/v3/@claude-flow/shared/dist/core/orchestrator/session-manager.d.ts +83 -0
- package/v3/@claude-flow/shared/dist/core/orchestrator/session-manager.js +193 -0
- package/v3/@claude-flow/shared/dist/core/orchestrator/task-manager.d.ts +49 -0
- package/v3/@claude-flow/shared/dist/core/orchestrator/task-manager.js +253 -0
- package/v3/@claude-flow/shared/dist/events/domain-events.d.ts +282 -0
- package/v3/@claude-flow/shared/dist/events/domain-events.js +165 -0
- package/v3/@claude-flow/shared/dist/events/event-store.d.ts +126 -0
- package/v3/@claude-flow/shared/dist/events/event-store.js +416 -0
- package/v3/@claude-flow/shared/dist/events/event-store.test.d.ts +8 -0
- package/v3/@claude-flow/shared/dist/events/event-store.test.js +293 -0
- package/v3/@claude-flow/shared/dist/events/example-usage.d.ts +10 -0
- package/v3/@claude-flow/shared/dist/events/example-usage.js +193 -0
- package/v3/@claude-flow/shared/dist/events/index.d.ts +21 -0
- package/v3/@claude-flow/shared/dist/events/index.js +22 -0
- package/v3/@claude-flow/shared/dist/events/projections.d.ts +177 -0
- package/v3/@claude-flow/shared/dist/events/projections.js +421 -0
- package/v3/@claude-flow/shared/dist/events/rvf-event-log.d.ts +82 -0
- package/v3/@claude-flow/shared/dist/events/rvf-event-log.js +340 -0
- package/v3/@claude-flow/shared/dist/events/state-reconstructor.d.ts +101 -0
- package/v3/@claude-flow/shared/dist/events/state-reconstructor.js +263 -0
- package/v3/@claude-flow/shared/dist/events.d.ts +80 -0
- package/v3/@claude-flow/shared/dist/events.js +249 -0
- package/v3/@claude-flow/shared/dist/hooks/example-usage.d.ts +42 -0
- package/v3/@claude-flow/shared/dist/hooks/example-usage.js +351 -0
- package/v3/@claude-flow/shared/dist/hooks/executor.d.ts +100 -0
- package/v3/@claude-flow/shared/dist/hooks/executor.js +264 -0
- package/v3/@claude-flow/shared/dist/hooks/hooks.test.d.ts +9 -0
- package/v3/@claude-flow/shared/dist/hooks/hooks.test.js +322 -0
- package/v3/@claude-flow/shared/dist/hooks/index.d.ts +52 -0
- package/v3/@claude-flow/shared/dist/hooks/index.js +51 -0
- package/v3/@claude-flow/shared/dist/hooks/registry.d.ts +133 -0
- package/v3/@claude-flow/shared/dist/hooks/registry.js +277 -0
- package/v3/@claude-flow/shared/dist/hooks/safety/bash-safety.d.ts +105 -0
- package/v3/@claude-flow/shared/dist/hooks/safety/bash-safety.js +481 -0
- package/v3/@claude-flow/shared/dist/hooks/safety/file-organization.d.ts +144 -0
- package/v3/@claude-flow/shared/dist/hooks/safety/file-organization.js +328 -0
- package/v3/@claude-flow/shared/dist/hooks/safety/git-commit.d.ts +158 -0
- package/v3/@claude-flow/shared/dist/hooks/safety/git-commit.js +450 -0
- package/v3/@claude-flow/shared/dist/hooks/safety/index.d.ts +17 -0
- package/v3/@claude-flow/shared/dist/hooks/safety/index.js +17 -0
- package/v3/@claude-flow/shared/dist/hooks/session-hooks.d.ts +234 -0
- package/v3/@claude-flow/shared/dist/hooks/session-hooks.js +334 -0
- package/v3/@claude-flow/shared/dist/hooks/task-hooks.d.ts +163 -0
- package/v3/@claude-flow/shared/dist/hooks/task-hooks.js +326 -0
- package/v3/@claude-flow/shared/dist/hooks/types.d.ts +267 -0
- package/v3/@claude-flow/shared/dist/hooks/types.js +62 -0
- package/v3/@claude-flow/shared/dist/hooks/verify-exports.test.d.ts +9 -0
- package/v3/@claude-flow/shared/dist/hooks/verify-exports.test.js +93 -0
- package/v3/@claude-flow/shared/dist/index.d.ts +20 -0
- package/v3/@claude-flow/shared/dist/index.js +50 -0
- package/v3/@claude-flow/shared/dist/mcp/connection-pool.d.ts +98 -0
- package/v3/@claude-flow/shared/dist/mcp/connection-pool.js +364 -0
- package/v3/@claude-flow/shared/dist/mcp/index.d.ts +69 -0
- package/v3/@claude-flow/shared/dist/mcp/index.js +84 -0
- package/v3/@claude-flow/shared/dist/mcp/server.d.ts +166 -0
- package/v3/@claude-flow/shared/dist/mcp/server.js +593 -0
- package/v3/@claude-flow/shared/dist/mcp/session-manager.d.ts +136 -0
- package/v3/@claude-flow/shared/dist/mcp/session-manager.js +335 -0
- package/v3/@claude-flow/shared/dist/mcp/tool-registry.d.ts +178 -0
- package/v3/@claude-flow/shared/dist/mcp/tool-registry.js +439 -0
- package/v3/@claude-flow/shared/dist/mcp/transport/http.d.ts +104 -0
- package/v3/@claude-flow/shared/dist/mcp/transport/http.js +476 -0
- package/v3/@claude-flow/shared/dist/mcp/transport/index.d.ts +102 -0
- package/v3/@claude-flow/shared/dist/mcp/transport/index.js +238 -0
- package/v3/@claude-flow/shared/dist/mcp/transport/stdio.d.ts +104 -0
- package/v3/@claude-flow/shared/dist/mcp/transport/stdio.js +263 -0
- package/v3/@claude-flow/shared/dist/mcp/transport/websocket.d.ts +133 -0
- package/v3/@claude-flow/shared/dist/mcp/transport/websocket.js +396 -0
- package/v3/@claude-flow/shared/dist/mcp/types.d.ts +438 -0
- package/v3/@claude-flow/shared/dist/mcp/types.js +54 -0
- package/v3/@claude-flow/shared/dist/plugin-interface.d.ts +544 -0
- package/v3/@claude-flow/shared/dist/plugin-interface.js +23 -0
- package/v3/@claude-flow/shared/dist/plugin-loader.d.ts +139 -0
- package/v3/@claude-flow/shared/dist/plugin-loader.js +434 -0
- package/v3/@claude-flow/shared/dist/plugin-registry.d.ts +183 -0
- package/v3/@claude-flow/shared/dist/plugin-registry.js +457 -0
- package/v3/@claude-flow/shared/dist/plugins/index.d.ts +10 -0
- package/v3/@claude-flow/shared/dist/plugins/index.js +10 -0
- package/v3/@claude-flow/shared/dist/plugins/official/hive-mind-plugin.d.ts +106 -0
- package/v3/@claude-flow/shared/dist/plugins/official/hive-mind-plugin.js +241 -0
- package/v3/@claude-flow/shared/dist/plugins/official/index.d.ts +10 -0
- package/v3/@claude-flow/shared/dist/plugins/official/index.js +10 -0
- package/v3/@claude-flow/shared/dist/plugins/official/maestro-plugin.d.ts +121 -0
- package/v3/@claude-flow/shared/dist/plugins/official/maestro-plugin.js +355 -0
- package/v3/@claude-flow/shared/dist/plugins/types.d.ts +93 -0
- package/v3/@claude-flow/shared/dist/plugins/types.js +9 -0
- package/v3/@claude-flow/shared/dist/resilience/bulkhead.d.ts +105 -0
- package/v3/@claude-flow/shared/dist/resilience/bulkhead.js +206 -0
- package/v3/@claude-flow/shared/dist/resilience/circuit-breaker.d.ts +132 -0
- package/v3/@claude-flow/shared/dist/resilience/circuit-breaker.js +233 -0
- package/v3/@claude-flow/shared/dist/resilience/index.d.ts +19 -0
- package/v3/@claude-flow/shared/dist/resilience/index.js +19 -0
- package/v3/@claude-flow/shared/dist/resilience/rate-limiter.d.ts +168 -0
- package/v3/@claude-flow/shared/dist/resilience/rate-limiter.js +314 -0
- package/v3/@claude-flow/shared/dist/resilience/retry.d.ts +91 -0
- package/v3/@claude-flow/shared/dist/resilience/retry.js +159 -0
- package/v3/@claude-flow/shared/dist/security/index.d.ts +10 -0
- package/v3/@claude-flow/shared/dist/security/index.js +12 -0
- package/v3/@claude-flow/shared/dist/security/input-validation.d.ts +73 -0
- package/v3/@claude-flow/shared/dist/security/input-validation.js +201 -0
- package/v3/@claude-flow/shared/dist/security/secure-random.d.ts +92 -0
- package/v3/@claude-flow/shared/dist/security/secure-random.js +142 -0
- package/v3/@claude-flow/shared/dist/services/index.d.ts +7 -0
- package/v3/@claude-flow/shared/dist/services/index.js +7 -0
- package/v3/@claude-flow/shared/dist/services/v3-progress.service.d.ts +124 -0
- package/v3/@claude-flow/shared/dist/services/v3-progress.service.js +402 -0
- package/v3/@claude-flow/shared/dist/types/agent.types.d.ts +137 -0
- package/v3/@claude-flow/shared/dist/types/agent.types.js +6 -0
- package/v3/@claude-flow/shared/dist/types/index.d.ts +11 -0
- package/v3/@claude-flow/shared/dist/types/index.js +17 -0
- package/v3/@claude-flow/shared/dist/types/mcp.types.d.ts +266 -0
- package/v3/@claude-flow/shared/dist/types/mcp.types.js +7 -0
- package/v3/@claude-flow/shared/dist/types/memory.types.d.ts +236 -0
- package/v3/@claude-flow/shared/dist/types/memory.types.js +7 -0
- package/v3/@claude-flow/shared/dist/types/swarm.types.d.ts +186 -0
- package/v3/@claude-flow/shared/dist/types/swarm.types.js +65 -0
- package/v3/@claude-flow/shared/dist/types/task.types.d.ts +178 -0
- package/v3/@claude-flow/shared/dist/types/task.types.js +32 -0
- package/v3/@claude-flow/shared/dist/types.d.ts +197 -0
- package/v3/@claude-flow/shared/dist/types.js +21 -0
- package/v3/@claude-flow/shared/dist/utils/secure-logger.d.ts +69 -0
- package/v3/@claude-flow/shared/dist/utils/secure-logger.js +208 -0
- package/v3/@claude-flow/shared/package.json +42 -0
- package/v3/README.md +493 -0
|
@@ -0,0 +1,822 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* V3 CLI Init Command
|
|
3
|
+
* Comprehensive initialization for Claude Flow with Claude Code integration
|
|
4
|
+
*/
|
|
5
|
+
import { output } from '../output.js';
|
|
6
|
+
import { confirm, select, multiSelect, input } from '../prompt.js';
|
|
7
|
+
import * as fs from 'fs';
|
|
8
|
+
import * as path from 'path';
|
|
9
|
+
import { executeInit, executeUpgrade, executeUpgradeWithMissing, DEFAULT_INIT_OPTIONS, MINIMAL_INIT_OPTIONS, FULL_INIT_OPTIONS, } from '../init/index.js';
|
|
10
|
+
// Check if project is already initialized
|
|
11
|
+
function isInitialized(cwd) {
|
|
12
|
+
const claudePath = path.join(cwd, '.claude', 'settings.json');
|
|
13
|
+
const claudeFlowPath = path.join(cwd, '.claude-flow', 'config.yaml');
|
|
14
|
+
return {
|
|
15
|
+
claude: fs.existsSync(claudePath),
|
|
16
|
+
claudeFlow: fs.existsSync(claudeFlowPath),
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
// Init subcommand (default)
|
|
20
|
+
const initAction = async (ctx) => {
|
|
21
|
+
const force = ctx.flags.force;
|
|
22
|
+
const minimal = ctx.flags.minimal;
|
|
23
|
+
const full = ctx.flags.full;
|
|
24
|
+
const skipClaude = ctx.flags['skip-claude'];
|
|
25
|
+
const onlyClaude = ctx.flags['only-claude'];
|
|
26
|
+
const cwd = ctx.cwd;
|
|
27
|
+
// Check if already initialized
|
|
28
|
+
const initialized = isInitialized(cwd);
|
|
29
|
+
const hasExisting = initialized.claude || initialized.claudeFlow;
|
|
30
|
+
if (hasExisting && !force) {
|
|
31
|
+
output.printWarning('RuFlo appears to be already initialized');
|
|
32
|
+
if (initialized.claude)
|
|
33
|
+
output.printInfo(' Found: .claude/settings.json');
|
|
34
|
+
if (initialized.claudeFlow)
|
|
35
|
+
output.printInfo(' Found: .claude-flow/config.yaml');
|
|
36
|
+
output.printInfo('Use --force to reinitialize');
|
|
37
|
+
if (ctx.interactive) {
|
|
38
|
+
const proceed = await confirm({
|
|
39
|
+
message: 'Do you want to reinitialize? This will overwrite existing configuration.',
|
|
40
|
+
default: false,
|
|
41
|
+
});
|
|
42
|
+
if (!proceed) {
|
|
43
|
+
return { success: true, message: 'Initialization cancelled' };
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
else {
|
|
47
|
+
return { success: false, exitCode: 1, message: 'Already initialized' };
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
output.writeln();
|
|
51
|
+
output.writeln(output.bold('Initializing RuFlo V3'));
|
|
52
|
+
output.writeln();
|
|
53
|
+
// Build init options based on flags
|
|
54
|
+
let options;
|
|
55
|
+
if (minimal) {
|
|
56
|
+
options = { ...MINIMAL_INIT_OPTIONS, targetDir: cwd, force };
|
|
57
|
+
}
|
|
58
|
+
else if (full) {
|
|
59
|
+
options = { ...FULL_INIT_OPTIONS, targetDir: cwd, force };
|
|
60
|
+
}
|
|
61
|
+
else {
|
|
62
|
+
options = { ...DEFAULT_INIT_OPTIONS, targetDir: cwd, force };
|
|
63
|
+
}
|
|
64
|
+
// Handle --skip-claude and --only-claude flags
|
|
65
|
+
if (skipClaude) {
|
|
66
|
+
options.components.settings = false;
|
|
67
|
+
options.components.skills = false;
|
|
68
|
+
options.components.commands = false;
|
|
69
|
+
options.components.agents = false;
|
|
70
|
+
options.components.helpers = false;
|
|
71
|
+
options.components.statusline = false;
|
|
72
|
+
options.components.mcp = false;
|
|
73
|
+
options.components.claudeMd = false;
|
|
74
|
+
}
|
|
75
|
+
if (onlyClaude) {
|
|
76
|
+
options.components.runtime = false;
|
|
77
|
+
}
|
|
78
|
+
// Create spinner
|
|
79
|
+
const spinner = output.createSpinner({ text: 'Initializing...' });
|
|
80
|
+
spinner.start();
|
|
81
|
+
try {
|
|
82
|
+
// Execute initialization
|
|
83
|
+
const result = await executeInit(options);
|
|
84
|
+
if (!result.success) {
|
|
85
|
+
spinner.fail('Initialization failed');
|
|
86
|
+
for (const error of result.errors) {
|
|
87
|
+
output.printError(error);
|
|
88
|
+
}
|
|
89
|
+
return { success: false, exitCode: 1 };
|
|
90
|
+
}
|
|
91
|
+
spinner.succeed('RuFlo V3 initialized successfully!');
|
|
92
|
+
output.writeln();
|
|
93
|
+
// Display summary
|
|
94
|
+
const summary = [];
|
|
95
|
+
if (result.created.directories.length > 0) {
|
|
96
|
+
summary.push(`Directories: ${result.created.directories.length} created`);
|
|
97
|
+
}
|
|
98
|
+
if (result.created.files.length > 0) {
|
|
99
|
+
summary.push(`Files: ${result.created.files.length} created`);
|
|
100
|
+
}
|
|
101
|
+
if (result.skipped.length > 0) {
|
|
102
|
+
summary.push(`Skipped: ${result.skipped.length} (already exist)`);
|
|
103
|
+
}
|
|
104
|
+
output.printBox(summary.join('\n'), 'Summary');
|
|
105
|
+
output.writeln();
|
|
106
|
+
// Show what was created
|
|
107
|
+
if (options.components.claudeMd || options.components.settings || options.components.skills || options.components.commands || options.components.agents) {
|
|
108
|
+
output.printBox([
|
|
109
|
+
options.components.claudeMd ? `CLAUDE.md: Swarm guidance & configuration` : '',
|
|
110
|
+
options.components.settings ? `Settings: .claude/settings.json` : '',
|
|
111
|
+
options.components.skills ? `Skills: .claude/skills/ (${result.summary.skillsCount} skills)` : '',
|
|
112
|
+
options.components.commands ? `Commands: .claude/commands/ (${result.summary.commandsCount} commands)` : '',
|
|
113
|
+
options.components.agents ? `Agents: .claude/agents/ (${result.summary.agentsCount} agents)` : '',
|
|
114
|
+
options.components.helpers ? `Helpers: .claude/helpers/` : '',
|
|
115
|
+
options.components.mcp ? `MCP: .mcp.json` : '',
|
|
116
|
+
].filter(Boolean).join('\n'), 'Claude Code Integration');
|
|
117
|
+
output.writeln();
|
|
118
|
+
}
|
|
119
|
+
if (options.components.runtime) {
|
|
120
|
+
output.printBox([
|
|
121
|
+
`Config: .claude-flow/config.yaml`,
|
|
122
|
+
`Data: .claude-flow/data/`,
|
|
123
|
+
`Logs: .claude-flow/logs/`,
|
|
124
|
+
`Sessions: .claude-flow/sessions/`,
|
|
125
|
+
].join('\n'), 'V3 Runtime');
|
|
126
|
+
output.writeln();
|
|
127
|
+
}
|
|
128
|
+
// Hooks summary
|
|
129
|
+
if (result.summary.hooksEnabled > 0) {
|
|
130
|
+
output.printInfo(`Hooks: ${result.summary.hooksEnabled} hook types enabled in settings.json`);
|
|
131
|
+
output.writeln();
|
|
132
|
+
}
|
|
133
|
+
// Handle --start-all or --start-daemon
|
|
134
|
+
const startAll = ctx.flags['start-all'] || ctx.flags.startAll;
|
|
135
|
+
const startDaemon = ctx.flags['start-daemon'] || ctx.flags.startDaemon || startAll;
|
|
136
|
+
if (startDaemon || startAll) {
|
|
137
|
+
output.writeln();
|
|
138
|
+
output.printInfo('Starting services...');
|
|
139
|
+
const { execSync } = await import('child_process');
|
|
140
|
+
// Initialize memory database
|
|
141
|
+
if (startAll) {
|
|
142
|
+
try {
|
|
143
|
+
output.writeln(output.dim(' Initializing memory database...'));
|
|
144
|
+
execSync('npx @claude-flow/cli@latest memory init 2>/dev/null', {
|
|
145
|
+
stdio: 'pipe',
|
|
146
|
+
cwd: ctx.cwd,
|
|
147
|
+
timeout: 30000
|
|
148
|
+
});
|
|
149
|
+
output.writeln(output.success(' ✓ Memory initialized'));
|
|
150
|
+
}
|
|
151
|
+
catch {
|
|
152
|
+
output.writeln(output.dim(' Memory database already exists'));
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
// Start daemon
|
|
156
|
+
if (startDaemon) {
|
|
157
|
+
try {
|
|
158
|
+
output.writeln(output.dim(' Starting daemon...'));
|
|
159
|
+
execSync('npx @claude-flow/cli@latest daemon start 2>/dev/null &', {
|
|
160
|
+
stdio: 'pipe',
|
|
161
|
+
cwd: ctx.cwd,
|
|
162
|
+
timeout: 10000
|
|
163
|
+
});
|
|
164
|
+
output.writeln(output.success(' ✓ Daemon started'));
|
|
165
|
+
}
|
|
166
|
+
catch {
|
|
167
|
+
output.writeln(output.warning(' Daemon may already be running'));
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
// Initialize swarm
|
|
171
|
+
if (startAll) {
|
|
172
|
+
try {
|
|
173
|
+
output.writeln(output.dim(' Initializing swarm...'));
|
|
174
|
+
execSync('npx @claude-flow/cli@latest swarm init --topology hierarchical 2>/dev/null', {
|
|
175
|
+
stdio: 'pipe',
|
|
176
|
+
cwd: ctx.cwd,
|
|
177
|
+
timeout: 30000
|
|
178
|
+
});
|
|
179
|
+
output.writeln(output.success(' ✓ Swarm initialized'));
|
|
180
|
+
}
|
|
181
|
+
catch {
|
|
182
|
+
output.writeln(output.dim(' Swarm initialization skipped'));
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
output.writeln();
|
|
186
|
+
output.printSuccess('All services started');
|
|
187
|
+
}
|
|
188
|
+
// Handle --with-embeddings
|
|
189
|
+
const withEmbeddings = ctx.flags['with-embeddings'] || ctx.flags.withEmbeddings;
|
|
190
|
+
const embeddingModel = (ctx.flags['embedding-model'] || ctx.flags.embeddingModel || 'all-MiniLM-L6-v2');
|
|
191
|
+
if (withEmbeddings) {
|
|
192
|
+
output.writeln();
|
|
193
|
+
output.printInfo('Initializing ONNX embedding subsystem...');
|
|
194
|
+
const { execSync } = await import('child_process');
|
|
195
|
+
try {
|
|
196
|
+
output.writeln(output.dim(` Model: ${embeddingModel}`));
|
|
197
|
+
output.writeln(output.dim(' Hyperbolic: Enabled (Poincaré ball)'));
|
|
198
|
+
execSync(`npx @claude-flow/cli@latest embeddings init --model ${embeddingModel} --no-download --force 2>/dev/null`, {
|
|
199
|
+
stdio: 'pipe',
|
|
200
|
+
cwd: ctx.cwd,
|
|
201
|
+
timeout: 30000
|
|
202
|
+
});
|
|
203
|
+
output.writeln(output.success(' ✓ Embeddings initialized'));
|
|
204
|
+
output.writeln(output.dim(' Run "embeddings init --download" to download model'));
|
|
205
|
+
}
|
|
206
|
+
catch (err) {
|
|
207
|
+
output.writeln(output.warning(' Embedding initialization skipped (run manually)'));
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
if (!startDaemon && !startAll) {
|
|
211
|
+
// Next steps (only if not auto-starting)
|
|
212
|
+
output.writeln(output.bold('Next steps:'));
|
|
213
|
+
output.printList([
|
|
214
|
+
`Run ${output.highlight('claude-flow daemon start')} to start background workers`,
|
|
215
|
+
`Run ${output.highlight('claude-flow memory init')} to initialize memory database`,
|
|
216
|
+
`Run ${output.highlight('claude-flow swarm init')} to initialize a swarm`,
|
|
217
|
+
`Or use ${output.highlight('claude-flow init --start-all')} to do all of the above`,
|
|
218
|
+
options.components.settings ? `Review ${output.highlight('.claude/settings.json')} for hook configurations` : '',
|
|
219
|
+
].filter(Boolean));
|
|
220
|
+
}
|
|
221
|
+
if (ctx.flags.format === 'json') {
|
|
222
|
+
output.printJson(result);
|
|
223
|
+
}
|
|
224
|
+
return { success: true, data: result };
|
|
225
|
+
}
|
|
226
|
+
catch (error) {
|
|
227
|
+
spinner.fail('Initialization failed');
|
|
228
|
+
output.printError(`Failed to initialize: ${error instanceof Error ? error.message : String(error)}`);
|
|
229
|
+
return { success: false, exitCode: 1 };
|
|
230
|
+
}
|
|
231
|
+
};
|
|
232
|
+
// Wizard subcommand for interactive setup
|
|
233
|
+
const wizardCommand = {
|
|
234
|
+
name: 'wizard',
|
|
235
|
+
description: 'Interactive setup wizard for comprehensive configuration',
|
|
236
|
+
action: async (ctx) => {
|
|
237
|
+
output.writeln();
|
|
238
|
+
output.writeln(output.bold('RuFlo V3 Setup Wizard'));
|
|
239
|
+
output.writeln(output.dim('Answer questions to configure your project'));
|
|
240
|
+
output.writeln();
|
|
241
|
+
try {
|
|
242
|
+
// Start with base options
|
|
243
|
+
const options = { ...DEFAULT_INIT_OPTIONS, targetDir: ctx.cwd };
|
|
244
|
+
// Configuration preset
|
|
245
|
+
const preset = await select({
|
|
246
|
+
message: 'Select configuration preset:',
|
|
247
|
+
options: [
|
|
248
|
+
{ value: 'default', label: 'Default', hint: 'Recommended settings for most projects' },
|
|
249
|
+
{ value: 'minimal', label: 'Minimal', hint: 'Core features only' },
|
|
250
|
+
{ value: 'full', label: 'Full', hint: 'All features enabled' },
|
|
251
|
+
{ value: 'custom', label: 'Custom', hint: 'Choose each component' },
|
|
252
|
+
],
|
|
253
|
+
});
|
|
254
|
+
if (preset === 'minimal') {
|
|
255
|
+
Object.assign(options, MINIMAL_INIT_OPTIONS);
|
|
256
|
+
options.targetDir = ctx.cwd;
|
|
257
|
+
}
|
|
258
|
+
else if (preset === 'full') {
|
|
259
|
+
Object.assign(options, FULL_INIT_OPTIONS);
|
|
260
|
+
options.targetDir = ctx.cwd;
|
|
261
|
+
}
|
|
262
|
+
else if (preset === 'custom') {
|
|
263
|
+
// Component selection
|
|
264
|
+
const components = await multiSelect({
|
|
265
|
+
message: 'Select components to initialize:',
|
|
266
|
+
options: [
|
|
267
|
+
{ value: 'claudeMd', label: 'CLAUDE.md', hint: 'Swarm guidance and project configuration', selected: true },
|
|
268
|
+
{ value: 'settings', label: 'settings.json', hint: 'Claude Code hooks configuration', selected: true },
|
|
269
|
+
{ value: 'skills', label: 'Skills', hint: 'Claude Code skills in .claude/skills/', selected: true },
|
|
270
|
+
{ value: 'commands', label: 'Commands', hint: 'Claude Code commands in .claude/commands/', selected: true },
|
|
271
|
+
{ value: 'agents', label: 'Agents', hint: 'Agent definitions in .claude/agents/', selected: true },
|
|
272
|
+
{ value: 'helpers', label: 'Helpers', hint: 'Utility scripts in .claude/helpers/', selected: true },
|
|
273
|
+
{ value: 'statusline', label: 'Statusline', hint: 'Shell statusline integration', selected: false },
|
|
274
|
+
{ value: 'mcp', label: 'MCP', hint: '.mcp.json for MCP server configuration', selected: true },
|
|
275
|
+
{ value: 'runtime', label: 'Runtime', hint: '.claude-flow/ directory for V3 runtime', selected: true },
|
|
276
|
+
],
|
|
277
|
+
});
|
|
278
|
+
options.components.claudeMd = components.includes('claudeMd');
|
|
279
|
+
options.components.settings = components.includes('settings');
|
|
280
|
+
options.components.skills = components.includes('skills');
|
|
281
|
+
options.components.commands = components.includes('commands');
|
|
282
|
+
options.components.agents = components.includes('agents');
|
|
283
|
+
options.components.helpers = components.includes('helpers');
|
|
284
|
+
options.components.statusline = components.includes('statusline');
|
|
285
|
+
options.components.mcp = components.includes('mcp');
|
|
286
|
+
options.components.runtime = components.includes('runtime');
|
|
287
|
+
// Skills selection
|
|
288
|
+
if (options.components.skills) {
|
|
289
|
+
const skillSets = await multiSelect({
|
|
290
|
+
message: 'Select skill sets:',
|
|
291
|
+
options: [
|
|
292
|
+
{ value: 'core', label: 'Core', hint: 'Swarm, memory, SPARC skills', selected: true },
|
|
293
|
+
{ value: 'agentdb', label: 'AgentDB', hint: 'Vector database skills', selected: true },
|
|
294
|
+
{ value: 'github', label: 'GitHub', hint: 'GitHub integration skills', selected: true },
|
|
295
|
+
{ value: 'flowNexus', label: 'Flow Nexus', hint: 'Cloud platform skills', selected: false },
|
|
296
|
+
{ value: 'v3', label: 'V3', hint: 'V3 implementation skills', selected: true },
|
|
297
|
+
],
|
|
298
|
+
});
|
|
299
|
+
options.skills.core = skillSets.includes('core');
|
|
300
|
+
options.skills.agentdb = skillSets.includes('agentdb');
|
|
301
|
+
options.skills.github = skillSets.includes('github');
|
|
302
|
+
options.skills.flowNexus = skillSets.includes('flowNexus');
|
|
303
|
+
options.skills.v3 = skillSets.includes('v3');
|
|
304
|
+
}
|
|
305
|
+
// Hooks selection
|
|
306
|
+
if (options.components.settings) {
|
|
307
|
+
const hooks = await multiSelect({
|
|
308
|
+
message: 'Select hooks to enable:',
|
|
309
|
+
options: [
|
|
310
|
+
{ value: 'preToolUse', label: 'PreToolUse', hint: 'Before tool execution', selected: true },
|
|
311
|
+
{ value: 'postToolUse', label: 'PostToolUse', hint: 'After tool execution', selected: true },
|
|
312
|
+
{ value: 'userPromptSubmit', label: 'UserPromptSubmit', hint: 'Task routing', selected: true },
|
|
313
|
+
{ value: 'sessionStart', label: 'SessionStart', hint: 'Session initialization', selected: true },
|
|
314
|
+
{ value: 'stop', label: 'Stop', hint: 'Task completion evaluation', selected: true },
|
|
315
|
+
{ value: 'notification', label: 'Notification', hint: 'Swarm notifications', selected: true },
|
|
316
|
+
{ value: 'permissionRequest', label: 'PermissionRequest', hint: 'Auto-allow claude-flow tools', selected: true },
|
|
317
|
+
],
|
|
318
|
+
});
|
|
319
|
+
options.hooks.preToolUse = hooks.includes('preToolUse');
|
|
320
|
+
options.hooks.postToolUse = hooks.includes('postToolUse');
|
|
321
|
+
options.hooks.userPromptSubmit = hooks.includes('userPromptSubmit');
|
|
322
|
+
options.hooks.sessionStart = hooks.includes('sessionStart');
|
|
323
|
+
options.hooks.stop = hooks.includes('stop');
|
|
324
|
+
options.hooks.notification = hooks.includes('notification');
|
|
325
|
+
}
|
|
326
|
+
}
|
|
327
|
+
// Swarm topology (for all presets)
|
|
328
|
+
const topology = await select({
|
|
329
|
+
message: 'Select swarm topology:',
|
|
330
|
+
options: [
|
|
331
|
+
{ value: 'hierarchical-mesh', label: 'Hierarchical Mesh', hint: 'Best for complex projects (recommended)' },
|
|
332
|
+
{ value: 'mesh', label: 'Mesh', hint: 'Peer-to-peer coordination' },
|
|
333
|
+
{ value: 'hierarchical', label: 'Hierarchical', hint: 'Tree-based coordination' },
|
|
334
|
+
{ value: 'adaptive', label: 'Adaptive', hint: 'Dynamic topology switching' },
|
|
335
|
+
],
|
|
336
|
+
});
|
|
337
|
+
options.runtime.topology = topology;
|
|
338
|
+
// Max agents
|
|
339
|
+
const maxAgents = await input({
|
|
340
|
+
message: 'Maximum concurrent agents:',
|
|
341
|
+
default: String(options.runtime.maxAgents),
|
|
342
|
+
validate: (v) => {
|
|
343
|
+
const n = parseInt(v);
|
|
344
|
+
return (!isNaN(n) && n > 0 && n <= 50) || 'Enter a number between 1 and 50';
|
|
345
|
+
},
|
|
346
|
+
});
|
|
347
|
+
options.runtime.maxAgents = parseInt(maxAgents);
|
|
348
|
+
// Memory backend
|
|
349
|
+
const memoryBackend = await select({
|
|
350
|
+
message: 'Select memory backend:',
|
|
351
|
+
options: [
|
|
352
|
+
{ value: 'hybrid', label: 'Hybrid', hint: 'SQLite + AgentDB (recommended)' },
|
|
353
|
+
{ value: 'agentdb', label: 'AgentDB', hint: '150x faster vector search' },
|
|
354
|
+
{ value: 'sqlite', label: 'SQLite', hint: 'Standard SQL storage' },
|
|
355
|
+
{ value: 'memory', label: 'In-Memory', hint: 'Fast but non-persistent' },
|
|
356
|
+
],
|
|
357
|
+
});
|
|
358
|
+
options.runtime.memoryBackend = memoryBackend;
|
|
359
|
+
// HNSW indexing
|
|
360
|
+
if (memoryBackend === 'agentdb' || memoryBackend === 'hybrid') {
|
|
361
|
+
const enableHNSW = await confirm({
|
|
362
|
+
message: 'Enable HNSW indexing for faster vector search?',
|
|
363
|
+
default: true,
|
|
364
|
+
});
|
|
365
|
+
options.runtime.enableHNSW = enableHNSW;
|
|
366
|
+
}
|
|
367
|
+
// Neural learning
|
|
368
|
+
const enableNeural = await confirm({
|
|
369
|
+
message: 'Enable neural pattern learning?',
|
|
370
|
+
default: options.runtime.enableNeural,
|
|
371
|
+
});
|
|
372
|
+
options.runtime.enableNeural = enableNeural;
|
|
373
|
+
// ADR-049: Self-Learning Memory capabilities
|
|
374
|
+
if (memoryBackend === 'agentdb' || memoryBackend === 'hybrid') {
|
|
375
|
+
const enableSelfLearning = await confirm({
|
|
376
|
+
message: 'Enable self-learning memory? (LearningBridge + Knowledge Graph + Agent Scopes)',
|
|
377
|
+
default: true,
|
|
378
|
+
});
|
|
379
|
+
options.runtime.enableLearningBridge = enableSelfLearning && enableNeural;
|
|
380
|
+
options.runtime.enableMemoryGraph = enableSelfLearning;
|
|
381
|
+
options.runtime.enableAgentScopes = enableSelfLearning;
|
|
382
|
+
}
|
|
383
|
+
else {
|
|
384
|
+
options.runtime.enableLearningBridge = false;
|
|
385
|
+
options.runtime.enableMemoryGraph = false;
|
|
386
|
+
options.runtime.enableAgentScopes = false;
|
|
387
|
+
}
|
|
388
|
+
// Embeddings configuration
|
|
389
|
+
const enableEmbeddings = await confirm({
|
|
390
|
+
message: 'Enable ONNX embedding system with hyperbolic support?',
|
|
391
|
+
default: true,
|
|
392
|
+
});
|
|
393
|
+
let embeddingModel = 'all-MiniLM-L6-v2';
|
|
394
|
+
if (enableEmbeddings) {
|
|
395
|
+
embeddingModel = await select({
|
|
396
|
+
message: 'Select embedding model:',
|
|
397
|
+
options: [
|
|
398
|
+
{ value: 'all-MiniLM-L6-v2', label: 'MiniLM L6 (384d)', hint: 'Fast, good quality (recommended)' },
|
|
399
|
+
{ value: 'all-mpnet-base-v2', label: 'MPNet Base (768d)', hint: 'Higher quality, more memory' },
|
|
400
|
+
],
|
|
401
|
+
});
|
|
402
|
+
}
|
|
403
|
+
// Execute initialization
|
|
404
|
+
output.writeln();
|
|
405
|
+
const spinner = output.createSpinner({ text: 'Initializing...' });
|
|
406
|
+
spinner.start();
|
|
407
|
+
const result = await executeInit(options);
|
|
408
|
+
if (!result.success) {
|
|
409
|
+
spinner.fail('Initialization failed');
|
|
410
|
+
for (const error of result.errors) {
|
|
411
|
+
output.printError(error);
|
|
412
|
+
}
|
|
413
|
+
return { success: false, exitCode: 1 };
|
|
414
|
+
}
|
|
415
|
+
spinner.succeed('Setup complete!');
|
|
416
|
+
// Initialize embeddings if enabled
|
|
417
|
+
let embeddingsInitialized = false;
|
|
418
|
+
if (enableEmbeddings) {
|
|
419
|
+
output.writeln();
|
|
420
|
+
output.printInfo('Initializing ONNX embedding subsystem...');
|
|
421
|
+
const { execSync } = await import('child_process');
|
|
422
|
+
try {
|
|
423
|
+
execSync(`npx @claude-flow/cli@latest embeddings init --model ${embeddingModel} --no-download --force 2>/dev/null`, {
|
|
424
|
+
stdio: 'pipe',
|
|
425
|
+
cwd: ctx.cwd,
|
|
426
|
+
timeout: 30000
|
|
427
|
+
});
|
|
428
|
+
output.writeln(output.success(' ✓ Embeddings configured'));
|
|
429
|
+
embeddingsInitialized = true;
|
|
430
|
+
}
|
|
431
|
+
catch {
|
|
432
|
+
output.writeln(output.dim(' Embeddings will be configured on first use'));
|
|
433
|
+
}
|
|
434
|
+
}
|
|
435
|
+
output.writeln();
|
|
436
|
+
// Summary table
|
|
437
|
+
output.printTable({
|
|
438
|
+
columns: [
|
|
439
|
+
{ key: 'setting', header: 'Setting', width: 20 },
|
|
440
|
+
{ key: 'value', header: 'Value', width: 40 },
|
|
441
|
+
],
|
|
442
|
+
data: [
|
|
443
|
+
{ setting: 'Preset', value: preset },
|
|
444
|
+
{ setting: 'Topology', value: options.runtime.topology },
|
|
445
|
+
{ setting: 'Max Agents', value: String(options.runtime.maxAgents) },
|
|
446
|
+
{ setting: 'Memory Backend', value: options.runtime.memoryBackend },
|
|
447
|
+
{ setting: 'HNSW Indexing', value: options.runtime.enableHNSW ? 'Enabled' : 'Disabled' },
|
|
448
|
+
{ setting: 'Neural Learning', value: options.runtime.enableNeural ? 'Enabled' : 'Disabled' },
|
|
449
|
+
{ setting: 'Self-Learning', value: options.runtime.enableLearningBridge ? 'LearningBridge + Graph + Scopes' : 'Disabled' },
|
|
450
|
+
{ setting: 'Embeddings', value: enableEmbeddings ? `${embeddingModel} (hyperbolic)` : 'Disabled' },
|
|
451
|
+
{ setting: 'Skills', value: `${result.summary.skillsCount} installed` },
|
|
452
|
+
{ setting: 'Commands', value: `${result.summary.commandsCount} installed` },
|
|
453
|
+
{ setting: 'Agents', value: `${result.summary.agentsCount} installed` },
|
|
454
|
+
{ setting: 'Hooks', value: `${result.summary.hooksEnabled} enabled` },
|
|
455
|
+
],
|
|
456
|
+
});
|
|
457
|
+
return { success: true, data: result };
|
|
458
|
+
}
|
|
459
|
+
catch (error) {
|
|
460
|
+
if (error instanceof Error && error.message === 'User cancelled') {
|
|
461
|
+
output.printInfo('Setup cancelled');
|
|
462
|
+
return { success: true };
|
|
463
|
+
}
|
|
464
|
+
throw error;
|
|
465
|
+
}
|
|
466
|
+
},
|
|
467
|
+
};
|
|
468
|
+
// Check subcommand
|
|
469
|
+
const checkCommand = {
|
|
470
|
+
name: 'check',
|
|
471
|
+
description: 'Check if RuFlo is initialized',
|
|
472
|
+
action: async (ctx) => {
|
|
473
|
+
const initialized = isInitialized(ctx.cwd);
|
|
474
|
+
const result = {
|
|
475
|
+
initialized: initialized.claude || initialized.claudeFlow,
|
|
476
|
+
claude: initialized.claude,
|
|
477
|
+
claudeFlow: initialized.claudeFlow,
|
|
478
|
+
paths: {
|
|
479
|
+
claudeSettings: initialized.claude ? path.join(ctx.cwd, '.claude', 'settings.json') : null,
|
|
480
|
+
claudeFlowConfig: initialized.claudeFlow ? path.join(ctx.cwd, '.claude-flow', 'config.yaml') : null,
|
|
481
|
+
},
|
|
482
|
+
};
|
|
483
|
+
if (ctx.flags.format === 'json') {
|
|
484
|
+
output.printJson(result);
|
|
485
|
+
return { success: true, data: result };
|
|
486
|
+
}
|
|
487
|
+
if (result.initialized) {
|
|
488
|
+
output.printSuccess('RuFlo is initialized');
|
|
489
|
+
if (initialized.claude) {
|
|
490
|
+
output.printInfo(` Claude Code: .claude/settings.json`);
|
|
491
|
+
}
|
|
492
|
+
if (initialized.claudeFlow) {
|
|
493
|
+
output.printInfo(` V3 Runtime: .claude-flow/config.yaml`);
|
|
494
|
+
}
|
|
495
|
+
}
|
|
496
|
+
else {
|
|
497
|
+
output.printWarning('RuFlo is not initialized in this directory');
|
|
498
|
+
output.printInfo('Run "ruflo init" to initialize');
|
|
499
|
+
}
|
|
500
|
+
return { success: true, data: result };
|
|
501
|
+
},
|
|
502
|
+
};
|
|
503
|
+
// Skills subcommand
|
|
504
|
+
const skillsCommand = {
|
|
505
|
+
name: 'skills',
|
|
506
|
+
description: 'Initialize only skills',
|
|
507
|
+
options: [
|
|
508
|
+
{ name: 'all', description: 'Install all skills', type: 'boolean', default: false },
|
|
509
|
+
{ name: 'core', description: 'Install core skills', type: 'boolean', default: true },
|
|
510
|
+
{ name: 'agentdb', description: 'Install AgentDB skills', type: 'boolean', default: false },
|
|
511
|
+
{ name: 'github', description: 'Install GitHub skills', type: 'boolean', default: false },
|
|
512
|
+
{ name: 'v3', description: 'Install V3 skills', type: 'boolean', default: false },
|
|
513
|
+
],
|
|
514
|
+
action: async (ctx) => {
|
|
515
|
+
const options = {
|
|
516
|
+
...MINIMAL_INIT_OPTIONS,
|
|
517
|
+
targetDir: ctx.cwd,
|
|
518
|
+
force: ctx.flags.force,
|
|
519
|
+
components: {
|
|
520
|
+
settings: false,
|
|
521
|
+
skills: true,
|
|
522
|
+
commands: false,
|
|
523
|
+
agents: false,
|
|
524
|
+
helpers: false,
|
|
525
|
+
statusline: false,
|
|
526
|
+
mcp: false,
|
|
527
|
+
runtime: false,
|
|
528
|
+
claudeMd: false,
|
|
529
|
+
},
|
|
530
|
+
skills: {
|
|
531
|
+
all: ctx.flags.all,
|
|
532
|
+
core: ctx.flags.core,
|
|
533
|
+
agentdb: ctx.flags.agentdb,
|
|
534
|
+
github: ctx.flags.github,
|
|
535
|
+
flowNexus: false,
|
|
536
|
+
browser: false,
|
|
537
|
+
v3: ctx.flags.v3,
|
|
538
|
+
},
|
|
539
|
+
};
|
|
540
|
+
const spinner = output.createSpinner({ text: 'Installing skills...' });
|
|
541
|
+
spinner.start();
|
|
542
|
+
const result = await executeInit(options);
|
|
543
|
+
if (result.success) {
|
|
544
|
+
spinner.succeed(`Installed ${result.summary.skillsCount} skills`);
|
|
545
|
+
}
|
|
546
|
+
else {
|
|
547
|
+
spinner.fail('Failed to install skills');
|
|
548
|
+
for (const error of result.errors) {
|
|
549
|
+
output.printError(error);
|
|
550
|
+
}
|
|
551
|
+
}
|
|
552
|
+
return { success: result.success, data: result };
|
|
553
|
+
},
|
|
554
|
+
};
|
|
555
|
+
// Hooks subcommand
|
|
556
|
+
const hooksCommand = {
|
|
557
|
+
name: 'hooks',
|
|
558
|
+
description: 'Initialize only hooks configuration',
|
|
559
|
+
options: [
|
|
560
|
+
{ name: 'all', description: 'Enable all hooks', type: 'boolean', default: true },
|
|
561
|
+
{ name: 'minimal', description: 'Enable only essential hooks', type: 'boolean', default: false },
|
|
562
|
+
],
|
|
563
|
+
action: async (ctx) => {
|
|
564
|
+
const minimal = ctx.flags.minimal;
|
|
565
|
+
const options = {
|
|
566
|
+
...DEFAULT_INIT_OPTIONS,
|
|
567
|
+
targetDir: ctx.cwd,
|
|
568
|
+
force: ctx.flags.force,
|
|
569
|
+
components: {
|
|
570
|
+
settings: true,
|
|
571
|
+
skills: false,
|
|
572
|
+
commands: false,
|
|
573
|
+
agents: false,
|
|
574
|
+
helpers: false,
|
|
575
|
+
statusline: false,
|
|
576
|
+
mcp: false,
|
|
577
|
+
runtime: false,
|
|
578
|
+
claudeMd: false,
|
|
579
|
+
},
|
|
580
|
+
hooks: minimal
|
|
581
|
+
? {
|
|
582
|
+
preToolUse: true,
|
|
583
|
+
postToolUse: true,
|
|
584
|
+
userPromptSubmit: false,
|
|
585
|
+
sessionStart: false,
|
|
586
|
+
stop: false,
|
|
587
|
+
preCompact: false,
|
|
588
|
+
notification: false,
|
|
589
|
+
timeout: 5000,
|
|
590
|
+
continueOnError: true,
|
|
591
|
+
}
|
|
592
|
+
: DEFAULT_INIT_OPTIONS.hooks,
|
|
593
|
+
};
|
|
594
|
+
const spinner = output.createSpinner({ text: 'Creating hooks configuration...' });
|
|
595
|
+
spinner.start();
|
|
596
|
+
const result = await executeInit(options);
|
|
597
|
+
if (result.success) {
|
|
598
|
+
spinner.succeed(`Created settings.json with ${result.summary.hooksEnabled} hooks enabled`);
|
|
599
|
+
}
|
|
600
|
+
else {
|
|
601
|
+
spinner.fail('Failed to create hooks configuration');
|
|
602
|
+
for (const error of result.errors) {
|
|
603
|
+
output.printError(error);
|
|
604
|
+
}
|
|
605
|
+
}
|
|
606
|
+
return { success: result.success, data: result };
|
|
607
|
+
},
|
|
608
|
+
};
|
|
609
|
+
// Upgrade subcommand - updates helpers without losing user data
|
|
610
|
+
const upgradeCommand = {
|
|
611
|
+
name: 'upgrade',
|
|
612
|
+
description: 'Update statusline and helpers while preserving existing data',
|
|
613
|
+
options: [
|
|
614
|
+
{
|
|
615
|
+
name: 'verbose',
|
|
616
|
+
short: 'v',
|
|
617
|
+
description: 'Show detailed output',
|
|
618
|
+
type: 'boolean',
|
|
619
|
+
default: false,
|
|
620
|
+
},
|
|
621
|
+
{
|
|
622
|
+
name: 'add-missing',
|
|
623
|
+
short: 'a',
|
|
624
|
+
description: 'Add any new skills, agents, and commands that are missing',
|
|
625
|
+
type: 'boolean',
|
|
626
|
+
default: false,
|
|
627
|
+
},
|
|
628
|
+
{
|
|
629
|
+
name: 'settings',
|
|
630
|
+
short: 's',
|
|
631
|
+
description: 'Merge new settings (Agent Teams, hooks) into existing settings.json',
|
|
632
|
+
type: 'boolean',
|
|
633
|
+
default: false,
|
|
634
|
+
},
|
|
635
|
+
],
|
|
636
|
+
action: async (ctx) => {
|
|
637
|
+
const addMissing = (ctx.flags['add-missing'] || ctx.flags.addMissing);
|
|
638
|
+
const upgradeSettings = (ctx.flags.settings);
|
|
639
|
+
output.writeln();
|
|
640
|
+
output.writeln(output.bold('Upgrading RuFlo'));
|
|
641
|
+
if (addMissing && upgradeSettings) {
|
|
642
|
+
output.writeln(output.dim('Updates helpers, settings, and adds any missing skills/agents/commands'));
|
|
643
|
+
}
|
|
644
|
+
else if (addMissing) {
|
|
645
|
+
output.writeln(output.dim('Updates helpers and adds any missing skills/agents/commands'));
|
|
646
|
+
}
|
|
647
|
+
else if (upgradeSettings) {
|
|
648
|
+
output.writeln(output.dim('Updates helpers and merges new settings (Agent Teams, hooks)'));
|
|
649
|
+
}
|
|
650
|
+
else {
|
|
651
|
+
output.writeln(output.dim('Updates helpers while preserving your existing data'));
|
|
652
|
+
}
|
|
653
|
+
output.writeln();
|
|
654
|
+
const spinnerText = upgradeSettings
|
|
655
|
+
? 'Upgrading helpers and settings...'
|
|
656
|
+
: (addMissing ? 'Upgrading and adding missing assets...' : 'Upgrading...');
|
|
657
|
+
const spinner = output.createSpinner({ text: spinnerText });
|
|
658
|
+
spinner.start();
|
|
659
|
+
try {
|
|
660
|
+
const result = addMissing
|
|
661
|
+
? await executeUpgradeWithMissing(ctx.cwd, upgradeSettings)
|
|
662
|
+
: await executeUpgrade(ctx.cwd, upgradeSettings);
|
|
663
|
+
if (!result.success) {
|
|
664
|
+
spinner.fail('Upgrade failed');
|
|
665
|
+
for (const error of result.errors) {
|
|
666
|
+
output.printError(error);
|
|
667
|
+
}
|
|
668
|
+
return { success: false, exitCode: 1 };
|
|
669
|
+
}
|
|
670
|
+
spinner.succeed('Upgrade complete!');
|
|
671
|
+
output.writeln();
|
|
672
|
+
// Show what was updated
|
|
673
|
+
if (result.updated.length > 0) {
|
|
674
|
+
output.printBox(result.updated.map(f => `✓ ${f}`).join('\n'), 'Updated (latest version)');
|
|
675
|
+
output.writeln();
|
|
676
|
+
}
|
|
677
|
+
// Show what was created
|
|
678
|
+
if (result.created.length > 0) {
|
|
679
|
+
output.printBox(result.created.map(f => `+ ${f}`).join('\n'), 'Created (new files)');
|
|
680
|
+
output.writeln();
|
|
681
|
+
}
|
|
682
|
+
// Show what was preserved
|
|
683
|
+
if (result.preserved.length > 0 && ctx.flags.verbose) {
|
|
684
|
+
output.printBox(result.preserved.map(f => `• ${f}`).join('\n'), 'Preserved (existing data kept)');
|
|
685
|
+
output.writeln();
|
|
686
|
+
}
|
|
687
|
+
else if (result.preserved.length > 0) {
|
|
688
|
+
output.printInfo(`Preserved ${result.preserved.length} existing data files`);
|
|
689
|
+
output.writeln();
|
|
690
|
+
}
|
|
691
|
+
// Show added assets (when --add-missing flag is used)
|
|
692
|
+
if (result.addedSkills && result.addedSkills.length > 0) {
|
|
693
|
+
output.printBox(result.addedSkills.map(s => `+ ${s}`).join('\n'), `Added Skills (${result.addedSkills.length} new)`);
|
|
694
|
+
output.writeln();
|
|
695
|
+
}
|
|
696
|
+
if (result.addedAgents && result.addedAgents.length > 0) {
|
|
697
|
+
output.printBox(result.addedAgents.map(a => `+ ${a}`).join('\n'), `Added Agents (${result.addedAgents.length} new)`);
|
|
698
|
+
output.writeln();
|
|
699
|
+
}
|
|
700
|
+
if (result.addedCommands && result.addedCommands.length > 0) {
|
|
701
|
+
output.printBox(result.addedCommands.map(c => `+ ${c}`).join('\n'), `Added Commands (${result.addedCommands.length} new)`);
|
|
702
|
+
output.writeln();
|
|
703
|
+
}
|
|
704
|
+
// Show settings updates
|
|
705
|
+
if (result.settingsUpdated && result.settingsUpdated.length > 0) {
|
|
706
|
+
output.printBox(result.settingsUpdated.map(s => `+ ${s}`).join('\n'), 'Settings Updated');
|
|
707
|
+
output.writeln();
|
|
708
|
+
}
|
|
709
|
+
output.printSuccess('Your statusline helper has been updated to the latest version');
|
|
710
|
+
output.printInfo('Existing metrics and learning data were preserved');
|
|
711
|
+
// Show settings summary
|
|
712
|
+
if (upgradeSettings && result.settingsUpdated && result.settingsUpdated.length > 0) {
|
|
713
|
+
output.printSuccess('Settings.json updated with new Agent Teams configuration');
|
|
714
|
+
}
|
|
715
|
+
// Show summary for --add-missing
|
|
716
|
+
if (addMissing) {
|
|
717
|
+
const totalAdded = (result.addedSkills?.length || 0) + (result.addedAgents?.length || 0) + (result.addedCommands?.length || 0);
|
|
718
|
+
if (totalAdded > 0) {
|
|
719
|
+
output.printSuccess(`Added ${totalAdded} missing assets to your project`);
|
|
720
|
+
}
|
|
721
|
+
else {
|
|
722
|
+
output.printInfo('All skills, agents, and commands are already up to date');
|
|
723
|
+
}
|
|
724
|
+
}
|
|
725
|
+
if (ctx.flags.format === 'json') {
|
|
726
|
+
output.printJson(result);
|
|
727
|
+
}
|
|
728
|
+
return { success: true, data: result };
|
|
729
|
+
}
|
|
730
|
+
catch (error) {
|
|
731
|
+
spinner.fail('Upgrade failed');
|
|
732
|
+
output.printError(`Failed to upgrade: ${error instanceof Error ? error.message : String(error)}`);
|
|
733
|
+
return { success: false, exitCode: 1 };
|
|
734
|
+
}
|
|
735
|
+
},
|
|
736
|
+
};
|
|
737
|
+
// Main init command
|
|
738
|
+
export const initCommand = {
|
|
739
|
+
name: 'init',
|
|
740
|
+
description: 'Initialize RuFlo in the current directory',
|
|
741
|
+
subcommands: [wizardCommand, checkCommand, skillsCommand, hooksCommand, upgradeCommand],
|
|
742
|
+
options: [
|
|
743
|
+
{
|
|
744
|
+
name: 'force',
|
|
745
|
+
short: 'f',
|
|
746
|
+
description: 'Overwrite existing configuration',
|
|
747
|
+
type: 'boolean',
|
|
748
|
+
default: false,
|
|
749
|
+
},
|
|
750
|
+
{
|
|
751
|
+
name: 'minimal',
|
|
752
|
+
short: 'm',
|
|
753
|
+
description: 'Create minimal configuration',
|
|
754
|
+
type: 'boolean',
|
|
755
|
+
default: false,
|
|
756
|
+
},
|
|
757
|
+
{
|
|
758
|
+
name: 'full',
|
|
759
|
+
description: 'Create full configuration with all components',
|
|
760
|
+
type: 'boolean',
|
|
761
|
+
default: false,
|
|
762
|
+
},
|
|
763
|
+
{
|
|
764
|
+
name: 'skip-claude',
|
|
765
|
+
description: 'Skip .claude/ directory creation (runtime only)',
|
|
766
|
+
type: 'boolean',
|
|
767
|
+
default: false,
|
|
768
|
+
},
|
|
769
|
+
{
|
|
770
|
+
name: 'only-claude',
|
|
771
|
+
description: 'Only create .claude/ directory (skip runtime)',
|
|
772
|
+
type: 'boolean',
|
|
773
|
+
default: false,
|
|
774
|
+
},
|
|
775
|
+
{
|
|
776
|
+
name: 'start-all',
|
|
777
|
+
description: 'Auto-start daemon, memory, and swarm after init',
|
|
778
|
+
type: 'boolean',
|
|
779
|
+
default: false,
|
|
780
|
+
},
|
|
781
|
+
{
|
|
782
|
+
name: 'start-daemon',
|
|
783
|
+
description: 'Auto-start daemon after init',
|
|
784
|
+
type: 'boolean',
|
|
785
|
+
default: false,
|
|
786
|
+
},
|
|
787
|
+
{
|
|
788
|
+
name: 'with-embeddings',
|
|
789
|
+
description: 'Initialize ONNX embedding subsystem with hyperbolic support',
|
|
790
|
+
type: 'boolean',
|
|
791
|
+
default: false,
|
|
792
|
+
},
|
|
793
|
+
{
|
|
794
|
+
name: 'embedding-model',
|
|
795
|
+
description: 'ONNX embedding model to use',
|
|
796
|
+
type: 'string',
|
|
797
|
+
default: 'all-MiniLM-L6-v2',
|
|
798
|
+
choices: ['all-MiniLM-L6-v2', 'all-mpnet-base-v2'],
|
|
799
|
+
},
|
|
800
|
+
],
|
|
801
|
+
examples: [
|
|
802
|
+
{ command: 'claude-flow init', description: 'Initialize with default configuration' },
|
|
803
|
+
{ command: 'claude-flow init --start-all', description: 'Initialize and start daemon, memory, swarm' },
|
|
804
|
+
{ command: 'claude-flow init --start-daemon', description: 'Initialize and start daemon only' },
|
|
805
|
+
{ command: 'claude-flow init --minimal', description: 'Initialize with minimal configuration' },
|
|
806
|
+
{ command: 'claude-flow init --full', description: 'Initialize with all components' },
|
|
807
|
+
{ command: 'claude-flow init --force', description: 'Reinitialize and overwrite existing config' },
|
|
808
|
+
{ command: 'claude-flow init --only-claude', description: 'Only create Claude Code integration' },
|
|
809
|
+
{ command: 'claude-flow init --skip-claude', description: 'Only create V3 runtime' },
|
|
810
|
+
{ command: 'claude-flow init wizard', description: 'Interactive setup wizard' },
|
|
811
|
+
{ command: 'claude-flow init --with-embeddings', description: 'Initialize with ONNX embeddings' },
|
|
812
|
+
{ command: 'claude-flow init --with-embeddings --embedding-model all-mpnet-base-v2', description: 'Use larger embedding model' },
|
|
813
|
+
{ command: 'claude-flow init skills --all', description: 'Install all available skills' },
|
|
814
|
+
{ command: 'claude-flow init hooks --minimal', description: 'Create minimal hooks configuration' },
|
|
815
|
+
{ command: 'claude-flow init upgrade', description: 'Update helpers while preserving data' },
|
|
816
|
+
{ command: 'claude-flow init upgrade --settings', description: 'Update helpers and merge new settings (Agent Teams)' },
|
|
817
|
+
{ command: 'claude-flow init upgrade --verbose', description: 'Show detailed upgrade info' },
|
|
818
|
+
],
|
|
819
|
+
action: initAction,
|
|
820
|
+
};
|
|
821
|
+
export default initCommand;
|
|
822
|
+
//# sourceMappingURL=init.js.map
|