├── .claude ├── agents │ ├── MIGRATION_SUMMARY.md │ ├── README.md │ ├── analysis │ │ ├── code-analyzer.md │ │ └── code-review │ │ │ └── analyze-code-quality.md │ ├── architecture │ │ └── system-design │ │ │ └── arch-system-design.md │ ├── base-template-generator.md │ ├── consensus │ │ ├── README.md │ │ ├── byzantine-coordinator.md │ │ ├── crdt-synchronizer.md │ │ ├── gossip-coordinator.md │ │ ├── performance-benchmarker.md │ │ ├── quorum-manager.md │ │ ├── raft-manager.md │ │ └── security-manager.md │ ├── core │ │ ├── coder.md │ │ ├── planner.md │ │ ├── researcher.md │ │ ├── reviewer.md │ │ └── tester.md │ ├── data │ │ └── ml │ │ │ └── data-ml-model.md │ ├── development │ │ └── backend │ │ │ └── dev-backend-api.md │ ├── devops │ │ └── ci-cd │ │ │ └── ops-cicd-github.md │ ├── documentation │ │ └── api-docs │ │ │ └── docs-api-openapi.md │ ├── flow-nexus │ │ ├── app-store.md │ │ ├── authentication.md │ │ ├── challenges.md │ │ ├── neural-network.md │ │ ├── payments.md │ │ ├── sandbox.md │ │ ├── swarm.md │ │ ├── user-tools.md │ │ └── workflow.md │ ├── github │ │ ├── code-review-swarm.md │ │ ├── github-modes.md │ │ ├── issue-tracker.md │ │ ├── multi-repo-swarm.md │ │ ├── pr-manager.md │ │ ├── project-board-sync.md │ │ ├── release-manager.md │ │ ├── release-swarm.md │ │ ├── repo-architect.md │ │ ├── swarm-issue.md │ │ ├── swarm-pr.md │ │ ├── sync-coordinator.md │ │ └── workflow-automation.md │ ├── optimization │ │ ├── README.md │ │ ├── benchmark-suite.md │ │ ├── load-balancer.md │ │ ├── performance-monitor.md │ │ ├── resource-allocator.md │ │ └── topology-optimizer.md │ ├── sparc │ │ ├── architecture.md │ │ ├── pseudocode.md │ │ ├── refinement.md │ │ └── specification.md │ ├── specialized │ │ └── mobile │ │ │ └── spec-mobile-react-native.md │ ├── swarm │ │ ├── README.md │ │ ├── adaptive-coordinator.md │ │ ├── hierarchical-coordinator.md │ │ └── mesh-coordinator.md │ ├── templates │ │ ├── automation-smart-agent.md │ │ ├── coordinator-swarm-init.md │ │ ├── github-pr-manager.md │ │ ├── implementer-sparc-coder.md │ │ ├── memory-coordinator.md │ │ ├── migration-plan.md │ │ ├── orchestrator-task.md │ │ ├── performance-analyzer.md │ │ └── sparc-coordinator.md │ └── testing │ │ ├── unit │ │ └── tdd-london-swarm.md │ │ └── validation │ │ └── production-validator.md ├── commands │ ├── agents │ │ ├── README.md │ │ ├── agent-capabilities.md │ │ ├── agent-coordination.md │ │ ├── agent-spawning.md │ │ └── agent-types.md │ ├── analysis │ │ ├── COMMAND_COMPLIANCE_REPORT.md │ │ ├── README.md │ │ ├── bottleneck-detect.md │ │ ├── performance-bottlenecks.md │ │ ├── performance-report.md │ │ ├── token-efficiency.md │ │ └── token-usage.md │ ├── automation │ │ ├── README.md │ │ ├── auto-agent.md │ │ ├── self-healing.md │ │ ├── session-memory.md │ │ ├── smart-agents.md │ │ ├── smart-spawn.md │ │ └── workflow-select.md │ ├── flow-nexus │ │ ├── app-store.md │ │ ├── challenges.md │ │ ├── login-registration.md │ │ ├── neural-network.md │ │ ├── payments.md │ │ ├── sandbox.md │ │ ├── swarm.md │ │ ├── user-tools.md │ │ └── workflow.md │ ├── github │ │ ├── README.md │ │ ├── code-review-swarm.md │ │ ├── code-review.md │ │ ├── github-modes.md │ │ ├── github-swarm.md │ │ ├── issue-tracker.md │ │ ├── issue-triage.md │ │ ├── multi-repo-swarm.md │ │ ├── pr-enhance.md │ │ ├── pr-manager.md │ │ ├── project-board-sync.md │ │ ├── release-manager.md │ │ ├── release-swarm.md │ │ ├── repo-analyze.md │ │ ├── repo-architect.md │ │ ├── swarm-issue.md │ │ ├── swarm-pr.md │ │ ├── sync-coordinator.md │ │ └── workflow-automation.md │ ├── hive-mind │ │ ├── README.md │ │ ├── hive-mind-consensus.md │ │ ├── hive-mind-init.md │ │ ├── hive-mind-memory.md │ │ ├── hive-mind-metrics.md │ │ ├── hive-mind-resume.md │ │ ├── hive-mind-sessions.md │ │ ├── hive-mind-spawn.md │ │ ├── hive-mind-status.md │ │ ├── hive-mind-stop.md │ │ ├── hive-mind-wizard.md │ │ └── hive-mind.md │ ├── hooks │ │ ├── README.md │ │ ├── overview.md │ │ ├── post-edit.md │ │ ├── post-task.md │ │ ├── pre-edit.md │ │ ├── pre-task.md │ │ ├── session-end.md │ │ └── setup.md │ ├── monitoring │ │ ├── README.md │ │ ├── agent-metrics.md │ │ ├── agents.md │ │ ├── real-time-view.md │ │ ├── status.md │ │ └── swarm-monitor.md │ ├── optimization │ │ ├── README.md │ │ ├── auto-topology.md │ │ ├── cache-manage.md │ │ ├── parallel-execute.md │ │ ├── parallel-execution.md │ │ └── topology-optimize.md │ ├── pair │ │ ├── README.md │ │ ├── commands.md │ │ ├── config.md │ │ ├── examples.md │ │ ├── modes.md │ │ ├── session.md │ │ └── start.md │ ├── sparc │ │ ├── analyzer.md │ │ ├── architect.md │ │ ├── batch-executor.md │ │ ├── coder.md │ │ ├── debugger.md │ │ ├── designer.md │ │ ├── documenter.md │ │ ├── innovator.md │ │ ├── memory-manager.md │ │ ├── optimizer.md │ │ ├── orchestrator.md │ │ ├── researcher.md │ │ ├── reviewer.md │ │ ├── sparc-modes.md │ │ ├── swarm-coordinator.md │ │ ├── tdd.md │ │ ├── tester.md │ │ └── workflow-manager.md │ ├── stream-chain │ │ ├── pipeline.md │ │ └── run.md │ ├── swarm │ │ ├── README.md │ │ ├── analysis.md │ │ ├── development.md │ │ ├── examples.md │ │ ├── maintenance.md │ │ ├── optimization.md │ │ ├── research.md │ │ ├── swarm-analysis.md │ │ ├── swarm-background.md │ │ ├── swarm-init.md │ │ ├── swarm-modes.md │ │ ├── swarm-monitor.md │ │ ├── swarm-spawn.md │ │ ├── swarm-status.md │ │ ├── swarm-strategies.md │ │ ├── swarm.md │ │ └── testing.md │ ├── training │ │ ├── README.md │ │ ├── model-update.md │ │ ├── neural-patterns.md │ │ ├── neural-train.md │ │ ├── pattern-learn.md │ │ └── specialization.md │ ├── truth │ │ └── start.md │ ├── verify │ │ ├── check.md │ │ └── start.md │ └── workflows │ │ ├── README.md │ │ ├── development.md │ │ ├── research.md │ │ ├── workflow-create.md │ │ ├── workflow-execute.md │ │ └── workflow-export.md ├── helpers │ ├── checkpoint-manager.sh │ ├── github-safe.js │ ├── github-setup.sh │ ├── quick-start.sh │ ├── setup-mcp.sh │ └── standard-checkpoint-hooks.sh └── settings.json ├── .gitignore ├── CLAUDE.md ├── README.md ├── sdk ├── ACTUAL_TOOLS.md ├── README.md ├── TOOLS_AUDIT.md ├── VERIFIED_TOOLS.md ├── assistant │ ├── advanced.md │ ├── chat.md │ ├── conversations.md │ └── tools.md ├── authentication │ ├── auth-methods.md │ └── users.md ├── github │ └── repositories.md ├── javascript │ └── getting-started.md ├── neural │ └── neural-training.md ├── payments │ └── credit-management.md ├── sandbox │ └── sandbox-execution.md ├── storage │ └── file-storage.md ├── swarms │ └── swarm-management.md ├── templates │ ├── marketplace.md │ └── system.md └── workflows │ └── workflow-orchestration.md └── tutorials └── agentic-marketing ├── .npmignore ├── ADVANCED_FEATURES.md ├── README.md ├── TUTORIAL.md ├── agentic-marketing.js ├── main.js ├── package-lock.json ├── package.json ├── schema.sql ├── src ├── AgenticMarketingServer.js ├── AuthenticationManager.js ├── DatabaseManager.js ├── FlowNexusMCPWrapper.js ├── FlowNexusSDK.js └── MediaPlanningAPI.js ├── test-agentic-marketing.js ├── test-api-endpoints.js └── test-system.js /.claude/agents/MIGRATION_SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/MIGRATION_SUMMARY.md -------------------------------------------------------------------------------- /.claude/agents/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/README.md -------------------------------------------------------------------------------- /.claude/agents/analysis/code-analyzer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/analysis/code-analyzer.md -------------------------------------------------------------------------------- /.claude/agents/analysis/code-review/analyze-code-quality.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/analysis/code-review/analyze-code-quality.md -------------------------------------------------------------------------------- /.claude/agents/architecture/system-design/arch-system-design.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/architecture/system-design/arch-system-design.md -------------------------------------------------------------------------------- /.claude/agents/base-template-generator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/base-template-generator.md -------------------------------------------------------------------------------- /.claude/agents/consensus/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/consensus/README.md -------------------------------------------------------------------------------- /.claude/agents/consensus/byzantine-coordinator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/consensus/byzantine-coordinator.md -------------------------------------------------------------------------------- /.claude/agents/consensus/crdt-synchronizer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/consensus/crdt-synchronizer.md -------------------------------------------------------------------------------- /.claude/agents/consensus/gossip-coordinator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/consensus/gossip-coordinator.md -------------------------------------------------------------------------------- /.claude/agents/consensus/performance-benchmarker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/consensus/performance-benchmarker.md -------------------------------------------------------------------------------- /.claude/agents/consensus/quorum-manager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/consensus/quorum-manager.md -------------------------------------------------------------------------------- /.claude/agents/consensus/raft-manager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/consensus/raft-manager.md -------------------------------------------------------------------------------- /.claude/agents/consensus/security-manager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/consensus/security-manager.md -------------------------------------------------------------------------------- /.claude/agents/core/coder.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/core/coder.md -------------------------------------------------------------------------------- /.claude/agents/core/planner.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/core/planner.md -------------------------------------------------------------------------------- /.claude/agents/core/researcher.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/core/researcher.md -------------------------------------------------------------------------------- /.claude/agents/core/reviewer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/core/reviewer.md -------------------------------------------------------------------------------- /.claude/agents/core/tester.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/core/tester.md -------------------------------------------------------------------------------- /.claude/agents/data/ml/data-ml-model.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/data/ml/data-ml-model.md -------------------------------------------------------------------------------- /.claude/agents/development/backend/dev-backend-api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/development/backend/dev-backend-api.md -------------------------------------------------------------------------------- /.claude/agents/devops/ci-cd/ops-cicd-github.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/devops/ci-cd/ops-cicd-github.md -------------------------------------------------------------------------------- /.claude/agents/documentation/api-docs/docs-api-openapi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/documentation/api-docs/docs-api-openapi.md -------------------------------------------------------------------------------- /.claude/agents/flow-nexus/app-store.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/flow-nexus/app-store.md -------------------------------------------------------------------------------- /.claude/agents/flow-nexus/authentication.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/flow-nexus/authentication.md -------------------------------------------------------------------------------- /.claude/agents/flow-nexus/challenges.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/flow-nexus/challenges.md -------------------------------------------------------------------------------- /.claude/agents/flow-nexus/neural-network.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/flow-nexus/neural-network.md -------------------------------------------------------------------------------- /.claude/agents/flow-nexus/payments.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/flow-nexus/payments.md -------------------------------------------------------------------------------- /.claude/agents/flow-nexus/sandbox.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/flow-nexus/sandbox.md -------------------------------------------------------------------------------- /.claude/agents/flow-nexus/swarm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/flow-nexus/swarm.md -------------------------------------------------------------------------------- /.claude/agents/flow-nexus/user-tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/flow-nexus/user-tools.md -------------------------------------------------------------------------------- /.claude/agents/flow-nexus/workflow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/flow-nexus/workflow.md -------------------------------------------------------------------------------- /.claude/agents/github/code-review-swarm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/github/code-review-swarm.md -------------------------------------------------------------------------------- /.claude/agents/github/github-modes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/github/github-modes.md -------------------------------------------------------------------------------- /.claude/agents/github/issue-tracker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/github/issue-tracker.md -------------------------------------------------------------------------------- /.claude/agents/github/multi-repo-swarm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/github/multi-repo-swarm.md -------------------------------------------------------------------------------- /.claude/agents/github/pr-manager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/github/pr-manager.md -------------------------------------------------------------------------------- /.claude/agents/github/project-board-sync.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/github/project-board-sync.md -------------------------------------------------------------------------------- /.claude/agents/github/release-manager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/github/release-manager.md -------------------------------------------------------------------------------- /.claude/agents/github/release-swarm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/github/release-swarm.md -------------------------------------------------------------------------------- /.claude/agents/github/repo-architect.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/github/repo-architect.md -------------------------------------------------------------------------------- /.claude/agents/github/swarm-issue.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/github/swarm-issue.md -------------------------------------------------------------------------------- /.claude/agents/github/swarm-pr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/github/swarm-pr.md -------------------------------------------------------------------------------- /.claude/agents/github/sync-coordinator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/github/sync-coordinator.md -------------------------------------------------------------------------------- /.claude/agents/github/workflow-automation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/github/workflow-automation.md -------------------------------------------------------------------------------- /.claude/agents/optimization/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/optimization/README.md -------------------------------------------------------------------------------- /.claude/agents/optimization/benchmark-suite.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/optimization/benchmark-suite.md -------------------------------------------------------------------------------- /.claude/agents/optimization/load-balancer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/optimization/load-balancer.md -------------------------------------------------------------------------------- /.claude/agents/optimization/performance-monitor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/optimization/performance-monitor.md -------------------------------------------------------------------------------- /.claude/agents/optimization/resource-allocator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/optimization/resource-allocator.md -------------------------------------------------------------------------------- /.claude/agents/optimization/topology-optimizer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/optimization/topology-optimizer.md -------------------------------------------------------------------------------- /.claude/agents/sparc/architecture.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/sparc/architecture.md -------------------------------------------------------------------------------- /.claude/agents/sparc/pseudocode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/sparc/pseudocode.md -------------------------------------------------------------------------------- /.claude/agents/sparc/refinement.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/sparc/refinement.md -------------------------------------------------------------------------------- /.claude/agents/sparc/specification.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/sparc/specification.md -------------------------------------------------------------------------------- /.claude/agents/specialized/mobile/spec-mobile-react-native.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/specialized/mobile/spec-mobile-react-native.md -------------------------------------------------------------------------------- /.claude/agents/swarm/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/swarm/README.md -------------------------------------------------------------------------------- /.claude/agents/swarm/adaptive-coordinator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/swarm/adaptive-coordinator.md -------------------------------------------------------------------------------- /.claude/agents/swarm/hierarchical-coordinator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/swarm/hierarchical-coordinator.md -------------------------------------------------------------------------------- /.claude/agents/swarm/mesh-coordinator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/swarm/mesh-coordinator.md -------------------------------------------------------------------------------- /.claude/agents/templates/automation-smart-agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/templates/automation-smart-agent.md -------------------------------------------------------------------------------- /.claude/agents/templates/coordinator-swarm-init.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/templates/coordinator-swarm-init.md -------------------------------------------------------------------------------- /.claude/agents/templates/github-pr-manager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/templates/github-pr-manager.md -------------------------------------------------------------------------------- /.claude/agents/templates/implementer-sparc-coder.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/templates/implementer-sparc-coder.md -------------------------------------------------------------------------------- /.claude/agents/templates/memory-coordinator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/templates/memory-coordinator.md -------------------------------------------------------------------------------- /.claude/agents/templates/migration-plan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/templates/migration-plan.md -------------------------------------------------------------------------------- /.claude/agents/templates/orchestrator-task.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/templates/orchestrator-task.md -------------------------------------------------------------------------------- /.claude/agents/templates/performance-analyzer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/templates/performance-analyzer.md -------------------------------------------------------------------------------- /.claude/agents/templates/sparc-coordinator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/templates/sparc-coordinator.md -------------------------------------------------------------------------------- /.claude/agents/testing/unit/tdd-london-swarm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/testing/unit/tdd-london-swarm.md -------------------------------------------------------------------------------- /.claude/agents/testing/validation/production-validator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/agents/testing/validation/production-validator.md -------------------------------------------------------------------------------- /.claude/commands/agents/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/agents/README.md -------------------------------------------------------------------------------- /.claude/commands/agents/agent-capabilities.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/agents/agent-capabilities.md -------------------------------------------------------------------------------- /.claude/commands/agents/agent-coordination.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/agents/agent-coordination.md -------------------------------------------------------------------------------- /.claude/commands/agents/agent-spawning.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/agents/agent-spawning.md -------------------------------------------------------------------------------- /.claude/commands/agents/agent-types.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/agents/agent-types.md -------------------------------------------------------------------------------- /.claude/commands/analysis/COMMAND_COMPLIANCE_REPORT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/analysis/COMMAND_COMPLIANCE_REPORT.md -------------------------------------------------------------------------------- /.claude/commands/analysis/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/analysis/README.md -------------------------------------------------------------------------------- /.claude/commands/analysis/bottleneck-detect.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/analysis/bottleneck-detect.md -------------------------------------------------------------------------------- /.claude/commands/analysis/performance-bottlenecks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/analysis/performance-bottlenecks.md -------------------------------------------------------------------------------- /.claude/commands/analysis/performance-report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/analysis/performance-report.md -------------------------------------------------------------------------------- /.claude/commands/analysis/token-efficiency.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/analysis/token-efficiency.md -------------------------------------------------------------------------------- /.claude/commands/analysis/token-usage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/analysis/token-usage.md -------------------------------------------------------------------------------- /.claude/commands/automation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/automation/README.md -------------------------------------------------------------------------------- /.claude/commands/automation/auto-agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/automation/auto-agent.md -------------------------------------------------------------------------------- /.claude/commands/automation/self-healing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/automation/self-healing.md -------------------------------------------------------------------------------- /.claude/commands/automation/session-memory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/automation/session-memory.md -------------------------------------------------------------------------------- /.claude/commands/automation/smart-agents.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/automation/smart-agents.md -------------------------------------------------------------------------------- /.claude/commands/automation/smart-spawn.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/automation/smart-spawn.md -------------------------------------------------------------------------------- /.claude/commands/automation/workflow-select.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/automation/workflow-select.md -------------------------------------------------------------------------------- /.claude/commands/flow-nexus/app-store.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/flow-nexus/app-store.md -------------------------------------------------------------------------------- /.claude/commands/flow-nexus/challenges.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/flow-nexus/challenges.md -------------------------------------------------------------------------------- /.claude/commands/flow-nexus/login-registration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/flow-nexus/login-registration.md -------------------------------------------------------------------------------- /.claude/commands/flow-nexus/neural-network.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/flow-nexus/neural-network.md -------------------------------------------------------------------------------- /.claude/commands/flow-nexus/payments.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/flow-nexus/payments.md -------------------------------------------------------------------------------- /.claude/commands/flow-nexus/sandbox.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/flow-nexus/sandbox.md -------------------------------------------------------------------------------- /.claude/commands/flow-nexus/swarm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/flow-nexus/swarm.md -------------------------------------------------------------------------------- /.claude/commands/flow-nexus/user-tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/flow-nexus/user-tools.md -------------------------------------------------------------------------------- /.claude/commands/flow-nexus/workflow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/flow-nexus/workflow.md -------------------------------------------------------------------------------- /.claude/commands/github/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/github/README.md -------------------------------------------------------------------------------- /.claude/commands/github/code-review-swarm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/github/code-review-swarm.md -------------------------------------------------------------------------------- /.claude/commands/github/code-review.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/github/code-review.md -------------------------------------------------------------------------------- /.claude/commands/github/github-modes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/github/github-modes.md -------------------------------------------------------------------------------- /.claude/commands/github/github-swarm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/github/github-swarm.md -------------------------------------------------------------------------------- /.claude/commands/github/issue-tracker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/github/issue-tracker.md -------------------------------------------------------------------------------- /.claude/commands/github/issue-triage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/github/issue-triage.md -------------------------------------------------------------------------------- /.claude/commands/github/multi-repo-swarm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/github/multi-repo-swarm.md -------------------------------------------------------------------------------- /.claude/commands/github/pr-enhance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/github/pr-enhance.md -------------------------------------------------------------------------------- /.claude/commands/github/pr-manager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/github/pr-manager.md -------------------------------------------------------------------------------- /.claude/commands/github/project-board-sync.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/github/project-board-sync.md -------------------------------------------------------------------------------- /.claude/commands/github/release-manager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/github/release-manager.md -------------------------------------------------------------------------------- /.claude/commands/github/release-swarm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/github/release-swarm.md -------------------------------------------------------------------------------- /.claude/commands/github/repo-analyze.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/github/repo-analyze.md -------------------------------------------------------------------------------- /.claude/commands/github/repo-architect.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/github/repo-architect.md -------------------------------------------------------------------------------- /.claude/commands/github/swarm-issue.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/github/swarm-issue.md -------------------------------------------------------------------------------- /.claude/commands/github/swarm-pr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/github/swarm-pr.md -------------------------------------------------------------------------------- /.claude/commands/github/sync-coordinator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/github/sync-coordinator.md -------------------------------------------------------------------------------- /.claude/commands/github/workflow-automation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/github/workflow-automation.md -------------------------------------------------------------------------------- /.claude/commands/hive-mind/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/hive-mind/README.md -------------------------------------------------------------------------------- /.claude/commands/hive-mind/hive-mind-consensus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/hive-mind/hive-mind-consensus.md -------------------------------------------------------------------------------- /.claude/commands/hive-mind/hive-mind-init.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/hive-mind/hive-mind-init.md -------------------------------------------------------------------------------- /.claude/commands/hive-mind/hive-mind-memory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/hive-mind/hive-mind-memory.md -------------------------------------------------------------------------------- /.claude/commands/hive-mind/hive-mind-metrics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/hive-mind/hive-mind-metrics.md -------------------------------------------------------------------------------- /.claude/commands/hive-mind/hive-mind-resume.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/hive-mind/hive-mind-resume.md -------------------------------------------------------------------------------- /.claude/commands/hive-mind/hive-mind-sessions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/hive-mind/hive-mind-sessions.md -------------------------------------------------------------------------------- /.claude/commands/hive-mind/hive-mind-spawn.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/hive-mind/hive-mind-spawn.md -------------------------------------------------------------------------------- /.claude/commands/hive-mind/hive-mind-status.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/hive-mind/hive-mind-status.md -------------------------------------------------------------------------------- /.claude/commands/hive-mind/hive-mind-stop.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/hive-mind/hive-mind-stop.md -------------------------------------------------------------------------------- /.claude/commands/hive-mind/hive-mind-wizard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/hive-mind/hive-mind-wizard.md -------------------------------------------------------------------------------- /.claude/commands/hive-mind/hive-mind.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/hive-mind/hive-mind.md -------------------------------------------------------------------------------- /.claude/commands/hooks/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/hooks/README.md -------------------------------------------------------------------------------- /.claude/commands/hooks/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/hooks/overview.md -------------------------------------------------------------------------------- /.claude/commands/hooks/post-edit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/hooks/post-edit.md -------------------------------------------------------------------------------- /.claude/commands/hooks/post-task.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/hooks/post-task.md -------------------------------------------------------------------------------- /.claude/commands/hooks/pre-edit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/hooks/pre-edit.md -------------------------------------------------------------------------------- /.claude/commands/hooks/pre-task.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/hooks/pre-task.md -------------------------------------------------------------------------------- /.claude/commands/hooks/session-end.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/hooks/session-end.md -------------------------------------------------------------------------------- /.claude/commands/hooks/setup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/hooks/setup.md -------------------------------------------------------------------------------- /.claude/commands/monitoring/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/monitoring/README.md -------------------------------------------------------------------------------- /.claude/commands/monitoring/agent-metrics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/monitoring/agent-metrics.md -------------------------------------------------------------------------------- /.claude/commands/monitoring/agents.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/monitoring/agents.md -------------------------------------------------------------------------------- /.claude/commands/monitoring/real-time-view.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/monitoring/real-time-view.md -------------------------------------------------------------------------------- /.claude/commands/monitoring/status.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/monitoring/status.md -------------------------------------------------------------------------------- /.claude/commands/monitoring/swarm-monitor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/monitoring/swarm-monitor.md -------------------------------------------------------------------------------- /.claude/commands/optimization/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/optimization/README.md -------------------------------------------------------------------------------- /.claude/commands/optimization/auto-topology.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/optimization/auto-topology.md -------------------------------------------------------------------------------- /.claude/commands/optimization/cache-manage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/optimization/cache-manage.md -------------------------------------------------------------------------------- /.claude/commands/optimization/parallel-execute.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/optimization/parallel-execute.md -------------------------------------------------------------------------------- /.claude/commands/optimization/parallel-execution.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/optimization/parallel-execution.md -------------------------------------------------------------------------------- /.claude/commands/optimization/topology-optimize.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/optimization/topology-optimize.md -------------------------------------------------------------------------------- /.claude/commands/pair/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/pair/README.md -------------------------------------------------------------------------------- /.claude/commands/pair/commands.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/pair/commands.md -------------------------------------------------------------------------------- /.claude/commands/pair/config.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/pair/config.md -------------------------------------------------------------------------------- /.claude/commands/pair/examples.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/pair/examples.md -------------------------------------------------------------------------------- /.claude/commands/pair/modes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/pair/modes.md -------------------------------------------------------------------------------- /.claude/commands/pair/session.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/pair/session.md -------------------------------------------------------------------------------- /.claude/commands/pair/start.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/pair/start.md -------------------------------------------------------------------------------- /.claude/commands/sparc/analyzer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/sparc/analyzer.md -------------------------------------------------------------------------------- /.claude/commands/sparc/architect.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/sparc/architect.md -------------------------------------------------------------------------------- /.claude/commands/sparc/batch-executor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/sparc/batch-executor.md -------------------------------------------------------------------------------- /.claude/commands/sparc/coder.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/sparc/coder.md -------------------------------------------------------------------------------- /.claude/commands/sparc/debugger.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/sparc/debugger.md -------------------------------------------------------------------------------- /.claude/commands/sparc/designer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/sparc/designer.md -------------------------------------------------------------------------------- /.claude/commands/sparc/documenter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/sparc/documenter.md -------------------------------------------------------------------------------- /.claude/commands/sparc/innovator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/sparc/innovator.md -------------------------------------------------------------------------------- /.claude/commands/sparc/memory-manager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/sparc/memory-manager.md -------------------------------------------------------------------------------- /.claude/commands/sparc/optimizer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/sparc/optimizer.md -------------------------------------------------------------------------------- /.claude/commands/sparc/orchestrator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/sparc/orchestrator.md -------------------------------------------------------------------------------- /.claude/commands/sparc/researcher.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/sparc/researcher.md -------------------------------------------------------------------------------- /.claude/commands/sparc/reviewer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/sparc/reviewer.md -------------------------------------------------------------------------------- /.claude/commands/sparc/sparc-modes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/sparc/sparc-modes.md -------------------------------------------------------------------------------- /.claude/commands/sparc/swarm-coordinator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/sparc/swarm-coordinator.md -------------------------------------------------------------------------------- /.claude/commands/sparc/tdd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/sparc/tdd.md -------------------------------------------------------------------------------- /.claude/commands/sparc/tester.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/sparc/tester.md -------------------------------------------------------------------------------- /.claude/commands/sparc/workflow-manager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/sparc/workflow-manager.md -------------------------------------------------------------------------------- /.claude/commands/stream-chain/pipeline.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/stream-chain/pipeline.md -------------------------------------------------------------------------------- /.claude/commands/stream-chain/run.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/stream-chain/run.md -------------------------------------------------------------------------------- /.claude/commands/swarm/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/swarm/README.md -------------------------------------------------------------------------------- /.claude/commands/swarm/analysis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/swarm/analysis.md -------------------------------------------------------------------------------- /.claude/commands/swarm/development.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/swarm/development.md -------------------------------------------------------------------------------- /.claude/commands/swarm/examples.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/swarm/examples.md -------------------------------------------------------------------------------- /.claude/commands/swarm/maintenance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/swarm/maintenance.md -------------------------------------------------------------------------------- /.claude/commands/swarm/optimization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/swarm/optimization.md -------------------------------------------------------------------------------- /.claude/commands/swarm/research.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/swarm/research.md -------------------------------------------------------------------------------- /.claude/commands/swarm/swarm-analysis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/swarm/swarm-analysis.md -------------------------------------------------------------------------------- /.claude/commands/swarm/swarm-background.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/swarm/swarm-background.md -------------------------------------------------------------------------------- /.claude/commands/swarm/swarm-init.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/swarm/swarm-init.md -------------------------------------------------------------------------------- /.claude/commands/swarm/swarm-modes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/swarm/swarm-modes.md -------------------------------------------------------------------------------- /.claude/commands/swarm/swarm-monitor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/swarm/swarm-monitor.md -------------------------------------------------------------------------------- /.claude/commands/swarm/swarm-spawn.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/swarm/swarm-spawn.md -------------------------------------------------------------------------------- /.claude/commands/swarm/swarm-status.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/swarm/swarm-status.md -------------------------------------------------------------------------------- /.claude/commands/swarm/swarm-strategies.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/swarm/swarm-strategies.md -------------------------------------------------------------------------------- /.claude/commands/swarm/swarm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/swarm/swarm.md -------------------------------------------------------------------------------- /.claude/commands/swarm/testing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/swarm/testing.md -------------------------------------------------------------------------------- /.claude/commands/training/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/training/README.md -------------------------------------------------------------------------------- /.claude/commands/training/model-update.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/training/model-update.md -------------------------------------------------------------------------------- /.claude/commands/training/neural-patterns.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/training/neural-patterns.md -------------------------------------------------------------------------------- /.claude/commands/training/neural-train.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/training/neural-train.md -------------------------------------------------------------------------------- /.claude/commands/training/pattern-learn.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/training/pattern-learn.md -------------------------------------------------------------------------------- /.claude/commands/training/specialization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/training/specialization.md -------------------------------------------------------------------------------- /.claude/commands/truth/start.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/truth/start.md -------------------------------------------------------------------------------- /.claude/commands/verify/check.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/verify/check.md -------------------------------------------------------------------------------- /.claude/commands/verify/start.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/verify/start.md -------------------------------------------------------------------------------- /.claude/commands/workflows/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/workflows/README.md -------------------------------------------------------------------------------- /.claude/commands/workflows/development.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/workflows/development.md -------------------------------------------------------------------------------- /.claude/commands/workflows/research.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/workflows/research.md -------------------------------------------------------------------------------- /.claude/commands/workflows/workflow-create.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/workflows/workflow-create.md -------------------------------------------------------------------------------- /.claude/commands/workflows/workflow-execute.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/workflows/workflow-execute.md -------------------------------------------------------------------------------- /.claude/commands/workflows/workflow-export.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/commands/workflows/workflow-export.md -------------------------------------------------------------------------------- /.claude/helpers/checkpoint-manager.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/helpers/checkpoint-manager.sh -------------------------------------------------------------------------------- /.claude/helpers/github-safe.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/helpers/github-safe.js -------------------------------------------------------------------------------- /.claude/helpers/github-setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/helpers/github-setup.sh -------------------------------------------------------------------------------- /.claude/helpers/quick-start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/helpers/quick-start.sh -------------------------------------------------------------------------------- /.claude/helpers/setup-mcp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/helpers/setup-mcp.sh -------------------------------------------------------------------------------- /.claude/helpers/standard-checkpoint-hooks.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/helpers/standard-checkpoint-hooks.sh -------------------------------------------------------------------------------- /.claude/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.claude/settings.json -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/.gitignore -------------------------------------------------------------------------------- /CLAUDE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/CLAUDE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/README.md -------------------------------------------------------------------------------- /sdk/ACTUAL_TOOLS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/sdk/ACTUAL_TOOLS.md -------------------------------------------------------------------------------- /sdk/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/sdk/README.md -------------------------------------------------------------------------------- /sdk/TOOLS_AUDIT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/sdk/TOOLS_AUDIT.md -------------------------------------------------------------------------------- /sdk/VERIFIED_TOOLS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/sdk/VERIFIED_TOOLS.md -------------------------------------------------------------------------------- /sdk/assistant/advanced.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/sdk/assistant/advanced.md -------------------------------------------------------------------------------- /sdk/assistant/chat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/sdk/assistant/chat.md -------------------------------------------------------------------------------- /sdk/assistant/conversations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/sdk/assistant/conversations.md -------------------------------------------------------------------------------- /sdk/assistant/tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/sdk/assistant/tools.md -------------------------------------------------------------------------------- /sdk/authentication/auth-methods.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/sdk/authentication/auth-methods.md -------------------------------------------------------------------------------- /sdk/authentication/users.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/sdk/authentication/users.md -------------------------------------------------------------------------------- /sdk/github/repositories.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/sdk/github/repositories.md -------------------------------------------------------------------------------- /sdk/javascript/getting-started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/sdk/javascript/getting-started.md -------------------------------------------------------------------------------- /sdk/neural/neural-training.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/sdk/neural/neural-training.md -------------------------------------------------------------------------------- /sdk/payments/credit-management.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/sdk/payments/credit-management.md -------------------------------------------------------------------------------- /sdk/sandbox/sandbox-execution.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/sdk/sandbox/sandbox-execution.md -------------------------------------------------------------------------------- /sdk/storage/file-storage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/sdk/storage/file-storage.md -------------------------------------------------------------------------------- /sdk/swarms/swarm-management.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/sdk/swarms/swarm-management.md -------------------------------------------------------------------------------- /sdk/templates/marketplace.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/sdk/templates/marketplace.md -------------------------------------------------------------------------------- /sdk/templates/system.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/sdk/templates/system.md -------------------------------------------------------------------------------- /sdk/workflows/workflow-orchestration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/sdk/workflows/workflow-orchestration.md -------------------------------------------------------------------------------- /tutorials/agentic-marketing/.npmignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/tutorials/agentic-marketing/.npmignore -------------------------------------------------------------------------------- /tutorials/agentic-marketing/ADVANCED_FEATURES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/tutorials/agentic-marketing/ADVANCED_FEATURES.md -------------------------------------------------------------------------------- /tutorials/agentic-marketing/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/tutorials/agentic-marketing/README.md -------------------------------------------------------------------------------- /tutorials/agentic-marketing/TUTORIAL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/tutorials/agentic-marketing/TUTORIAL.md -------------------------------------------------------------------------------- /tutorials/agentic-marketing/agentic-marketing.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/tutorials/agentic-marketing/agentic-marketing.js -------------------------------------------------------------------------------- /tutorials/agentic-marketing/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/tutorials/agentic-marketing/main.js -------------------------------------------------------------------------------- /tutorials/agentic-marketing/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/tutorials/agentic-marketing/package-lock.json -------------------------------------------------------------------------------- /tutorials/agentic-marketing/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/tutorials/agentic-marketing/package.json -------------------------------------------------------------------------------- /tutorials/agentic-marketing/schema.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/tutorials/agentic-marketing/schema.sql -------------------------------------------------------------------------------- /tutorials/agentic-marketing/src/AgenticMarketingServer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/tutorials/agentic-marketing/src/AgenticMarketingServer.js -------------------------------------------------------------------------------- /tutorials/agentic-marketing/src/AuthenticationManager.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/tutorials/agentic-marketing/src/AuthenticationManager.js -------------------------------------------------------------------------------- /tutorials/agentic-marketing/src/DatabaseManager.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/tutorials/agentic-marketing/src/DatabaseManager.js -------------------------------------------------------------------------------- /tutorials/agentic-marketing/src/FlowNexusMCPWrapper.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/tutorials/agentic-marketing/src/FlowNexusMCPWrapper.js -------------------------------------------------------------------------------- /tutorials/agentic-marketing/src/FlowNexusSDK.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/tutorials/agentic-marketing/src/FlowNexusSDK.js -------------------------------------------------------------------------------- /tutorials/agentic-marketing/src/MediaPlanningAPI.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/tutorials/agentic-marketing/src/MediaPlanningAPI.js -------------------------------------------------------------------------------- /tutorials/agentic-marketing/test-agentic-marketing.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/tutorials/agentic-marketing/test-agentic-marketing.js -------------------------------------------------------------------------------- /tutorials/agentic-marketing/test-api-endpoints.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/tutorials/agentic-marketing/test-api-endpoints.js -------------------------------------------------------------------------------- /tutorials/agentic-marketing/test-system.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/flow-nexus/HEAD/tutorials/agentic-marketing/test-system.js --------------------------------------------------------------------------------