├── .claude ├── commands │ ├── analysis │ │ ├── README.md │ │ ├── bottleneck-detect.md │ │ ├── performance-report.md │ │ └── token-usage.md │ ├── automation │ │ ├── README.md │ │ ├── auto-agent.md │ │ ├── smart-spawn.md │ │ └── workflow-select.md │ ├── coordination │ │ ├── README.md │ │ ├── agent-spawn.md │ │ ├── swarm-init.md │ │ └── task-orchestrate.md │ ├── github │ │ ├── README.md │ │ ├── code-review.md │ │ ├── github-swarm.md │ │ ├── issue-triage.md │ │ ├── pr-enhance.md │ │ └── repo-analyze.md │ ├── hooks │ │ ├── README.md │ │ ├── post-edit.md │ │ ├── post-task.md │ │ ├── pre-edit.md │ │ ├── pre-task.md │ │ └── session-end.md │ ├── memory │ │ ├── README.md │ │ ├── memory-persist.md │ │ ├── memory-search.md │ │ └── memory-usage.md │ ├── monitoring │ │ ├── README.md │ │ ├── agent-metrics.md │ │ ├── real-time-view.md │ │ └── swarm-monitor.md │ ├── optimization │ │ ├── README.md │ │ ├── cache-manage.md │ │ ├── parallel-execute.md │ │ └── topology-optimize.md │ ├── training │ │ ├── README.md │ │ ├── model-update.md │ │ ├── neural-train.md │ │ └── pattern-learn.md │ └── workflows │ │ ├── README.md │ │ ├── workflow-create.md │ │ ├── workflow-execute.md │ │ └── workflow-export.md ├── helpers │ ├── github-setup.sh │ ├── quick-start.sh │ └── setup-mcp.sh ├── settings.json └── settings.local.json ├── .github ├── ISSUE_TEMPLATE │ └── epic.md └── workflows │ └── publish-production.yml ├── .gitignore ├── CLAUDE.md ├── Dockerfile ├── Dockerfile.alpine ├── Dockerfile.dev ├── LICENSE ├── README.md ├── claude-flow ├── claude-flow.bat ├── claude-flow.ps1 ├── docker ├── claude-container │ ├── .dockerignore │ ├── Dockerfile │ ├── README.md │ ├── claude-task-executor.js │ ├── docker-compose.yml │ ├── example-tasks.json │ ├── package.json │ ├── run-container.sh │ └── security-config.json ├── claude-market │ ├── Dockerfile │ └── entrypoint.sh ├── docker-compose.dev.yml ├── docker-compose.test.yml ├── docker-compose.yml ├── monitoring │ └── prometheus.yml ├── production │ ├── healthcheck.sh │ └── start.sh └── scripts │ └── deploy.sh ├── docs ├── NEURAL_AGENT_IMPLEMENTATION_REPORT.md ├── README.md ├── api │ └── api-reference.md ├── examples │ ├── basic │ │ └── hello-neural-mesh.md │ └── integrations │ │ └── claude-flow-integration.md ├── guides │ ├── architecture.md │ └── performance-optimization.md ├── integration │ └── mcp-integration.md ├── reference │ └── cli-reference.md ├── troubleshooting │ ├── common-issues.md │ └── faq.md └── tutorials │ └── quick-start.md ├── examples ├── neural_agent_demo.js ├── p2p_demo.md ├── swarm_intelligence_demo.js └── swarm_intelligence_demo.rs ├── k8s └── base │ ├── deployment-bootstrap.yaml │ ├── deployment-worker.yaml │ ├── ingress.yaml │ ├── kustomization.yaml │ ├── namespace.yaml │ └── service-lb.yaml ├── memory ├── agents │ └── README.md ├── claude-flow-data.json └── sessions │ └── README.md ├── npx-wrapper ├── bin │ └── synaptic-mesh └── package.json ├── packages └── claude-max-market │ ├── Dockerfile │ ├── IMPLEMENTATION_SUMMARY.md │ ├── README.md │ ├── bin │ └── claude-max-market.js │ ├── compliance-config.json │ ├── package.json │ ├── security-config.json │ └── src │ ├── compliance │ ├── checker.js │ └── manager.js │ ├── config │ └── manager.js │ ├── index.js │ ├── legal │ └── notice.js │ ├── logging │ └── logManager.js │ ├── market │ └── integration.js │ ├── orchestration │ └── jobOrchestrator.js │ ├── security │ └── encryption.js │ └── tracking │ └── usageTracker.js ├── plans ├── 1-research.md ├── 2-implementation.md ├── 3-documentation-plan.md ├── Kimi-K2 │ ├── CLI_IMPLEMENTATION_UPGRADE_REPORT.md │ ├── KIMI_K2_CRATE_PUBLISHING_PLAN.md │ ├── KIMI_K2_EXPERT_ANALYZER_UPDATE.md │ ├── KIMI_K2_INTEGRATION_EPIC.md │ ├── KIMI_K2_INTEGRATION_SUMMARY.md │ ├── KIMI_K2_PUBLISHING_STATUS.md │ ├── KIMI_K2_VERIFICATION_AND_PUBLISHING_REPORT.md │ ├── MCP_INTEGRATION_SUMMARY.md │ ├── kimi-k2-research-findings.md │ ├── kimi-k2-rust-wasm-conversion-plan.md │ └── technical-architecture.md ├── PUBLISHING_GUIDE.md ├── README.md ├── architecture │ ├── MCP_INTEGRATION_GUIDE.md │ ├── SYNAPTIC_NEURAL_MESH_IMPLEMENTATION_PLAN.md │ └── SYSTEM_ARCHITECTURE.md ├── integration │ ├── IMPLEMENTATION_EPIC.md │ ├── INTEGRATION_PATTERNS.md │ ├── P2P_INTEGRATION.md │ ├── PUBLISHING_READY_GUIDE.md │ └── SYNAPTIC_CRATE_PUBLISHING_PLAN.md ├── reports │ ├── ACCURATE_CLI_STATUS.md │ ├── CLAUDE_MARKET_IMPLEMENTATION_REPORT.md │ ├── CRITICAL_IMPLEMENTATION_GAPS.md │ ├── DOCKER_DEPLOYMENT_REPORT.md │ ├── FINAL_COMPLETION_REPORT.md │ ├── FINAL_PERFORMANCE_VALIDATION_REPORT.md │ ├── FINAL_PUBLISHING_VALIDATION_REPORT.md │ ├── FINAL_RELEASE_VALIDATION_REPORT.md │ ├── IMPLEMENTATION_COMPLETE.md │ ├── IMPLEMENTATION_ROADMAP.md │ ├── MCP_INTEGRATION_SUMMARY.md │ ├── MESH_VALIDATION_COMPLETE.md │ ├── NEURAL_IMPLEMENTATION_COMPLETE.md │ ├── PACKAGING_STATUS.md │ ├── PERFORMANCE_OPTIMIZATION_REPORT.md │ ├── PHASE5_DOCUMENTATION_COMPLETION_REPORT.md │ ├── PHASED_IMPLEMENTATION_ROADMAP.md │ ├── PLACEHOLDER_EVIDENCE_SUMMARY.md │ ├── PROGRESS_MONITOR_REPORT.md │ ├── PUBLISHING_OPTIMIZATION_COMPLETE.md │ ├── Phase4_Swarm_Intelligence_Summary.md │ ├── QUDAG_P2P_INTEGRATION_REPORT.md │ ├── RELEASE_COORDINATION_SUMMARY.md │ ├── RUST_IMPLEMENTATION_SUMMARY.md │ ├── SYNAPTIC_MESH_COMPLETENESS_VALIDATION_REPORT.md │ ├── final-integration-report.md │ ├── implementation-inspection-report.md │ └── packaging-report.json ├── research_analysis.md └── synaptic-market │ ├── RELEASE_CHECKLIST.md │ ├── SYNAPTIC_MARKET_COMPLIANCE_REPORT.md │ ├── compliance.md │ └── readme.md ├── publish-ready ├── Cargo.toml └── synaptic-qudag-core │ ├── Cargo.toml │ ├── README.md │ └── src │ └── lib.rs ├── publish-synaptic-crates.sh ├── scripts ├── deploy-market.sh ├── publish-all-packages.sh ├── publish-kimi-crates.sh └── test-packaging.js ├── src ├── js │ ├── claude-flow │ │ ├── .claude │ │ │ ├── commands │ │ │ │ ├── analysis │ │ │ │ │ ├── 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 │ │ │ │ ├── coordination │ │ │ │ │ ├── README.md │ │ │ │ │ ├── agent-spawn.md │ │ │ │ │ ├── init.md │ │ │ │ │ ├── orchestrate.md │ │ │ │ │ ├── spawn.md │ │ │ │ │ ├── swarm-init.md │ │ │ │ │ └── task-orchestrate.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 │ │ │ │ ├── hooks │ │ │ │ │ ├── README.md │ │ │ │ │ ├── overview.md │ │ │ │ │ ├── post-edit.md │ │ │ │ │ ├── post-task.md │ │ │ │ │ ├── pre-edit.md │ │ │ │ │ ├── pre-task.md │ │ │ │ │ ├── session-end.md │ │ │ │ │ └── setup.md │ │ │ │ ├── memory │ │ │ │ │ ├── README.md │ │ │ │ │ ├── memory-persist.md │ │ │ │ │ ├── memory-search.md │ │ │ │ │ ├── memory-usage.md │ │ │ │ │ ├── neural.md │ │ │ │ │ └── usage.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 │ │ │ │ ├── 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 │ │ │ │ ├── swarm │ │ │ │ │ ├── analysis.md │ │ │ │ │ ├── development.md │ │ │ │ │ ├── examples.md │ │ │ │ │ ├── maintenance.md │ │ │ │ │ ├── optimization.md │ │ │ │ │ ├── research.md │ │ │ │ │ └── testing.md │ │ │ │ ├── training │ │ │ │ │ ├── README.md │ │ │ │ │ ├── model-update.md │ │ │ │ │ ├── neural-patterns.md │ │ │ │ │ ├── neural-train.md │ │ │ │ │ ├── pattern-learn.md │ │ │ │ │ └── specialization.md │ │ │ │ └── workflows │ │ │ │ │ ├── README.md │ │ │ │ │ ├── development.md │ │ │ │ │ ├── research.md │ │ │ │ │ ├── workflow-create.md │ │ │ │ │ ├── workflow-execute.md │ │ │ │ │ └── workflow-export.md │ │ │ ├── config.json │ │ │ ├── helpers │ │ │ │ ├── github-setup.sh │ │ │ │ ├── quick-start.sh │ │ │ │ └── setup-mcp.sh │ │ │ ├── sessions │ │ │ │ ├── 2025-07-05T12-59-38.185Z-metrics.json │ │ │ │ ├── 2025-07-05T12-59-38.185Z-summary.md │ │ │ │ ├── 2025-07-05T14-20-49.434Z-metrics.json │ │ │ │ ├── 2025-07-05T14-20-49.434Z-summary.md │ │ │ │ ├── 2025-07-06T14-02-56.207Z-metrics.json │ │ │ │ ├── 2025-07-06T14-02-56.207Z-summary.md │ │ │ │ ├── 2025-07-06T14-20-21.482Z-metrics.json │ │ │ │ ├── 2025-07-06T14-20-21.482Z-summary.md │ │ │ │ ├── 2025-07-07T03-00-34.330Z-metrics.json │ │ │ │ └── 2025-07-07T03-00-34.330Z-summary.md │ │ │ ├── settings.json │ │ │ └── settings.local.json │ │ ├── .github │ │ │ ├── dependabot.yml │ │ │ └── workflows │ │ │ │ ├── ci.yml │ │ │ │ ├── hive-mind-benchmarks.yml │ │ │ │ ├── migration-tests.yml │ │ │ │ └── test.yml │ │ ├── .gitignore │ │ ├── .hive-mind │ │ │ └── config.json │ │ ├── .npmignore │ │ ├── .releaserc.json │ │ ├── .roo │ │ │ ├── README.md │ │ │ ├── mcp-list.txt │ │ │ ├── mcp.json │ │ │ ├── mcp.md │ │ │ ├── rules-architect │ │ │ │ └── rules.md │ │ │ ├── rules-ask │ │ │ │ └── rules.md │ │ │ ├── rules-code │ │ │ │ ├── apply_diff_guidelines.md │ │ │ │ ├── code_editing.md │ │ │ │ ├── file_operations_guidelines.md │ │ │ │ ├── insert_content.md │ │ │ │ ├── rules.md │ │ │ │ ├── search_replace.md │ │ │ │ └── tool_guidelines_index.md │ │ │ ├── rules-debug │ │ │ │ └── rules.md │ │ │ ├── rules-devops │ │ │ │ └── rules.md │ │ │ ├── rules-docs-writer │ │ │ │ └── rules.md │ │ │ ├── rules-integration │ │ │ │ └── rules.md │ │ │ ├── rules-mcp │ │ │ │ └── rules.md │ │ │ ├── rules-post-deployment-monitoring-mode │ │ │ │ └── rules.md │ │ │ ├── rules-refinement-optimization-mode │ │ │ │ └── rules.md │ │ │ ├── rules-security-review │ │ │ │ └── rules.md │ │ │ ├── rules-sparc │ │ │ │ └── rules.md │ │ │ ├── rules-spec-pseudocode │ │ │ │ └── rules.md │ │ │ ├── rules-supabase-admin │ │ │ │ └── rules.md │ │ │ ├── rules-tdd │ │ │ │ └── rules.md │ │ │ ├── rules-tutorial │ │ │ │ └── rules.md │ │ │ └── rules │ │ │ │ ├── apply_diff_guidelines.md │ │ │ │ ├── file_operations_guidelines.md │ │ │ │ ├── insert_content.md │ │ │ │ ├── rules.md │ │ │ │ ├── search_replace.md │ │ │ │ └── tool_guidelines_index.md │ │ ├── .roomodes │ │ ├── CHANGELOG.md │ │ ├── CLAUDE.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── archive │ │ │ ├── CLEANUP_SUMMARY.md │ │ │ ├── debug-docs │ │ │ │ ├── debug-findings.md │ │ │ │ └── debug-hooks-system-SOLUTION.md │ │ │ ├── infrastructure │ │ │ │ ├── README.md │ │ │ │ └── docker │ │ │ │ │ ├── Dockerfile │ │ │ │ │ ├── README.md │ │ │ │ │ ├── docker-compose.yml │ │ │ │ │ └── testing │ │ │ │ │ ├── Dockerfile │ │ │ │ │ ├── Dockerfile.npm │ │ │ │ │ ├── Dockerfile.npx │ │ │ │ │ ├── IMPLEMENTATION_SUMMARY.md │ │ │ │ │ ├── README.md │ │ │ │ │ ├── docker-compose.override.yml │ │ │ │ │ ├── docker-compose.test.yml │ │ │ │ │ ├── docker-compose.yml │ │ │ │ │ ├── nginx.conf │ │ │ │ │ ├── scripts │ │ │ │ │ ├── aggregate-test-results.js │ │ │ │ │ ├── build-and-test.sh │ │ │ │ │ ├── performance-monitor.js │ │ │ │ │ └── run-all-tests.sh │ │ │ │ │ └── test-mcp-tools.sh │ │ │ ├── legacy-memory-system │ │ │ │ ├── README.md │ │ │ │ ├── agents │ │ │ │ │ └── README.md │ │ │ │ ├── backups │ │ │ │ │ ├── backup-2025-06-19T19-16-50-931Z.json │ │ │ │ │ ├── backup-2025-07-01T23-07-10-184Z.json │ │ │ │ │ ├── backup-2025-07-01T23-08-43-103Z.json │ │ │ │ │ ├── backup-2025-07-01T23-08-51-121Z.json │ │ │ │ │ ├── backup-2025-07-01T23-09-51-926Z.json │ │ │ │ │ ├── backup-2025-07-01T23-10-42-020Z.json │ │ │ │ │ └── backup-2025-07-10T02-55-33-887Z.json │ │ │ │ ├── claude-flow-data.json │ │ │ │ ├── creative_sparc_modes_status.json │ │ │ │ ├── data │ │ │ │ │ └── entries.json │ │ │ │ ├── docs │ │ │ │ │ ├── README.md │ │ │ │ │ ├── api.md │ │ │ │ │ ├── architecture.md │ │ │ │ │ ├── backends.md │ │ │ │ │ ├── configuration.md │ │ │ │ │ ├── deployment.md │ │ │ │ │ ├── performance.md │ │ │ │ │ ├── security.md │ │ │ │ │ ├── troubleshooting.md │ │ │ │ │ └── usage.md │ │ │ │ ├── examples │ │ │ │ │ └── usage-example.ts │ │ │ │ ├── memory-bank.md │ │ │ │ ├── memory-store.json │ │ │ │ ├── package-lock.json │ │ │ │ ├── package.json │ │ │ │ ├── sessions │ │ │ │ │ └── README.md │ │ │ │ ├── src │ │ │ │ │ ├── backends │ │ │ │ │ │ ├── markdown-backend.ts │ │ │ │ │ │ └── sqlite-backend.ts │ │ │ │ │ ├── cache │ │ │ │ │ │ └── memory-cache.ts │ │ │ │ │ ├── core │ │ │ │ │ │ └── memory-manager.ts │ │ │ │ │ ├── index.ts │ │ │ │ │ ├── indexer │ │ │ │ │ │ └── memory-indexer.ts │ │ │ │ │ ├── io │ │ │ │ │ │ └── import-export.ts │ │ │ │ │ ├── namespaces │ │ │ │ │ │ └── namespace-manager.ts │ │ │ │ │ ├── replication │ │ │ │ │ │ └── replication-manager.ts │ │ │ │ │ ├── tests │ │ │ │ │ │ ├── backends.test.ts │ │ │ │ │ │ ├── import-export.test.ts │ │ │ │ │ │ ├── indexer.test.ts │ │ │ │ │ │ ├── memory-cache.test.ts │ │ │ │ │ │ ├── memory-manager.test.ts │ │ │ │ │ │ ├── namespace-manager.test.ts │ │ │ │ │ │ └── replication.test.ts │ │ │ │ │ └── types.ts │ │ │ │ ├── test-setup.ts │ │ │ │ ├── tsconfig.json │ │ │ │ └── vitest.config.ts │ │ │ ├── reports │ │ │ │ ├── CONFIGURATION_SUMMARY.md │ │ │ │ ├── DEPENDENCY_RESOLUTION_GUIDE.md │ │ │ │ ├── DOCKER_TEST_REPORT.md │ │ │ │ ├── ERROR_HANDLING_IMPLEMENTATION_REPORT.md │ │ │ │ ├── QA_TEST_REPORT.md │ │ │ │ ├── ROLLBACK_PLAN.md │ │ │ │ ├── WEB_UI_IMPLEMENTATION.md │ │ │ │ ├── mcp-validation-report.md │ │ │ │ └── ruv-swarm-performance-analysis.md │ │ │ ├── root-cleanup │ │ │ │ ├── markdown │ │ │ │ │ ├── ALPHA_RELEASE_CHECKLIST.md │ │ │ │ │ ├── ALPHA_RELEASE_README.md │ │ │ │ │ ├── EPIC-DAA-SWARM-INTEGRATION.md │ │ │ │ │ ├── HOOKS.md │ │ │ │ │ ├── RELEASE_NOTES_ALPHA_16.md │ │ │ │ │ └── RELEASE_NOTES_ALPHA_17.md │ │ │ │ └── scripts │ │ │ │ │ ├── fix-alpha-errors.cjs │ │ │ │ │ └── fix-ts-property-errors.ts │ │ │ └── swarm-analysis │ │ │ │ ├── init-command-analysis.md │ │ │ │ └── init-command-file-map.json │ │ ├── assets │ │ │ └── image.png │ │ ├── benchmark │ │ │ ├── .hive-mind │ │ │ │ ├── config.json │ │ │ │ ├── hive.db-shm │ │ │ │ └── hive.db-wal │ │ │ ├── IMPLEMENTATION_SUMMARY.md │ │ │ ├── LOAD_TESTING_IMPLEMENTATION_REPORT.md │ │ │ ├── PERFORMANCE_SUITE_README.md │ │ │ ├── README.md │ │ │ ├── REAL_BENCHMARK_SUMMARY.md │ │ │ ├── analysis │ │ │ │ └── hive-mind-performance-analysis.md │ │ │ ├── ci_performance_integration.py │ │ │ ├── compare_optimizations.py │ │ │ ├── continuous_performance_monitor.py │ │ │ ├── demo_comprehensive.py │ │ │ ├── demo_real_benchmark.py │ │ │ ├── demo_reports │ │ │ │ ├── benchmark_summary.json │ │ │ │ ├── demo-analysis-mesh_54f77f50-5c84-4bee-a929-207b1194ac7d.json │ │ │ │ ├── demo-analysis-mesh_826e8b63-4f5e-4aea-bd83-04b4496cfc4e.json │ │ │ │ ├── demo-analysis-mesh_bdb0f91c-4de0-4459-aacd-702df5b8dd3d.json │ │ │ │ ├── demo-auto-centralized_0ccd161d-5c63-4117-a8b2-59db5a9dda48.json │ │ │ │ ├── demo-auto-centralized_b7461443-088c-4cb3-a90d-5936cc4c9891.json │ │ │ │ ├── demo-auto-centralized_b7e1dad2-453d-4983-8f6f-14f7be7dc716.json │ │ │ │ ├── demo-development-hierarchical_62f546df-f93c-468a-b4e7-cf665a791aaf.json │ │ │ │ ├── demo-development-hierarchical_6611c450-c58b-4e9c-badd-7c5aaf89f4fd.json │ │ │ │ ├── demo-development-hierarchical_e723cdc5-93b9-4480-b136-281f9990ef3e.json │ │ │ │ ├── demo-maintenance-centralized_14cf0a3f-11f8-4297-8250-619a7c57d8b2.json │ │ │ │ ├── demo-maintenance-centralized_8621aa31-c81a-437e-b5b0-5500ad975393.json │ │ │ │ ├── demo-maintenance-centralized_9afe8bb8-143d-429b-9da1-ed6722d18dd3.json │ │ │ │ ├── demo-optimization-hybrid_20e5e971-c1aa-411f-a4c1-bd9c831d468a.json │ │ │ │ ├── demo-optimization-hybrid_a563ac83-1474-4f2e-8628-cf38d363f4d2.json │ │ │ │ ├── demo-optimization-hybrid_e81f77c8-485f-449c-9160-4639ecff6741.json │ │ │ │ ├── demo-research-distributed_02e44433-4487-4983-8cb5-dfd39be0e393.json │ │ │ │ ├── demo-research-distributed_67cab5d5-e07c-48fb-94fc-8bfb59d8a030.json │ │ │ │ ├── demo-research-distributed_7f0d6c07-159e-4956-bbfa-c80906c87c97.json │ │ │ │ ├── demo-testing-distributed_c88872a5-d0bd-4d5f-9bfd-39904d4000bd.json │ │ │ │ ├── demo-testing-distributed_c941e576-5936-4044-9133-f6aa6d292a3e.json │ │ │ │ └── demo-testing-distributed_de30d0d7-afab-42bd-b244-5e1fc4e55adc.json │ │ │ ├── docs │ │ │ │ ├── PARALLEL_EXECUTION.md │ │ │ │ ├── README.md │ │ │ │ ├── analysis.md │ │ │ │ ├── basic-usage.md │ │ │ │ ├── best-practices.md │ │ │ │ ├── cli-reference.md │ │ │ │ ├── coordination-modes.md │ │ │ │ ├── integration_guide.md │ │ │ │ ├── optimization-guide.md │ │ │ │ ├── quick-start.md │ │ │ │ ├── real-benchmark-architecture.md │ │ │ │ ├── real-benchmark-quickstart.md │ │ │ │ ├── real_metrics_collection.md │ │ │ │ └── strategies.md │ │ │ ├── example_usage.py │ │ │ ├── examples │ │ │ │ ├── parallel_benchmark_demo.py │ │ │ │ ├── real_benchmark_examples.py │ │ │ │ └── real_metrics_demo.py │ │ │ ├── hive-mind-benchmarks │ │ │ │ ├── __pycache__ │ │ │ │ │ └── benchmark_runner.cpython-312.pyc │ │ │ │ ├── benchmark_runner.py │ │ │ │ ├── config │ │ │ │ │ └── test-config.json │ │ │ │ ├── docker │ │ │ │ │ ├── .dockerignore │ │ │ │ │ ├── Dockerfile │ │ │ │ │ └── docker-compose.yml │ │ │ │ ├── hive-benchmarks │ │ │ │ │ ├── hive_mind_benchmark_analysis_20250706_141238.json │ │ │ │ │ ├── hive_mind_benchmark_results_20250706_141238.json │ │ │ │ │ └── hive_mind_benchmark_summary_20250706_141238.csv │ │ │ │ ├── reports │ │ │ │ │ ├── hive_mind_comprehensive_benchmark_report.md │ │ │ │ │ └── performance_summary.md │ │ │ │ ├── requirements.txt │ │ │ │ ├── scripts │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ ├── automated_test_runner.cpython-312.pyc │ │ │ │ │ │ ├── parallel_executor.cpython-312.pyc │ │ │ │ │ │ └── result_collector.cpython-312.pyc │ │ │ │ │ ├── automated_test_runner.py │ │ │ │ │ ├── parallel_executor.py │ │ │ │ │ ├── result_collector.py │ │ │ │ │ └── run_complete_benchmark_suite.sh │ │ │ │ └── tests │ │ │ │ │ └── test_automation_pipeline.py │ │ │ ├── hive-mind-load-test.py │ │ │ ├── hive-mind-stress-test.py │ │ │ ├── optimization_results │ │ │ │ └── optimization_comparison_20250614_200237.json │ │ │ ├── performance_dashboard.py │ │ │ ├── plans │ │ │ │ ├── architecture-design.md │ │ │ │ ├── deployment-guide.md │ │ │ │ ├── implementation-plan.md │ │ │ │ └── testing-strategy.md │ │ │ ├── quick_test_integration.py │ │ │ ├── real_benchmark_results.json │ │ │ ├── reports │ │ │ │ ├── benchmark-analysis-centralized_595fb042-57aa-4126-a3d8-d5a3099f6922.json │ │ │ │ ├── benchmark-analysis-hierarchical_870a421a-414b-4a8b-9de7-9c90fc4cb8d7.json │ │ │ │ ├── benchmark-analysis-hierarchical_940f1fc1-fd46-48d6-9bd5-ab0822f51370.json │ │ │ │ ├── benchmark-auto-centralized_12f5df02-e130-4d98-b9e4-038b95ac2a10.json │ │ │ │ ├── benchmark-development-centralized_aeaaa661-524f-4d88-aad8-9d9652e507ec.json │ │ │ │ ├── benchmark-development-centralized_bd1018c1-3a32-45b5-88f7-bce8929e7bfa.json │ │ │ │ ├── benchmark-development-distributed_00c2b747-d359-4212-a69b-c3ba54e49b90.json │ │ │ │ ├── benchmark-development-distributed_fd70541e-7d12-4909-b2ce-462b2f54450f.json │ │ │ │ ├── benchmark-development-hierarchical_c2cd1635-507c-4842-ae22-fa92ac5cd46b.json │ │ │ │ ├── benchmark-development-mesh_39298fb1-c907-4387-9377-992f6647567c.json │ │ │ │ ├── benchmark-optimization-hybrid_8645e972-c0a5-4cba-8b33-caa28af64ff8.json │ │ │ │ ├── benchmark-optimization-mesh_2008ba15-5b5d-41e2-b396-28e4aabff057.json │ │ │ │ ├── benchmark-optimization-mesh_2efec067-4437-4347-aedc-b022edd84090.json │ │ │ │ ├── benchmark-research-centralized_55723718-a42b-4a0d-96e4-9294223aa6c0.json │ │ │ │ ├── benchmark-research-distributed_15bc1f4e-cb57-43a0-9e4f-bc9e8225c3fc.json │ │ │ │ ├── benchmark-research-distributed_67f5a2f5-2e06-4594-9768-4701e8d6f777.json │ │ │ │ ├── comparison-analysis-mesh_8156fc8e-c236-43bc-84d5-0beb602a040d.json │ │ │ │ ├── comparison-analysis-mesh_97febc9c-5490-49ac-96aa-d8ae369522f7.json │ │ │ │ ├── comparison-development-hierarchical_88d86f43-6c07-4615-b998-50f4fa55c20e.json │ │ │ │ ├── comparison-development-hierarchical_d52ee071-9225-4cb5-8b5a-fd23234b33cb.json │ │ │ │ ├── comparison-optimization-hybrid_d3067a5d-365c-46a2-b266-02f06b7c3349.json │ │ │ │ ├── comparison-optimization-hybrid_db820609-048b-4337-aaf0-9d40107eec1b.json │ │ │ │ ├── comparison-research-distributed_81a807ff-e354-425e-9f64-a87074b101d9.json │ │ │ │ ├── comparison-research-distributed_893141e1-1783-4f6b-892a-754a40d9005e.json │ │ │ │ ├── comparison-testing-distributed_0a20d01d-17fd-47aa-b69c-012125bdb8ff.json │ │ │ │ └── comparison-testing-distributed_e5dab387-6734-478c-887e-52064354720f.json │ │ │ ├── requirements-dev.txt │ │ │ ├── requirements.txt │ │ │ ├── run-load-tests.py │ │ │ ├── run_performance_tests.py │ │ │ ├── setup.py │ │ │ ├── simple-load-test.py │ │ │ ├── simple_load_test_results.json │ │ │ ├── simple_test_results.json │ │ │ ├── src │ │ │ │ ├── swarm_benchmark.egg-info │ │ │ │ │ ├── PKG-INFO │ │ │ │ │ ├── SOURCES.txt │ │ │ │ │ ├── dependency_links.txt │ │ │ │ │ ├── entry_points.txt │ │ │ │ │ ├── not-zip-safe │ │ │ │ │ ├── requires.txt │ │ │ │ │ └── top_level.txt │ │ │ │ └── swarm_benchmark │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── __main__.py │ │ │ │ │ ├── cli │ │ │ │ │ ├── __init__.py │ │ │ │ │ └── main.py │ │ │ │ │ ├── core │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── benchmark_engine.py │ │ │ │ │ ├── claude_flow_executor.py │ │ │ │ │ ├── integration_utils.py │ │ │ │ │ ├── models.py │ │ │ │ │ ├── optimized_benchmark_engine.py │ │ │ │ │ ├── orchestration_manager.py │ │ │ │ │ ├── parallel_executor.py │ │ │ │ │ ├── real_benchmark_engine.py │ │ │ │ │ ├── result_aggregator.py │ │ │ │ │ └── task_scheduler.py │ │ │ │ │ ├── metrics │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── metrics_aggregator.py │ │ │ │ │ ├── performance_collector.py │ │ │ │ │ ├── process_tracker.py │ │ │ │ │ └── resource_monitor.py │ │ │ │ │ ├── modes │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── base_mode.py │ │ │ │ │ ├── centralized_mode.py │ │ │ │ │ ├── distributed_mode.py │ │ │ │ │ ├── hierarchical_mode.py │ │ │ │ │ ├── hybrid_mode.py │ │ │ │ │ └── mesh_mode.py │ │ │ │ │ ├── output │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── json_writer.py │ │ │ │ │ └── sqlite_manager.py │ │ │ │ │ └── strategies │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── analysis_strategy.py │ │ │ │ │ ├── auto_strategy.py │ │ │ │ │ ├── base_strategy.py │ │ │ │ │ ├── development_strategy.py │ │ │ │ │ ├── maintenance_strategy.py │ │ │ │ │ ├── optimization_strategy.py │ │ │ │ │ ├── research_strategy.py │ │ │ │ │ └── testing_strategy.py │ │ │ ├── swarm_performance_suite.py │ │ │ ├── test_integration.py │ │ │ ├── test_output │ │ │ │ ├── Simple Test_709dc013-50f2-4810-bd2f-e3b3073f8ae6.json │ │ │ │ └── Simple Test_7263107f-9031-4403-901c-9db6e3fc96c6.json │ │ │ ├── test_real_benchmark_engine.py │ │ │ ├── test_real_claude_flow.py │ │ │ ├── test_real_metrics.py │ │ │ ├── test_real_simple.py │ │ │ ├── test_simple_run.py │ │ │ └── tests │ │ │ │ ├── fixtures │ │ │ │ ├── __init__.py │ │ │ │ └── test_data.py │ │ │ │ ├── integration │ │ │ │ ├── README.md │ │ │ │ ├── __init__.py │ │ │ │ ├── test_sparc_modes.py │ │ │ │ └── test_swarm_strategies.py │ │ │ │ ├── run_benchmarks.py │ │ │ │ └── unit │ │ │ │ ├── test_benchmark_engine.py │ │ │ │ ├── test_comprehensive_models.py │ │ │ │ ├── test_models.py │ │ │ │ └── test_strategies.py │ │ ├── bin │ │ │ └── claude-flow │ │ ├── claude-flow │ │ ├── claude-flow.bat │ │ ├── claude-flow.ps1 │ │ ├── codecov.yml │ │ ├── docker │ │ │ ├── Dockerfile.hive-mind │ │ │ ├── docker-compose.hive-mind.yml │ │ │ └── run-tests.sh │ │ ├── docs │ │ │ ├── 01-getting-started.md │ │ │ ├── 02-architecture-overview.md │ │ │ ├── 03-configuration-guide.md │ │ │ ├── 04-agent-management.md │ │ │ ├── 05-task-coordination.md │ │ │ ├── 06-memory-bank-usage.md │ │ │ ├── 07-mcp-integration.md │ │ │ ├── 08-terminal-management.md │ │ │ ├── 09-troubleshooting.md │ │ │ ├── 10-advanced-usage.md │ │ │ ├── 11-claude-spawning.md │ │ │ ├── 12-swarm.md │ │ │ ├── HIVE-MIND.md │ │ │ ├── INFRASTRUCTURE_ISSUE_RESOLUTION.md │ │ │ ├── MCP_WRAPPER_GUIDE.md │ │ │ ├── MIGRATION-v1-to-v2.md │ │ │ ├── README.md │ │ │ ├── SWARM_DOCUMENTATION.md │ │ │ ├── advanced-memory-management.md │ │ │ ├── analysis │ │ │ │ ├── HIVE_MIND_OPTIMIZATION_STRATEGY.md │ │ │ │ ├── metrics-validation-report-issue-125.md │ │ │ │ └── v2.0.0 │ │ │ │ │ ├── COMPREHENSIVE_DOCUMENTATION_AUDIT.md │ │ │ │ │ ├── DOCUMENTATION_COORDINATION_PLAN.md │ │ │ │ │ ├── MISSION_SUMMARY.md │ │ │ │ │ ├── NEW_DOCUMENTATION_ARCHITECTURE.md │ │ │ │ │ ├── OPTIMIZATION-IMPACT-REPORT.md │ │ │ │ │ ├── dangerously-skip-permissions-issue.md │ │ │ │ │ ├── functionality │ │ │ │ │ └── complete-analysis.md │ │ │ │ │ ├── improvements │ │ │ │ │ ├── architecture-review.md │ │ │ │ │ ├── code-quality-review.md │ │ │ │ │ ├── documentation-plan.md │ │ │ │ │ └── ux-enhancements.md │ │ │ │ │ ├── integration │ │ │ │ │ ├── ruv-swarm-integration.md │ │ │ │ │ └── sdk-improvements.md │ │ │ │ │ └── wizards │ │ │ │ │ ├── complete-setup-wizard.md │ │ │ │ │ └── getting-started-wizard.md │ │ │ ├── api │ │ │ │ ├── README.md │ │ │ │ ├── api-reference.md │ │ │ │ └── vscode-terminal-extension.md │ │ │ ├── archived │ │ │ │ ├── ERROR_ANALYSIS_REPORT.md │ │ │ │ ├── FIX_SCRIPT.md │ │ │ │ ├── IMPLEMENTATION_SUMMARY.md │ │ │ │ ├── SWARM_TASK_ATTRIBUTION_FIX_SUMMARY.md │ │ │ │ ├── TASK_TRACKING_FIX_REPORT.md │ │ │ │ ├── UI_RESPONSIVENESS_FINAL_REPORT.md │ │ │ │ ├── UNIFIED_DASHBOARD_SUMMARY.md │ │ │ │ ├── build-verification-report.md │ │ │ │ ├── ui-responsiveness-technical-analysis.md │ │ │ │ ├── ui-responsiveness-test-summary.md │ │ │ │ └── ui-responsiveness-visual-demo.html │ │ │ ├── batch-initialization.md │ │ │ ├── cli-output-capture.md │ │ │ ├── cli-reference.md │ │ │ ├── deployment │ │ │ │ └── docker.md │ │ │ ├── development │ │ │ │ ├── CLEANUP_SUMMARY.md │ │ │ │ ├── DIRECTORY_REORGANIZATION_SUMMARY.md │ │ │ │ ├── TEST_CONSOLIDATION_SUMMARY.md │ │ │ │ └── implementation-summary.md │ │ │ ├── diagrams │ │ │ │ └── 01-system-architecture.md │ │ │ ├── error-analysis.md │ │ │ ├── examples │ │ │ │ └── README.md │ │ │ ├── fix-issue-128-comment.md │ │ │ ├── guides │ │ │ │ ├── coordination.md │ │ │ │ └── memory-bank.md │ │ │ ├── hive-mind-optimization.md │ │ │ ├── hive-mind-system.md │ │ │ ├── hive-mind │ │ │ │ ├── DOCUMENTATION_SUMMARY.md │ │ │ │ ├── README.md │ │ │ │ ├── api-reference.md │ │ │ │ ├── cli-commands.md │ │ │ │ ├── examples.md │ │ │ │ ├── overview.md │ │ │ │ ├── troubleshooting.md │ │ │ │ └── wizard-guide.md │ │ │ ├── hooks-implementation-summary.md │ │ │ ├── implementation │ │ │ │ ├── MIGRATION_SYSTEM_SUMMARY.md │ │ │ │ ├── OPTIMIZED-INIT-SUMMARY.md │ │ │ │ └── PROMPT-COPIER-IMPLEMENTATION.md │ │ │ ├── index.md │ │ │ ├── initialization-scenarios.md │ │ │ ├── initialization-troubleshooting.md │ │ │ ├── input-handling-system.md │ │ │ ├── integration │ │ │ │ ├── README.md │ │ │ │ ├── claude-flow-v2-integration-guide.md │ │ │ │ ├── mcp-tools-reference.md │ │ │ │ ├── qudag-daa-wasm-guide.md │ │ │ │ └── troubleshooting-guide.md │ │ │ ├── integrations │ │ │ │ └── github.md │ │ │ ├── issue-78-final-report.md │ │ │ ├── known-issues.md │ │ │ ├── mcp-implementation.md │ │ │ ├── mcp-integration-architecture.md │ │ │ ├── mcp-tools-reference.md │ │ │ ├── memory-optimization-report.md │ │ │ ├── memory-system.md │ │ │ ├── migration-guide-v2.md │ │ │ ├── migration-guide.md │ │ │ ├── neural-networks.md │ │ │ ├── optimized-init-usage-guide.md │ │ │ ├── optimized-initialization.md │ │ │ ├── path-analysis-report.md │ │ │ ├── performance-comparison.md │ │ │ ├── performance-optimization-summary.md │ │ │ ├── planning │ │ │ │ ├── README.md │ │ │ │ ├── phase-0-research-planning.md │ │ │ │ ├── phase-1-specification.md │ │ │ │ ├── phase-2-pseudocode.md │ │ │ │ ├── phase-3-architecture.md │ │ │ │ ├── phase-4-implementation.md │ │ │ │ ├── phase-5-deployment.md │ │ │ │ └── swarm.md │ │ │ ├── project-structure.md │ │ │ ├── quick-start-v2.md │ │ │ ├── quick-start.md │ │ │ ├── repl-demo.md │ │ │ ├── reports │ │ │ │ ├── ALPHA_BUILD_STATUS.md │ │ │ │ ├── BENCHMARK_EXECUTIVE_SUMMARY.md │ │ │ │ ├── CLI_TEST_RESULTS_REPORT.md │ │ │ │ ├── COMPREHENSIVE_BENCHMARK_ANALYSIS_REPORT.md │ │ │ │ ├── COMPREHENSIVE_TEST_RESULTS.md │ │ │ │ ├── CONSOLE-TERMINAL-TEST-REPORT.md │ │ │ │ ├── PERFORMANCE_METRICS_VALIDATION_REPORT.md │ │ │ │ ├── README-init-tests.md │ │ │ │ ├── README.md │ │ │ │ ├── comparison-analysis-mesh_53dd766b-71ea-4710-a31c-bb34f712aa74.json │ │ │ │ ├── comparison-analysis-mesh_58dddf7c-418b-4d16-8359-4a9c5b459d6a.json │ │ │ │ ├── comparison-development-hierarchical_0df5ba33-064e-47f9-afb2-b9982eebd6e7.json │ │ │ │ ├── comparison-development-hierarchical_a951c344-01ce-46dc-b07b-a1d4392a433c.json │ │ │ │ ├── comparison-optimization-hybrid_2e10dc9a-67f7-4138-a2bb-5545398ae306.json │ │ │ │ ├── comparison-optimization-hybrid_7cafe638-754d-4bfa-807e-7a211b6e9e2e.json │ │ │ │ ├── comparison-research-distributed_48a76f75-8a68-456b-84c7-c53f031169b1.json │ │ │ │ ├── comparison-research-distributed_c2ea8cc1-b25f-4b5a-81cb-e54bb9e0ef29.json │ │ │ │ ├── comparison-testing-distributed_329fd888-847f-4026-aa24-3f18f4348426.json │ │ │ │ ├── comparison-testing-distributed_4231f409-5064-4f94-877a-eda9c4ee6d0a.json │ │ │ │ ├── hive-mind-benchmark-results.json │ │ │ │ ├── hive-mind-performance-analysis.md │ │ │ │ ├── swarm-auto-centralized-1750137476847.json │ │ │ │ ├── swarm-auto-centralized-1750158176341.json │ │ │ │ ├── swarm-auto-centralized-1750163943628.json │ │ │ │ ├── swarm-optimization │ │ │ │ │ ├── 00-initial-analysis.md │ │ │ │ │ ├── README.md │ │ │ │ │ ├── recommendations │ │ │ │ │ │ ├── 01-executive-summary.md │ │ │ │ │ │ ├── 02-critical-bottlenecks.md │ │ │ │ │ │ ├── 03-async-execution-optimization.md │ │ │ │ │ │ ├── 04-agent-selection-optimization.md │ │ │ │ │ │ ├── 05-memory-management-optimization.md │ │ │ │ │ │ ├── 06-event-driven-architecture.md │ │ │ │ │ │ ├── 07-implementation-roadmap.md │ │ │ │ │ │ └── README.md │ │ │ │ │ ├── strategies │ │ │ │ │ │ ├── 01-auto-strategy-optimization.md │ │ │ │ │ │ └── 02-research-strategy-optimization.md │ │ │ │ │ ├── swarm-optimization-centralized_b058a058-5f51-4fef-bc24-1d3df1ab728a.json │ │ │ │ │ ├── swarm-optimization-distributed_88aef12f-eed4-4b32-a624-19c2d343796d.json │ │ │ │ │ └── swarm-optimization-hierarchical_9fad98b8-74d2-43ee-9619-2ba17ea7e52b.json │ │ │ │ └── typescript-validation-report.md │ │ │ ├── research │ │ │ │ ├── README.md │ │ │ │ ├── research.md │ │ │ │ └── vscode-terminal-integration.md │ │ │ ├── ruv-swarm-integration-examples.md │ │ │ ├── ruv-swarm-workflow-patterns.md │ │ │ ├── setup.md │ │ │ ├── start-command-consolidation.md │ │ │ ├── swarm-blessed-ui.md │ │ │ ├── swarm-progress.md │ │ │ ├── technical-specifications.md │ │ │ ├── technical │ │ │ │ ├── mcp-integration-summary.md │ │ │ │ ├── neural-patterns.md │ │ │ │ └── webui-implementation.md │ │ │ ├── template-customization.md │ │ │ ├── test-results │ │ │ │ ├── CLAUDE_FLOW_MCP_START_UPDATE.md │ │ │ │ ├── CLAUDE_FLOW_V2_CACHE_CLEARED_UPDATE.md │ │ │ │ ├── CLAUDE_FLOW_V2_FINAL_TEST_SUMMARY.md │ │ │ │ ├── CLAUDE_FLOW_V2_TEST_RESULTS.md │ │ │ │ ├── MCP_FINAL_STATUS.md │ │ │ │ ├── MCP_WRAPPER_INTEGRATION_COMPLETE.md │ │ │ │ ├── MCP_WRAPPER_STATUS.md │ │ │ │ └── WRAPPER_IMPLEMENTATION_SUMMARY.md │ │ │ ├── testing │ │ │ │ ├── CLAUDE_FLOW_V2_DOCUMENTATION_VALIDATION_REPORT.md │ │ │ │ ├── mcp-qa-report.md │ │ │ │ ├── qa-final-report.md │ │ │ │ ├── testing-guide.md │ │ │ │ └── validation-report.md │ │ │ ├── troubleshooting.md │ │ │ ├── troubleshooting │ │ │ │ └── corrected-usage.md │ │ │ ├── ui │ │ │ │ └── workflow-automation-view.md │ │ │ ├── usage-guide.md │ │ │ ├── user-guide-v2.md │ │ │ ├── web-ui-architecture.md │ │ │ ├── web-ui-daa-implementation-report.md │ │ │ ├── web-ui │ │ │ │ ├── DEMO_EXAMPLES.md │ │ │ │ ├── DEPLOYMENT_CHECKLIST.md │ │ │ │ ├── INTEGRATION_GUIDE.md │ │ │ │ ├── ISSUE_131_FINAL_REPORT.md │ │ │ │ ├── README.md │ │ │ │ └── TOOL_IMPLEMENTATION_STATUS.md │ │ │ ├── websocket-test-results.md │ │ │ └── webui-instructions.md │ │ ├── examples │ │ │ ├── 01-configurations │ │ │ │ ├── README.md │ │ │ │ ├── advanced │ │ │ │ │ └── production-config.json │ │ │ │ ├── basic │ │ │ │ │ └── simple-config.json │ │ │ │ ├── development-config.json │ │ │ │ ├── minimal │ │ │ │ │ └── minimal-config.json │ │ │ │ └── specialized │ │ │ │ │ ├── research-config.json │ │ │ │ │ └── testing-config.json │ │ │ ├── 02-workflows │ │ │ │ ├── README.md │ │ │ │ ├── claude-workflow.json │ │ │ │ ├── complex │ │ │ │ │ └── microservices-workflow.json │ │ │ │ ├── parallel │ │ │ │ │ └── data-processing-workflow.json │ │ │ │ ├── research-workflow.json │ │ │ │ ├── sequential │ │ │ │ │ └── blog-platform-workflow.json │ │ │ │ ├── simple │ │ │ │ │ └── hello-world-workflow.json │ │ │ │ └── specialized │ │ │ │ │ └── machine-learning-workflow.json │ │ │ ├── 03-demos │ │ │ │ ├── README.md │ │ │ │ ├── create-swarm-sample.sh │ │ │ │ ├── demo-swarm-app.sh │ │ │ │ ├── interactive │ │ │ │ │ └── chat-bot-demo.sh │ │ │ │ ├── quick │ │ │ │ │ └── quick-api-demo.sh │ │ │ │ ├── rest-api-demo.sh │ │ │ │ ├── swarm-showcase.sh │ │ │ │ └── swarm │ │ │ │ │ └── multi-agent-demo.sh │ │ │ ├── 04-testing │ │ │ │ ├── README.md │ │ │ │ ├── incremental-updates-guide.md │ │ │ │ ├── integration │ │ │ │ │ └── test-workflow-execution.sh │ │ │ │ ├── performance │ │ │ │ │ └── benchmark-swarm.sh │ │ │ │ ├── sparc-swarm-test.sh │ │ │ │ ├── test-incremental-demo.js │ │ │ │ ├── test-incremental-updates.js │ │ │ │ ├── test-swarm-cli.sh │ │ │ │ └── unit │ │ │ │ │ └── test-memory-system.sh │ │ │ ├── 05-swarm-apps │ │ │ │ ├── README.md │ │ │ │ ├── rest-api-advanced │ │ │ │ │ ├── .env.example │ │ │ │ │ ├── .eslintrc.js │ │ │ │ │ ├── .gitignore │ │ │ │ │ ├── Dockerfile │ │ │ │ │ ├── IMPLEMENTATION-SUMMARY.md │ │ │ │ │ ├── README-AUTH.md │ │ │ │ │ ├── README-PRODUCTS-ORDERS.md │ │ │ │ │ ├── README.md │ │ │ │ │ ├── docker-compose.yml │ │ │ │ │ ├── docs │ │ │ │ │ │ ├── API.md │ │ │ │ │ │ └── postman-collection.json │ │ │ │ │ ├── healthcheck.js │ │ │ │ │ ├── jest.config.js │ │ │ │ │ ├── package.json │ │ │ │ │ ├── scripts │ │ │ │ │ │ └── quick-start.sh │ │ │ │ │ ├── server.js │ │ │ │ │ ├── src │ │ │ │ │ │ ├── config │ │ │ │ │ │ │ ├── database.js │ │ │ │ │ │ │ └── redis.js │ │ │ │ │ │ ├── controllers │ │ │ │ │ │ │ ├── auth.controller.js │ │ │ │ │ │ │ ├── order.controller.js │ │ │ │ │ │ │ ├── product.controller.js │ │ │ │ │ │ │ └── user.controller.js │ │ │ │ │ │ ├── middleware │ │ │ │ │ │ │ ├── auth.js │ │ │ │ │ │ │ ├── errorHandler.js │ │ │ │ │ │ │ └── notFound.js │ │ │ │ │ │ ├── models │ │ │ │ │ │ │ ├── User.js │ │ │ │ │ │ │ ├── order.model.js │ │ │ │ │ │ │ ├── product.model.js │ │ │ │ │ │ │ └── token.model.js │ │ │ │ │ │ ├── routes │ │ │ │ │ │ │ ├── auth.routes.js │ │ │ │ │ │ │ ├── health.routes.js │ │ │ │ │ │ │ ├── order.routes.js │ │ │ │ │ │ │ ├── product.routes.js │ │ │ │ │ │ │ └── user.routes.js │ │ │ │ │ │ ├── seeders │ │ │ │ │ │ │ ├── index.js │ │ │ │ │ │ │ ├── orders.seeder.js │ │ │ │ │ │ │ └── products.seeder.js │ │ │ │ │ │ ├── services │ │ │ │ │ │ │ ├── auth.service.js │ │ │ │ │ │ │ ├── order.service.js │ │ │ │ │ │ │ └── product.service.js │ │ │ │ │ │ ├── utils │ │ │ │ │ │ │ ├── ApiError.js │ │ │ │ │ │ │ ├── asyncHandler.js │ │ │ │ │ │ │ ├── logger.js │ │ │ │ │ │ │ └── swagger.js │ │ │ │ │ │ └── validators │ │ │ │ │ │ │ ├── auth.validator.js │ │ │ │ │ │ │ ├── order.validator.js │ │ │ │ │ │ │ └── product.validator.js │ │ │ │ │ ├── test-auth.js │ │ │ │ │ └── tests │ │ │ │ │ │ ├── integration │ │ │ │ │ │ ├── auth.test.js │ │ │ │ │ │ ├── orders.test.js │ │ │ │ │ │ └── products.test.js │ │ │ │ │ │ ├── setup.js │ │ │ │ │ │ └── unit │ │ │ │ │ │ └── auth.service.test.js │ │ │ │ ├── rest-api │ │ │ │ │ ├── .env.example │ │ │ │ │ ├── .eslintrc.json │ │ │ │ │ ├── .gitignore │ │ │ │ │ ├── .prettierrc │ │ │ │ │ ├── API.md │ │ │ │ │ ├── README.md │ │ │ │ │ ├── package.json │ │ │ │ │ ├── src │ │ │ │ │ │ ├── controllers │ │ │ │ │ │ │ ├── productsController.js │ │ │ │ │ │ │ └── usersController.js │ │ │ │ │ │ ├── middleware │ │ │ │ │ │ │ └── errorHandler.js │ │ │ │ │ │ ├── models │ │ │ │ │ │ │ ├── productModel.js │ │ │ │ │ │ │ └── userModel.js │ │ │ │ │ │ ├── routes │ │ │ │ │ │ │ ├── index.js │ │ │ │ │ │ │ ├── products.js │ │ │ │ │ │ │ └── users.js │ │ │ │ │ │ ├── server.js │ │ │ │ │ │ └── utils │ │ │ │ │ │ │ └── responseHelpers.js │ │ │ │ │ ├── start.sh │ │ │ │ │ ├── swarm-metadata.json │ │ │ │ │ ├── tests │ │ │ │ │ │ ├── products.test.js │ │ │ │ │ │ ├── server.test.js │ │ │ │ │ │ └── users.test.js │ │ │ │ │ └── verify.sh │ │ │ │ ├── swarm-created-app │ │ │ │ │ ├── README.md │ │ │ │ │ ├── task-manager.js │ │ │ │ │ └── task-manager.test.js │ │ │ │ └── swarm-sample │ │ │ │ │ ├── .gitignore │ │ │ │ │ ├── .notes-cli │ │ │ │ │ └── notes.json │ │ │ │ │ ├── README.md │ │ │ │ │ ├── notes.js │ │ │ │ │ ├── notes.test.js │ │ │ │ │ ├── package-lock.json │ │ │ │ │ └── package.json │ │ │ ├── 06-tutorials │ │ │ │ ├── README.md │ │ │ │ ├── getting-started │ │ │ │ │ └── 01-first-swarm.md │ │ │ │ ├── sparc-batchtool-orchestration.md │ │ │ │ ├── sparc │ │ │ │ │ └── sparc-tdd-guide.md │ │ │ │ └── workflows │ │ │ │ │ └── multi-agent-coordination.md │ │ │ ├── README-batch-init.md │ │ │ ├── README.md │ │ │ ├── auth-service │ │ │ │ ├── README.md │ │ │ │ ├── app.js │ │ │ │ └── package.json │ │ │ ├── batch-config-advanced.json │ │ │ ├── batch-config-enterprise.json │ │ │ ├── batch-config-simple.json │ │ │ ├── batch-init-demo.js │ │ │ ├── blog-api │ │ │ │ ├── .env.example │ │ │ │ ├── .gitignore │ │ │ │ ├── README.md │ │ │ │ ├── analysis.json │ │ │ │ ├── app.js │ │ │ │ ├── package.json │ │ │ │ ├── routes │ │ │ │ │ └── users.js │ │ │ │ ├── server.js │ │ │ │ └── test-plan.json │ │ │ ├── calc-app-parallel │ │ │ │ ├── README.md │ │ │ │ ├── analysis.json │ │ │ │ ├── app.js │ │ │ │ ├── calculator.js │ │ │ │ ├── cli.js │ │ │ │ ├── package.json │ │ │ │ ├── test-plan.json │ │ │ │ └── test.js │ │ │ ├── calc-app │ │ │ │ ├── README.md │ │ │ │ ├── analysis.json │ │ │ │ ├── app.js │ │ │ │ ├── package.json │ │ │ │ └── test-plan.json │ │ │ ├── chat-app-2 │ │ │ │ ├── README.md │ │ │ │ ├── app.js │ │ │ │ └── package.json │ │ │ ├── chat-app │ │ │ │ ├── README.md │ │ │ │ ├── app.js │ │ │ │ └── package.json │ │ │ ├── data-pipeline │ │ │ │ ├── .gitignore │ │ │ │ ├── __tests__ │ │ │ │ │ ├── test_main.test.js │ │ │ │ │ └── test_main.test.ts │ │ │ │ ├── package.json │ │ │ │ ├── review-report.md │ │ │ │ ├── src │ │ │ │ │ ├── main.js │ │ │ │ │ └── main.ts │ │ │ │ └── tests │ │ │ │ │ └── test-plan.md │ │ │ ├── development-workflow.json │ │ │ ├── flask-api-sparc │ │ │ │ ├── .gitignore │ │ │ │ ├── Dockerfile │ │ │ │ ├── __tests__ │ │ │ │ │ └── test_main.test.ts │ │ │ │ ├── docker-compose.yml │ │ │ │ ├── package.json │ │ │ │ ├── pytest.ini │ │ │ │ ├── requirements.txt │ │ │ │ ├── review-report.md │ │ │ │ ├── setup.py │ │ │ │ ├── src │ │ │ │ │ ├── app.py │ │ │ │ │ ├── config.py │ │ │ │ │ ├── main.ts │ │ │ │ │ ├── models.py │ │ │ │ │ ├── routes.py │ │ │ │ │ └── services.py │ │ │ │ └── tests │ │ │ │ │ ├── test-plan.md │ │ │ │ │ ├── test_test_models.py │ │ │ │ │ └── test_test_services.py │ │ │ ├── hello-time │ │ │ │ ├── README.md │ │ │ │ ├── app.js │ │ │ │ ├── index.js │ │ │ │ └── package.json │ │ │ ├── hello-world.js │ │ │ ├── hello2 │ │ │ │ ├── hello.js │ │ │ │ ├── index.js │ │ │ │ ├── lib │ │ │ │ │ └── greeter.js │ │ │ │ ├── package.json │ │ │ │ └── test.js │ │ │ ├── md-convert │ │ │ │ ├── README.md │ │ │ │ ├── analysis.json │ │ │ │ ├── app.js │ │ │ │ ├── package.json │ │ │ │ └── test-plan.json │ │ │ ├── news-scraper │ │ │ │ ├── README.md │ │ │ │ ├── app.js │ │ │ │ └── package.json │ │ │ ├── parallel-2 │ │ │ │ ├── .gitignore │ │ │ │ ├── README.md │ │ │ │ ├── analyze-results.ts │ │ │ │ ├── analyzer-agent-test.ts │ │ │ │ ├── coordinator-agent-test.ts │ │ │ │ ├── coordinator.ts │ │ │ │ ├── developer-agent-test.ts │ │ │ │ ├── documenter-agent-test.ts │ │ │ │ ├── monitor-agent-test.ts │ │ │ │ ├── package.json │ │ │ │ ├── parallel-execution-test.ts │ │ │ │ ├── parallel-test.ts │ │ │ │ ├── researcher-agent-test.ts │ │ │ │ ├── reviewer-agent-test.ts │ │ │ │ ├── run-all-tests.ts │ │ │ │ ├── specialist-agent-test.ts │ │ │ │ ├── test-agents │ │ │ │ │ ├── architect-test.ts │ │ │ │ │ ├── code-test.ts │ │ │ │ │ ├── debug-test.ts │ │ │ │ │ ├── spec-test.ts │ │ │ │ │ └── tdd-test.ts │ │ │ │ ├── tester-agent-test.ts │ │ │ │ └── tsconfig.json │ │ │ ├── prompt-copier-demo.ts │ │ │ ├── quick-start.sh │ │ │ ├── research-workflow.yaml │ │ │ ├── rest-api-simple │ │ │ │ ├── .env.example │ │ │ │ ├── .gitignore │ │ │ │ ├── README-ARCHITECTURE.md │ │ │ │ ├── README.md │ │ │ │ ├── api-specification.md │ │ │ │ ├── architecture-completion-plan.md │ │ │ │ ├── architecture.md │ │ │ │ ├── implementation-plan.md │ │ │ │ ├── index.js │ │ │ │ ├── next-steps.md │ │ │ │ ├── package-lock.json │ │ │ │ ├── package.json │ │ │ │ ├── sparc-implementation-roadmap.md │ │ │ │ └── test-api.js │ │ │ └── user-api │ │ │ │ ├── .env.example │ │ │ │ ├── .gitignore │ │ │ │ ├── README.md │ │ │ │ ├── index.js │ │ │ │ ├── middleware │ │ │ │ ├── errorHandler.js │ │ │ │ └── validation.js │ │ │ │ ├── models │ │ │ │ └── User.js │ │ │ │ ├── package.json │ │ │ │ ├── routes │ │ │ │ └── userRoutes.js │ │ │ │ ├── server.js │ │ │ │ ├── server.test.js │ │ │ │ └── services │ │ │ │ └── userService.js │ │ ├── jest.config.js │ │ ├── jest.setup.js │ │ ├── memory │ │ │ ├── agents │ │ │ │ └── README.md │ │ │ ├── claude-flow-data.json │ │ │ └── sessions │ │ │ │ └── README.md │ │ ├── package-lock.json │ │ ├── package.json │ │ ├── ruv-swarm │ │ │ └── npm │ │ │ │ ├── config │ │ │ │ └── error-monitoring.json │ │ │ │ ├── docs │ │ │ │ └── ERROR_HANDLING_GUIDE.md │ │ │ │ ├── src │ │ │ │ ├── error-handling-manager.js │ │ │ │ ├── mcp-error-wrapper.js │ │ │ │ ├── persistence-error-wrapper.js │ │ │ │ └── wasm-error-wrapper.js │ │ │ │ └── test │ │ │ │ └── error-handling-comprehensive.test.js │ │ ├── scripts │ │ │ ├── batch-fix-ts.sh │ │ │ ├── build-config.js │ │ │ ├── build-migration.sh │ │ │ ├── build-monitor.js │ │ │ ├── build-prompt-copier.sh │ │ │ ├── build-with-filter.sh │ │ │ ├── build-workaround.sh │ │ │ ├── check-links.ts │ │ │ ├── check-performance-regression.ts │ │ │ ├── claude-flow-wrapper.sh │ │ │ ├── claude-monitor.py │ │ │ ├── claude-sparc.sh │ │ │ ├── claude-wrapper.sh │ │ │ ├── cleanup-root.sh │ │ │ ├── coverage-report.ts │ │ │ ├── demo-task-system.ts │ │ │ ├── fix-cliffy-imports.js │ │ │ ├── fix-duplicate-imports.js │ │ │ ├── fix-error-handling.cjs │ │ │ ├── fix-import-paths.js │ │ │ ├── fix-imports.js │ │ │ ├── fix-shebang.js │ │ │ ├── fix-ts-advanced.js │ │ │ ├── fix-ts-comprehensive.py │ │ │ ├── fix-ts-final.sh │ │ │ ├── fix-ts-targeted-batch.js │ │ │ ├── fix-ts-targeted.sh │ │ │ ├── fix-typescript-errors.js │ │ │ ├── force-build.sh │ │ │ ├── install.js │ │ │ ├── load-test-swarm.js │ │ │ ├── migration-examples.ts │ │ │ ├── prepare-publish.js │ │ │ ├── quick-fix-ts.js │ │ │ ├── ruv-swarm-safe.js │ │ │ ├── safe-build.sh │ │ │ ├── spawn-claude-terminal.sh │ │ │ ├── start-web-ui.js │ │ │ ├── test-batch-tasks.ts │ │ │ ├── test-claude-spawn-options.sh │ │ │ ├── test-comprehensive.js │ │ │ ├── test-coordination-features.ts │ │ │ ├── test-init-command.ts │ │ │ ├── test-mcp.ts │ │ │ ├── test-runner.ts │ │ │ ├── test-swarm-integration.sh │ │ │ ├── test-swarm.ts │ │ │ ├── update-bin-version.js │ │ │ └── validate-examples.ts │ │ ├── src │ │ │ ├── adapters │ │ │ │ └── cliffy-node.ts │ │ │ ├── agents │ │ │ │ ├── agent-manager.ts │ │ │ │ └── agent-registry.ts │ │ │ ├── api │ │ │ │ └── routes │ │ │ │ │ └── analysis.js │ │ │ ├── cli │ │ │ │ ├── __tests__ │ │ │ │ │ ├── command-registry.test.js │ │ │ │ │ ├── simple-cli.test.js │ │ │ │ │ └── utils.test.js │ │ │ │ ├── agents │ │ │ │ │ ├── README.md │ │ │ │ │ ├── analyst.ts │ │ │ │ │ ├── architect.ts │ │ │ │ │ ├── base-agent.ts │ │ │ │ │ ├── capabilities.ts │ │ │ │ │ ├── coder.ts │ │ │ │ │ ├── coordinator.ts │ │ │ │ │ ├── hive-agents.ts │ │ │ │ │ ├── index.ts │ │ │ │ │ ├── researcher.ts │ │ │ │ │ └── tester.ts │ │ │ │ ├── cli-core.ts │ │ │ │ ├── command-registry.js │ │ │ │ ├── commands │ │ │ │ │ ├── advanced-memory-commands.ts │ │ │ │ │ ├── agent-simple.ts │ │ │ │ │ ├── agent.ts │ │ │ │ │ ├── claude.ts │ │ │ │ │ ├── config-integration.ts │ │ │ │ │ ├── config.ts │ │ │ │ │ ├── config.ts.backup │ │ │ │ │ ├── enterprise.ts │ │ │ │ │ ├── help.ts │ │ │ │ │ ├── hive-mind │ │ │ │ │ │ ├── index.ts │ │ │ │ │ │ ├── init.ts │ │ │ │ │ │ ├── optimize-memory.ts │ │ │ │ │ │ ├── spawn.ts │ │ │ │ │ │ ├── status.ts │ │ │ │ │ │ ├── task.ts │ │ │ │ │ │ └── wizard.ts │ │ │ │ │ ├── hive.ts │ │ │ │ │ ├── hook-types.ts │ │ │ │ │ ├── hook-validator.ts │ │ │ │ │ ├── hook.ts │ │ │ │ │ ├── index.ts │ │ │ │ │ ├── mcp.ts │ │ │ │ │ ├── memory.ts │ │ │ │ │ ├── migrate.ts │ │ │ │ │ ├── monitor.ts │ │ │ │ │ ├── ruv-swarm.ts │ │ │ │ │ ├── session.ts │ │ │ │ │ ├── sparc.ts │ │ │ │ │ ├── start.ts │ │ │ │ │ ├── start │ │ │ │ │ │ ├── event-emitter.ts │ │ │ │ │ │ ├── index.ts │ │ │ │ │ │ ├── process-manager.ts │ │ │ │ │ │ ├── process-ui-simple.ts │ │ │ │ │ │ ├── process-ui.ts │ │ │ │ │ │ ├── start-command.ts │ │ │ │ │ │ ├── system-monitor.ts │ │ │ │ │ │ └── types.ts │ │ │ │ │ ├── status.ts │ │ │ │ │ ├── swarm-new.ts │ │ │ │ │ ├── swarm-spawn.ts │ │ │ │ │ ├── swarm.ts │ │ │ │ │ ├── task.ts │ │ │ │ │ └── workflow.ts │ │ │ │ ├── completion.ts │ │ │ │ ├── create-enhanced-task.js │ │ │ │ ├── formatter.ts │ │ │ │ ├── help-text.js │ │ │ │ ├── index-remote.ts │ │ │ │ ├── index.ts │ │ │ │ ├── init │ │ │ │ │ ├── batch-tools.ts │ │ │ │ │ ├── claude-config.ts │ │ │ │ │ ├── directory-structure.ts │ │ │ │ │ ├── index.ts │ │ │ │ │ ├── sparc-environment.ts │ │ │ │ │ ├── swarm-commands.ts │ │ │ │ │ └── utils.ts │ │ │ │ ├── main.ts │ │ │ │ ├── node-compat.js │ │ │ │ ├── node-repl.ts │ │ │ │ ├── repl.ts │ │ │ │ ├── runtime-detector.js │ │ │ │ ├── simple-cli.js │ │ │ │ ├── simple-cli.ts │ │ │ │ ├── simple-commands │ │ │ │ │ ├── __tests__ │ │ │ │ │ │ ├── agent.test.js │ │ │ │ │ │ ├── memory.test.js │ │ │ │ │ │ ├── swarm.test.js │ │ │ │ │ │ └── task.test.js │ │ │ │ │ ├── agent.js │ │ │ │ │ ├── analysis.js │ │ │ │ │ ├── automation.js │ │ │ │ │ ├── batch-manager.js │ │ │ │ │ ├── config.js │ │ │ │ │ ├── coordination.js │ │ │ │ │ ├── enhanced-ui-views.js │ │ │ │ │ ├── enhanced-webui-complete.js │ │ │ │ │ ├── github.js │ │ │ │ │ ├── github │ │ │ │ │ │ ├── gh-coordinator.js │ │ │ │ │ │ └── github-api.js │ │ │ │ │ ├── hive-mind-optimize.js │ │ │ │ │ ├── hive-mind-wizard.js │ │ │ │ │ ├── hive-mind.js │ │ │ │ │ ├── hive-mind │ │ │ │ │ │ ├── communication.js │ │ │ │ │ │ ├── core.js │ │ │ │ │ │ ├── db-optimizer.js │ │ │ │ │ │ ├── mcp-wrapper.js │ │ │ │ │ │ ├── memory.js │ │ │ │ │ │ ├── performance-optimizer.js │ │ │ │ │ │ ├── performance-test.js │ │ │ │ │ │ └── queen.js │ │ │ │ │ ├── hive.js │ │ │ │ │ ├── hook-safety.js │ │ │ │ │ ├── hooks.js │ │ │ │ │ ├── init.js │ │ │ │ │ ├── init │ │ │ │ │ │ ├── README.md │ │ │ │ │ │ ├── VALIDATION_ROLLBACK.md │ │ │ │ │ │ ├── batch-init.js │ │ │ │ │ │ ├── claude-commands │ │ │ │ │ │ │ ├── claude-flow-commands.js │ │ │ │ │ │ │ ├── optimized-claude-flow-commands.js │ │ │ │ │ │ │ ├── optimized-slash-commands.js │ │ │ │ │ │ │ ├── optimized-sparc-commands.js │ │ │ │ │ │ │ ├── slash-commands.js │ │ │ │ │ │ │ └── sparc-commands.js │ │ │ │ │ │ ├── executable-wrapper.js │ │ │ │ │ │ ├── help.js │ │ │ │ │ │ ├── index.js │ │ │ │ │ │ ├── performance-monitor.js │ │ │ │ │ │ ├── rollback │ │ │ │ │ │ │ ├── backup-manager.js │ │ │ │ │ │ │ ├── index.js │ │ │ │ │ │ │ ├── recovery-manager.js │ │ │ │ │ │ │ ├── rollback-executor.js │ │ │ │ │ │ │ └── state-tracker.js │ │ │ │ │ │ ├── sparc-structure.js │ │ │ │ │ │ ├── sparc │ │ │ │ │ │ │ ├── roo-readme.js │ │ │ │ │ │ │ ├── roomodes-config.js │ │ │ │ │ │ │ └── workflows.js │ │ │ │ │ │ ├── templates │ │ │ │ │ │ │ ├── CLAUDE.md │ │ │ │ │ │ │ ├── claude-flow │ │ │ │ │ │ │ ├── claude-flow-universal │ │ │ │ │ │ │ ├── claude-flow.bat │ │ │ │ │ │ │ ├── claude-flow.ps1 │ │ │ │ │ │ │ ├── claude-md.js │ │ │ │ │ │ │ ├── commands │ │ │ │ │ │ │ │ ├── analysis │ │ │ │ │ │ │ │ │ └── bottleneck-detect.md │ │ │ │ │ │ │ │ ├── automation │ │ │ │ │ │ │ │ │ └── auto-agent.md │ │ │ │ │ │ │ │ ├── coordination │ │ │ │ │ │ │ │ │ └── swarm-init.md │ │ │ │ │ │ │ │ ├── github │ │ │ │ │ │ │ │ │ └── github-swarm.md │ │ │ │ │ │ │ │ └── hooks │ │ │ │ │ │ │ │ │ ├── notification.md │ │ │ │ │ │ │ │ │ ├── post-command.md │ │ │ │ │ │ │ │ │ ├── post-edit.md │ │ │ │ │ │ │ │ │ ├── post-task.md │ │ │ │ │ │ │ │ │ ├── pre-command.md │ │ │ │ │ │ │ │ │ ├── pre-edit.md │ │ │ │ │ │ │ │ │ ├── pre-search.md │ │ │ │ │ │ │ │ │ ├── pre-task.md │ │ │ │ │ │ │ │ │ ├── session-end.md │ │ │ │ │ │ │ │ │ ├── session-restore.md │ │ │ │ │ │ │ │ │ └── session-start.md │ │ │ │ │ │ │ ├── coordination-md.js │ │ │ │ │ │ │ ├── enhanced-templates.js │ │ │ │ │ │ │ ├── memory-bank-md.js │ │ │ │ │ │ │ ├── readme-files.js │ │ │ │ │ │ │ ├── safe-hook-patterns.js │ │ │ │ │ │ │ ├── settings.json │ │ │ │ │ │ │ └── sparc-modes.js │ │ │ │ │ │ └── validation │ │ │ │ │ │ │ ├── config-validator.js │ │ │ │ │ │ │ ├── health-checker.js │ │ │ │ │ │ │ ├── index.js │ │ │ │ │ │ │ ├── mode-validator.js │ │ │ │ │ │ │ ├── post-init-validator.js │ │ │ │ │ │ │ ├── pre-init-validator.js │ │ │ │ │ │ │ └── test-runner.js │ │ │ │ │ ├── mcp-integration-layer.js │ │ │ │ │ ├── mcp.js │ │ │ │ │ ├── memory.js │ │ │ │ │ ├── monitor.js │ │ │ │ │ ├── process-ui-enhanced.js │ │ │ │ │ ├── process-ui.js │ │ │ │ │ ├── realtime-update-system.js │ │ │ │ │ ├── sparc-modes │ │ │ │ │ │ ├── architect.js │ │ │ │ │ │ ├── ask.js │ │ │ │ │ │ ├── code.js │ │ │ │ │ │ ├── debug.js │ │ │ │ │ │ ├── devops.js │ │ │ │ │ │ ├── docs-writer.js │ │ │ │ │ │ ├── generic.js │ │ │ │ │ │ ├── index.js │ │ │ │ │ │ ├── integration.js │ │ │ │ │ │ ├── mcp.js │ │ │ │ │ │ ├── monitoring.js │ │ │ │ │ │ ├── optimization.js │ │ │ │ │ │ ├── security-review.js │ │ │ │ │ │ ├── sparc-orchestrator.js │ │ │ │ │ │ ├── spec-pseudocode.js │ │ │ │ │ │ ├── supabase-admin.js │ │ │ │ │ │ ├── swarm.js │ │ │ │ │ │ ├── tdd.js │ │ │ │ │ │ └── tutorial.js │ │ │ │ │ ├── sparc.js │ │ │ │ │ ├── sparc │ │ │ │ │ │ ├── architecture.js │ │ │ │ │ │ ├── commands.js │ │ │ │ │ │ ├── completion.js │ │ │ │ │ │ ├── coordinator.js │ │ │ │ │ │ ├── index.js │ │ │ │ │ │ ├── phase-base.js │ │ │ │ │ │ ├── pseudocode.js │ │ │ │ │ │ ├── refinement.js │ │ │ │ │ │ └── specification.js │ │ │ │ │ ├── start-ui.js │ │ │ │ │ ├── start-wrapper.js │ │ │ │ │ ├── start.js │ │ │ │ │ ├── status.js │ │ │ │ │ ├── swarm-executor.js │ │ │ │ │ ├── swarm-metrics-integration.js │ │ │ │ │ ├── swarm-ui.js │ │ │ │ │ ├── swarm-webui-integration.js │ │ │ │ │ ├── swarm.js │ │ │ │ │ ├── task.js │ │ │ │ │ ├── tool-execution-framework.js │ │ │ │ │ ├── training.js │ │ │ │ │ ├── web-server.js │ │ │ │ │ └── webui-validator.js │ │ │ │ ├── simple-mcp.ts │ │ │ │ ├── simple-orchestrator.ts │ │ │ │ ├── swarm-standalone.js │ │ │ │ ├── ui │ │ │ │ │ ├── compatible-ui.ts │ │ │ │ │ ├── fallback-handler.ts │ │ │ │ │ └── index.ts │ │ │ │ ├── utils.js │ │ │ │ └── utils │ │ │ │ │ ├── environment-detector.ts │ │ │ │ │ ├── interactive-detector.js │ │ │ │ │ ├── prompt-defaults.ts │ │ │ │ │ └── safe-interactive.js │ │ │ ├── communication │ │ │ │ └── message-bus.ts │ │ │ ├── config │ │ │ │ ├── config-manager.ts │ │ │ │ ├── ruv-swarm-config.ts │ │ │ │ └── ruv-swarm-integration.ts │ │ │ ├── constants │ │ │ │ └── agent-types.ts │ │ │ ├── coordination │ │ │ │ ├── README.md │ │ │ │ ├── advanced-scheduler.ts │ │ │ │ ├── advanced-task-executor.ts │ │ │ │ ├── background-executor.ts │ │ │ │ ├── circuit-breaker.ts │ │ │ │ ├── conflict-resolution.ts │ │ │ │ ├── dependency-graph.ts │ │ │ │ ├── hive-orchestrator.ts │ │ │ │ ├── hive-protocol.ts │ │ │ │ ├── index.ts │ │ │ │ ├── load-balancer.ts │ │ │ │ ├── manager.ts │ │ │ │ ├── messaging.ts │ │ │ │ ├── metrics.ts │ │ │ │ ├── resources.ts │ │ │ │ ├── scheduler.ts │ │ │ │ ├── swarm-coordinator.ts │ │ │ │ ├── swarm-monitor.ts │ │ │ │ └── work-stealing.ts │ │ │ ├── core │ │ │ │ ├── config.ts │ │ │ │ ├── event-bus.ts │ │ │ │ ├── json-persistence.ts │ │ │ │ ├── logger.ts │ │ │ │ ├── orchestrator-fixed.ts │ │ │ │ ├── orchestrator.ts │ │ │ │ └── persistence.ts │ │ │ ├── db │ │ │ │ └── hive-mind-schema.sql │ │ │ ├── enterprise │ │ │ │ ├── analytics-manager.ts │ │ │ │ ├── audit-manager.ts │ │ │ │ ├── cloud-manager.ts │ │ │ │ ├── deployment-manager.ts │ │ │ │ ├── index.ts │ │ │ │ ├── project-manager.ts │ │ │ │ └── security-manager.ts │ │ │ ├── hive-mind │ │ │ │ ├── core │ │ │ │ │ ├── Agent.ts │ │ │ │ │ ├── Communication.ts │ │ │ │ │ ├── DatabaseManager.ts │ │ │ │ │ ├── HiveMind.ts │ │ │ │ │ ├── Memory.ts │ │ │ │ │ ├── MemoryMonitor.ts │ │ │ │ │ └── Queen.ts │ │ │ │ ├── index.ts │ │ │ │ ├── integration │ │ │ │ │ ├── ConsensusEngine.ts │ │ │ │ │ ├── MCPToolWrapper.ts │ │ │ │ │ └── SwarmOrchestrator.ts │ │ │ │ └── types.ts │ │ │ ├── index.js │ │ │ ├── integration │ │ │ │ ├── mock-components.ts │ │ │ │ ├── system-integration.ts │ │ │ │ └── types.ts │ │ │ ├── mcp │ │ │ │ ├── README.md │ │ │ │ ├── auth.ts │ │ │ │ ├── claude-code-wrapper.ts │ │ │ │ ├── claude-flow-tools.ts │ │ │ │ ├── client.ts │ │ │ │ ├── index.ts │ │ │ │ ├── integrate-wrapper.ts │ │ │ │ ├── lifecycle-manager.ts │ │ │ │ ├── load-balancer.ts │ │ │ │ ├── mcp-server.js │ │ │ │ ├── orchestration-integration.ts │ │ │ │ ├── performance-monitor.ts │ │ │ │ ├── protocol-manager.ts │ │ │ │ ├── recovery │ │ │ │ │ ├── connection-health-monitor.ts │ │ │ │ │ ├── connection-state-manager.ts │ │ │ │ │ ├── fallback-coordinator.ts │ │ │ │ │ ├── index.ts │ │ │ │ │ ├── reconnection-manager.ts │ │ │ │ │ └── recovery-manager.ts │ │ │ │ ├── router.ts │ │ │ │ ├── ruv-swarm-tools.ts │ │ │ │ ├── ruv-swarm-wrapper.js │ │ │ │ ├── server-with-wrapper.ts │ │ │ │ ├── server-wrapper-mode.ts │ │ │ │ ├── server.ts │ │ │ │ ├── session-manager.ts │ │ │ │ ├── sparc-modes.ts │ │ │ │ ├── swarm-tools.ts │ │ │ │ ├── tests │ │ │ │ │ └── mcp-integration.test.ts │ │ │ │ ├── tools.ts │ │ │ │ └── transports │ │ │ │ │ ├── base.ts │ │ │ │ │ ├── http.ts │ │ │ │ │ └── stdio.ts │ │ │ ├── memory │ │ │ │ ├── README.md │ │ │ │ ├── advanced-memory-manager.ts │ │ │ │ ├── backends │ │ │ │ │ ├── base.ts │ │ │ │ │ ├── markdown.ts │ │ │ │ │ └── sqlite.ts │ │ │ │ ├── cache.ts │ │ │ │ ├── distributed-memory.ts │ │ │ │ ├── enhanced-examples.js │ │ │ │ ├── enhanced-memory.js │ │ │ │ ├── enhanced-schema.sql │ │ │ │ ├── index.js │ │ │ │ ├── indexer.ts │ │ │ │ ├── manager.ts │ │ │ │ ├── migration.js │ │ │ │ ├── shared-memory.js │ │ │ │ ├── sqlite-store.js │ │ │ │ ├── swarm-memory.js │ │ │ │ ├── swarm-memory.ts │ │ │ │ └── test-example.js │ │ │ ├── migration │ │ │ │ ├── README.md │ │ │ │ ├── index.ts │ │ │ │ ├── logger.ts │ │ │ │ ├── migration-analyzer.ts │ │ │ │ ├── migration-manifest.json │ │ │ │ ├── migration-runner.ts │ │ │ │ ├── migration-validator.ts │ │ │ │ ├── package.json │ │ │ │ ├── progress-reporter.ts │ │ │ │ ├── rollback-manager.ts │ │ │ │ ├── tests │ │ │ │ │ └── migration-system.test.ts │ │ │ │ ├── tsconfig.json │ │ │ │ └── types.ts │ │ │ ├── monitoring │ │ │ │ ├── diagnostics.ts │ │ │ │ ├── health-check.ts │ │ │ │ └── real-time-monitor.ts │ │ │ ├── neural-mesh │ │ │ │ ├── agents │ │ │ │ │ └── agent-manager.js │ │ │ │ ├── cli │ │ │ │ │ └── mesh-commands.js │ │ │ │ ├── coordination │ │ │ │ │ └── mesh-coordinator.js │ │ │ │ ├── events │ │ │ │ │ └── event-stream.js │ │ │ │ ├── mcp-tools │ │ │ │ │ └── neural-tools.js │ │ │ │ └── wasm-bridge │ │ │ │ │ └── bridge.ts │ │ │ ├── resources │ │ │ │ └── resource-manager.ts │ │ │ ├── swarm │ │ │ │ ├── __tests__ │ │ │ │ │ ├── integration.test.ts │ │ │ │ │ └── prompt-copier.test.ts │ │ │ │ ├── claude-flow-executor.ts │ │ │ │ ├── coordinator.ts │ │ │ │ ├── direct-executor.ts │ │ │ │ ├── executor-v2.ts │ │ │ │ ├── executor.ts │ │ │ │ ├── index.ts │ │ │ │ ├── memory.ts │ │ │ │ ├── optimizations │ │ │ │ │ ├── README.md │ │ │ │ │ ├── __tests__ │ │ │ │ │ │ └── optimization.test.ts │ │ │ │ │ ├── async-file-manager.ts │ │ │ │ │ ├── circular-buffer.ts │ │ │ │ │ ├── connection-pool.ts │ │ │ │ │ ├── index.ts │ │ │ │ │ ├── migration-guide.md │ │ │ │ │ ├── optimized-executor.ts │ │ │ │ │ ├── performance_monitor.py │ │ │ │ │ └── ttl-map.ts │ │ │ │ ├── prompt-cli.ts │ │ │ │ ├── prompt-copier-enhanced.ts │ │ │ │ ├── prompt-copier.ts │ │ │ │ ├── prompt-copying-README.md │ │ │ │ ├── prompt-manager.ts │ │ │ │ ├── prompt-utils.ts │ │ │ │ ├── sparc-executor.ts │ │ │ │ ├── strategies │ │ │ │ │ ├── auto.ts │ │ │ │ │ ├── base.ts │ │ │ │ │ ├── research.ts │ │ │ │ │ └── strategy-metrics-patch.ts │ │ │ │ ├── types.ts │ │ │ │ └── workers │ │ │ │ │ └── copy-worker.ts │ │ │ ├── task │ │ │ │ ├── README.md │ │ │ │ ├── commands.ts │ │ │ │ ├── coordination.ts │ │ │ │ ├── engine.ts │ │ │ │ ├── index.ts │ │ │ │ └── types.ts │ │ │ ├── templates │ │ │ │ └── claude-optimized │ │ │ │ │ ├── .claude │ │ │ │ │ ├── BATCHTOOLS_BEST_PRACTICES.md │ │ │ │ │ ├── BATCHTOOLS_GUIDE.md │ │ │ │ │ ├── MIGRATION_GUIDE.md │ │ │ │ │ ├── PERFORMANCE_BENCHMARKS.md │ │ │ │ │ ├── commands │ │ │ │ │ │ ├── claude-flow-help.md │ │ │ │ │ │ ├── claude-flow-memory.md │ │ │ │ │ │ ├── claude-flow-swarm.md │ │ │ │ │ │ ├── sparc.md │ │ │ │ │ │ └── sparc │ │ │ │ │ │ │ ├── architect.md │ │ │ │ │ │ │ ├── ask.md │ │ │ │ │ │ │ ├── code.md │ │ │ │ │ │ │ ├── debug.md │ │ │ │ │ │ │ ├── devops.md │ │ │ │ │ │ │ ├── docs-writer.md │ │ │ │ │ │ │ ├── integration.md │ │ │ │ │ │ │ ├── mcp.md │ │ │ │ │ │ │ ├── post-deployment-monitoring-mode.md │ │ │ │ │ │ │ ├── refinement-optimization-mode.md │ │ │ │ │ │ │ ├── security-review.md │ │ │ │ │ │ │ ├── sparc.md │ │ │ │ │ │ │ ├── spec-pseudocode.md │ │ │ │ │ │ │ ├── supabase-admin.md │ │ │ │ │ │ │ ├── tdd.md │ │ │ │ │ │ │ └── tutorial.md │ │ │ │ │ └── tests │ │ │ │ │ │ ├── README.md │ │ │ │ │ │ ├── e2e │ │ │ │ │ │ └── workflows.test.js │ │ │ │ │ │ ├── error-handling │ │ │ │ │ │ ├── batch-errors.test.js │ │ │ │ │ │ └── rollback.test.js │ │ │ │ │ │ ├── integration │ │ │ │ │ │ ├── architect-batch.test.js │ │ │ │ │ │ ├── code-batch.test.js │ │ │ │ │ │ ├── debug-batch.test.js │ │ │ │ │ │ ├── security-batch.test.js │ │ │ │ │ │ └── tdd-batch.test.js │ │ │ │ │ │ ├── performance │ │ │ │ │ │ ├── benchmarks.test.js │ │ │ │ │ │ └── resource-usage.test.js │ │ │ │ │ │ ├── test-harness.js │ │ │ │ │ │ └── unit │ │ │ │ │ │ ├── batch-operations.test.js │ │ │ │ │ │ └── parallel-utils.test.js │ │ │ │ │ ├── .installed │ │ │ │ │ ├── CHANGELOG.md │ │ │ │ │ ├── README.md │ │ │ │ │ ├── SUMMARY.md │ │ │ │ │ ├── VERSION │ │ │ │ │ ├── deploy-to-project.js │ │ │ │ │ ├── install-template.js │ │ │ │ │ ├── manifest.json │ │ │ │ │ ├── package.json │ │ │ │ │ ├── template-manager.js │ │ │ │ │ └── validate-template.js │ │ │ ├── terminal │ │ │ │ ├── adapters │ │ │ │ │ ├── base.ts │ │ │ │ │ ├── native.ts │ │ │ │ │ └── vscode.ts │ │ │ │ ├── manager.ts │ │ │ │ ├── pool.ts │ │ │ │ ├── session.ts │ │ │ │ └── vscode-bridge.ts │ │ │ ├── tests │ │ │ │ └── validation-consistency.test.ts │ │ │ ├── types │ │ │ │ ├── cliffy.d.ts │ │ │ │ ├── global.d.ts │ │ │ │ ├── index.ts │ │ │ │ ├── mcp.d.ts │ │ │ │ └── vscode.d.ts │ │ │ ├── ui │ │ │ │ ├── console │ │ │ │ │ ├── README-analysis-tools.md │ │ │ │ │ ├── README.md │ │ │ │ │ ├── WORKFLOW_DESIGNER_README.md │ │ │ │ │ ├── analysis-tools.html │ │ │ │ │ ├── analytics.html │ │ │ │ │ ├── index.html │ │ │ │ │ ├── js │ │ │ │ │ │ ├── analysis-tools.js │ │ │ │ │ │ ├── command-handler.js │ │ │ │ │ │ ├── console.js │ │ │ │ │ │ ├── daa-tools.js │ │ │ │ │ │ ├── memory-interface.js │ │ │ │ │ │ ├── memory-test.js │ │ │ │ │ │ ├── memory-tools.js │ │ │ │ │ │ ├── settings.js │ │ │ │ │ │ ├── terminal-emulator.js │ │ │ │ │ │ ├── websocket-client.js │ │ │ │ │ │ └── workflow-designer.js │ │ │ │ │ ├── neural-networks-demo.md │ │ │ │ │ ├── styles │ │ │ │ │ │ ├── analysis-tools.css │ │ │ │ │ │ ├── console.css │ │ │ │ │ │ ├── daa-tools.css │ │ │ │ │ │ ├── responsive.css │ │ │ │ │ │ ├── settings.css │ │ │ │ │ │ └── workflow-designer.css │ │ │ │ │ ├── test-neural-networks.js │ │ │ │ │ ├── test-neural.html │ │ │ │ │ └── workflow-designer-demo.html │ │ │ │ ├── hive-dashboard.ts │ │ │ │ └── web-ui │ │ │ │ │ ├── EnhancedProcessUI.js │ │ │ │ │ ├── EnhancedWebUI.js │ │ │ │ │ ├── README.md │ │ │ │ │ ├── components │ │ │ │ │ └── ComponentLibrary.js │ │ │ │ │ ├── core │ │ │ │ │ ├── EventBus.js │ │ │ │ │ ├── MCPIntegrationLayer.js │ │ │ │ │ ├── StateManager.js │ │ │ │ │ ├── UIManager.js │ │ │ │ │ └── ViewManager.js │ │ │ │ │ ├── index.js │ │ │ │ │ ├── neural-panel-test.js │ │ │ │ │ ├── test-github-view.js │ │ │ │ │ ├── test-neural-panel.html │ │ │ │ │ └── views │ │ │ │ │ ├── DAAView.js │ │ │ │ │ ├── GitHubIntegrationTest.js │ │ │ │ │ ├── GitHubIntegrationView.js │ │ │ │ │ ├── NeuralNetworkView.js │ │ │ │ │ └── WorkflowAutomationView.js │ │ │ └── utils │ │ │ │ ├── error-handler.js │ │ │ │ ├── error-handler.ts │ │ │ │ ├── errors.ts │ │ │ │ ├── formatters.ts │ │ │ │ ├── helpers.ts │ │ │ │ ├── paths.ts │ │ │ │ ├── type-guards.ts │ │ │ │ └── types.ts │ │ ├── tests │ │ │ ├── batch-init.test.js │ │ │ ├── cli │ │ │ │ ├── environment-handling.test.ts │ │ │ │ └── init-settings-local.test.js │ │ │ ├── console-manual-test.js │ │ │ ├── console-screenshots │ │ │ │ ├── 01-initial-load.png │ │ │ │ ├── 02-help-typed.png │ │ │ │ ├── 03-help-executed.png │ │ │ │ ├── 04-status-output.png │ │ │ │ ├── 05-scrolled-content.png │ │ │ │ ├── 06-after-clear.png │ │ │ │ └── 07-error-state.png │ │ │ ├── console-terminal-test-report.json │ │ │ ├── console-terminal-test.js │ │ │ ├── console-visual-test.js │ │ │ ├── data │ │ │ │ └── sessions │ │ │ │ │ └── test-dir │ │ │ │ │ ├── 2025-07-05T01-28-45.294Z-metrics.json │ │ │ │ │ └── 2025-07-05T01-28-45.294Z-summary.md │ │ │ ├── e2e │ │ │ │ ├── cli-commands.test.ts │ │ │ │ ├── full-system-integration.test.ts │ │ │ │ ├── full-workflow.test.ts │ │ │ │ ├── start-command-e2e.test.ts │ │ │ │ ├── swarm-coordination.test.ts │ │ │ │ └── workflow.test.ts │ │ │ ├── fixtures │ │ │ │ ├── generators.ts │ │ │ │ └── test-config.json │ │ │ ├── hive-mind-performance-integration-test.js │ │ │ ├── hive-mind │ │ │ │ ├── README.md │ │ │ │ ├── e2e │ │ │ │ │ └── test-scenarios.md │ │ │ │ ├── integration │ │ │ │ │ ├── swarm-scaling.test.js │ │ │ │ │ └── wizard-flow.test.js │ │ │ │ ├── jest.config.js │ │ │ │ ├── performance │ │ │ │ │ └── benchmark-scenarios.test.js │ │ │ │ ├── setup.js │ │ │ │ └── unit │ │ │ │ │ ├── agent-spawning.test.js │ │ │ │ │ ├── communication-protocol.test.js │ │ │ │ │ ├── hive-mind-cli.test.js │ │ │ │ │ ├── memory-operations.test.js │ │ │ │ │ └── sqlite-operations.test.js │ │ │ ├── integration │ │ │ │ ├── TEST_RESULTS.md │ │ │ │ ├── batch-task-mock-test.ts │ │ │ │ ├── batch-task-test.ts │ │ │ │ ├── cli-integration.test.js │ │ │ │ ├── cli │ │ │ │ │ └── init │ │ │ │ │ │ ├── e2e-workflow.test.ts │ │ │ │ │ │ ├── full-init-flow.test.ts │ │ │ │ │ │ └── selective-modes.test.ts │ │ │ │ ├── enhanced-repl.test.ts │ │ │ │ ├── full-system.test.ts │ │ │ │ ├── mcp-integration.test.ts │ │ │ │ ├── mcp-test │ │ │ │ │ ├── debug-swarm-1750422673883.txt │ │ │ │ │ ├── debug-swarm-1750422801391.txt │ │ │ │ │ ├── debug-swarm-1750429356400.txt │ │ │ │ │ ├── swarm-swarm-1750370117766-diagnostic.md │ │ │ │ │ ├── swarm-swarm-1750370233245-simple-calc.js │ │ │ │ │ ├── swarm-swarm-1750422673883-1-analyzer.js │ │ │ │ │ ├── swarm-swarm-1750422673883-2-optimizer.js │ │ │ │ │ ├── swarm-swarm-1750422673883-3-reviewer.js │ │ │ │ │ ├── swarm-swarm-1750422801391-1-architecture.md │ │ │ │ │ ├── swarm-swarm-1750422801391-2-app.js │ │ │ │ │ ├── swarm-swarm-1750429356400-1-architecture.md │ │ │ │ │ ├── swarm-swarm-1750429356400-2-app.js │ │ │ │ │ └── swarm-test-1750370000064-calculator.js │ │ │ │ ├── mcp.test.ts │ │ │ │ ├── memory-coordination.test.ts │ │ │ │ ├── orchestrator-terminal.test.ts │ │ │ │ ├── start-command.test.ts │ │ │ │ ├── start-compatibility.test.ts │ │ │ │ ├── system-integration.test.ts │ │ │ │ ├── terminal.test.ts │ │ │ │ ├── workflow-engine.test.ts │ │ │ │ └── workflow-yaml-json.test.ts │ │ │ ├── manual │ │ │ │ ├── CLAUDE.md │ │ │ │ ├── cli-tests │ │ │ │ │ ├── README.md │ │ │ │ │ ├── automated-test-runner.sh │ │ │ │ │ ├── ci-cd-automation.sh │ │ │ │ │ ├── comprehensive-cli-test.sh │ │ │ │ │ ├── github-issue-summary.md │ │ │ │ │ ├── npm-package-validation.sh │ │ │ │ │ ├── post-to-github.sh │ │ │ │ │ ├── quick-validation.sh │ │ │ │ │ ├── results-reporter.sh │ │ │ │ │ ├── simple-test.sh │ │ │ │ │ └── test-results-report.md │ │ │ │ ├── coordination.md │ │ │ │ ├── memory-bank.md │ │ │ │ ├── test-process-manager.ts │ │ │ │ ├── test-process-ui.ts │ │ │ │ └── verify-start-command.ts │ │ │ ├── migration │ │ │ │ ├── README.md │ │ │ │ ├── docker │ │ │ │ │ └── test-docker-execution.js │ │ │ │ ├── integration │ │ │ │ │ └── test-integration.js │ │ │ │ ├── local │ │ │ │ │ └── test-local-execution.js │ │ │ │ ├── performance │ │ │ │ │ └── test-performance.js │ │ │ │ ├── remote │ │ │ │ │ └── test-remote-npx.js │ │ │ │ ├── run-all-tests.sh │ │ │ │ └── validate-migration.js │ │ │ ├── mocks │ │ │ │ └── index.ts │ │ │ ├── npm-package │ │ │ │ ├── package-lock.json │ │ │ │ └── package.json │ │ │ ├── optimization │ │ │ │ ├── README.md │ │ │ │ ├── continuous-monitor.ts │ │ │ │ ├── demo-validation.ts │ │ │ │ ├── load-testing.test.ts │ │ │ │ ├── performance-validation.test.ts │ │ │ │ ├── regression-validation.test.ts │ │ │ │ └── run-optimization-validation.sh │ │ │ ├── performance-metrics-test-suite.js │ │ │ ├── performance │ │ │ │ ├── benchmark.test.ts │ │ │ │ ├── cli │ │ │ │ │ └── init │ │ │ │ │ │ └── init-performance.test.ts │ │ │ │ └── load-testing.test.ts │ │ │ ├── realistic-performance-test.js │ │ │ ├── scripts │ │ │ │ ├── test-analysis-tools.sh │ │ │ │ ├── test-daa-tools.sh │ │ │ │ ├── test-github-tools.sh │ │ │ │ ├── test-mcp-final.js │ │ │ │ ├── test-mcp-integration.js │ │ │ │ ├── test-mcp-start.sh │ │ │ │ ├── test-mcp-swarm.cjs │ │ │ │ ├── test-mcp-tools-simple.sh │ │ │ │ ├── test-mcp-wrapper.js │ │ │ │ ├── test-port-functionality.sh │ │ │ │ ├── test-simple-swarm.cjs │ │ │ │ ├── test-sparc-direct.js │ │ │ │ ├── test-sparc-modes.js │ │ │ │ ├── test-swarm-coordination.js │ │ │ │ ├── test-swarm-implementation.js │ │ │ │ ├── test-system-tools.sh │ │ │ │ ├── test-workflow-tools.sh │ │ │ │ ├── test-wrapper-direct.js │ │ │ │ ├── test-wrapper-integration.sh │ │ │ │ └── test-wrapper-simple.js │ │ │ ├── settings-bug-fixes.patch │ │ │ ├── settings-functionality-test.js │ │ │ ├── settings-test-report.md │ │ │ ├── settings-visual-test.html │ │ │ ├── sparc-init │ │ │ │ ├── CLAUDE.md │ │ │ │ └── claude-flow │ │ │ ├── test.config.ts │ │ │ ├── test.utils.ts │ │ │ ├── unit │ │ │ │ ├── cli │ │ │ │ │ ├── cli-commands.test.ts │ │ │ │ │ ├── commands │ │ │ │ │ │ └── init │ │ │ │ │ │ │ ├── init-command.test.ts │ │ │ │ │ │ │ ├── rollback.test.ts │ │ │ │ │ │ │ ├── sparc-structure.test.ts │ │ │ │ │ │ │ ├── templates.test.ts │ │ │ │ │ │ │ └── validation.test.ts │ │ │ │ │ └── start │ │ │ │ │ │ ├── process-manager.test.ts │ │ │ │ │ │ ├── process-ui.test.ts │ │ │ │ │ │ └── system-monitor.test.ts │ │ │ │ ├── components.test.ts │ │ │ │ ├── coordination │ │ │ │ │ ├── coordination-system.test.ts │ │ │ │ │ └── coordination.test.ts │ │ │ │ ├── core │ │ │ │ │ ├── config.test.ts │ │ │ │ │ ├── enhanced-event-bus.test.ts │ │ │ │ │ ├── enhanced-orchestrator.test.ts │ │ │ │ │ ├── event-bus.test.ts │ │ │ │ │ ├── logger.test.ts │ │ │ │ │ └── orchestrator.test.ts │ │ │ │ ├── example.test.ts │ │ │ │ ├── incremental-updates.test.ts │ │ │ │ ├── mcp │ │ │ │ │ ├── mcp-interface.test.ts │ │ │ │ │ ├── recovery.test.ts │ │ │ │ │ ├── server.test.ts │ │ │ │ │ └── tools.test.ts │ │ │ │ ├── memory │ │ │ │ │ └── memory-backends.test.ts │ │ │ │ ├── performance.test.js │ │ │ │ ├── simple-example.test.ts │ │ │ │ ├── terminal │ │ │ │ │ └── terminal-manager.test.ts │ │ │ │ └── utils │ │ │ │ │ └── helpers.test.ts │ │ │ ├── utils │ │ │ │ ├── test-helpers.js │ │ │ │ └── test-utils.ts │ │ │ └── web-ui │ │ │ │ ├── QA_REPORT.md │ │ │ │ ├── automation │ │ │ │ └── test-automation.js │ │ │ │ ├── e2e │ │ │ │ └── FullWorkflow.test.js │ │ │ │ ├── framework │ │ │ │ └── TestFramework.js │ │ │ │ ├── integration │ │ │ │ └── ToolIntegration.test.js │ │ │ │ ├── performance │ │ │ │ └── LoadTesting.test.js │ │ │ │ ├── run-all-tests.js │ │ │ │ ├── test-config.js │ │ │ │ ├── test-workflow-view.js │ │ │ │ └── unit │ │ │ │ └── NeuralNetworkView.test.js │ │ ├── tsconfig.cjs.json │ │ ├── tsconfig.cli.json │ │ └── tsconfig.json │ ├── performance-validator.js │ ├── ruv-swarm │ │ ├── .claude │ │ │ ├── commands │ │ │ │ ├── analysis │ │ │ │ │ ├── performance-bottlenecks.md │ │ │ │ │ └── token-efficiency.md │ │ │ │ ├── automation │ │ │ │ │ ├── self-healing.md │ │ │ │ │ ├── session-memory.md │ │ │ │ │ └── smart-agents.md │ │ │ │ ├── coordination │ │ │ │ │ ├── init.md │ │ │ │ │ ├── orchestrate.md │ │ │ │ │ └── spawn.md │ │ │ │ ├── hooks │ │ │ │ │ ├── overview.md │ │ │ │ │ └── setup.md │ │ │ │ ├── memory │ │ │ │ │ ├── neural.md │ │ │ │ │ └── usage.md │ │ │ │ ├── monitoring │ │ │ │ │ ├── agents.md │ │ │ │ │ └── status.md │ │ │ │ ├── optimization │ │ │ │ │ ├── auto-topology.md │ │ │ │ │ └── parallel-execution.md │ │ │ │ ├── training │ │ │ │ │ ├── neural-patterns.md │ │ │ │ │ └── specialization.md │ │ │ │ └── workflows │ │ │ │ │ ├── development.md │ │ │ │ │ └── research.md │ │ │ └── settings.json │ │ ├── .eslintrc.json │ │ ├── .github │ │ │ └── workflows │ │ │ │ └── ci.yml │ │ ├── .gitignore │ │ ├── .npmignore │ │ ├── .prettierrc │ │ ├── CHANGELOG.md │ │ ├── README.md │ │ ├── audit-after.json │ │ ├── audit-before.json │ │ ├── babel.config.cjs │ │ ├── bin │ │ │ ├── ruv-swarm-clean.js │ │ │ ├── ruv-swarm-memory.js │ │ │ ├── ruv-swarm-secure-heartbeat.js │ │ │ └── ruv-swarm-secure.js │ │ ├── claude-swarm.bat │ │ ├── claude-swarm.sh │ │ ├── config │ │ │ ├── jest.config.js │ │ │ ├── memory-optimization.json │ │ │ ├── network-optimization.json │ │ │ ├── rollup.config.js │ │ │ ├── ruv-swarm.config.json │ │ │ ├── simd-optimization.json │ │ │ ├── tsconfig.json │ │ │ └── webpack.config.js │ │ ├── coverage-data.json │ │ ├── coverage-history.json │ │ ├── data │ │ │ ├── aggressive_cleanup.sql │ │ │ ├── cleanup_database.sql │ │ │ └── ruv-swarm.db-shm │ │ ├── docker │ │ │ ├── Dockerfile.alpine.test │ │ │ ├── Dockerfile.claude-simulator │ │ │ ├── Dockerfile.mcp-stdio-test │ │ │ ├── Dockerfile.mcp.test │ │ │ ├── Dockerfile.node18.test │ │ │ ├── Dockerfile.node20.test │ │ │ ├── Dockerfile.node22.test │ │ │ ├── Dockerfile.npx.test │ │ │ ├── Dockerfile.perf.test │ │ │ ├── Dockerfile.test │ │ │ ├── Dockerfile.test-pr34 │ │ │ ├── Dockerfile.test-pr34-compatibility │ │ │ ├── Dockerfile.test-runner │ │ │ ├── Dockerfile.wasm.test │ │ │ ├── MCP_FIXES_TEST_GUIDE.md │ │ │ ├── MCP_RELIABILITY_TESTS.md │ │ │ ├── README.md │ │ │ ├── claude-simulator.js │ │ │ ├── docker-compose.final-test.yml │ │ │ ├── docker-compose.mcp-fixes-test.yml │ │ │ ├── docker-compose.mcp-reliability.yml │ │ │ ├── docker-compose.test.yml │ │ │ ├── monitoring │ │ │ │ ├── grafana │ │ │ │ │ ├── dashboards │ │ │ │ │ │ ├── dashboards.yml │ │ │ │ │ │ └── mcp-reliability.json │ │ │ │ │ └── datasources │ │ │ │ │ │ └── datasources.yml │ │ │ │ ├── loki-config.yml │ │ │ │ ├── prometheus.yml │ │ │ │ └── promtail-config.yml │ │ │ ├── run-mcp-fixes-tests.sh │ │ │ ├── run-mcp-reliability-tests.sh │ │ │ ├── test-mcp-stdio.js │ │ │ ├── test-results │ │ │ │ └── mcp-reliability │ │ │ │ │ ├── mcp-server-reliability.json │ │ │ │ │ └── mcp-validation.json │ │ │ └── test-runner.js │ │ ├── docs │ │ │ ├── API_REFERENCE_COMPLETE.md │ │ │ ├── CHANGELOG.md │ │ │ ├── CLAUDE.md │ │ │ ├── COMPREHENSIVE_TEST_REPORT.md │ │ │ ├── CONNECTION-POOL.md │ │ │ ├── GIT_INTEGRATION.md │ │ │ ├── INTEGRATION_GUIDE.md │ │ │ ├── MEMORY_OPTIMIZATION_REPORT.md │ │ │ ├── NEURAL_BENCHMARK_METHODOLOGY_REPORT.md │ │ │ ├── NEURAL_PRESETS.md │ │ │ ├── NO-TIMEOUT-ELIMINATION-REPORT.md │ │ │ ├── PERFORMANCE_FEATURES.md │ │ │ ├── README.md │ │ │ ├── USER_GUIDE.md │ │ │ ├── deployment │ │ │ │ ├── DEPLOYMENT_GUIDE.md │ │ │ │ └── DEPLOYMENT_VALIDATION_REPORT.md │ │ │ ├── implementation │ │ │ │ └── TEST_IMPLEMENTATION_SUMMARY.md │ │ │ ├── logging-guide.md │ │ │ ├── migration │ │ │ │ └── MIGRATION-v1.0.5-to-v1.0.6.md │ │ │ ├── release-notes │ │ │ │ ├── PR-DESCRIPTION-v1.0.6.md │ │ │ │ ├── RELEASE-NOTES-v1.0.6.md │ │ │ │ ├── RELEASE-VALIDATION-v1.0.6.md │ │ │ │ ├── SUMMARY-v1.0.6.md │ │ │ │ └── pre-publish-checklist-v1.0.6.md │ │ │ └── reports │ │ │ │ ├── BENCHMARK_EXECUTIVE_SUMMARY.md │ │ │ │ ├── CLI_TEST_FINAL_REPORT.md │ │ │ │ ├── COGNITIVE_DIVERSITY_ANALYSIS.md │ │ │ │ ├── DOCUMENTATION_SWARM_REPORT.md │ │ │ │ ├── IMPLEMENTATION_SUMMARY.md │ │ │ │ ├── INTEGRATION_VALIDATION_REPORT.md │ │ │ │ ├── MEMORY_OPTIMIZATION_SUMMARY.md │ │ │ │ ├── NEURAL_BENCHMARK_COMPARISON.md │ │ │ │ ├── NEURAL_INTEGRATION_COMPLETE.md │ │ │ │ ├── NEURAL_MODEL_BENCHMARK_REPORT.md │ │ │ │ ├── PATTERN_PARSER_FIX.md │ │ │ │ ├── PERFORMANCE_STATISTICS.md │ │ │ │ ├── SIMD_OPTIMIZATION_FINAL_REPORT.md │ │ │ │ ├── SIMD_OPTIMIZATION_REPORT.md │ │ │ │ ├── TECHNICAL_WRITER_COMPLETION_REPORT.md │ │ │ │ ├── TEST_COVERAGE_CHAMPION_COMPLETION_REPORT.md │ │ │ │ ├── documentation-summary.md │ │ │ │ ├── github-issue-41-comment.md │ │ │ │ ├── neural-baseline-v0.2.0.md │ │ │ │ ├── test-results.md │ │ │ │ ├── v0.2.1-POST-FIX-PERFORMANCE-REPORT.md │ │ │ │ └── validation-report.md │ │ ├── eslint.config.js │ │ ├── examples │ │ │ ├── mcp-workflows.js │ │ │ ├── neural-example.js │ │ │ ├── neural-presets-demo.js │ │ │ └── simd-claude-flow-demo.js │ │ ├── jest-wasm-transformer.cjs │ │ ├── jest.config.cjs │ │ ├── package-lock.json │ │ ├── package-lock.json.backup │ │ ├── package.json │ │ ├── package.json.backup │ │ ├── performance-optimization-report.json │ │ ├── ruv-swarm │ │ ├── ruv-swarm.bat │ │ ├── ruv-swarm.ps1 │ │ ├── scripts │ │ │ ├── build.js │ │ │ ├── deploy.sh │ │ │ ├── docker-test-suite.sh │ │ │ ├── generate-docs.js │ │ │ ├── mcp-server.sh │ │ │ ├── optimize-wasm.sh │ │ │ ├── performance-optimization.js │ │ │ ├── run-docker-tests.sh │ │ │ └── test-npx-commands.sh │ │ ├── src │ │ │ ├── agent.ts │ │ │ ├── benchmark.js │ │ │ ├── claude-flow-enhanced.js │ │ │ ├── claude-integration │ │ │ │ ├── advanced-commands.js │ │ │ │ ├── core.js │ │ │ │ ├── docs.js │ │ │ │ ├── env-template.js │ │ │ │ ├── index.js │ │ │ │ └── remote.js │ │ │ ├── cli-diagnostics.js │ │ │ ├── cognitive-pattern-evolution.js │ │ │ ├── consensus-engine.js │ │ │ ├── daa-cognition.js │ │ │ ├── daa-service.d.ts │ │ │ ├── daa-service.js │ │ │ ├── diagnostics.js │ │ │ ├── errors.js │ │ │ ├── github-coordinator │ │ │ │ ├── README.md │ │ │ │ ├── claude-hooks.js │ │ │ │ └── gh-cli-coordinator.js │ │ │ ├── hooks │ │ │ │ ├── cli.js │ │ │ │ └── index.js │ │ │ ├── index-enhanced.d.ts │ │ │ ├── index-enhanced.js │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ ├── index.ts │ │ │ ├── logger.js │ │ │ ├── logging-config.js │ │ │ ├── mcp-daa-tools.js │ │ │ ├── mcp-tools-benchmarks.js │ │ │ ├── mcp-tools-enhanced.js │ │ │ ├── memory-config.js │ │ │ ├── meta-learning-framework.js │ │ │ ├── neural-agent.js │ │ │ ├── neural-coordination-protocol.js │ │ │ ├── neural-models │ │ │ │ ├── README.md │ │ │ │ ├── autoencoder.js │ │ │ │ ├── base.js │ │ │ │ ├── cnn.js │ │ │ │ ├── gnn.js │ │ │ │ ├── gru.js │ │ │ │ ├── index.js │ │ │ │ ├── lstm.js │ │ │ │ ├── neural-presets-complete.js │ │ │ │ ├── presets │ │ │ │ │ ├── graph.js │ │ │ │ │ ├── index.js │ │ │ │ │ ├── nlp.js │ │ │ │ │ ├── timeseries.js │ │ │ │ │ └── vision.js │ │ │ │ ├── resnet.js │ │ │ │ ├── transformer.js │ │ │ │ └── vae.js │ │ │ ├── neural-network-manager.js │ │ │ ├── neural-network.ts │ │ │ ├── neural.js │ │ │ ├── performance-benchmarks.js │ │ │ ├── performance-optimizer.js │ │ │ ├── performance-selector.js │ │ │ ├── performance.js │ │ │ ├── persistence-pooled.js │ │ │ ├── persistence.js │ │ │ ├── schemas.js │ │ │ ├── security.js │ │ │ ├── singleton-container.js │ │ │ ├── sqlite-pool.js │ │ │ ├── sqlite-worker.js │ │ │ ├── startup-optimization.js │ │ │ ├── swarm-intelligence-integration.js │ │ │ ├── types.ts │ │ │ ├── utils.ts │ │ │ ├── wasm-loader.js │ │ │ ├── wasm-loader2.js │ │ │ ├── wasm-memory-optimizer.js │ │ │ └── wasm-types.d.ts │ │ ├── test-db-updates.js │ │ ├── test-flags.js │ │ ├── test-mcp-db.js │ │ ├── test-mcp-fixes.js │ │ ├── test-mcp-persistence.js │ │ ├── test-memory-storage.js │ │ ├── test-npm-install-v106 │ │ │ ├── .claude │ │ │ │ └── sessions │ │ │ │ │ ├── 2025-07-03T00-21-16.973Z-metrics.json │ │ │ │ │ ├── 2025-07-03T00-21-16.973Z-summary.md │ │ │ │ │ ├── 2025-07-03T00-24-18.506Z-metrics.json │ │ │ │ │ └── 2025-07-03T00-24-18.506Z-summary.md │ │ │ ├── package-lock.json │ │ │ └── package.json │ │ ├── test-pr34-local.js │ │ ├── test-remote-npx.dockerfile │ │ ├── test-results │ │ │ └── release-v1.0.6-validation.md │ │ ├── test-wasm-loading.js │ │ ├── test-workflow-fix.js │ │ ├── test │ │ │ ├── AGENT_BRIEFING.md │ │ │ ├── AGENT_TASK_ASSIGNMENTS.md │ │ │ ├── COVERAGE_STATUS.md │ │ │ ├── COVERAGE_STRATEGY.md │ │ │ ├── METRICS_REPORT.md │ │ │ ├── README.md │ │ │ ├── TEST_ENGINEER_COMPLETION_REPORT.md │ │ │ ├── TEST_SUITE_SUMMARY.md │ │ │ ├── VALIDATION_REPORT.md │ │ │ ├── __mocks__ │ │ │ │ └── wasmMock.js │ │ │ ├── advanced-features-comprehensive.test.js │ │ │ ├── agent-task-binding-test.js │ │ │ ├── basic.test.js │ │ │ ├── benchmarks │ │ │ │ ├── benchmark-neural-models.js │ │ │ │ ├── v0.2.1-performance-analysis.js │ │ │ │ └── visualize-neural-benchmarks.js │ │ │ ├── browser │ │ │ │ └── cross-browser-compatibility.test.js │ │ │ ├── claude-integration-comprehensive.test.js │ │ │ ├── claude-md-cli-integration.test.js │ │ │ ├── claude-md-protection-simple.test.js │ │ │ ├── claude-md-protection.test.js │ │ │ ├── comprehensive-orchestration-test.js │ │ │ ├── comprehensive-performance-validation.test.js │ │ │ ├── comprehensive-test-orchestrator.js │ │ │ ├── core-systems-comprehensive.test.js │ │ │ ├── coverage-dashboard.html │ │ │ ├── coverage-dashboard.js │ │ │ ├── coverage-edge-cases.test.js │ │ │ ├── coverage-integration.test.js │ │ │ ├── daa-functionality-comprehensive.test.js │ │ │ ├── daa-service.test.js │ │ │ ├── direct-mcp-test.js │ │ │ ├── docker-cross-platform.test.js │ │ │ ├── docker-mcp-validation.js │ │ │ ├── docker-performance-suite.js │ │ │ ├── docker │ │ │ │ └── README.md │ │ │ ├── e2e │ │ │ │ └── workflow-scenarios.test.js │ │ │ ├── edge-case-coverage.test.js │ │ │ ├── edge-cases │ │ │ │ ├── async-operations-edge-cases.test.js │ │ │ │ ├── claude-flow-enhanced-edge-cases.test.js │ │ │ │ ├── error-recovery-edge-cases.test.js │ │ │ │ ├── index-edge-cases.test.js │ │ │ │ ├── mcp-daa-tools-edge-cases.test.js │ │ │ │ ├── mcp-validation-edge-cases.test.js │ │ │ │ ├── memory-resource-edge-cases.test.js │ │ │ │ ├── neural-network-edge-cases.test.js │ │ │ │ ├── neural-presets-edge-cases.test.js │ │ │ │ └── run-all-edge-cases.test.js │ │ │ ├── error-handling-comprehensive.test.js │ │ │ ├── error-handling-validation.test.js │ │ │ ├── execute-coverage.test.js │ │ │ ├── final-coverage-report.test.js │ │ │ ├── full-coverage-runner.js │ │ │ ├── generate-test-report.js │ │ │ ├── global-setup.js │ │ │ ├── hooks-coverage.test.js │ │ │ ├── hooks-system-comprehensive.test.js │ │ │ ├── hooks.test.js │ │ │ ├── integration-advanced-features-coverage.test.js │ │ │ ├── integration │ │ │ │ ├── README.md │ │ │ │ ├── api-integration.test.js │ │ │ │ ├── integration-test-config.js │ │ │ │ ├── js-wasm-communication.test.js │ │ │ │ ├── run-integration-tests.js │ │ │ │ └── scenarios │ │ │ │ │ ├── cross-feature │ │ │ │ │ └── system-integration.test.js │ │ │ │ │ ├── lifecycle │ │ │ │ │ └── full-workflow.test.js │ │ │ │ │ ├── performance │ │ │ │ │ └── load-testing.test.js │ │ │ │ │ └── resilience │ │ │ │ │ └── error-recovery.test.js │ │ │ ├── list-wasm-imports.js │ │ │ ├── load-testing-suite.test.js │ │ │ ├── master-test-coverage-runner.test.js │ │ │ ├── mcp-coverage-validation-runner.js │ │ │ ├── mcp-coverage-validation.test.js │ │ │ ├── mcp-integration.test.js │ │ │ ├── mcp-protocol-integration.test.js │ │ │ ├── mcp-server-reliability-test.js │ │ │ ├── mcp-server.test.js │ │ │ ├── mcp-tools-comprehensive.test.js │ │ │ ├── memory-integration-report.json │ │ │ ├── memory-integration-test.js │ │ │ ├── monitor-coverage.js │ │ │ ├── neural-agent.test.js │ │ │ ├── neural-integration.test.js │ │ │ ├── neural-model-specific-tests.js │ │ │ ├── neural-models-coverage-complete.test.js │ │ │ ├── neural-models-coverage.test.js │ │ │ ├── neural-network-manager-full.test.js │ │ │ ├── neural-network.test.js │ │ │ ├── neural-performance-comprehensive.test.js │ │ │ ├── no-timeout-validation.test.js │ │ │ ├── performance │ │ │ │ ├── benchmarks.test.js │ │ │ │ └── comprehensive-benchmarks.test.js │ │ │ ├── persistence-edge-cases.test.js │ │ │ ├── persistence.test.js │ │ │ ├── pooled-persistence-integration.test.js │ │ │ ├── production-validation.test.js │ │ │ ├── regression-testing-pipeline.test.js │ │ │ ├── run-all-tests.js │ │ │ ├── run-comprehensive-tests.js │ │ │ ├── run-comprehensive-validation.js │ │ │ ├── run-error-handling-tests.js │ │ │ ├── run-tests.js │ │ │ ├── security-audit.test.js │ │ │ ├── setup.js │ │ │ ├── setup.ts │ │ │ ├── setup │ │ │ │ ├── jest.setup.cjs │ │ │ │ └── vitest.setup.js │ │ │ ├── simple-coverage.test.js │ │ │ ├── singleton-container.test.js │ │ │ ├── sqlite-pool-ha.test.js │ │ │ ├── test-all-mcp-tools.js │ │ │ ├── test-coverage-all.js │ │ │ ├── test-mcp-methods.js │ │ │ ├── test-memory-optimization.js │ │ │ ├── test-neural-fixes.js │ │ │ ├── test-neural-presets-integration.js │ │ │ ├── test-new-neural-models.js │ │ │ ├── test-report-1751419364200.json │ │ │ ├── test-report-1751461827507.json │ │ │ ├── test-report-1751464497096.json │ │ │ ├── test-runner.js │ │ │ ├── test-wasm-bindings-debug.js │ │ │ ├── test-wasm-with-loader.js │ │ │ ├── test.js │ │ │ ├── timeout-removal-validation.cjs │ │ │ ├── unit │ │ │ │ ├── core │ │ │ │ │ └── ruv-swarm.test.js │ │ │ │ ├── neural │ │ │ │ │ └── neural-agent.test.js │ │ │ │ ├── persistence │ │ │ │ │ └── persistence.test.js │ │ │ │ ├── utils.test.ts │ │ │ │ └── wasm-functions.test.js │ │ │ ├── validate-npx-integration.js │ │ │ ├── validate-presets.js │ │ │ ├── validate-setup.js │ │ │ ├── validate-wasm-loading.js │ │ │ ├── verify-wasm-no-warnings.js │ │ │ ├── vitest.config.js │ │ │ └── wasm-integration.test.js │ │ ├── tsconfig.json │ │ ├── validate-error-handling.js │ │ ├── verify-db-updates.js │ │ └── wasm-unified │ │ │ ├── README.md │ │ │ ├── build-info.json │ │ │ ├── package.json │ │ │ ├── ruv_swarm_wasm.d.ts │ │ │ ├── ruv_swarm_wasm.js │ │ │ ├── ruv_swarm_wasm_bg.wasm │ │ │ ├── ruv_swarm_wasm_bg.wasm.d.ts │ │ │ └── utils.d.ts │ └── synaptic-cli │ │ ├── .env.example │ │ ├── .synaptic │ │ └── kimi-config.json │ │ ├── API_REFERENCE.md │ │ ├── CLI_ALPHA_COMPLETION_REPORT.md │ │ ├── CLI_IMPLEMENTATION_REPORT.md │ │ ├── DEPLOYMENT_INSTRUCTIONS.md │ │ ├── Dockerfile │ │ ├── FINAL_INTEGRATION_VALIDATION_REPORT.md │ │ ├── KIMI_API_INTEGRATION_REPORT.md │ │ ├── KIMI_K2_USER_GUIDE.md │ │ ├── MISSION_COMPLETION_REPORT.md │ │ ├── NEURAL_MESH_BRIDGE_REPORT.md │ │ ├── PHASE_4_COMPLETION_SUMMARY.md │ │ ├── README.md │ │ ├── bin │ │ ├── synaptic │ │ └── synaptic-mesh │ │ ├── cli.js │ │ ├── cross-platform-report-linux-x64.json │ │ ├── docker-compose.yml │ │ ├── docs │ │ └── kimi-api-integration.md │ │ ├── k8s │ │ ├── configmap.yaml │ │ ├── deployment.yaml │ │ ├── production │ │ │ ├── configmap.yaml │ │ │ ├── deployment.yaml │ │ │ ├── hpa.yaml │ │ │ ├── namespace.yaml │ │ │ ├── pvc.yaml │ │ │ ├── rbac.yaml │ │ │ └── service.yaml │ │ └── service.yaml │ │ ├── lib │ │ ├── cli-simple.d.ts │ │ ├── cli-simple.d.ts.map │ │ ├── cli-simple.js │ │ ├── cli-simple.js.map │ │ ├── cli.d.ts │ │ ├── cli.d.ts.map │ │ ├── cli.js │ │ ├── cli.js.map │ │ ├── cli │ │ │ ├── main.d.ts │ │ │ ├── main.d.ts.map │ │ │ ├── main.js │ │ │ └── main.js.map │ │ ├── commands │ │ │ ├── config.d.ts │ │ │ ├── config.d.ts.map │ │ │ ├── config.js │ │ │ ├── config.js.map │ │ │ ├── dag.d.ts │ │ │ ├── dag.d.ts.map │ │ │ ├── dag.js │ │ │ ├── dag.js.map │ │ │ ├── export.d.ts │ │ │ ├── export.d.ts.map │ │ │ ├── export.js │ │ │ ├── export.js.map │ │ │ ├── import.d.ts │ │ │ ├── import.d.ts.map │ │ │ ├── import.js │ │ │ ├── import.js.map │ │ │ ├── init.d.ts │ │ │ ├── init.d.ts.map │ │ │ ├── init.js │ │ │ ├── init.js.map │ │ │ ├── kimi.d.ts │ │ │ ├── kimi.d.ts.map │ │ │ ├── kimi.js │ │ │ ├── kimi.js.map │ │ │ ├── mcp.d.ts │ │ │ ├── mcp.d.ts.map │ │ │ ├── mcp.js │ │ │ ├── mcp.js.map │ │ │ ├── mesh.d.ts │ │ │ ├── mesh.d.ts.map │ │ │ ├── mesh.js │ │ │ ├── mesh.js.map │ │ │ ├── neural.d.ts │ │ │ ├── neural.d.ts.map │ │ │ ├── neural.js │ │ │ ├── neural.js.map │ │ │ ├── peer.d.ts │ │ │ ├── peer.d.ts.map │ │ │ ├── peer.js │ │ │ ├── peer.js.map │ │ │ ├── start.d.ts │ │ │ ├── start.d.ts.map │ │ │ ├── start.js │ │ │ ├── start.js.map │ │ │ ├── status.d.ts │ │ │ ├── status.d.ts.map │ │ │ ├── status.js │ │ │ ├── status.js.map │ │ │ ├── stop.d.ts │ │ │ ├── stop.d.ts.map │ │ │ ├── stop.js │ │ │ ├── stop.js.map │ │ │ ├── swarm.d.ts │ │ │ ├── swarm.d.ts.map │ │ │ ├── swarm.js │ │ │ └── swarm.js.map │ │ ├── config │ │ │ ├── default.d.ts │ │ │ ├── default.d.ts.map │ │ │ ├── default.js │ │ │ ├── default.js.map │ │ │ ├── loader.d.ts │ │ │ ├── loader.d.ts.map │ │ │ ├── loader.js │ │ │ └── loader.js.map │ │ ├── core │ │ │ ├── dag-client.d.ts │ │ │ ├── dag-client.d.ts.map │ │ │ ├── dag-client.js │ │ │ ├── dag-client.js.map │ │ │ ├── kimi-client.d.ts │ │ │ ├── kimi-client.d.ts.map │ │ │ ├── kimi-client.js │ │ │ ├── kimi-client.js.map │ │ │ ├── mesh-client.d.ts │ │ │ ├── mesh-client.d.ts.map │ │ │ ├── mesh-client.js │ │ │ ├── mesh-client.js.map │ │ │ ├── neural-client.d.ts │ │ │ ├── neural-client.d.ts.map │ │ │ ├── neural-client.js │ │ │ ├── neural-client.js.map │ │ │ ├── orchestrator.d.ts │ │ │ ├── orchestrator.d.ts.map │ │ │ ├── orchestrator.js │ │ │ ├── orchestrator.js.map │ │ │ ├── peer-client.d.ts │ │ │ ├── peer-client.d.ts.map │ │ │ ├── peer-client.js │ │ │ └── peer-client.js.map │ │ ├── mcp │ │ │ ├── daa-mcp-bridge.d.ts │ │ │ ├── daa-mcp-bridge.d.ts.map │ │ │ ├── daa-mcp-bridge.js │ │ │ └── daa-mcp-bridge.js.map │ │ ├── neural │ │ │ ├── kimi-neural-bridge.d.ts │ │ │ ├── kimi-neural-bridge.d.ts.map │ │ │ ├── kimi-neural-bridge.js │ │ │ └── kimi-neural-bridge.js.map │ │ ├── ui │ │ │ ├── dashboard.d.ts │ │ │ ├── dashboard.d.ts.map │ │ │ ├── dashboard.js │ │ │ └── dashboard.js.map │ │ └── utils │ │ │ ├── validation.d.ts │ │ │ ├── validation.d.ts.map │ │ │ ├── validation.js │ │ │ ├── validation.js.map │ │ │ ├── version.d.ts │ │ │ ├── version.d.ts.map │ │ │ ├── version.js │ │ │ └── version.js.map │ │ ├── package-lock.json │ │ ├── package.json │ │ ├── scripts │ │ ├── build-wasm.js │ │ ├── build.js │ │ ├── cross-platform-test.js │ │ ├── docker-build.sh │ │ ├── install.js │ │ ├── postinstall.js │ │ ├── prepare-bin.js │ │ ├── publish-docker.sh │ │ ├── publish.sh │ │ ├── release-automation.sh │ │ ├── test-npx-enhanced.sh │ │ ├── test-npx.sh │ │ └── validate-global.js │ │ ├── src │ │ ├── cli-simple.js │ │ ├── cli.js │ │ ├── cli.ts │ │ ├── cli │ │ │ └── main.js │ │ ├── commands │ │ │ ├── config.js │ │ │ ├── config.ts │ │ │ ├── dag.js │ │ │ ├── dag.ts │ │ │ ├── export.js │ │ │ ├── import.js │ │ │ ├── init.js │ │ │ ├── init.ts │ │ │ ├── kimi.ts │ │ │ ├── mcp.js │ │ │ ├── mesh.js │ │ │ ├── mesh.ts │ │ │ ├── neural.js │ │ │ ├── neural.ts │ │ │ ├── peer.js │ │ │ ├── peer.ts │ │ │ ├── start.js │ │ │ ├── start.ts │ │ │ ├── status.js │ │ │ ├── status.ts │ │ │ ├── stop.ts │ │ │ └── swarm.js │ │ ├── config │ │ │ ├── default.js │ │ │ └── loader.js │ │ ├── core │ │ │ ├── dag-client.js │ │ │ ├── kimi-client.ts │ │ │ ├── mesh-client.js │ │ │ ├── neural-client.js │ │ │ ├── orchestrator.js │ │ │ └── peer-client.js │ │ ├── mcp │ │ │ └── daa-mcp-bridge.ts │ │ ├── neural │ │ │ └── kimi-neural-bridge.ts │ │ ├── ui │ │ │ └── dashboard.js │ │ └── utils │ │ │ ├── validation.js │ │ │ └── version.js │ │ ├── test-synaptic-init │ │ ├── .synaptic │ │ │ ├── config.json │ │ │ ├── data │ │ │ │ └── schema.sql │ │ │ ├── keys │ │ │ │ └── node.key │ │ │ ├── neural │ │ │ │ └── templates.json │ │ │ └── wasm │ │ │ │ ├── loader.config.json │ │ │ │ ├── neuro-divergent.wasm │ │ │ │ ├── ruv-fann.wasm │ │ │ │ ├── ruv_swarm_simd.wasm │ │ │ │ └── ruv_swarm_wasm_bg.wasm │ │ ├── docker-compose.yml │ │ └── start-mesh.sh │ │ ├── tests │ │ ├── cli │ │ │ └── kimi-k2-cli.test.js │ │ ├── integration │ │ │ ├── kimi-api-integration.test.js │ │ │ ├── kimi-k2-mesh-integration.test.js │ │ │ └── neural-mesh-bridge-integration.test.js │ │ ├── jest.config.js │ │ ├── mcp │ │ │ └── kimi-k2-mcp-tools.test.js │ │ ├── setup.js │ │ └── unit │ │ │ └── kimi-client.test.js │ │ ├── tsconfig.json │ │ └── wasm │ │ ├── LICENSE │ │ ├── README.md │ │ ├── bindings.ts │ │ ├── neuro-divergent.wasm │ │ ├── package.json │ │ ├── ruv-fann.wasm │ │ ├── ruv_fann.d.ts │ │ ├── ruv_fann.js │ │ ├── ruv_fann_bg.wasm │ │ ├── ruv_fann_bg.wasm.d.ts │ │ ├── ruv_swarm_simd.wasm │ │ └── ruv_swarm_wasm_bg.wasm ├── mcp │ ├── IMPLEMENTATION_SUMMARY.md │ ├── README.md │ ├── auth │ │ └── auth-manager.js │ ├── build.js │ ├── cli.js │ ├── config │ │ └── kimi-providers.json │ ├── daa-mcp-bridge.ts │ ├── events │ │ └── event-streamer.js │ ├── examples │ │ ├── basic-usage.js │ │ └── kimi-integration-example.ts │ ├── index.js │ ├── mcp-config.json │ ├── neural-mesh │ │ └── neural-mesh-tools.js │ ├── package.json │ ├── server │ │ └── mcp-server.js │ ├── start-mcp-server.ts │ ├── synaptic-mcp-server.ts │ ├── synaptic-mesh-mcp.config.json │ ├── test-mcp-client.ts │ ├── tests │ │ ├── kimi-integration.test.ts │ │ └── mcp-integration.test.js │ ├── transport │ │ └── transport-manager.js │ ├── tsconfig.json │ └── wasm-bridge │ │ └── wasm-bridge.js ├── neural │ ├── advanced-architectures.js │ ├── ensemble-methods.js │ ├── inference-optimizer.js │ ├── memory-optimizer.js │ ├── mesh-coordination-protocol.js │ ├── meta-learning.js │ ├── neural-agent-manager.js │ ├── performance-profiler.js │ ├── ruv-fann-enhanced.rs │ └── wasm-optimization-engine.js └── rs │ ├── Cargo.toml │ ├── QuDAG │ └── QuDAG-main │ │ ├── .claude │ │ ├── commands │ │ │ ├── README.md │ │ │ ├── STRUCTURE_SUMMARY.md │ │ │ ├── TEMPLATE.md │ │ │ ├── agents │ │ │ │ ├── consensus_agent.md │ │ │ │ ├── crypto_agent.md │ │ │ │ ├── integration_agent.md │ │ │ │ ├── network_agent.md │ │ │ │ ├── performance_agent.md │ │ │ │ └── security_agent.md │ │ │ ├── contexts │ │ │ │ ├── integration_context.md │ │ │ │ ├── performance_context.md │ │ │ │ ├── security_context.md │ │ │ │ └── test_status.md │ │ │ ├── create-test.md │ │ │ ├── crypto-validate.md │ │ │ ├── crypto │ │ │ │ ├── benchmarks.md │ │ │ │ ├── fingerprints.md │ │ │ │ ├── hqc.md │ │ │ │ ├── ml-dsa.md │ │ │ │ ├── ml-kem.md │ │ │ │ └── security.md │ │ │ ├── dag-visualize.md │ │ │ ├── dag │ │ │ │ ├── consensus.md │ │ │ │ └── validation.md │ │ │ ├── dark │ │ │ │ ├── domains.md │ │ │ │ └── shadows.md │ │ │ ├── debug-consensus.md │ │ │ ├── debug-network.md │ │ │ ├── debug-performance.md │ │ │ ├── debug-security.md │ │ │ ├── deploy-validate.md │ │ │ ├── deploy │ │ │ │ ├── crates.md │ │ │ │ ├── github.md │ │ │ │ └── npm.md │ │ │ ├── dev │ │ │ │ └── tools.md │ │ │ ├── fuzz-test.md │ │ │ ├── implement-feature.md │ │ │ ├── integration-test.md │ │ │ ├── network-simulate.md │ │ │ ├── network │ │ │ │ ├── peers.md │ │ │ │ ├── routing.md │ │ │ │ └── testing.md │ │ │ ├── performance-benchmark.md │ │ │ ├── refactor-optimize.md │ │ │ ├── review-security.md │ │ │ ├── security-audit.md │ │ │ ├── sparc │ │ │ │ ├── coder.md │ │ │ │ ├── orchestrator.md │ │ │ │ └── researcher.md │ │ │ ├── swarm │ │ │ │ ├── analysis.md │ │ │ │ ├── development.md │ │ │ │ ├── examples.md │ │ │ │ ├── maintenance.md │ │ │ │ ├── optimization.md │ │ │ │ ├── research.md │ │ │ │ └── testing.md │ │ │ ├── tdd-cycle.md │ │ │ ├── test │ │ │ │ └── wasm.md │ │ │ ├── update-docs.md │ │ │ ├── workflow.json │ │ │ └── workflow │ │ │ │ ├── deployment_workflow.md │ │ │ │ ├── performance_workflow.md │ │ │ │ ├── security_workflow.md │ │ │ │ └── tdd_workflow.md │ │ ├── config.json │ │ └── settings.json │ │ ├── .compatibility.toml │ │ ├── .github │ │ └── workflows │ │ │ ├── README.md │ │ │ ├── benchmarks.yml │ │ │ ├── ci.yml │ │ │ ├── compatibility.yml │ │ │ ├── npm-publish.yml │ │ │ ├── performance.yml │ │ │ ├── release.yml │ │ │ └── security.yml │ │ ├── .gitignore │ │ ├── .roo │ │ ├── README.md │ │ ├── REMOTE-MCP-USAGE.md │ │ ├── mcp-alternative.json │ │ ├── mcp-configs-explained.json │ │ ├── mcp-http-proxy.js │ │ ├── mcp-list.txt │ │ ├── mcp.json │ │ ├── mcp.md │ │ ├── rules-architect │ │ │ └── rules.md │ │ ├── rules-ask │ │ │ └── rules.md │ │ ├── rules-code │ │ │ ├── apply_diff_guidelines.md │ │ │ ├── code_editing.md │ │ │ ├── file_operations_guidelines.md │ │ │ ├── insert_content.md │ │ │ ├── rules.md │ │ │ ├── search_replace.md │ │ │ └── tool_guidelines_index.md │ │ ├── rules-debug │ │ │ └── rules.md │ │ ├── rules-devops │ │ │ └── rules.md │ │ ├── rules-docs-writer │ │ │ └── rules.md │ │ ├── rules-integration │ │ │ └── rules.md │ │ ├── rules-mcp │ │ │ └── rules.md │ │ ├── rules-post-deployment-monitoring-mode │ │ │ └── rules.md │ │ ├── rules-refinement-optimization-mode │ │ │ └── rules.md │ │ ├── rules-security-review │ │ │ └── rules.md │ │ ├── rules-sparc │ │ │ └── rules.md │ │ ├── rules-spec-pseudocode │ │ │ └── rules.md │ │ ├── rules-supabase-admin │ │ │ └── rules.md │ │ ├── rules-tdd │ │ │ └── rules.md │ │ ├── rules-tutorial │ │ │ └── rules.md │ │ ├── rules │ │ │ ├── apply_diff_guidelines.md │ │ │ ├── file_operations_guidelines.md │ │ │ ├── insert_content.md │ │ │ ├── rules.md │ │ │ ├── search_replace.md │ │ │ └── tool_guidelines_index.md │ │ └── test-mcp-connection.js │ │ ├── .roomodes │ │ ├── CLAUDE.md │ │ ├── Cargo.toml │ │ ├── Dockerfile │ │ ├── Dockerfile.alpine │ │ ├── Dockerfile.dev │ │ ├── INSTALL.md │ │ ├── LICENSE │ │ ├── Makefile │ │ ├── Makefile.devops │ │ ├── README.md │ │ ├── archive │ │ ├── debug_sizes.rs │ │ └── swarm-vault-rename-cli-test-results.md │ │ ├── benchmarking │ │ ├── .coverage │ │ ├── OPTIMIZATION_SUMMARY.md │ │ ├── README.md │ │ ├── TDD_FRAMEWORK_SUMMARY.md │ │ ├── __init__.py │ │ ├── __pycache__ │ │ │ ├── __init__.cpython-312.pyc │ │ │ └── cli.cpython-312.pyc │ │ ├── analysis │ │ │ ├── optimization_recommendations.md │ │ │ ├── performance_dashboard.html │ │ │ └── performance_report.md │ │ ├── benchmark_results │ │ │ ├── benchmark_summary.md │ │ │ ├── dag_benchmark_results.json │ │ │ ├── network_benchmark_results.json │ │ │ ├── qudag_benchmark_results.json │ │ │ └── swarm_benchmark_results.json │ │ ├── benchmarks │ │ │ ├── __init__.py │ │ │ ├── __pycache__ │ │ │ │ └── __init__.cpython-312.pyc │ │ │ ├── core │ │ │ │ ├── __init__.py │ │ │ │ ├── __pycache__ │ │ │ │ │ ├── __init__.cpython-312.pyc │ │ │ │ │ └── runner.cpython-312.pyc │ │ │ │ └── runner.py │ │ │ ├── metrics │ │ │ │ ├── __init__.py │ │ │ │ ├── __pycache__ │ │ │ │ │ ├── __init__.cpython-312.pyc │ │ │ │ │ ├── collector.cpython-312.pyc │ │ │ │ │ ├── cpu.cpython-312.pyc │ │ │ │ │ ├── latency.cpython-312.pyc │ │ │ │ │ └── memory.cpython-312.pyc │ │ │ │ ├── collector.py │ │ │ │ ├── cpu.py │ │ │ │ ├── latency.py │ │ │ │ └── memory.py │ │ │ ├── qudag │ │ │ │ ├── __pycache__ │ │ │ │ │ ├── cli_benchmarks.cpython-312.pyc │ │ │ │ │ ├── dag_benchmarks.cpython-312.pyc │ │ │ │ │ ├── network_benchmarks.cpython-312.pyc │ │ │ │ │ └── swarm_benchmarks.cpython-312.pyc │ │ │ │ ├── cli_benchmarks.py │ │ │ │ ├── dag_benchmarks.py │ │ │ │ ├── network_benchmarks.py │ │ │ │ └── swarm_benchmarks.py │ │ │ ├── reporters │ │ │ │ ├── __init__.py │ │ │ │ ├── __pycache__ │ │ │ │ │ ├── __init__.cpython-312.pyc │ │ │ │ │ ├── console.cpython-312.pyc │ │ │ │ │ ├── csv_reporter.cpython-312.pyc │ │ │ │ │ ├── html.cpython-312.pyc │ │ │ │ │ ├── json_reporter.cpython-312.pyc │ │ │ │ │ └── reporter.cpython-312.pyc │ │ │ │ ├── console.py │ │ │ │ ├── csv_reporter.py │ │ │ │ ├── html.py │ │ │ │ ├── json_reporter.py │ │ │ │ └── reporter.py │ │ │ └── utils │ │ │ │ └── __init__.py │ │ ├── cli.py │ │ ├── compare_benchmarks.py │ │ ├── demo.py │ │ ├── demo_results.json │ │ ├── deployment │ │ │ ├── DEPLOYMENT_CHECKLIST.md │ │ │ ├── DEPLOYMENT_TIMELINE.md │ │ │ ├── INTEGRATION_REPORT.md │ │ │ ├── RISK_MANAGEMENT.md │ │ │ ├── UNIFIED_DEPLOYMENT_GUIDE.md │ │ │ └── canary-deployment.json │ │ ├── examples │ │ │ └── run_network_benchmarks.py │ │ ├── optimization │ │ │ ├── optimization_guide.md │ │ │ ├── profile_analyze_performance_1750337131.txt │ │ │ ├── profile_generate_reports_1750337131.txt │ │ │ └── profile_parse_mock_benchmarks_1750337131.txt │ │ ├── optimization_verification.json │ │ ├── optimized_benchmark_runner.py │ │ ├── performance_analyzer.py │ │ ├── plans │ │ │ ├── architecture_design.md │ │ │ ├── benchmark_plan.md │ │ │ ├── metrics_specification.md │ │ │ ├── research_summary.md │ │ │ └── tdd_implementation_strategy.md │ │ ├── pytest.ini │ │ ├── qudag_benchmark.py │ │ ├── reports │ │ │ ├── crypto_benchmark_baseline.txt │ │ │ ├── dag_benchmark_baseline.txt │ │ │ ├── mock_benchmark_results.txt │ │ │ ├── performance_analysis_1750337131.json │ │ │ └── system_benchmark_baseline.txt │ │ ├── requirements.txt │ │ ├── run_benchmarks.sh │ │ ├── run_tests.py │ │ ├── src │ │ │ └── benchmarks │ │ ├── test_integration.py │ │ ├── tests │ │ │ ├── __init__.py │ │ │ ├── __pycache__ │ │ │ │ ├── __init__.cpython-312.pyc │ │ │ │ └── conftest.cpython-312-pytest-8.4.1.pyc │ │ │ ├── conftest.py │ │ │ ├── integration │ │ │ │ ├── __init__.py │ │ │ │ ├── test_benchmark_integration.py │ │ │ │ └── test_qudag_integration.py │ │ │ ├── performance │ │ │ │ ├── __init__.py │ │ │ │ ├── test_benchmark_performance.py │ │ │ │ └── test_performance_validation.py │ │ │ └── unit │ │ │ │ ├── __init__.py │ │ │ │ ├── __pycache__ │ │ │ │ ├── __init__.cpython-312.pyc │ │ │ │ └── test_benchmark_runner.cpython-312-pytest-8.4.1.pyc │ │ │ │ ├── test_benchmark_runner.py │ │ │ │ ├── test_benchmark_runner.py.old │ │ │ │ ├── test_metric_collector.py │ │ │ │ └── test_result_reporter.py │ │ └── verify_optimizations.py │ │ ├── benchmarks │ │ ├── Cargo.toml │ │ ├── benches │ │ │ ├── dark_addressing_benchmarks.rs │ │ │ ├── memory_benchmarks.rs │ │ │ └── system_benchmarks.rs │ │ ├── cli │ │ │ ├── command_benchmarks.rs │ │ │ └── resource_tracker.rs │ │ ├── dark_addressing │ │ │ ├── README.md │ │ │ ├── config.toml │ │ │ ├── dark_domain.rs │ │ │ ├── dns_resolution.rs │ │ │ ├── mod.rs │ │ │ ├── quantum_fingerprint.rs │ │ │ └── shadow_routing.rs │ │ ├── lib.rs │ │ ├── optimized_benchmarks.rs │ │ ├── report.html │ │ ├── run_benchmarks.sh │ │ └── src │ │ │ ├── baseline.rs │ │ │ ├── guards.rs │ │ │ ├── lib.rs │ │ │ ├── metrics.rs │ │ │ ├── monitoring.rs │ │ │ ├── regression.rs │ │ │ ├── scenarios.rs │ │ │ ├── system.rs │ │ │ └── utils.rs │ │ ├── claude-flow │ │ ├── cli-standalone │ │ ├── CLI_TEST_REPORT.md │ │ ├── Cargo.toml │ │ ├── MOCKS_GUIDE.md │ │ ├── MOCK_IMPLEMENTATION_SUMMARY.md │ │ ├── PEER_MANAGEMENT.md │ │ ├── README.md │ │ ├── docs │ │ │ └── node-management.md │ │ ├── examples │ │ │ └── usage.md │ │ ├── src │ │ │ ├── async_optimizations.rs │ │ │ ├── commands.rs │ │ │ ├── config.rs │ │ │ ├── lib.rs │ │ │ ├── main.rs │ │ │ ├── main_test.rs │ │ │ ├── mocks.rs │ │ │ ├── node_manager.rs │ │ │ ├── output.rs │ │ │ ├── peer_manager.rs │ │ │ ├── performance.rs │ │ │ ├── rpc.rs │ │ │ └── startup.rs │ │ ├── test_cli_binary │ │ └── tests │ │ │ ├── README.md │ │ │ ├── cli_command_tests.rs │ │ │ ├── integration │ │ │ ├── cli_integration_test.rs │ │ │ └── peer_integration_test.rs │ │ │ ├── mock_integration_tests.rs │ │ │ ├── network_operations_tests.rs │ │ │ ├── node_manager_tests.rs │ │ │ ├── node_status_tests.rs │ │ │ ├── peer_management_tests.rs │ │ │ ├── peer_manager_tests.rs │ │ │ ├── prop │ │ │ ├── cli_prop_test.rs │ │ │ └── peer_prop_test.rs │ │ │ ├── rpc_integration_tests.rs │ │ │ ├── security │ │ │ └── peer_security_test.rs │ │ │ └── unit │ │ │ ├── args_test.rs │ │ │ └── peer_address_test.rs │ │ ├── config │ │ └── optimizations.toml │ │ ├── core │ │ ├── crypto │ │ │ ├── Cargo.toml │ │ │ ├── README.md │ │ │ ├── benches │ │ │ │ ├── PERFORMANCE_OPTIMIZATION_REPORT.md │ │ │ │ ├── crypto_benchmarks.rs │ │ │ │ ├── crypto_optimized.rs │ │ │ │ ├── hqc_benchmarks.rs │ │ │ │ ├── ml_dsa_performance.rs │ │ │ │ ├── ml_kem_benchmarks.rs │ │ │ │ └── mldsa_benchmarks.rs │ │ │ ├── core │ │ │ │ ├── crypto │ │ │ │ │ ├── Cargo.toml │ │ │ │ │ └── lib.rs │ │ │ │ ├── dag │ │ │ │ │ ├── Cargo.toml │ │ │ │ │ └── lib.rs │ │ │ │ ├── network │ │ │ │ │ ├── Cargo.toml │ │ │ │ │ └── lib.rs │ │ │ │ └── protocol │ │ │ │ │ ├── Cargo.toml │ │ │ │ │ └── lib.rs │ │ │ ├── crypto_zeroization_test │ │ │ ├── crypto_zeroization_test.rs │ │ │ ├── docs │ │ │ │ ├── ML-KEM.md │ │ │ │ └── ML_DSA_IMPLEMENTATION.md │ │ │ ├── examples │ │ │ │ └── test_ml_kem_api.rs │ │ │ ├── lib.rs │ │ │ ├── memory_safety_standalone │ │ │ ├── memory_safety_standalone.rs │ │ │ ├── run_memory_tests.sh │ │ │ ├── simple_fuzz_runner_example │ │ │ ├── simple_memory_test │ │ │ ├── simple_memory_test.rs │ │ │ ├── src │ │ │ │ ├── encryption │ │ │ │ │ ├── hqc.rs │ │ │ │ │ └── mod.rs │ │ │ │ ├── error.rs │ │ │ │ ├── fingerprint.rs │ │ │ │ ├── hash.rs │ │ │ │ ├── hqc.rs │ │ │ │ ├── kem │ │ │ │ │ └── mod.rs │ │ │ │ ├── lib.rs │ │ │ │ ├── metrics.rs │ │ │ │ ├── ml_dsa │ │ │ │ │ └── mod.rs │ │ │ │ ├── ml_kem │ │ │ │ │ └── mod.rs │ │ │ │ ├── optimized │ │ │ │ │ ├── buffer_pool.rs │ │ │ │ │ ├── cache.rs │ │ │ │ │ ├── ml_kem_optimized.rs │ │ │ │ │ ├── mod.rs │ │ │ │ │ └── simd_utils.rs │ │ │ │ ├── signature.rs │ │ │ │ ├── signatures │ │ │ │ │ ├── ml_dsa.rs │ │ │ │ │ └── mod.rs │ │ │ │ └── util.rs │ │ │ ├── standalone_memory_test.rs │ │ │ ├── test_all_examples │ │ │ ├── test_compile │ │ │ ├── test_integration │ │ │ ├── tests │ │ │ │ ├── .test_vectors │ │ │ │ │ ├── mlkem768_ct.txt │ │ │ │ │ ├── mlkem768_pk.txt │ │ │ │ │ ├── mlkem768_sk.txt │ │ │ │ │ └── mlkem768_ss.txt │ │ │ │ ├── basic_ml_dsa_test.rs │ │ │ │ ├── concurrent_tests.rs │ │ │ │ ├── fingerprint_tests.rs │ │ │ │ ├── hqc_tests.rs │ │ │ │ ├── integration │ │ │ │ │ ├── main.rs │ │ │ │ │ └── system_integration_tests.rs │ │ │ │ ├── integration_tests.rs │ │ │ │ ├── ml_dsa_comprehensive_tests.rs │ │ │ │ ├── ml_dsa_tests.rs │ │ │ │ ├── ml_kem_tests.rs │ │ │ │ ├── nist_test_vectors.rs │ │ │ │ ├── prop_tests.rs │ │ │ │ ├── security │ │ │ │ │ ├── advanced_side_channel_tests.rs │ │ │ │ │ ├── comprehensive_memory_safety_tests.rs │ │ │ │ │ ├── constant_time_tests.rs │ │ │ │ │ ├── implementation_validation_tests.rs │ │ │ │ │ ├── memory_tests.rs │ │ │ │ │ ├── ml_dsa_security_tests.rs │ │ │ │ │ ├── ml_kem_security_tests.rs │ │ │ │ │ ├── side_channel_tests.rs │ │ │ │ │ └── timing_attack_tests.rs │ │ │ │ ├── security_tests.rs │ │ │ │ ├── test_vectors.rs │ │ │ │ └── timing_tests.rs │ │ │ └── tools │ │ │ │ ├── cli │ │ │ │ └── Cargo.toml │ │ │ │ └── simulator │ │ │ │ └── Cargo.toml │ │ ├── dag │ │ │ ├── Cargo.toml │ │ │ ├── MODULE_STATUS.md │ │ │ ├── README.md │ │ │ ├── benches │ │ │ │ ├── consensus_benchmarks.rs │ │ │ │ ├── dag_benchmarks.rs │ │ │ │ ├── finality_benchmarks.rs │ │ │ │ └── qr_avalanche_benchmarks.rs │ │ │ ├── examples │ │ │ │ └── basic_usage.rs │ │ │ ├── lib.rs │ │ │ ├── src │ │ │ │ ├── consensus.rs │ │ │ │ ├── consensus_tests.rs │ │ │ │ ├── dag.rs │ │ │ │ ├── edge.rs │ │ │ │ ├── error.rs │ │ │ │ ├── graph.rs │ │ │ │ ├── invariant_tests.rs │ │ │ │ ├── lib.rs │ │ │ │ ├── lib_test_compilation.rs │ │ │ │ ├── module_exports_tests.rs │ │ │ │ ├── node.rs │ │ │ │ ├── optimized │ │ │ │ │ ├── mod.rs │ │ │ │ │ ├── traversal_index.rs │ │ │ │ │ └── validation_cache.rs │ │ │ │ ├── tip_selection.rs │ │ │ │ └── vertex.rs │ │ │ ├── test_binary.long-type-5477461451808392571.txt │ │ │ └── tests │ │ │ │ ├── byzantine_tests.rs │ │ │ │ ├── concurrent_consensus_tests.rs │ │ │ │ ├── consensus_performance_tests.rs │ │ │ │ ├── integration_qr_avalanche.rs │ │ │ │ ├── integration_tests.rs │ │ │ │ ├── liveness_tests.rs │ │ │ │ ├── network_conditions_tests.rs │ │ │ │ ├── network_sim.rs │ │ │ │ ├── qr_avalanche_tests.rs │ │ │ │ └── safety_tests.rs │ │ ├── health.rs │ │ ├── monitoring │ │ │ ├── MONITORING_GUIDE.md │ │ │ ├── README.md │ │ │ ├── alerting_rules.yaml │ │ │ ├── alertmanager.yml │ │ │ ├── dashboard_config.json │ │ │ ├── deploy-monitoring.sh │ │ │ ├── docker-compose.yml │ │ │ ├── exporter.rs │ │ │ ├── grafana-provisioning │ │ │ │ ├── dashboards │ │ │ │ │ └── dashboard.yml │ │ │ │ └── datasources │ │ │ │ │ └── prometheus.yml │ │ │ ├── integration.rs │ │ │ ├── logger.rs │ │ │ ├── metrics_collector.rs │ │ │ ├── mod.rs │ │ │ └── prometheus.yml │ │ ├── network │ │ │ ├── ARCHITECTURE.md │ │ │ ├── CONNECTION_API.md │ │ │ ├── CONNECTION_MANAGEMENT_DESIGN.md │ │ │ ├── Cargo.toml │ │ │ ├── DARK_ADDRESSING_DESIGN.md │ │ │ ├── IMPLEMENTATION_PLAN.md │ │ │ ├── IMPLEMENTATION_ROADMAP.md │ │ │ ├── IMPLEMENTATION_SUMMARY.md │ │ │ ├── ONION_FIX_SUMMARY.md │ │ │ ├── ONION_ROUTING_DESIGN.md │ │ │ ├── README.md │ │ │ ├── TEST_REPORT.md │ │ │ ├── TRAFFIC_OBFUSCATION_IMPLEMENTATION.md │ │ │ ├── TRANSPORT_FIXES.md │ │ │ ├── basic_test │ │ │ ├── basic_test.rs │ │ │ ├── benches │ │ │ │ ├── nat_traversal_benchmarks.rs │ │ │ │ ├── network_benchmarks.rs │ │ │ │ ├── peer_benchmarks.rs │ │ │ │ ├── queue_benchmarks.rs │ │ │ │ ├── routing_benchmarks.rs │ │ │ │ ├── throughput.rs │ │ │ │ └── throughput_optimized.rs │ │ │ ├── docs │ │ │ │ └── connection-management.md │ │ │ ├── lib.rs │ │ │ ├── simple_test.rs │ │ │ ├── src │ │ │ │ ├── circuit_breaker.rs │ │ │ │ ├── connection.rs │ │ │ │ ├── connection_pool.rs │ │ │ │ ├── dark_resolver.rs │ │ │ │ ├── discovery.rs │ │ │ │ ├── dns.rs │ │ │ │ ├── kademlia.rs │ │ │ │ ├── lib.rs │ │ │ │ ├── message.rs │ │ │ │ ├── metrics.rs │ │ │ │ ├── nat_traversal.rs │ │ │ │ ├── onion.rs │ │ │ │ ├── onion │ │ │ │ │ └── README.md │ │ │ │ ├── optimized │ │ │ │ │ ├── adaptive_batch.rs │ │ │ │ │ ├── message_chunking.rs │ │ │ │ │ └── mod.rs │ │ │ │ ├── p2p.rs │ │ │ │ ├── peer.rs │ │ │ │ ├── quantum_crypto.rs │ │ │ │ ├── router.rs │ │ │ │ ├── routing.rs │ │ │ │ ├── shadow_address.rs │ │ │ │ ├── traffic_obfuscation.rs │ │ │ │ ├── transport.rs │ │ │ │ └── types.rs │ │ │ ├── test_runner.rs │ │ │ └── tests │ │ │ │ ├── comprehensive_unit_tests.rs │ │ │ │ ├── concurrent_tests.rs │ │ │ │ ├── crypto_dag_integration_tests.rs │ │ │ │ ├── edge_case_tests.rs │ │ │ │ ├── error_handling_tests.rs │ │ │ │ ├── integration │ │ │ │ └── crypto_integration_tests.rs │ │ │ │ ├── integration_tests.rs │ │ │ │ ├── message_handling.rs │ │ │ │ ├── message_tests.rs │ │ │ │ ├── nat_traversal_tests.rs │ │ │ │ ├── onion_integration_test.rs │ │ │ │ ├── onion_routing_tests.rs │ │ │ │ ├── onion_tests.rs │ │ │ │ ├── optimization_validation.rs │ │ │ │ ├── resilience_tests.rs │ │ │ │ ├── router_tests.rs │ │ │ │ ├── security │ │ │ │ ├── anonymity_tests.rs │ │ │ │ └── timing_analysis_tests.rs │ │ │ │ ├── security_tests.rs │ │ │ │ ├── shadow_address_integration_tests.rs │ │ │ │ ├── simple_obfuscation_test.rs │ │ │ │ ├── traffic_obfuscation_tests.rs │ │ │ │ ├── transport_send_sync_test.rs │ │ │ │ └── unit │ │ │ │ ├── connection_tests.rs │ │ │ │ ├── dark_resolver_tests.rs │ │ │ │ ├── mod.rs │ │ │ │ ├── network_manager_tests.rs │ │ │ │ └── onion_tests.rs │ │ ├── optimized │ │ │ └── advanced │ │ │ │ └── mod.rs │ │ ├── proptest-regressions │ │ │ └── tests │ │ │ │ └── ml_dsa_comprehensive_tests.txt │ │ ├── protocol │ │ │ ├── Cargo.toml │ │ │ ├── README.md │ │ │ ├── benches │ │ │ │ └── protocol_benchmarks.rs │ │ │ ├── lib.rs │ │ │ ├── src │ │ │ │ ├── allocator.rs │ │ │ │ ├── compatibility.rs │ │ │ │ ├── config.rs │ │ │ │ ├── coordinator.rs │ │ │ │ ├── handshake.rs │ │ │ │ ├── instrumentation.rs │ │ │ │ ├── lib.rs │ │ │ │ ├── message.rs │ │ │ │ ├── metrics.rs │ │ │ │ ├── node.rs │ │ │ │ ├── node_runner.rs │ │ │ │ ├── node_runner_adapter.rs │ │ │ │ ├── optimization_config.rs │ │ │ │ ├── persistence.rs │ │ │ │ ├── routing.rs │ │ │ │ ├── rpc_server.rs │ │ │ │ ├── state.rs │ │ │ │ ├── synchronization.rs │ │ │ │ ├── transaction.rs │ │ │ │ ├── types.rs │ │ │ │ ├── validation.rs │ │ │ │ └── versioning.rs │ │ │ └── tests │ │ │ │ ├── compliance │ │ │ │ ├── mod.rs │ │ │ │ ├── protocol_compliance_tests.rs │ │ │ │ └── security_compliance_tests.rs │ │ │ │ ├── integration │ │ │ │ ├── cli_integration_tests.rs │ │ │ │ ├── concurrent_operation_tests.rs │ │ │ │ ├── error_propagation_tests.rs │ │ │ │ ├── network_partition_tests.rs │ │ │ │ ├── protocol_e2e_tests.rs │ │ │ │ └── security_integration_tests.rs │ │ │ │ ├── persistence_tests.rs │ │ │ │ ├── protocol_tests.rs │ │ │ │ └── security │ │ │ │ ├── comprehensive_security_tests.rs │ │ │ │ └── protocol_verification.rs │ │ ├── swarm │ │ │ ├── Cargo.toml │ │ │ └── src │ │ │ │ ├── lib.rs │ │ │ │ └── optimized │ │ │ │ ├── async_coordination.rs │ │ │ │ └── mod.rs │ │ └── vault │ │ │ ├── CHANGELOG.md │ │ │ ├── CONSOLIDATION_FEATURES.md │ │ │ ├── CONSOLIDATION_SUMMARY.md │ │ │ ├── Cargo.toml │ │ │ ├── DEPLOYMENT_CHECKLIST.md │ │ │ ├── DEPLOYMENT_ISSUES.md │ │ │ ├── DEPLOYMENT_RECOMMENDATION.md │ │ │ ├── README.md │ │ │ ├── TEST_REPORT.md │ │ │ ├── benches │ │ │ └── vault_benchmarks.rs │ │ │ ├── examples │ │ │ ├── basic_usage.rs │ │ │ └── password_generation.rs │ │ │ ├── plans │ │ │ ├── phase1-core-library.md │ │ │ ├── phase2-cli-integration.md │ │ │ ├── phase5-distributed-capabilities.md │ │ │ ├── vault-implementation-plan.md │ │ │ └── vault-implementation.md │ │ │ ├── src │ │ │ ├── crypto.rs │ │ │ ├── dag_storage.rs │ │ │ ├── error.rs │ │ │ ├── kdf.rs │ │ │ ├── lib.rs │ │ │ ├── secret.rs │ │ │ ├── utils.rs │ │ │ └── vault.rs │ │ │ └── tests │ │ │ ├── cli │ │ │ ├── command_tests.rs │ │ │ └── mod.rs │ │ │ ├── integration │ │ │ ├── mod.rs │ │ │ └── qudag_integration_tests.rs │ │ │ ├── integration_test.rs │ │ │ ├── mod.rs │ │ │ ├── security │ │ │ ├── encryption_tests.rs │ │ │ └── mod.rs │ │ │ └── unit │ │ │ ├── mod.rs │ │ │ └── vault_tests.rs │ │ ├── dev-tools │ │ ├── analysis │ │ │ ├── performance_analysis │ │ │ ├── performance_analysis.rs │ │ │ ├── performance_analysis_example │ │ │ └── validate_docs.py │ │ ├── scripts │ │ │ ├── benchmark_status.sh │ │ │ ├── run_benchmarks.sh │ │ │ ├── run_comprehensive_benchmarks.sh │ │ │ ├── run_coverage_analysis.sh │ │ │ ├── run_dark_addressing_tests.sh │ │ │ ├── run_network_bench.sh │ │ │ ├── run_tests.sh │ │ │ └── simple_dag_benchmark.sh │ │ ├── standalone-tests │ │ │ ├── basic_test_example │ │ │ ├── comprehensive_cli_test.sh │ │ │ ├── qudag_test │ │ │ ├── simple_test.sh │ │ │ ├── test_example │ │ │ ├── test_network_simple │ │ │ ├── test_simple_doctests │ │ │ └── test_simple_network_example │ │ └── test-runners │ │ │ ├── final_stop_test.sh │ │ │ ├── security_edge_cases.sh │ │ │ ├── test_actual_cli.sh │ │ │ ├── test_all_examples.rs │ │ │ ├── test_cargo.sh │ │ │ ├── test_cli.sh │ │ │ ├── test_cli_errors.sh │ │ │ ├── test_cli_mock.py │ │ │ ├── test_edge_cases.sh │ │ │ ├── test_example.rs │ │ │ ├── test_ml_dsa_runner.rs │ │ │ ├── test_network_simple.rs │ │ │ ├── test_protocol.sh │ │ │ ├── test_simple_doctests.rs │ │ │ ├── test_simple_network_example.rs │ │ │ ├── test_stop_command.sh │ │ │ └── test_stop_simple.sh │ │ ├── docker-compose.dev.yml │ │ ├── docker-compose.yml │ │ ├── docs │ │ ├── CHANGELOG_v1.2.0.md │ │ ├── RELEASE_GUIDE.md │ │ ├── SPARC.md │ │ ├── USAGE_GUIDE.md │ │ ├── api │ │ │ ├── README.md │ │ │ ├── crypto.md │ │ │ ├── dag.md │ │ │ ├── dark_addressing.md │ │ │ ├── network.md │ │ │ └── protocol.md │ │ ├── architecture │ │ │ ├── README.md │ │ │ ├── network │ │ │ │ ├── anonymous_routing.md │ │ │ │ ├── connection_management.md │ │ │ │ ├── message_handling.md │ │ │ │ └── performance_optimizations.md │ │ │ ├── performance_optimizations.md │ │ │ └── sequence-diagrams.md │ │ ├── build-logs │ │ │ ├── FINAL_PUBLISH_COMMAND.md │ │ │ ├── PUBLICATION_SUCCESS.md │ │ │ ├── PUBLISHING.md │ │ │ ├── PUBLISH_INSTRUCTIONS.md │ │ │ ├── README_UPDATES_SUMMARY.md │ │ │ └── VAULT_PUBLISHING_READY.md │ │ ├── cli │ │ │ ├── README.md │ │ │ ├── advanced-usage.md │ │ │ ├── commands.md │ │ │ ├── configuration.md │ │ │ ├── installation.md │ │ │ ├── quickstart.md │ │ │ ├── troubleshooting.md │ │ │ └── tutorials │ │ │ │ ├── monitoring.md │ │ │ │ ├── network-setup.md │ │ │ │ └── node-management.md │ │ ├── deployment.md │ │ ├── fly-io-deployment-research.md │ │ ├── migration │ │ │ └── crypto-production.md │ │ ├── reports │ │ │ ├── BUILD_FIX_SUMMARY.md │ │ │ ├── CLI_FUNCTIONALITY_VERIFICATION_REPORT.md │ │ │ ├── CRYPTO_COMMAND_UPDATE_SUMMARY.md │ │ │ ├── CRYPTO_OPTIMIZATION_SUMMARY.md │ │ │ ├── INTEGRATION_TEST_REPORT.md │ │ │ ├── OPTIMIZATION_INTEGRATION_SUMMARY.md │ │ │ ├── OPTIMIZATION_REPORT.md │ │ │ ├── TESTING_SECURITY_REPORT.md │ │ │ ├── TEST_REPORT.md │ │ │ └── WASM_BUILD_SUCCESS_REPORT.md │ │ ├── security │ │ │ ├── README.md │ │ │ └── best_practices.md │ │ ├── testnet_deployment │ │ │ ├── .env.example │ │ │ ├── DEPLOYMENT_FILES.md │ │ │ ├── Dockerfile │ │ │ ├── README.md │ │ │ ├── configs │ │ │ │ ├── alerts.yml │ │ │ │ ├── dashboards │ │ │ │ │ └── qudag-overview.json │ │ │ │ ├── grafana-dashboards.yml │ │ │ │ ├── grafana-datasources.yml │ │ │ │ ├── node1.toml │ │ │ │ ├── node2.toml │ │ │ │ ├── node3.toml │ │ │ │ ├── node4.toml │ │ │ │ ├── prometheus.yml │ │ │ │ └── qudag-node-stub.rs │ │ │ ├── deploy-exchange-testnet-flyio.sh │ │ │ ├── docker-compose.yml │ │ │ ├── fly-bootstrap.toml │ │ │ ├── fly-exchange-full.toml │ │ │ ├── fly-light.toml │ │ │ ├── fly-validator.toml │ │ │ ├── nodes │ │ │ │ ├── fly.node1.toml │ │ │ │ ├── fly.node2.toml │ │ │ │ ├── fly.node3.toml │ │ │ │ └── fly.node4.toml │ │ │ └── scripts │ │ │ │ ├── cleanup.sh │ │ │ │ ├── deployment.sh │ │ │ │ ├── monitor-nodes.sh │ │ │ │ └── setup-secrets.sh │ │ ├── troubleshooting.md │ │ └── user-guide │ │ │ ├── README.md │ │ │ ├── cli-usage.md │ │ │ ├── installation.md │ │ │ ├── overview.md │ │ │ ├── quickstart.md │ │ │ ├── security.md │ │ │ └── troubleshooting.md │ │ ├── examples │ │ ├── crypto │ │ │ ├── fingerprint_example.rs │ │ │ ├── hqc_example.rs │ │ │ ├── ml_dsa_example.rs │ │ │ └── ml_kem_example.rs │ │ ├── dark_addressing_example.rs │ │ ├── dht_discovery_example.rs │ │ ├── nat_traversal_example.rs │ │ ├── onion_routing_example.rs │ │ ├── peer_management_example.rs │ │ ├── persistence_example.rs │ │ ├── shadow_address_example.rs │ │ └── traffic_obfuscation_example.rs │ │ ├── fuzz │ │ ├── Cargo.toml │ │ ├── FUZZING_COMPLETION_SUMMARY.md │ │ ├── FUZZ_ANALYSIS_REPORT.md │ │ ├── fuzz_targets │ │ │ ├── cli_fuzz.rs │ │ │ ├── crypto_fuzz.rs │ │ │ ├── dag_consensus_fuzz.rs │ │ │ ├── input_validation_fuzz.rs │ │ │ ├── network_fuzz.rs │ │ │ ├── protocol_fuzz.rs │ │ │ ├── protocol_state_fuzz.rs │ │ │ ├── serialization_fuzz.rs │ │ │ └── validator_fuzz.rs │ │ ├── fuzz_test_data │ │ │ ├── input_0.bin │ │ │ ├── input_1.bin │ │ │ ├── input_2.bin │ │ │ ├── input_3.bin │ │ │ ├── input_4.bin │ │ │ ├── input_5.bin │ │ │ ├── input_6.bin │ │ │ ├── input_7.bin │ │ │ ├── input_8.bin │ │ │ └── input_9.bin │ │ ├── run_all_fuzz_tests.sh │ │ ├── run_simple_fuzz_test.rs │ │ ├── simple_fuzz │ │ └── simple_fuzz_runner.rs │ │ ├── install-qudag.sh │ │ ├── install.sh │ │ ├── memory │ │ ├── backups │ │ │ ├── backup-2025-06-22T21-18-01-608Z.json │ │ │ ├── backup-2025-06-22T21-18-29-415Z.json │ │ │ ├── backup-2025-06-22T21-18-38-306Z.json │ │ │ ├── backup-2025-06-22T21-26-14-973Z.json │ │ │ ├── backup-2025-06-22T21-28-40-993Z.json │ │ │ ├── backup-2025-06-22T21-30-39-102Z.json │ │ │ └── backup-2025-06-22T21-30-42-993Z.json │ │ ├── data │ │ │ ├── entries.json │ │ │ └── swarm-wasm-crypto-1750601234 │ │ │ │ └── integration-dev │ │ │ │ └── status.json │ │ ├── swarm-auto-centralized-1750626899544 │ │ │ ├── interface │ │ │ │ ├── implementation-status.json │ │ │ │ └── interface-specifications.md │ │ │ ├── optimization │ │ │ │ ├── existing-performance-insights.md │ │ │ │ ├── optimization-plan.md │ │ │ │ ├── optimization-ready.md │ │ │ │ ├── progress.json │ │ │ │ └── status.json │ │ │ └── verification │ │ │ │ ├── final_report.json │ │ │ │ ├── findings.json │ │ │ │ └── verification_summary.json │ │ └── swarm-integration-1750337445 │ │ │ ├── integration-engineer │ │ │ └── progress.json │ │ │ └── monitoring-specialist │ │ │ └── setup.json │ │ ├── publish-manual.sh │ │ ├── publish-vault-simple.sh │ │ ├── publish-vault.sh │ │ ├── publish.sh │ │ ├── qudag-admin │ │ └── plans │ │ │ └── admin.md │ │ ├── qudag-exchange │ │ ├── COORDINATION.md │ │ ├── Cargo.toml │ │ ├── INTERFACE-IMPLEMENTATION-SUMMARY.md │ │ ├── README-INTERFACES.md │ │ ├── README.md │ │ ├── SECURITY_AUDIT.md │ │ ├── SWARM_STATUS.md │ │ ├── TEST_REPORT.md │ │ ├── benches │ │ │ └── exchange_benchmarks.rs │ │ ├── cli │ │ │ ├── Cargo.toml │ │ │ └── src │ │ │ │ ├── commands.rs │ │ │ │ ├── config.rs │ │ │ │ ├── display.rs │ │ │ │ └── main.rs │ │ ├── core │ │ │ ├── Cargo.toml │ │ │ ├── README.md │ │ │ ├── src │ │ │ │ ├── account.rs │ │ │ │ ├── config.rs │ │ │ │ ├── consensus.rs │ │ │ │ ├── crypto.rs │ │ │ │ ├── error.rs │ │ │ │ ├── fee_model.rs │ │ │ │ ├── identity.rs │ │ │ │ ├── immutable.rs │ │ │ │ ├── ledger.rs │ │ │ │ ├── lib.rs │ │ │ │ ├── metering.rs │ │ │ │ ├── payout.rs │ │ │ │ ├── resource.rs │ │ │ │ ├── ruv.rs │ │ │ │ ├── state.rs │ │ │ │ ├── transaction.rs │ │ │ │ ├── types.rs │ │ │ │ ├── utils.rs │ │ │ │ └── wallet.rs │ │ │ └── tests │ │ │ │ ├── business_plan_integration.rs │ │ │ │ ├── fee_model_integration.rs │ │ │ │ └── immutable_deployment_test.rs │ │ ├── crates │ │ │ ├── api │ │ │ │ ├── Cargo.toml │ │ │ │ └── src │ │ │ │ │ ├── auth.rs │ │ │ │ │ ├── error.rs │ │ │ │ │ ├── handlers.rs │ │ │ │ │ ├── main.rs │ │ │ │ │ ├── routes.rs │ │ │ │ │ └── state.rs │ │ │ ├── cli │ │ │ │ ├── Cargo.toml │ │ │ │ └── src │ │ │ │ │ ├── commands │ │ │ │ │ ├── balance.rs │ │ │ │ │ ├── consensus_info.rs │ │ │ │ │ ├── create_account.rs │ │ │ │ │ ├── mod.rs │ │ │ │ │ ├── resource_status.rs │ │ │ │ │ └── transfer.rs │ │ │ │ │ ├── config.rs │ │ │ │ │ ├── main.rs │ │ │ │ │ └── output.rs │ │ │ ├── core │ │ │ │ ├── Cargo.toml │ │ │ │ └── src │ │ │ │ │ ├── account.rs │ │ │ │ │ ├── consensus.rs │ │ │ │ │ ├── ledger.rs │ │ │ │ │ ├── lib.rs │ │ │ │ │ ├── optimization.rs │ │ │ │ │ ├── resource.rs │ │ │ │ │ └── transaction.rs │ │ │ └── wasm │ │ │ │ ├── Cargo.toml │ │ │ │ ├── build.sh │ │ │ │ ├── example.html │ │ │ │ └── src │ │ │ │ └── lib.rs │ │ ├── docs │ │ │ ├── api-reference.md │ │ │ ├── architecture.md │ │ │ ├── business-plan.md │ │ │ ├── cli-reference.md │ │ │ ├── consensus-integration.md │ │ │ ├── getting-started.md │ │ │ ├── optimization-guidelines.md │ │ │ ├── ruv-economics.md │ │ │ ├── security.md │ │ │ ├── security │ │ │ │ ├── SECURITY_CHECKLIST.md │ │ │ │ └── THREAT_MODEL.md │ │ │ └── wasm-usage.md │ │ ├── fuzz │ │ │ ├── Cargo.toml │ │ │ ├── fuzz_targets │ │ │ │ ├── fuzz_consensus_transitions.rs │ │ │ │ ├── fuzz_ledger_consistency.rs │ │ │ │ └── fuzz_ruv_transactions.rs │ │ │ └── run_verification_fuzzing.sh │ │ ├── plans │ │ │ ├── executive-summary.md │ │ │ ├── fee-model.md │ │ │ ├── implementation.md │ │ │ └── swarm-orchestration.md │ │ ├── project_structure.txt │ │ ├── qudag-exchange-cli │ │ │ ├── Cargo.toml │ │ │ ├── README.md │ │ │ └── src │ │ │ │ └── main.rs │ │ ├── qudag-exchange-core │ │ │ └── tests │ │ │ │ └── mod.rs │ │ ├── qudag-exchange-server │ │ │ ├── Cargo.toml │ │ │ └── src │ │ │ │ └── main.rs │ │ ├── qudag-exchange-sim │ │ │ ├── Cargo.toml │ │ │ └── src │ │ │ │ └── main.rs │ │ ├── qudag-exchange-wasm │ │ │ ├── Cargo.toml │ │ │ └── src │ │ │ │ └── lib.rs │ │ ├── run-security-audit.sh │ │ ├── scripts │ │ │ └── run-benchmarks.sh │ │ ├── src │ │ │ ├── agents.rs │ │ │ ├── api.rs │ │ │ ├── error.rs │ │ │ ├── ledger.rs │ │ │ ├── lib.rs │ │ │ ├── metering.rs │ │ │ ├── protocol.rs │ │ │ ├── ruv.rs │ │ │ ├── security.rs │ │ │ └── zkp.rs │ │ ├── test-interfaces.sh │ │ ├── test_core_fee_model.rs │ │ ├── test_fee_model │ │ ├── test_fee_model.rs │ │ └── tests │ │ │ ├── README.md │ │ │ ├── VERIFICATION_REPORT.md │ │ │ ├── crypto_verification │ │ │ └── test_vectors.rs │ │ │ ├── integration │ │ │ ├── Cargo.toml │ │ │ └── src │ │ │ │ └── lib.rs │ │ │ ├── model_checking │ │ │ └── consensus_model.rs │ │ │ ├── performance_tests.rs │ │ │ ├── property_tests │ │ │ └── ledger_properties.rs │ │ │ ├── run_all_verifications.sh │ │ │ └── security │ │ │ ├── attack_vector_tests.rs │ │ │ ├── mod.rs │ │ │ └── timing_attack_tests.rs │ │ ├── qudag-mcp │ │ ├── Cargo.toml │ │ ├── README.md │ │ ├── benches │ │ │ └── performance.rs │ │ ├── examples │ │ │ ├── basic_server.rs │ │ │ └── with_vault.rs │ │ ├── plans │ │ │ ├── distributed-mcp-operations.md │ │ │ ├── mcp-cryptographic-operations.md │ │ │ ├── mcp-fault-tolerance-strategies.md │ │ │ ├── mcp-network-topology-design.md │ │ │ ├── mcp-protocol-specification.md │ │ │ ├── mcp-qudag-data-flow-analysis.md │ │ │ ├── mcp-resource-design-for-qudag.md │ │ │ ├── mcp-secure-resource-management.md │ │ │ ├── mcp-server-architecture-patterns.md │ │ │ ├── mcp-server-deployment-patterns.md │ │ │ ├── mcp-tool-integration-strategy.md │ │ │ ├── mcp-transport-optimization.md │ │ │ ├── mcp-vault-security-compliance.md │ │ │ ├── mcp-vault-synchronization.md │ │ │ └── qudag-mcp-component-mapping.md │ │ ├── src │ │ │ ├── auth.rs │ │ │ ├── config.rs │ │ │ ├── defaults.rs │ │ │ ├── error.rs │ │ │ ├── events.rs │ │ │ ├── lib.rs │ │ │ ├── protocol.rs │ │ │ ├── resources │ │ │ │ ├── dag.rs │ │ │ │ ├── exchange.rs │ │ │ │ ├── mod.rs │ │ │ │ ├── network.rs │ │ │ │ ├── system.rs │ │ │ │ └── vault.rs │ │ │ ├── security │ │ │ │ ├── audit.rs │ │ │ │ ├── encryption.rs │ │ │ │ ├── monitoring.rs │ │ │ │ └── signing.rs │ │ │ ├── server.rs │ │ │ ├── tools │ │ │ │ ├── config.rs │ │ │ │ ├── crypto.rs │ │ │ │ ├── dag.rs │ │ │ │ ├── exchange.rs │ │ │ │ ├── mod.rs │ │ │ │ ├── network.rs │ │ │ │ ├── system.rs │ │ │ │ └── vault.rs │ │ │ ├── transport.rs │ │ │ └── types.rs │ │ └── tests │ │ │ ├── auth_tests.rs │ │ │ ├── integration_tests.rs │ │ │ └── protocol_tests.rs │ │ ├── qudag-npm │ │ ├── .gitignore │ │ ├── .npmignore │ │ ├── LICENSE │ │ ├── README.md │ │ ├── bin │ │ │ └── qudag.js │ │ ├── package-lock.json │ │ ├── package.json │ │ ├── publish.sh │ │ ├── src │ │ │ ├── binary-manager.ts │ │ │ ├── index.ts │ │ │ ├── install.ts │ │ │ └── test.ts │ │ └── tsconfig.json │ │ ├── qudag-testnet │ │ ├── .dockerignore │ │ ├── .env.example │ │ ├── .gitignore │ │ ├── DEPLOYMENT_FILES.md │ │ ├── DEPLOYMENT_GUIDE.md │ │ ├── DEPLOYMENT_SCRIPTS_README.md │ │ ├── Dockerfile │ │ ├── Dockerfile.mcp │ │ ├── Dockerfile.mcp-v2 │ │ ├── Dockerfile.mcp-v3 │ │ ├── Dockerfile.production │ │ ├── MCP-DEPLOYMENT-STATUS.md │ │ ├── MCP-HTTPS-FIX-GUIDE.md │ │ ├── MCP_ACCESS.md │ │ ├── MCP_STATUS.md │ │ ├── README.md │ │ ├── TESTNET_STATUS.md │ │ ├── build-docker.sh │ │ ├── check-prerequisites.sh │ │ ├── configs │ │ │ ├── alerts.yml │ │ │ ├── dashboards │ │ │ │ └── qudag-overview.json │ │ │ ├── exchange.toml │ │ │ ├── grafana-dashboards.yml │ │ │ ├── grafana-datasources.yml │ │ │ ├── node-template-secure.toml │ │ │ ├── node1.toml │ │ │ ├── node2.toml │ │ │ ├── node3.toml │ │ │ ├── node4.toml │ │ │ ├── prometheus-enhanced.yml │ │ │ ├── prometheus.yml │ │ │ ├── qudag-enhanced-node.rs │ │ │ ├── qudag-mcp-node-v2.rs │ │ │ ├── qudag-mcp-node-v3.rs │ │ │ ├── qudag-mcp-node.rs │ │ │ ├── qudag-node-http.rs │ │ │ └── qudag-node-stub.rs │ │ ├── demo-capabilities.sh │ │ ├── demo-mcp-capabilities.sh │ │ ├── deploy-fixed.sh │ │ ├── deployment-report-20250623-114606.txt │ │ ├── deployment-report-20250623-114720.txt │ │ ├── deployment-report-20250623-115827.txt │ │ ├── docker-compose-with-exchange.yml │ │ ├── docker-compose.enhanced.yml │ │ ├── docker-compose.yml │ │ ├── enhanced-configs │ │ │ └── node1-enhanced.toml │ │ ├── monitoring │ │ │ ├── alerts.yml │ │ │ ├── grafana │ │ │ │ ├── dashboards │ │ │ │ │ └── qudag-testnet-overview.json │ │ │ │ └── provisioning │ │ │ │ │ ├── dashboards │ │ │ │ │ └── dashboards.yml │ │ │ │ │ └── datasources │ │ │ │ │ └── prometheus.yml │ │ │ └── prometheus.yml │ │ ├── nginx-mcp-proxy.conf │ │ ├── nodes │ │ │ ├── backup │ │ │ │ ├── fly.node1.toml.20250623-032657 │ │ │ │ ├── fly.node2.toml.20250623-032657 │ │ │ │ ├── fly.node3.toml.20250623-032657 │ │ │ │ └── fly.node4.toml.20250623-032657 │ │ │ ├── fly.node1.toml │ │ │ ├── fly.node2.toml │ │ │ ├── fly.node3.toml │ │ │ └── fly.node4.toml │ │ ├── scripts │ │ │ ├── backup-nodes.sh │ │ │ ├── cleanup.sh │ │ │ ├── deploy-enhanced.sh │ │ │ ├── deployment.sh │ │ │ ├── monitor-nodes.sh │ │ │ ├── monitor.sh │ │ │ ├── restore-node.sh │ │ │ ├── setup-secrets.sh │ │ │ ├── setup-tls.sh │ │ │ ├── setup.sh │ │ │ ├── test-health-checks.sh │ │ │ └── update-bootstrap-peers.sh │ │ ├── startup.sh │ │ ├── test-capabilities.sh │ │ ├── test-local.sh │ │ ├── test-mcp-endpoints.sh │ │ ├── update-all-nodes-to-v2.sh │ │ ├── update-fly-configs.sh │ │ ├── validate-all.sh │ │ └── verify-deployment.sh │ │ ├── qudag-wasm │ │ ├── .github │ │ │ └── workflows │ │ │ │ └── continuous-testing.yml │ │ ├── Cargo.toml │ │ ├── README.md │ │ ├── TDD-TEST-PLAN-SUMMARY.md │ │ ├── TESTING_COMPLETION_SUMMARY.md │ │ ├── WASM_CRYPTO_TEST_REPORT.md │ │ ├── build-crypto-only.sh │ │ ├── build-wasm-test.sh │ │ ├── build.sh │ │ ├── build_output.txt │ │ ├── examples │ │ │ ├── index.html │ │ │ └── unified_crypto_example.rs │ │ ├── feature-implementation-matrix.md │ │ ├── final-test.mjs │ │ ├── implementation-recommendations.md │ │ ├── package.json │ │ ├── plans │ │ │ ├── api-translation-strategy.md │ │ │ ├── browser-integration-strategy.md │ │ │ ├── build-distribution-pipeline.md │ │ │ ├── communications-protocols-analysis.md │ │ │ ├── cross-platform-support-matrix.md │ │ │ ├── data-structures-wasm-mapping.md │ │ │ ├── data-synchronization-strategy.md │ │ │ ├── network-architecture-design.md │ │ │ ├── performance-analysis.md │ │ │ ├── qudag-core-analysis.md │ │ │ ├── security-threat-model.md │ │ │ ├── server-deployment-guide.md │ │ │ ├── vault-system-architecture.md │ │ │ ├── wasm-architecture-overview.md │ │ │ └── wasm-cryptography-analysis.md │ │ ├── requirements-analysis.md │ │ ├── requirements-analyst-summary.md │ │ ├── run_all_tests.sh │ │ ├── simple-test.mjs │ │ ├── src │ │ │ ├── address.rs │ │ │ ├── address_stubs.rs │ │ │ ├── crypto.rs │ │ │ ├── crypto_abstraction.rs │ │ │ ├── crypto_traits.rs │ │ │ ├── crypto_unified.rs │ │ │ ├── dag.rs │ │ │ ├── dag_stubs.rs │ │ │ ├── error.rs │ │ │ ├── lib.rs │ │ │ ├── network.rs │ │ │ ├── network_stubs.rs │ │ │ ├── utils.rs │ │ │ ├── vault.rs │ │ │ └── wasm_crypto │ │ │ │ ├── ml_dsa.rs │ │ │ │ ├── ml_kem.rs │ │ │ │ ├── mod.rs │ │ │ │ ├── pure_rust.rs │ │ │ │ ├── utils.rs │ │ │ │ └── web_crypto.rs │ │ ├── test-architecture.md │ │ ├── test-nodejs.mjs │ │ ├── test-setup.ts │ │ ├── test-success-criteria.md │ │ ├── test-wasm-crypto.html │ │ ├── tests │ │ │ ├── browser_test.html │ │ │ ├── crypto_abstraction_tests.rs │ │ │ ├── e2e │ │ │ │ └── workflows │ │ │ │ │ └── complete-workflow.test.ts │ │ │ ├── integration │ │ │ │ └── cli │ │ │ │ │ └── npx-cli-integration.test.ts │ │ │ ├── unit │ │ │ │ ├── consensus │ │ │ │ │ └── consensus-operations.test.ts │ │ │ │ ├── core │ │ │ │ │ ├── error-handling.test.ts │ │ │ │ │ ├── memory-management.test.ts │ │ │ │ │ └── wasm-initialization.test.ts │ │ │ │ ├── crypto │ │ │ │ │ └── quantum-crypto.test.ts │ │ │ │ └── dag │ │ │ │ │ └── vertex-operations.test.ts │ │ │ ├── wasm_crypto_tests.rs │ │ │ └── web.rs │ │ ├── tsconfig.json │ │ ├── tsconfig.node.json │ │ ├── vitest.config.ts │ │ ├── vitest.workspace.ts │ │ ├── wasm-migration │ │ │ ├── ANALYSIS_REPORT.md │ │ │ ├── crypto-alternatives.md │ │ │ └── sample-implementation.rs │ │ └── working-features-test.mjs │ │ ├── qudag.sh │ │ ├── qudag │ │ ├── Cargo.toml │ │ ├── README.md │ │ └── src │ │ │ └── lib.rs │ │ ├── release.sh │ │ ├── reports │ │ ├── analysis │ │ │ ├── coverage_analysis.json │ │ │ ├── coverage_analysis.py │ │ │ ├── detailed_coverage_analysis.py │ │ │ ├── detailed_coverage_data.json │ │ │ ├── ml_dsa_test_analysis.py │ │ │ ├── network_test_analysis.md │ │ │ ├── network_test_final_report.md │ │ │ ├── performance_optimization_analysis.md │ │ │ └── performance_report.md │ │ ├── benchmarks │ │ │ ├── crypto_bench_output.txt │ │ │ ├── crypto_bench_runner.rs │ │ │ ├── run_dag_benchmark.rs │ │ │ └── validate_benchmarks.rs │ │ ├── swarm-auto-centralized-1750304762724.json │ │ ├── swarm-auto-centralized-1750308292355.json │ │ └── test-reports │ │ │ ├── BENCHMARK_ANALYSIS_REPORT.md │ │ │ ├── BUILD_VALIDATION_REPORT.md │ │ │ ├── CLI_ERROR_HANDLING_REPORT.md │ │ │ ├── CLI_PERFORMANCE_ANALYSIS.md │ │ │ ├── CLI_TEST_REPORT.md │ │ │ ├── COMPATIBILITY_REPORT.md │ │ │ ├── COMPREHENSIVE_COVERAGE_REPORT.md │ │ │ ├── CONCURRENT_TESTS_SUMMARY.md │ │ │ ├── COVERAGE_ANALYSIS_REPORT.md │ │ │ ├── DARK_ADDRESSING_TESTS.md │ │ │ ├── DETAILED_COVERAGE_ANALYSIS.md │ │ │ ├── ERROR_HANDLING_TEST_REPORT.md │ │ │ ├── EXAMPLES_TEST_REPORT.md │ │ │ ├── HQC_TEST_ANALYSIS_REPORT.md │ │ │ ├── MEMORY_SAFETY_REPORT.md │ │ │ ├── MEMORY_SAFETY_VERIFICATION_REPORT.md │ │ │ ├── ML_DSA_TEST_REPORT.md │ │ │ ├── NETWORK_BENCHMARK_SUMMARY.md │ │ │ ├── NETWORK_SECURITY_AUDIT.md │ │ │ ├── SECURITY_AUDIT_REPORT.md │ │ │ └── SECURITY_RECOMMENDATIONS.md │ │ ├── research │ │ ├── README.md │ │ └── plans │ │ │ ├── 01-cli-architecture.md │ │ │ ├── 02-node-operations.md │ │ │ ├── 03-peer-management.md │ │ │ ├── 04-network-operations.md │ │ │ ├── 05-tdd-test-plan.md │ │ │ └── dark_addressing │ │ │ ├── architecture.md │ │ │ ├── dns_integration.md │ │ │ ├── implementation.md │ │ │ ├── research.md │ │ │ └── testing.md │ │ ├── scripts │ │ ├── README.md │ │ ├── basic_compatibility_test.sh │ │ ├── compatibility_test.sh │ │ ├── qudag.sh │ │ ├── qudag_backup.sh │ │ ├── test_matrix.py │ │ └── testnet │ │ │ ├── deploy-testnet.sh │ │ │ ├── load-test.sh │ │ │ └── monitor-testnet.sh │ │ ├── tests │ │ ├── integration │ │ │ ├── basic_workspace_integration.rs │ │ │ ├── crypto_network_comprehensive.rs │ │ │ ├── crypto_protocol_integration.rs │ │ │ ├── dag_consensus_integration.rs │ │ │ ├── dark_addressing │ │ │ │ ├── dark_domain_tests.rs │ │ │ │ ├── dns_integration_tests.rs │ │ │ │ ├── full_system_tests.rs │ │ │ │ ├── mod.rs │ │ │ │ ├── quantum_fingerprint_tests.rs │ │ │ │ └── shadow_address_tests.rs │ │ │ ├── main.rs │ │ │ ├── network_integration.rs │ │ │ ├── optimization_test.rs │ │ │ └── protocol_integration_tests.rs │ │ └── standalone │ │ │ ├── integration_test_report.md │ │ │ ├── simple_ml_dsa_test.rs │ │ │ ├── test_dilithium_variants.rs │ │ │ ├── test_ml_dsa_simple.rs │ │ │ ├── test_ml_kem_api.rs │ │ │ ├── test_mlkem.rs │ │ │ ├── test_optimizations.rs │ │ │ └── verify_implementation.md │ │ ├── tools │ │ ├── cli │ │ │ ├── CLI_TEST_REPORT.md │ │ │ ├── Cargo.toml │ │ │ ├── MOCKS_GUIDE.md │ │ │ ├── MOCK_IMPLEMENTATION_SUMMARY.md │ │ │ ├── PEER_MANAGEMENT.md │ │ │ ├── README.md │ │ │ ├── docs │ │ │ │ └── node-management.md │ │ │ ├── examples │ │ │ │ └── usage.md │ │ │ ├── src │ │ │ │ ├── async_optimizations.rs │ │ │ │ ├── commands.rs │ │ │ │ ├── config.rs │ │ │ │ ├── lib.rs │ │ │ │ ├── main.rs │ │ │ │ ├── main_test.rs │ │ │ │ ├── mcp │ │ │ │ │ ├── config.rs │ │ │ │ │ ├── mod.rs │ │ │ │ │ └── server.rs │ │ │ │ ├── mocks.rs │ │ │ │ ├── node_manager.rs │ │ │ │ ├── output.rs │ │ │ │ ├── peer_manager.rs │ │ │ │ ├── performance.rs │ │ │ │ ├── rpc.rs │ │ │ │ └── startup.rs │ │ │ ├── test_cli_binary │ │ │ └── tests │ │ │ │ ├── README.md │ │ │ │ ├── cli_command_tests.rs │ │ │ │ ├── integration │ │ │ │ ├── cli_integration_test.rs │ │ │ │ └── peer_integration_test.rs │ │ │ │ ├── mock_integration_tests.rs │ │ │ │ ├── network_operations_tests.rs │ │ │ │ ├── node_manager_tests.rs │ │ │ │ ├── node_status_tests.rs │ │ │ │ ├── peer_management_tests.rs │ │ │ │ ├── peer_manager_tests.rs │ │ │ │ ├── prop │ │ │ │ ├── cli_prop_test.rs │ │ │ │ └── peer_prop_test.rs │ │ │ │ ├── rpc_integration_tests.rs │ │ │ │ ├── security │ │ │ │ └── peer_security_test.rs │ │ │ │ └── unit │ │ │ │ ├── args_test.rs │ │ │ │ └── peer_address_test.rs │ │ ├── simulator │ │ │ ├── Cargo.toml │ │ │ ├── benches │ │ │ │ └── simulator_benchmarks.rs │ │ │ └── src │ │ │ │ ├── attacks.rs │ │ │ │ ├── conditions.rs │ │ │ │ ├── lib.rs │ │ │ │ ├── metrics.rs │ │ │ │ ├── network.rs │ │ │ │ ├── reports.rs │ │ │ │ ├── scenarios.rs │ │ │ │ ├── tests │ │ │ │ ├── integration_tests.rs │ │ │ │ ├── metrics_tests.rs │ │ │ │ ├── network_tests.rs │ │ │ │ ├── property_tests.rs │ │ │ │ └── scenarios_tests.rs │ │ │ │ └── visualization.rs │ │ └── swarm-test │ │ │ ├── Cargo.toml │ │ │ └── src │ │ │ ├── batch_tools.rs │ │ │ └── lib.rs │ │ ├── uninstall.sh │ │ └── vault-standalone │ │ ├── CHANGELOG.md │ │ ├── CONSOLIDATION_FEATURES.md │ │ ├── CONSOLIDATION_SUMMARY.md │ │ ├── Cargo.toml │ │ ├── DEPLOYMENT_CHECKLIST.md │ │ ├── DEPLOYMENT_ISSUES.md │ │ ├── DEPLOYMENT_RECOMMENDATION.md │ │ ├── README.md │ │ ├── TEST_REPORT.md │ │ ├── benches │ │ └── vault_benchmarks.rs │ │ ├── examples │ │ ├── basic_usage.rs │ │ └── password_generation.rs │ │ ├── plans │ │ ├── phase1-core-library.md │ │ ├── phase2-cli-integration.md │ │ ├── phase5-distributed-capabilities.md │ │ ├── vault-implementation-plan.md │ │ └── vault-implementation.md │ │ ├── src │ │ ├── crypto.rs │ │ ├── dag_storage.rs │ │ ├── error.rs │ │ ├── kdf.rs │ │ ├── lib.rs │ │ ├── secret.rs │ │ ├── utils.rs │ │ └── vault.rs │ │ └── tests │ │ ├── cli │ │ ├── command_tests.rs │ │ └── mod.rs │ │ ├── integration │ │ ├── mod.rs │ │ └── qudag_integration_tests.rs │ │ ├── integration_test.rs │ │ ├── mod.rs │ │ ├── security │ │ ├── encryption_tests.rs │ │ └── mod.rs │ │ └── unit │ │ ├── mod.rs │ │ └── vault_tests.rs │ ├── build.sh │ ├── cuda-wasm │ ├── .github │ │ └── workflows │ │ │ ├── ci.yml │ │ │ └── release.yml │ ├── ARCHITECTURAL_DECISIONS.md │ ├── COMPREHENSIVE_TEST_REPORT.md │ ├── Cargo.toml │ ├── Dockerfile │ ├── IMPLEMENTATION_STATUS.md │ ├── README.md │ ├── TESTING.md │ ├── architecture.md │ ├── benches │ │ ├── kernel_benchmarks.rs │ │ ├── memory_benchmarks.rs │ │ ├── transpiler_benchmarks.rs │ │ └── wasm_vs_native_benchmarks.rs │ ├── bindings │ │ └── node │ │ │ ├── binding.gyp │ │ │ └── src │ │ │ └── cuda_rust_wasm.cc │ ├── build.rs │ ├── cli │ │ ├── index.js │ │ └── simple.js │ ├── cuda-examples │ │ └── vector_add.js │ ├── demo │ │ ├── demo.js │ │ └── index.html │ ├── docs │ │ ├── API.md │ │ └── MIGRATION_GUIDE.md │ ├── examples │ │ ├── projects │ │ │ └── basic-vector-ops │ │ │ │ ├── README.md │ │ │ │ ├── kernels │ │ │ │ └── vector_add.cu │ │ │ │ ├── package.json │ │ │ │ └── src │ │ │ │ └── index.js │ │ ├── transpiled │ │ │ ├── README.md │ │ │ ├── matrix_multiply.rs │ │ │ ├── reduction.rs │ │ │ ├── stencil.rs │ │ │ └── vector_add.rs │ │ └── vector_add.rs │ ├── my-cuda-wasm-project │ │ ├── README.md │ │ ├── kernels │ │ │ └── vector_add.cu │ │ └── package.json │ ├── package-lock.json │ ├── package.json │ ├── scripts │ │ ├── build-wasm.sh │ │ ├── postinstall.js │ │ ├── publish.sh │ │ └── test.sh │ ├── src │ │ ├── backend │ │ │ ├── backend_trait.rs │ │ │ ├── mod.rs │ │ │ ├── native_gpu.rs │ │ │ ├── wasm_runtime.rs │ │ │ └── webgpu.rs │ │ ├── bin │ │ │ └── cuda2rust.rs │ │ ├── error.rs │ │ ├── kernel │ │ │ ├── grid.rs │ │ │ ├── mod.rs │ │ │ ├── shared_memory.rs │ │ │ ├── thread.rs │ │ │ └── warp.rs │ │ ├── lib.rs │ │ ├── memory │ │ │ ├── device_memory.rs │ │ │ ├── host_memory.rs │ │ │ ├── memory_pool.rs │ │ │ ├── mod.rs │ │ │ └── unified_memory.rs │ │ ├── parser │ │ │ ├── ast.rs │ │ │ ├── cuda_parser.rs │ │ │ ├── kernel_extractor.rs │ │ │ ├── lexer.rs │ │ │ ├── mod.rs │ │ │ └── ptx_parser.rs │ │ ├── prelude.rs │ │ ├── profiling │ │ │ ├── kernel_profiler.rs │ │ │ ├── memory_profiler.rs │ │ │ ├── mod.rs │ │ │ └── runtime_profiler.rs │ │ ├── runtime │ │ │ ├── device.rs │ │ │ ├── event.rs │ │ │ ├── grid.rs │ │ │ ├── kernel.rs │ │ │ ├── memory.rs │ │ │ ├── mod.rs │ │ │ └── stream.rs │ │ ├── transpiler │ │ │ ├── builtin_functions.rs │ │ │ ├── code_generator.rs │ │ │ ├── kernel_translator.rs │ │ │ ├── memory_mapper.rs │ │ │ ├── mod.rs │ │ │ ├── tests.rs │ │ │ ├── type_converter.rs │ │ │ └── wgsl.rs │ │ └── utils │ │ │ └── mod.rs │ ├── tarpaulin.toml │ ├── test_basic.cu │ ├── test_basic.rs │ ├── test_simple │ ├── test_simple.rs │ └── tests │ │ ├── common │ │ └── mod.rs │ │ ├── integration_tests.rs │ │ ├── memory_tests.rs │ │ ├── parser_tests.rs │ │ ├── property_tests.rs │ │ └── transpiler_tests.rs │ ├── daa-swarm │ ├── Cargo.toml │ └── src │ │ ├── evolutionary_mesh.rs │ │ ├── lib.rs │ │ ├── self_organizing.rs │ │ └── swarm_intelligence.rs │ ├── daa │ └── daa-main │ │ ├── .claude │ │ ├── commands │ │ │ ├── sparc │ │ │ │ ├── coder.md │ │ │ │ ├── orchestrator.md │ │ │ │ └── researcher.md │ │ │ └── swarm │ │ │ │ ├── analysis.md │ │ │ │ ├── development.md │ │ │ │ ├── examples.md │ │ │ │ ├── maintenance.md │ │ │ │ ├── optimization.md │ │ │ │ ├── research.md │ │ │ │ └── testing.md │ │ ├── config.json │ │ └── settings.json │ │ ├── .github │ │ └── workflows │ │ │ ├── ci.yml │ │ │ ├── cross-platform.yml │ │ │ ├── docker.yml │ │ │ └── release.yml │ │ ├── .gitignore │ │ ├── .roo │ │ └── mcp.json │ │ ├── .roomodes │ │ ├── CLAUDE.md │ │ ├── Cargo.toml │ │ ├── README.md │ │ ├── claude-flow │ │ ├── crates │ │ ├── daa-ai │ │ │ ├── Cargo.toml │ │ │ └── src │ │ │ │ ├── agent.rs │ │ │ │ ├── error.rs │ │ │ │ ├── lib.rs │ │ │ │ ├── mcp.rs │ │ │ │ ├── streaming.rs │ │ │ │ └── tools.rs │ │ ├── daa-chain │ │ │ ├── Cargo.toml │ │ │ └── src │ │ │ │ ├── errors.rs │ │ │ │ ├── lib.rs │ │ │ │ ├── qudag_adapter.rs │ │ │ │ └── types.rs │ │ ├── daa-economy │ │ │ ├── Cargo.toml │ │ │ └── src │ │ │ │ ├── accounting.rs │ │ │ │ ├── fees.rs │ │ │ │ ├── incentives.rs │ │ │ │ ├── lib.rs │ │ │ │ ├── marketplace.rs │ │ │ │ ├── ruv_token.rs │ │ │ │ └── slashing.rs │ │ ├── daa-orchestrator │ │ │ └── Cargo.toml │ │ └── daa-rules │ │ │ ├── Cargo.toml │ │ │ └── src │ │ │ ├── audit.rs │ │ │ ├── context.rs │ │ │ ├── engine.rs │ │ │ ├── error.rs │ │ │ ├── lib.rs │ │ │ └── rules │ │ │ ├── builtin.rs │ │ │ ├── mod.rs │ │ │ └── qudag.rs │ │ ├── daa-ai │ │ ├── Cargo.toml │ │ ├── README.md │ │ └── src │ │ │ ├── agents.rs │ │ │ ├── claude.rs │ │ │ ├── decisions.rs │ │ │ ├── error.rs │ │ │ ├── learning.rs │ │ │ ├── lib.rs │ │ │ ├── mcp_integration.rs │ │ │ ├── memory.rs │ │ │ ├── models.rs │ │ │ ├── qudag_stubs.rs │ │ │ ├── tasks.rs │ │ │ └── tools.rs │ │ ├── daa-chain │ │ ├── Cargo.toml │ │ ├── README.md │ │ └── src │ │ │ ├── block.rs │ │ │ ├── consensus.rs │ │ │ ├── lib.rs │ │ │ ├── network.rs │ │ │ ├── qudag_consensus.rs │ │ │ ├── qudag_stubs.rs │ │ │ ├── rules_bridge.rs │ │ │ ├── storage.rs │ │ │ └── transaction.rs │ │ ├── daa-cli │ │ ├── Cargo.toml │ │ ├── README.md │ │ └── src │ │ │ ├── commands.rs │ │ │ ├── commands │ │ │ ├── agent.rs │ │ │ ├── config.rs │ │ │ ├── init.rs │ │ │ ├── logs.rs │ │ │ ├── mod.rs │ │ │ ├── network.rs │ │ │ ├── rules.rs │ │ │ ├── start.rs │ │ │ ├── status.rs │ │ │ └── stop.rs │ │ │ ├── config.rs │ │ │ ├── lib.rs │ │ │ ├── main.rs │ │ │ └── utils.rs │ │ ├── daa-compute │ │ ├── Cargo.toml │ │ ├── README-WASM.md │ │ ├── README.md │ │ ├── architecture │ │ │ ├── autonomy-loop-integration.md │ │ │ ├── diagrams │ │ │ │ └── architecture-diagrams.md │ │ │ ├── distributed-compute-architecture.md │ │ │ ├── interfaces │ │ │ │ ├── proto │ │ │ │ │ └── daa_compute.proto │ │ │ │ └── rust-traits.rs │ │ │ └── specs │ │ │ │ ├── checkpoint-dag-design.md │ │ │ │ ├── model-sharding-strategy.md │ │ │ │ ├── network-topology-qudag.md │ │ │ │ ├── node-types-specification.md │ │ │ │ └── training-coordination-layer.md │ │ ├── benches │ │ │ ├── consensus_benchmarks.rs │ │ │ ├── p2p_benchmarks.rs │ │ │ ├── pytorch_comparison.rs │ │ │ ├── resource_benchmarks.rs │ │ │ └── training_benchmarks.rs │ │ ├── build.rs │ │ ├── distributed_training_summary.json │ │ ├── examples │ │ │ ├── browser-demo.html │ │ │ ├── distributed_training.rs │ │ │ └── p2p_gradient_sharing.rs │ │ ├── package.json │ │ ├── plans │ │ │ └── research.md │ │ ├── scripts │ │ │ ├── generate_flame_graphs.sh │ │ │ └── run_comprehensive_benchmarks.sh │ │ ├── src │ │ │ ├── coordinator │ │ │ │ ├── mod.rs │ │ │ │ └── round.rs │ │ │ ├── distributed │ │ │ │ ├── federated.rs │ │ │ │ └── mod.rs │ │ │ ├── lib.rs │ │ │ ├── mesh │ │ │ │ ├── elastic.rs │ │ │ │ └── mod.rs │ │ │ ├── p2p │ │ │ │ ├── behavior.rs │ │ │ │ ├── compression.rs │ │ │ │ ├── discovery.rs │ │ │ │ ├── gradient.rs │ │ │ │ ├── mod.rs │ │ │ │ ├── nat.rs │ │ │ │ ├── routing.rs │ │ │ │ └── transport.rs │ │ │ ├── protocols │ │ │ │ ├── aggregation.rs │ │ │ │ └── mod.rs │ │ │ ├── training │ │ │ │ ├── local_trainer.rs │ │ │ │ ├── mod.rs │ │ │ │ └── strategy.rs │ │ │ ├── typescript │ │ │ │ ├── index.d.ts │ │ │ │ └── wrapper.ts │ │ │ ├── wasm_inference.rs │ │ │ └── wasm_training.rs │ │ └── tests │ │ │ ├── benchmarks │ │ │ └── test_training_performance.rs │ │ │ ├── integration │ │ │ └── test_p2p_networking.rs │ │ │ ├── integration_test.rs │ │ │ ├── lib.rs │ │ │ ├── simulation │ │ │ └── test_node_churn.rs │ │ │ ├── test_runner.rs │ │ │ └── unit │ │ │ ├── p2p │ │ │ ├── test_compression.rs │ │ │ └── test_gradient.rs │ │ │ └── protocols │ │ │ └── test_aggregation.rs │ │ ├── daa-economy │ │ ├── Cargo.toml │ │ ├── README.md │ │ └── src │ │ │ ├── accounts.rs │ │ │ ├── error.rs │ │ │ ├── exchange.rs │ │ │ ├── lib.rs │ │ │ ├── market.rs │ │ │ ├── optimization.rs │ │ │ ├── qudag_stubs.rs │ │ │ ├── resources.rs │ │ │ ├── rewards.rs │ │ │ ├── risk.rs │ │ │ ├── tokens.rs │ │ │ └── trading.rs │ │ ├── daa-mcp │ │ ├── Cargo.toml │ │ ├── PUBLISH.md │ │ ├── examples │ │ │ └── three_agent_swarm_demo.rs │ │ └── src │ │ │ ├── client.rs │ │ │ ├── discovery.rs │ │ │ ├── integration.rs │ │ │ ├── lib.rs │ │ │ ├── prompts.rs │ │ │ ├── resources.rs │ │ │ ├── server.rs │ │ │ ├── swarm.rs │ │ │ ├── tools.rs │ │ │ └── transport.rs │ │ ├── daa-orchestrator │ │ ├── Cargo.toml │ │ ├── README.md │ │ ├── src │ │ │ ├── ai_integration.rs │ │ │ ├── api.rs │ │ │ ├── autonomy.rs │ │ │ ├── config.rs │ │ │ ├── coordinator.rs │ │ │ ├── economy_integration.rs │ │ │ ├── error.rs │ │ │ ├── events.rs │ │ │ ├── lib.rs │ │ │ ├── mcp_server.rs │ │ │ ├── qudag_integration.rs │ │ │ ├── qudag_stubs.rs │ │ │ ├── rules_integration.rs │ │ │ ├── services.rs │ │ │ └── workflow.rs │ │ └── tests │ │ │ ├── e2e_autonomy_loop.rs │ │ │ ├── e2e_config_validation.rs │ │ │ ├── e2e_demo_scenarios.rs │ │ │ ├── e2e_error_scenarios.rs │ │ │ ├── e2e_health_monitoring.rs │ │ │ ├── e2e_integration_tests.rs │ │ │ ├── e2e_orchestrator_initialization.rs │ │ │ ├── e2e_performance_stress.rs │ │ │ ├── e2e_workflow_execution.rs │ │ │ └── test_runner.rs │ │ ├── daa-rules │ │ ├── Cargo.toml │ │ ├── README.md │ │ └── src │ │ │ ├── actions.rs │ │ │ ├── audit.rs │ │ │ ├── conditions.rs │ │ │ ├── context.rs │ │ │ ├── engine.rs │ │ │ ├── error.rs │ │ │ ├── lib.rs │ │ │ ├── rules.rs │ │ │ └── storage.rs │ │ ├── daa-sdk │ │ ├── Cargo.toml │ │ └── crates │ │ │ └── daa-chain │ │ │ ├── Cargo.toml │ │ │ └── src │ │ │ ├── ethereum.rs │ │ │ └── lib.rs │ │ ├── daa-swarm │ │ ├── memory │ │ │ ├── distributed-engineer │ │ │ │ └── deployment │ │ │ │ │ ├── Dockerfile.gpu │ │ │ │ │ ├── IMPLEMENTATION_SUMMARY.md │ │ │ │ │ ├── README.md │ │ │ │ │ ├── architecture.md │ │ │ │ │ ├── consensus.rs │ │ │ │ │ ├── deployment_config.toml │ │ │ │ │ ├── fly.toml │ │ │ │ │ ├── fly_optimizations.rs │ │ │ │ │ ├── neuromorphic_gossip.rs │ │ │ │ │ ├── novel_strategies.rs │ │ │ │ │ └── quantum_hashing.rs │ │ │ └── swarm-designer │ │ │ │ └── protocols │ │ │ │ ├── 01-quantum-entanglement-protocol.rs │ │ │ │ ├── 02-stigmergic-gpu-protocol.rs │ │ │ │ ├── 03-emergent-consensus-protocol.rs │ │ │ │ ├── 04-bio-routing-protocol.rs │ │ │ │ ├── 05-hybrid-moe-swarm-patterns.rs │ │ │ │ ├── README.md │ │ │ │ └── mod.rs │ │ └── plans │ │ │ ├── 01-research-sota-moe.md │ │ │ ├── 02-rust-gpu-architecture.md │ │ │ ├── 03-swarm-coordination-protocols.md │ │ │ ├── 04-distributed-deployment.md │ │ │ ├── 05-integrated-architecture.md │ │ │ ├── 06-parallel-implementation-guide.md │ │ │ ├── 07-quick-start-tutorial.md │ │ │ └── readme.md │ │ ├── deny.toml │ │ ├── docker-compose.yml │ │ ├── docker │ │ ├── Dockerfile.alpine │ │ ├── Dockerfile.cli │ │ ├── Dockerfile.debian │ │ ├── Dockerfile.dev │ │ ├── Dockerfile.distroless │ │ ├── Dockerfile.mcp-server │ │ └── Dockerfile.orchestrator │ │ ├── docs │ │ ├── README.md │ │ ├── api │ │ │ ├── ai.md │ │ │ ├── economy.md │ │ │ ├── orchestrator.md │ │ │ └── rules.md │ │ ├── architecture │ │ │ └── README.md │ │ ├── deployment │ │ │ └── README.md │ │ ├── reports │ │ │ ├── CLEANUP_SUMMARY.md │ │ │ ├── CRATES_PUBLISHED.md │ │ │ ├── FINAL_STATUS_REPORT.md │ │ │ ├── PUBLISHING_ISSUES_SUMMARY.md │ │ │ ├── PUBLISHING_STATUS.md │ │ │ ├── PUBLISH_REPORT.md │ │ │ ├── RELEASE_NOTES_PRIME_v0.2.0.md │ │ │ ├── RELEASE_NOTES_v0.2.0.md │ │ │ ├── SWARM_EXECUTION_SUMMARY.md │ │ │ ├── SWARM_INTEGRATION_COMPLETE.md │ │ │ ├── qudag_network_files_summary.md │ │ │ └── qudag_network_implementation.md │ │ └── troubleshooting │ │ │ ├── README.md │ │ │ └── performance.md │ │ ├── examples │ │ ├── agents │ │ │ ├── agent_systems_summary.rs │ │ │ ├── coordinator_agent.rs │ │ │ ├── health_monitor_agent.rs │ │ │ ├── parameter_server_agent.rs │ │ │ ├── trainer_agent.rs │ │ │ └── validator_agent.rs │ │ └── decentralized-task-scheduler.ts │ │ ├── memory │ │ ├── swarm-auto-centralized-1750825476803 │ │ │ └── documentation │ │ │ │ └── content │ │ │ │ └── comprehensive-documentation-package.md │ │ └── swarm-auto-centralized-1750858218647 │ │ │ ├── moe-research-lead │ │ │ └── sota-analysis.json │ │ │ └── rust-gpu-architect │ │ │ └── gpu-design │ │ │ ├── architecture-decisions.md │ │ │ ├── implementation-guide.md │ │ │ └── performance-optimizations.md │ │ ├── plans │ │ ├── README.md │ │ └── research.md │ │ ├── prime-rust │ │ ├── Cargo.toml │ │ ├── README.md │ │ ├── TDD_IMPLEMENTATION_GUIDE.md │ │ ├── TDD_TEST_PLAN.md │ │ ├── benches │ │ │ └── distributed_training.rs │ │ ├── crates │ │ │ ├── prime-cli │ │ │ │ ├── Cargo.toml │ │ │ │ ├── README.md │ │ │ │ ├── src │ │ │ │ │ └── main.rs │ │ │ │ └── tests │ │ │ │ │ └── cli_test.rs │ │ │ ├── prime-coordinator │ │ │ │ ├── Cargo.toml │ │ │ │ ├── README.md │ │ │ │ ├── src │ │ │ │ │ └── lib.rs │ │ │ │ └── tests │ │ │ │ │ └── coordinator_test.rs │ │ │ ├── prime-core │ │ │ │ ├── Cargo.toml │ │ │ │ ├── README.md │ │ │ │ ├── build.rs │ │ │ │ ├── proto │ │ │ │ │ ├── checkpoint.proto │ │ │ │ │ ├── gradient.proto │ │ │ │ │ ├── messages.proto │ │ │ │ │ └── model.proto │ │ │ │ ├── src │ │ │ │ │ ├── checkpoint.rs │ │ │ │ │ ├── compression.rs │ │ │ │ │ ├── error.rs │ │ │ │ │ ├── gradient.rs │ │ │ │ │ ├── grpc.rs │ │ │ │ │ ├── lib.rs │ │ │ │ │ ├── messages.rs │ │ │ │ │ ├── model.rs │ │ │ │ │ ├── proto │ │ │ │ │ │ ├── checkpoint.rs │ │ │ │ │ │ ├── gradient.rs │ │ │ │ │ │ ├── messages.rs │ │ │ │ │ │ └── model.rs │ │ │ │ │ ├── protocol.rs │ │ │ │ │ ├── training.rs │ │ │ │ │ ├── types.rs │ │ │ │ │ └── utils.rs │ │ │ │ └── tests │ │ │ │ │ ├── core_test.rs │ │ │ │ │ └── integration_test.rs │ │ │ ├── prime-dht │ │ │ │ ├── Cargo.toml │ │ │ │ ├── README.md │ │ │ │ ├── src │ │ │ │ │ ├── discovery.rs │ │ │ │ │ ├── lib.rs │ │ │ │ │ ├── routing.rs │ │ │ │ │ └── storage.rs │ │ │ │ └── tests │ │ │ │ │ └── dht_test.rs │ │ │ └── prime-trainer │ │ │ │ ├── Cargo.toml │ │ │ │ ├── README.md │ │ │ │ ├── src │ │ │ │ ├── lib.rs │ │ │ │ └── main.rs │ │ │ │ └── tests │ │ │ │ └── trainer_test.rs │ │ ├── daa-integration-summary.md │ │ ├── fuzz │ │ │ ├── Cargo.toml │ │ │ └── fuzz_targets │ │ │ │ ├── consensus_message_fuzz.rs │ │ │ │ ├── dht_operations_fuzz.rs │ │ │ │ ├── gradient_aggregation_fuzz.rs │ │ │ │ ├── protocol_message_fuzz.rs │ │ │ │ └── serialization_fuzz.rs │ │ ├── run_all_tests.sh │ │ ├── run_fuzz_tests.sh │ │ └── tests │ │ │ ├── common │ │ │ ├── assertions.rs │ │ │ ├── fixtures.rs │ │ │ ├── generators.rs │ │ │ ├── mock_nodes.rs │ │ │ ├── mod.rs │ │ │ └── network.rs │ │ │ └── e2e │ │ │ └── p2p_simulation.rs │ │ ├── prompts │ │ └── readme.md │ │ ├── qudag │ │ ├── .claude │ │ │ ├── commands │ │ │ │ ├── README.md │ │ │ │ ├── STRUCTURE_SUMMARY.md │ │ │ │ ├── TEMPLATE.md │ │ │ │ ├── agents │ │ │ │ │ ├── consensus_agent.md │ │ │ │ │ ├── crypto_agent.md │ │ │ │ │ ├── integration_agent.md │ │ │ │ │ ├── network_agent.md │ │ │ │ │ ├── performance_agent.md │ │ │ │ │ └── security_agent.md │ │ │ │ ├── contexts │ │ │ │ │ ├── integration_context.md │ │ │ │ │ ├── performance_context.md │ │ │ │ │ ├── security_context.md │ │ │ │ │ └── test_status.md │ │ │ │ ├── create-test.md │ │ │ │ ├── crypto-validate.md │ │ │ │ ├── crypto │ │ │ │ │ ├── benchmarks.md │ │ │ │ │ ├── fingerprints.md │ │ │ │ │ ├── hqc.md │ │ │ │ │ ├── ml-dsa.md │ │ │ │ │ ├── ml-kem.md │ │ │ │ │ └── security.md │ │ │ │ ├── dag-visualize.md │ │ │ │ ├── dag │ │ │ │ │ ├── consensus.md │ │ │ │ │ └── validation.md │ │ │ │ ├── dark │ │ │ │ │ ├── domains.md │ │ │ │ │ └── shadows.md │ │ │ │ ├── debug-consensus.md │ │ │ │ ├── debug-network.md │ │ │ │ ├── debug-performance.md │ │ │ │ ├── debug-security.md │ │ │ │ ├── deploy-validate.md │ │ │ │ ├── deploy │ │ │ │ │ ├── crates.md │ │ │ │ │ ├── github.md │ │ │ │ │ └── npm.md │ │ │ │ ├── dev │ │ │ │ │ └── tools.md │ │ │ │ ├── fuzz-test.md │ │ │ │ ├── implement-feature.md │ │ │ │ ├── integration-test.md │ │ │ │ ├── network-simulate.md │ │ │ │ ├── network │ │ │ │ │ ├── peers.md │ │ │ │ │ ├── routing.md │ │ │ │ │ └── testing.md │ │ │ │ ├── performance-benchmark.md │ │ │ │ ├── refactor-optimize.md │ │ │ │ ├── review-security.md │ │ │ │ ├── security-audit.md │ │ │ │ ├── sparc │ │ │ │ │ ├── coder.md │ │ │ │ │ ├── orchestrator.md │ │ │ │ │ └── researcher.md │ │ │ │ ├── swarm │ │ │ │ │ ├── analysis.md │ │ │ │ │ ├── development.md │ │ │ │ │ ├── examples.md │ │ │ │ │ ├── maintenance.md │ │ │ │ │ ├── optimization.md │ │ │ │ │ ├── research.md │ │ │ │ │ └── testing.md │ │ │ │ ├── tdd-cycle.md │ │ │ │ ├── test │ │ │ │ │ └── wasm.md │ │ │ │ ├── update-docs.md │ │ │ │ ├── workflow.json │ │ │ │ └── workflow │ │ │ │ │ ├── deployment_workflow.md │ │ │ │ │ ├── performance_workflow.md │ │ │ │ │ ├── security_workflow.md │ │ │ │ │ └── tdd_workflow.md │ │ │ ├── config.json │ │ │ └── settings.json │ │ ├── .compatibility.toml │ │ ├── .github │ │ │ └── workflows │ │ │ │ ├── README.md │ │ │ │ ├── benchmarks.yml │ │ │ │ ├── ci.yml │ │ │ │ ├── compatibility.yml │ │ │ │ ├── npm-publish.yml │ │ │ │ ├── performance.yml │ │ │ │ ├── release.yml │ │ │ │ └── security.yml │ │ ├── .gitignore │ │ ├── .roo │ │ │ ├── README.md │ │ │ ├── REMOTE-MCP-USAGE.md │ │ │ ├── mcp-alternative.json │ │ │ ├── mcp-configs-explained.json │ │ │ ├── mcp-http-proxy.js │ │ │ ├── mcp-list.txt │ │ │ ├── mcp.json │ │ │ ├── mcp.md │ │ │ ├── rules-architect │ │ │ │ └── rules.md │ │ │ ├── rules-ask │ │ │ │ └── rules.md │ │ │ ├── rules-code │ │ │ │ ├── apply_diff_guidelines.md │ │ │ │ ├── code_editing.md │ │ │ │ ├── file_operations_guidelines.md │ │ │ │ ├── insert_content.md │ │ │ │ ├── rules.md │ │ │ │ ├── search_replace.md │ │ │ │ └── tool_guidelines_index.md │ │ │ ├── rules-debug │ │ │ │ └── rules.md │ │ │ ├── rules-devops │ │ │ │ └── rules.md │ │ │ ├── rules-docs-writer │ │ │ │ └── rules.md │ │ │ ├── rules-integration │ │ │ │ └── rules.md │ │ │ ├── rules-mcp │ │ │ │ └── rules.md │ │ │ ├── rules-post-deployment-monitoring-mode │ │ │ │ └── rules.md │ │ │ ├── rules-refinement-optimization-mode │ │ │ │ └── rules.md │ │ │ ├── rules-security-review │ │ │ │ └── rules.md │ │ │ ├── rules-sparc │ │ │ │ └── rules.md │ │ │ ├── rules-spec-pseudocode │ │ │ │ └── rules.md │ │ │ ├── rules-supabase-admin │ │ │ │ └── rules.md │ │ │ ├── rules-tdd │ │ │ │ └── rules.md │ │ │ ├── rules-tutorial │ │ │ │ └── rules.md │ │ │ ├── rules │ │ │ │ ├── apply_diff_guidelines.md │ │ │ │ ├── file_operations_guidelines.md │ │ │ │ ├── insert_content.md │ │ │ │ ├── rules.md │ │ │ │ ├── search_replace.md │ │ │ │ └── tool_guidelines_index.md │ │ │ └── test-mcp-connection.js │ │ ├── .roomodes │ │ ├── CLAUDE.md │ │ ├── Cargo.toml │ │ ├── Dockerfile │ │ ├── Dockerfile.alpine │ │ ├── Dockerfile.dev │ │ ├── INSTALL.md │ │ ├── LICENSE │ │ ├── Makefile │ │ ├── Makefile.devops │ │ ├── README.md │ │ ├── archive │ │ │ ├── debug_sizes.rs │ │ │ └── swarm-vault-rename-cli-test-results.md │ │ ├── benchmarking │ │ │ ├── .coverage │ │ │ ├── OPTIMIZATION_SUMMARY.md │ │ │ ├── README.md │ │ │ ├── TDD_FRAMEWORK_SUMMARY.md │ │ │ ├── __init__.py │ │ │ ├── analysis │ │ │ │ ├── optimization_recommendations.md │ │ │ │ ├── performance_dashboard.html │ │ │ │ └── performance_report.md │ │ │ ├── benchmark_results │ │ │ │ ├── benchmark_summary.md │ │ │ │ ├── dag_benchmark_results.json │ │ │ │ ├── network_benchmark_results.json │ │ │ │ ├── qudag_benchmark_results.json │ │ │ │ └── swarm_benchmark_results.json │ │ │ ├── benchmarks │ │ │ │ ├── __init__.py │ │ │ │ ├── core │ │ │ │ │ ├── __init__.py │ │ │ │ │ └── runner.py │ │ │ │ ├── metrics │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── collector.py │ │ │ │ │ ├── cpu.py │ │ │ │ │ ├── latency.py │ │ │ │ │ └── memory.py │ │ │ │ ├── qudag │ │ │ │ │ ├── cli_benchmarks.py │ │ │ │ │ ├── dag_benchmarks.py │ │ │ │ │ ├── network_benchmarks.py │ │ │ │ │ └── swarm_benchmarks.py │ │ │ │ ├── reporters │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── console.py │ │ │ │ │ ├── csv_reporter.py │ │ │ │ │ ├── html.py │ │ │ │ │ ├── json_reporter.py │ │ │ │ │ └── reporter.py │ │ │ │ └── utils │ │ │ │ │ └── __init__.py │ │ │ ├── cli.py │ │ │ ├── compare_benchmarks.py │ │ │ ├── demo.py │ │ │ ├── demo_results.json │ │ │ ├── deployment │ │ │ │ ├── DEPLOYMENT_CHECKLIST.md │ │ │ │ ├── DEPLOYMENT_TIMELINE.md │ │ │ │ ├── INTEGRATION_REPORT.md │ │ │ │ ├── RISK_MANAGEMENT.md │ │ │ │ ├── UNIFIED_DEPLOYMENT_GUIDE.md │ │ │ │ └── canary-deployment.json │ │ │ ├── examples │ │ │ │ └── run_network_benchmarks.py │ │ │ ├── optimization │ │ │ │ ├── optimization_guide.md │ │ │ │ ├── profile_analyze_performance_1750337131.txt │ │ │ │ ├── profile_generate_reports_1750337131.txt │ │ │ │ └── profile_parse_mock_benchmarks_1750337131.txt │ │ │ ├── optimization_verification.json │ │ │ ├── optimized_benchmark_runner.py │ │ │ ├── performance_analyzer.py │ │ │ ├── plans │ │ │ │ ├── architecture_design.md │ │ │ │ ├── benchmark_plan.md │ │ │ │ ├── metrics_specification.md │ │ │ │ ├── research_summary.md │ │ │ │ └── tdd_implementation_strategy.md │ │ │ ├── pytest.ini │ │ │ ├── qudag_benchmark.py │ │ │ ├── reports │ │ │ │ ├── crypto_benchmark_baseline.txt │ │ │ │ ├── dag_benchmark_baseline.txt │ │ │ │ ├── mock_benchmark_results.txt │ │ │ │ ├── performance_analysis_1750337131.json │ │ │ │ └── system_benchmark_baseline.txt │ │ │ ├── requirements.txt │ │ │ ├── run_benchmarks.sh │ │ │ ├── run_tests.py │ │ │ ├── src │ │ │ │ └── benchmarks │ │ │ ├── test_integration.py │ │ │ ├── tests │ │ │ │ ├── __init__.py │ │ │ │ ├── conftest.py │ │ │ │ ├── integration │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── test_benchmark_integration.py │ │ │ │ │ └── test_qudag_integration.py │ │ │ │ ├── performance │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── test_benchmark_performance.py │ │ │ │ │ └── test_performance_validation.py │ │ │ │ └── unit │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── test_benchmark_runner.py │ │ │ │ │ ├── test_metric_collector.py │ │ │ │ │ └── test_result_reporter.py │ │ │ └── verify_optimizations.py │ │ ├── benchmarks │ │ │ ├── Cargo.toml │ │ │ ├── benches │ │ │ │ ├── dark_addressing_benchmarks.rs │ │ │ │ ├── memory_benchmarks.rs │ │ │ │ └── system_benchmarks.rs │ │ │ ├── cli │ │ │ │ ├── command_benchmarks.rs │ │ │ │ └── resource_tracker.rs │ │ │ ├── dark_addressing │ │ │ │ ├── README.md │ │ │ │ ├── config.toml │ │ │ │ ├── dark_domain.rs │ │ │ │ ├── dns_resolution.rs │ │ │ │ ├── mod.rs │ │ │ │ ├── quantum_fingerprint.rs │ │ │ │ └── shadow_routing.rs │ │ │ ├── lib.rs │ │ │ ├── optimized_benchmarks.rs │ │ │ ├── report.html │ │ │ ├── run_benchmarks.sh │ │ │ └── src │ │ │ │ ├── baseline.rs │ │ │ │ ├── guards.rs │ │ │ │ ├── lib.rs │ │ │ │ ├── metrics.rs │ │ │ │ ├── monitoring.rs │ │ │ │ ├── regression.rs │ │ │ │ ├── scenarios.rs │ │ │ │ ├── system.rs │ │ │ │ └── utils.rs │ │ ├── claude-flow │ │ ├── cli-standalone │ │ │ ├── CLI_TEST_REPORT.md │ │ │ ├── Cargo.toml │ │ │ ├── MOCKS_GUIDE.md │ │ │ ├── MOCK_IMPLEMENTATION_SUMMARY.md │ │ │ ├── PEER_MANAGEMENT.md │ │ │ ├── README.md │ │ │ ├── docs │ │ │ │ └── node-management.md │ │ │ ├── examples │ │ │ │ └── usage.md │ │ │ ├── src │ │ │ │ ├── async_optimizations.rs │ │ │ │ ├── commands.rs │ │ │ │ ├── config.rs │ │ │ │ ├── lib.rs │ │ │ │ ├── main.rs │ │ │ │ ├── main_test.rs │ │ │ │ ├── mocks.rs │ │ │ │ ├── node_manager.rs │ │ │ │ ├── output.rs │ │ │ │ ├── peer_manager.rs │ │ │ │ ├── performance.rs │ │ │ │ ├── rpc.rs │ │ │ │ └── startup.rs │ │ │ ├── test_cli_binary │ │ │ └── tests │ │ │ │ ├── README.md │ │ │ │ ├── cli_command_tests.rs │ │ │ │ ├── integration │ │ │ │ ├── cli_integration_test.rs │ │ │ │ └── peer_integration_test.rs │ │ │ │ ├── mock_integration_tests.rs │ │ │ │ ├── network_operations_tests.rs │ │ │ │ ├── node_manager_tests.rs │ │ │ │ ├── node_status_tests.rs │ │ │ │ ├── peer_management_tests.rs │ │ │ │ ├── peer_manager_tests.rs │ │ │ │ ├── prop │ │ │ │ ├── cli_prop_test.rs │ │ │ │ └── peer_prop_test.rs │ │ │ │ ├── rpc_integration_tests.rs │ │ │ │ ├── security │ │ │ │ └── peer_security_test.rs │ │ │ │ └── unit │ │ │ │ ├── args_test.rs │ │ │ │ └── peer_address_test.rs │ │ ├── config │ │ │ └── optimizations.toml │ │ ├── core │ │ │ ├── crypto │ │ │ │ ├── Cargo.toml │ │ │ │ ├── README.md │ │ │ │ ├── benches │ │ │ │ │ ├── PERFORMANCE_OPTIMIZATION_REPORT.md │ │ │ │ │ ├── crypto_benchmarks.rs │ │ │ │ │ ├── crypto_optimized.rs │ │ │ │ │ ├── hqc_benchmarks.rs │ │ │ │ │ ├── ml_dsa_performance.rs │ │ │ │ │ ├── ml_kem_benchmarks.rs │ │ │ │ │ └── mldsa_benchmarks.rs │ │ │ │ ├── core │ │ │ │ │ ├── crypto │ │ │ │ │ │ ├── Cargo.toml │ │ │ │ │ │ └── lib.rs │ │ │ │ │ ├── dag │ │ │ │ │ │ ├── Cargo.toml │ │ │ │ │ │ └── lib.rs │ │ │ │ │ ├── network │ │ │ │ │ │ ├── Cargo.toml │ │ │ │ │ │ └── lib.rs │ │ │ │ │ └── protocol │ │ │ │ │ │ ├── Cargo.toml │ │ │ │ │ │ └── lib.rs │ │ │ │ ├── crypto_zeroization_test │ │ │ │ ├── crypto_zeroization_test.rs │ │ │ │ ├── docs │ │ │ │ │ ├── ML-KEM.md │ │ │ │ │ └── ML_DSA_IMPLEMENTATION.md │ │ │ │ ├── examples │ │ │ │ │ └── test_ml_kem_api.rs │ │ │ │ ├── lib.rs │ │ │ │ ├── memory_safety_standalone │ │ │ │ ├── memory_safety_standalone.rs │ │ │ │ ├── run_memory_tests.sh │ │ │ │ ├── simple_fuzz_runner_example │ │ │ │ ├── simple_memory_test │ │ │ │ ├── simple_memory_test.rs │ │ │ │ ├── src │ │ │ │ │ ├── encryption │ │ │ │ │ │ ├── hqc.rs │ │ │ │ │ │ └── mod.rs │ │ │ │ │ ├── error.rs │ │ │ │ │ ├── fingerprint.rs │ │ │ │ │ ├── hash.rs │ │ │ │ │ ├── hqc.rs │ │ │ │ │ ├── kem │ │ │ │ │ │ └── mod.rs │ │ │ │ │ ├── lib.rs │ │ │ │ │ ├── metrics.rs │ │ │ │ │ ├── ml_dsa │ │ │ │ │ │ └── mod.rs │ │ │ │ │ ├── ml_kem │ │ │ │ │ │ └── mod.rs │ │ │ │ │ ├── optimized │ │ │ │ │ │ ├── buffer_pool.rs │ │ │ │ │ │ ├── cache.rs │ │ │ │ │ │ ├── ml_kem_optimized.rs │ │ │ │ │ │ ├── mod.rs │ │ │ │ │ │ └── simd_utils.rs │ │ │ │ │ ├── signature.rs │ │ │ │ │ ├── signatures │ │ │ │ │ │ ├── ml_dsa.rs │ │ │ │ │ │ └── mod.rs │ │ │ │ │ └── util.rs │ │ │ │ ├── standalone_memory_test.rs │ │ │ │ ├── test_all_examples │ │ │ │ ├── test_compile │ │ │ │ ├── test_integration │ │ │ │ ├── tests │ │ │ │ │ ├── .test_vectors │ │ │ │ │ │ ├── mlkem768_ct.txt │ │ │ │ │ │ ├── mlkem768_pk.txt │ │ │ │ │ │ ├── mlkem768_sk.txt │ │ │ │ │ │ └── mlkem768_ss.txt │ │ │ │ │ ├── basic_ml_dsa_test.rs │ │ │ │ │ ├── concurrent_tests.rs │ │ │ │ │ ├── fingerprint_tests.rs │ │ │ │ │ ├── hqc_tests.rs │ │ │ │ │ ├── integration │ │ │ │ │ │ ├── main.rs │ │ │ │ │ │ └── system_integration_tests.rs │ │ │ │ │ ├── integration_tests.rs │ │ │ │ │ ├── ml_dsa_comprehensive_tests.rs │ │ │ │ │ ├── ml_dsa_tests.rs │ │ │ │ │ ├── ml_kem_tests.rs │ │ │ │ │ ├── nist_test_vectors.rs │ │ │ │ │ ├── prop_tests.rs │ │ │ │ │ ├── security │ │ │ │ │ │ ├── advanced_side_channel_tests.rs │ │ │ │ │ │ ├── comprehensive_memory_safety_tests.rs │ │ │ │ │ │ ├── constant_time_tests.rs │ │ │ │ │ │ ├── implementation_validation_tests.rs │ │ │ │ │ │ ├── memory_tests.rs │ │ │ │ │ │ ├── ml_dsa_security_tests.rs │ │ │ │ │ │ ├── ml_kem_security_tests.rs │ │ │ │ │ │ ├── side_channel_tests.rs │ │ │ │ │ │ └── timing_attack_tests.rs │ │ │ │ │ ├── security_tests.rs │ │ │ │ │ ├── test_vectors.rs │ │ │ │ │ └── timing_tests.rs │ │ │ │ └── tools │ │ │ │ │ ├── cli │ │ │ │ │ └── Cargo.toml │ │ │ │ │ └── simulator │ │ │ │ │ └── Cargo.toml │ │ │ ├── dag │ │ │ │ ├── Cargo.toml │ │ │ │ ├── MODULE_STATUS.md │ │ │ │ ├── README.md │ │ │ │ ├── benches │ │ │ │ │ ├── consensus_benchmarks.rs │ │ │ │ │ ├── dag_benchmarks.rs │ │ │ │ │ ├── finality_benchmarks.rs │ │ │ │ │ └── qr_avalanche_benchmarks.rs │ │ │ │ ├── examples │ │ │ │ │ └── basic_usage.rs │ │ │ │ ├── lib.rs │ │ │ │ ├── src │ │ │ │ │ ├── consensus.rs │ │ │ │ │ ├── consensus_tests.rs │ │ │ │ │ ├── dag.rs │ │ │ │ │ ├── edge.rs │ │ │ │ │ ├── error.rs │ │ │ │ │ ├── graph.rs │ │ │ │ │ ├── invariant_tests.rs │ │ │ │ │ ├── lib.rs │ │ │ │ │ ├── lib_test_compilation.rs │ │ │ │ │ ├── module_exports_tests.rs │ │ │ │ │ ├── node.rs │ │ │ │ │ ├── optimized │ │ │ │ │ │ ├── mod.rs │ │ │ │ │ │ ├── traversal_index.rs │ │ │ │ │ │ └── validation_cache.rs │ │ │ │ │ ├── tip_selection.rs │ │ │ │ │ └── vertex.rs │ │ │ │ ├── test_binary.long-type-5477461451808392571.txt │ │ │ │ └── tests │ │ │ │ │ ├── byzantine_tests.rs │ │ │ │ │ ├── concurrent_consensus_tests.rs │ │ │ │ │ ├── consensus_performance_tests.rs │ │ │ │ │ ├── integration_qr_avalanche.rs │ │ │ │ │ ├── integration_tests.rs │ │ │ │ │ ├── liveness_tests.rs │ │ │ │ │ ├── network_conditions_tests.rs │ │ │ │ │ ├── network_sim.rs │ │ │ │ │ ├── qr_avalanche_tests.rs │ │ │ │ │ └── safety_tests.rs │ │ │ ├── health.rs │ │ │ ├── monitoring │ │ │ │ ├── MONITORING_GUIDE.md │ │ │ │ ├── README.md │ │ │ │ ├── alerting_rules.yaml │ │ │ │ ├── alertmanager.yml │ │ │ │ ├── dashboard_config.json │ │ │ │ ├── deploy-monitoring.sh │ │ │ │ ├── docker-compose.yml │ │ │ │ ├── exporter.rs │ │ │ │ ├── grafana-provisioning │ │ │ │ │ ├── dashboards │ │ │ │ │ │ └── dashboard.yml │ │ │ │ │ └── datasources │ │ │ │ │ │ └── prometheus.yml │ │ │ │ ├── integration.rs │ │ │ │ ├── logger.rs │ │ │ │ ├── metrics_collector.rs │ │ │ │ ├── mod.rs │ │ │ │ └── prometheus.yml │ │ │ ├── network │ │ │ │ ├── ARCHITECTURE.md │ │ │ │ ├── CONNECTION_API.md │ │ │ │ ├── CONNECTION_MANAGEMENT_DESIGN.md │ │ │ │ ├── Cargo.toml │ │ │ │ ├── DARK_ADDRESSING_DESIGN.md │ │ │ │ ├── IMPLEMENTATION_PLAN.md │ │ │ │ ├── IMPLEMENTATION_ROADMAP.md │ │ │ │ ├── IMPLEMENTATION_SUMMARY.md │ │ │ │ ├── ONION_FIX_SUMMARY.md │ │ │ │ ├── ONION_ROUTING_DESIGN.md │ │ │ │ ├── README.md │ │ │ │ ├── TEST_REPORT.md │ │ │ │ ├── TRAFFIC_OBFUSCATION_IMPLEMENTATION.md │ │ │ │ ├── TRANSPORT_FIXES.md │ │ │ │ ├── basic_test │ │ │ │ ├── basic_test.rs │ │ │ │ ├── benches │ │ │ │ │ ├── nat_traversal_benchmarks.rs │ │ │ │ │ ├── network_benchmarks.rs │ │ │ │ │ ├── peer_benchmarks.rs │ │ │ │ │ ├── queue_benchmarks.rs │ │ │ │ │ ├── routing_benchmarks.rs │ │ │ │ │ ├── throughput.rs │ │ │ │ │ └── throughput_optimized.rs │ │ │ │ ├── docs │ │ │ │ │ └── connection-management.md │ │ │ │ ├── lib.rs │ │ │ │ ├── simple_test.rs │ │ │ │ ├── src │ │ │ │ │ ├── circuit_breaker.rs │ │ │ │ │ ├── connection.rs │ │ │ │ │ ├── connection_pool.rs │ │ │ │ │ ├── dag_consensus.rs │ │ │ │ │ ├── dark_resolver.rs │ │ │ │ │ ├── discovery.rs │ │ │ │ │ ├── dns.rs │ │ │ │ │ ├── kademlia.rs │ │ │ │ │ ├── lib.rs │ │ │ │ │ ├── message.rs │ │ │ │ │ ├── metrics.rs │ │ │ │ │ ├── nat_traversal.rs │ │ │ │ │ ├── onion.rs │ │ │ │ │ ├── onion │ │ │ │ │ │ └── README.md │ │ │ │ │ ├── optimized │ │ │ │ │ │ ├── adaptive_batch.rs │ │ │ │ │ │ ├── message_chunking.rs │ │ │ │ │ │ └── mod.rs │ │ │ │ │ ├── p2p.rs │ │ │ │ │ ├── peer.rs │ │ │ │ │ ├── quantum_crypto.rs │ │ │ │ │ ├── router.rs │ │ │ │ │ ├── routing.rs │ │ │ │ │ ├── shadow_address.rs │ │ │ │ │ ├── traffic_obfuscation.rs │ │ │ │ │ ├── transport.rs │ │ │ │ │ ├── types.rs │ │ │ │ │ └── webrtc.rs │ │ │ │ ├── test_runner.rs │ │ │ │ └── tests │ │ │ │ │ ├── comprehensive_unit_tests.rs │ │ │ │ │ ├── concurrent_tests.rs │ │ │ │ │ ├── crypto_dag_integration_tests.rs │ │ │ │ │ ├── edge_case_tests.rs │ │ │ │ │ ├── error_handling_tests.rs │ │ │ │ │ ├── integration │ │ │ │ │ └── crypto_integration_tests.rs │ │ │ │ │ ├── integration_tests.rs │ │ │ │ │ ├── message_handling.rs │ │ │ │ │ ├── message_tests.rs │ │ │ │ │ ├── nat_traversal_tests.rs │ │ │ │ │ ├── onion_integration_test.rs │ │ │ │ │ ├── onion_routing_tests.rs │ │ │ │ │ ├── onion_tests.rs │ │ │ │ │ ├── optimization_validation.rs │ │ │ │ │ ├── resilience_tests.rs │ │ │ │ │ ├── router_tests.rs │ │ │ │ │ ├── security │ │ │ │ │ ├── anonymity_tests.rs │ │ │ │ │ └── timing_analysis_tests.rs │ │ │ │ │ ├── security_tests.rs │ │ │ │ │ ├── shadow_address_integration_tests.rs │ │ │ │ │ ├── simple_obfuscation_test.rs │ │ │ │ │ ├── traffic_obfuscation_tests.rs │ │ │ │ │ ├── transport_send_sync_test.rs │ │ │ │ │ └── unit │ │ │ │ │ ├── connection_tests.rs │ │ │ │ │ ├── dark_resolver_tests.rs │ │ │ │ │ ├── mod.rs │ │ │ │ │ ├── network_manager_tests.rs │ │ │ │ │ └── onion_tests.rs │ │ │ ├── optimized │ │ │ │ └── advanced │ │ │ │ │ └── mod.rs │ │ │ ├── proptest-regressions │ │ │ │ └── tests │ │ │ │ │ └── ml_dsa_comprehensive_tests.txt │ │ │ ├── protocol │ │ │ │ ├── Cargo.toml │ │ │ │ ├── README.md │ │ │ │ ├── benches │ │ │ │ │ └── protocol_benchmarks.rs │ │ │ │ ├── lib.rs │ │ │ │ ├── src │ │ │ │ │ ├── allocator.rs │ │ │ │ │ ├── compatibility.rs │ │ │ │ │ ├── config.rs │ │ │ │ │ ├── coordinator.rs │ │ │ │ │ ├── handshake.rs │ │ │ │ │ ├── instrumentation.rs │ │ │ │ │ ├── lib.rs │ │ │ │ │ ├── message.rs │ │ │ │ │ ├── metrics.rs │ │ │ │ │ ├── node.rs │ │ │ │ │ ├── node_runner.rs │ │ │ │ │ ├── node_runner_adapter.rs │ │ │ │ │ ├── optimization_config.rs │ │ │ │ │ ├── persistence.rs │ │ │ │ │ ├── routing.rs │ │ │ │ │ ├── rpc_server.rs │ │ │ │ │ ├── state.rs │ │ │ │ │ ├── synchronization.rs │ │ │ │ │ ├── transaction.rs │ │ │ │ │ ├── types.rs │ │ │ │ │ ├── validation.rs │ │ │ │ │ └── versioning.rs │ │ │ │ └── tests │ │ │ │ │ ├── compliance │ │ │ │ │ ├── mod.rs │ │ │ │ │ ├── protocol_compliance_tests.rs │ │ │ │ │ └── security_compliance_tests.rs │ │ │ │ │ ├── integration │ │ │ │ │ ├── cli_integration_tests.rs │ │ │ │ │ ├── concurrent_operation_tests.rs │ │ │ │ │ ├── error_propagation_tests.rs │ │ │ │ │ ├── network_partition_tests.rs │ │ │ │ │ ├── protocol_e2e_tests.rs │ │ │ │ │ └── security_integration_tests.rs │ │ │ │ │ ├── persistence_tests.rs │ │ │ │ │ ├── protocol_tests.rs │ │ │ │ │ └── security │ │ │ │ │ ├── comprehensive_security_tests.rs │ │ │ │ │ └── protocol_verification.rs │ │ │ ├── swarm │ │ │ │ ├── Cargo.toml │ │ │ │ └── src │ │ │ │ │ ├── lib.rs │ │ │ │ │ └── optimized │ │ │ │ │ ├── async_coordination.rs │ │ │ │ │ └── mod.rs │ │ │ └── vault │ │ │ │ ├── CHANGELOG.md │ │ │ │ ├── CONSOLIDATION_FEATURES.md │ │ │ │ ├── CONSOLIDATION_SUMMARY.md │ │ │ │ ├── Cargo.toml │ │ │ │ ├── DEPLOYMENT_CHECKLIST.md │ │ │ │ ├── DEPLOYMENT_ISSUES.md │ │ │ │ ├── DEPLOYMENT_RECOMMENDATION.md │ │ │ │ ├── README.md │ │ │ │ ├── TEST_REPORT.md │ │ │ │ ├── benches │ │ │ │ └── vault_benchmarks.rs │ │ │ │ ├── examples │ │ │ │ ├── basic_usage.rs │ │ │ │ └── password_generation.rs │ │ │ │ ├── plans │ │ │ │ ├── phase1-core-library.md │ │ │ │ ├── phase2-cli-integration.md │ │ │ │ ├── phase5-distributed-capabilities.md │ │ │ │ ├── vault-implementation-plan.md │ │ │ │ └── vault-implementation.md │ │ │ │ ├── src │ │ │ │ ├── crypto.rs │ │ │ │ ├── dag_storage.rs │ │ │ │ ├── error.rs │ │ │ │ ├── kdf.rs │ │ │ │ ├── lib.rs │ │ │ │ ├── secret.rs │ │ │ │ ├── utils.rs │ │ │ │ └── vault.rs │ │ │ │ └── tests │ │ │ │ ├── cli │ │ │ │ ├── command_tests.rs │ │ │ │ └── mod.rs │ │ │ │ ├── integration │ │ │ │ ├── mod.rs │ │ │ │ └── qudag_integration_tests.rs │ │ │ │ ├── integration_test.rs │ │ │ │ ├── mod.rs │ │ │ │ ├── security │ │ │ │ ├── encryption_tests.rs │ │ │ │ └── mod.rs │ │ │ │ └── unit │ │ │ │ ├── mod.rs │ │ │ │ └── vault_tests.rs │ │ ├── dev-tools │ │ │ ├── analysis │ │ │ │ ├── performance_analysis │ │ │ │ ├── performance_analysis.rs │ │ │ │ ├── performance_analysis_example │ │ │ │ └── validate_docs.py │ │ │ ├── scripts │ │ │ │ ├── benchmark_status.sh │ │ │ │ ├── run_benchmarks.sh │ │ │ │ ├── run_comprehensive_benchmarks.sh │ │ │ │ ├── run_coverage_analysis.sh │ │ │ │ ├── run_dark_addressing_tests.sh │ │ │ │ ├── run_network_bench.sh │ │ │ │ ├── run_tests.sh │ │ │ │ └── simple_dag_benchmark.sh │ │ │ ├── standalone-tests │ │ │ │ ├── basic_test_example │ │ │ │ ├── comprehensive_cli_test.sh │ │ │ │ ├── qudag_test │ │ │ │ ├── simple_test.sh │ │ │ │ ├── test_example │ │ │ │ ├── test_network_simple │ │ │ │ ├── test_simple_doctests │ │ │ │ └── test_simple_network_example │ │ │ └── test-runners │ │ │ │ ├── final_stop_test.sh │ │ │ │ ├── security_edge_cases.sh │ │ │ │ ├── test_actual_cli.sh │ │ │ │ ├── test_all_examples.rs │ │ │ │ ├── test_cargo.sh │ │ │ │ ├── test_cli.sh │ │ │ │ ├── test_cli_errors.sh │ │ │ │ ├── test_cli_mock.py │ │ │ │ ├── test_edge_cases.sh │ │ │ │ ├── test_example.rs │ │ │ │ ├── test_ml_dsa_runner.rs │ │ │ │ ├── test_network_simple.rs │ │ │ │ ├── test_protocol.sh │ │ │ │ ├── test_simple_doctests.rs │ │ │ │ ├── test_simple_network_example.rs │ │ │ │ ├── test_stop_command.sh │ │ │ │ └── test_stop_simple.sh │ │ ├── docker-compose.dev.yml │ │ ├── docker-compose.yml │ │ ├── docs │ │ │ ├── CHANGELOG_v1.2.0.md │ │ │ ├── RELEASE_GUIDE.md │ │ │ ├── SPARC.md │ │ │ ├── USAGE_GUIDE.md │ │ │ ├── api │ │ │ │ ├── README.md │ │ │ │ ├── crypto.md │ │ │ │ ├── dag.md │ │ │ │ ├── dark_addressing.md │ │ │ │ ├── network.md │ │ │ │ └── protocol.md │ │ │ ├── architecture │ │ │ │ ├── README.md │ │ │ │ ├── network │ │ │ │ │ ├── anonymous_routing.md │ │ │ │ │ ├── connection_management.md │ │ │ │ │ ├── message_handling.md │ │ │ │ │ └── performance_optimizations.md │ │ │ │ ├── performance_optimizations.md │ │ │ │ └── sequence-diagrams.md │ │ │ ├── build-logs │ │ │ │ ├── FINAL_PUBLISH_COMMAND.md │ │ │ │ ├── PUBLICATION_SUCCESS.md │ │ │ │ ├── PUBLISHING.md │ │ │ │ ├── PUBLISH_INSTRUCTIONS.md │ │ │ │ ├── README_UPDATES_SUMMARY.md │ │ │ │ └── VAULT_PUBLISHING_READY.md │ │ │ ├── cli │ │ │ │ ├── README.md │ │ │ │ ├── advanced-usage.md │ │ │ │ ├── commands.md │ │ │ │ ├── configuration.md │ │ │ │ ├── installation.md │ │ │ │ ├── quickstart.md │ │ │ │ ├── troubleshooting.md │ │ │ │ └── tutorials │ │ │ │ │ ├── monitoring.md │ │ │ │ │ ├── network-setup.md │ │ │ │ │ └── node-management.md │ │ │ ├── deployment.md │ │ │ ├── fly-io-deployment-research.md │ │ │ ├── migration │ │ │ │ └── crypto-production.md │ │ │ ├── reports │ │ │ │ ├── BUILD_FIX_SUMMARY.md │ │ │ │ ├── CLI_FUNCTIONALITY_VERIFICATION_REPORT.md │ │ │ │ ├── CRYPTO_COMMAND_UPDATE_SUMMARY.md │ │ │ │ ├── CRYPTO_OPTIMIZATION_SUMMARY.md │ │ │ │ ├── INTEGRATION_TEST_REPORT.md │ │ │ │ ├── OPTIMIZATION_INTEGRATION_SUMMARY.md │ │ │ │ ├── OPTIMIZATION_REPORT.md │ │ │ │ ├── TESTING_SECURITY_REPORT.md │ │ │ │ ├── TEST_REPORT.md │ │ │ │ └── WASM_BUILD_SUCCESS_REPORT.md │ │ │ ├── security │ │ │ │ ├── README.md │ │ │ │ └── best_practices.md │ │ │ ├── testnet_deployment │ │ │ │ ├── .env.example │ │ │ │ ├── DEPLOYMENT_FILES.md │ │ │ │ ├── Dockerfile │ │ │ │ ├── README.md │ │ │ │ ├── configs │ │ │ │ │ ├── alerts.yml │ │ │ │ │ ├── dashboards │ │ │ │ │ │ └── qudag-overview.json │ │ │ │ │ ├── grafana-dashboards.yml │ │ │ │ │ ├── grafana-datasources.yml │ │ │ │ │ ├── node1.toml │ │ │ │ │ ├── node2.toml │ │ │ │ │ ├── node3.toml │ │ │ │ │ ├── node4.toml │ │ │ │ │ ├── prometheus.yml │ │ │ │ │ └── qudag-node-stub.rs │ │ │ │ ├── deploy-exchange-testnet-flyio.sh │ │ │ │ ├── docker-compose.yml │ │ │ │ ├── fly-bootstrap.toml │ │ │ │ ├── fly-exchange-full.toml │ │ │ │ ├── fly-light.toml │ │ │ │ ├── fly-validator.toml │ │ │ │ ├── nodes │ │ │ │ │ ├── fly.node1.toml │ │ │ │ │ ├── fly.node2.toml │ │ │ │ │ ├── fly.node3.toml │ │ │ │ │ └── fly.node4.toml │ │ │ │ └── scripts │ │ │ │ │ ├── cleanup.sh │ │ │ │ │ ├── deployment.sh │ │ │ │ │ ├── monitor-nodes.sh │ │ │ │ │ └── setup-secrets.sh │ │ │ ├── troubleshooting.md │ │ │ └── user-guide │ │ │ │ ├── README.md │ │ │ │ ├── cli-usage.md │ │ │ │ ├── installation.md │ │ │ │ ├── overview.md │ │ │ │ ├── quickstart.md │ │ │ │ ├── security.md │ │ │ │ └── troubleshooting.md │ │ ├── examples │ │ │ ├── crypto │ │ │ │ ├── fingerprint_example.rs │ │ │ │ ├── hqc_example.rs │ │ │ │ ├── ml_dsa_example.rs │ │ │ │ └── ml_kem_example.rs │ │ │ ├── dark_addressing_example.rs │ │ │ ├── dht_discovery_example.rs │ │ │ ├── nat_traversal_example.rs │ │ │ ├── onion_routing_example.rs │ │ │ ├── peer_management_example.rs │ │ │ ├── persistence_example.rs │ │ │ ├── qudag_network_example.rs │ │ │ ├── shadow_address_example.rs │ │ │ └── traffic_obfuscation_example.rs │ │ ├── fuzz │ │ │ ├── Cargo.toml │ │ │ ├── FUZZING_COMPLETION_SUMMARY.md │ │ │ ├── FUZZ_ANALYSIS_REPORT.md │ │ │ ├── fuzz_targets │ │ │ │ ├── cli_fuzz.rs │ │ │ │ ├── crypto_fuzz.rs │ │ │ │ ├── dag_consensus_fuzz.rs │ │ │ │ ├── input_validation_fuzz.rs │ │ │ │ ├── network_fuzz.rs │ │ │ │ ├── protocol_fuzz.rs │ │ │ │ ├── protocol_state_fuzz.rs │ │ │ │ ├── serialization_fuzz.rs │ │ │ │ └── validator_fuzz.rs │ │ │ ├── fuzz_test_data │ │ │ │ ├── input_0.bin │ │ │ │ ├── input_1.bin │ │ │ │ ├── input_2.bin │ │ │ │ ├── input_3.bin │ │ │ │ ├── input_4.bin │ │ │ │ ├── input_5.bin │ │ │ │ ├── input_6.bin │ │ │ │ ├── input_7.bin │ │ │ │ ├── input_8.bin │ │ │ │ └── input_9.bin │ │ │ ├── run_all_fuzz_tests.sh │ │ │ ├── run_simple_fuzz_test.rs │ │ │ ├── simple_fuzz │ │ │ └── simple_fuzz_runner.rs │ │ ├── install-qudag.sh │ │ ├── install.sh │ │ ├── publish-manual.sh │ │ ├── publish-vault-simple.sh │ │ ├── publish-vault.sh │ │ ├── publish.sh │ │ ├── qudag-admin │ │ │ └── plans │ │ │ │ └── admin.md │ │ ├── qudag-exchange │ │ │ ├── COORDINATION.md │ │ │ ├── Cargo.toml │ │ │ ├── INTERFACE-IMPLEMENTATION-SUMMARY.md │ │ │ ├── README-INTERFACES.md │ │ │ ├── README.md │ │ │ ├── SECURITY_AUDIT.md │ │ │ ├── SWARM_STATUS.md │ │ │ ├── TEST_REPORT.md │ │ │ ├── benches │ │ │ │ └── exchange_benchmarks.rs │ │ │ ├── cli │ │ │ │ ├── Cargo.toml │ │ │ │ └── src │ │ │ │ │ ├── commands.rs │ │ │ │ │ ├── config.rs │ │ │ │ │ ├── display.rs │ │ │ │ │ └── main.rs │ │ │ ├── core │ │ │ │ ├── Cargo.toml │ │ │ │ ├── README.md │ │ │ │ ├── src │ │ │ │ │ ├── account.rs │ │ │ │ │ ├── config.rs │ │ │ │ │ ├── consensus.rs │ │ │ │ │ ├── crypto.rs │ │ │ │ │ ├── error.rs │ │ │ │ │ ├── fee_model.rs │ │ │ │ │ ├── identity.rs │ │ │ │ │ ├── immutable.rs │ │ │ │ │ ├── ledger.rs │ │ │ │ │ ├── lib.rs │ │ │ │ │ ├── metering.rs │ │ │ │ │ ├── payout.rs │ │ │ │ │ ├── resource.rs │ │ │ │ │ ├── ruv.rs │ │ │ │ │ ├── state.rs │ │ │ │ │ ├── transaction.rs │ │ │ │ │ ├── types.rs │ │ │ │ │ ├── utils.rs │ │ │ │ │ └── wallet.rs │ │ │ │ └── tests │ │ │ │ │ ├── business_plan_integration.rs │ │ │ │ │ ├── fee_model_integration.rs │ │ │ │ │ └── immutable_deployment_test.rs │ │ │ ├── crates │ │ │ │ ├── api │ │ │ │ │ ├── Cargo.toml │ │ │ │ │ └── src │ │ │ │ │ │ ├── auth.rs │ │ │ │ │ │ ├── error.rs │ │ │ │ │ │ ├── handlers.rs │ │ │ │ │ │ ├── main.rs │ │ │ │ │ │ ├── routes.rs │ │ │ │ │ │ └── state.rs │ │ │ │ ├── cli │ │ │ │ │ ├── Cargo.toml │ │ │ │ │ └── src │ │ │ │ │ │ ├── commands │ │ │ │ │ │ ├── balance.rs │ │ │ │ │ │ ├── consensus_info.rs │ │ │ │ │ │ ├── create_account.rs │ │ │ │ │ │ ├── mod.rs │ │ │ │ │ │ ├── resource_status.rs │ │ │ │ │ │ └── transfer.rs │ │ │ │ │ │ ├── config.rs │ │ │ │ │ │ ├── main.rs │ │ │ │ │ │ └── output.rs │ │ │ │ ├── core │ │ │ │ │ ├── Cargo.toml │ │ │ │ │ └── src │ │ │ │ │ │ ├── account.rs │ │ │ │ │ │ ├── consensus.rs │ │ │ │ │ │ ├── ledger.rs │ │ │ │ │ │ ├── lib.rs │ │ │ │ │ │ ├── optimization.rs │ │ │ │ │ │ ├── resource.rs │ │ │ │ │ │ └── transaction.rs │ │ │ │ └── wasm │ │ │ │ │ ├── Cargo.toml │ │ │ │ │ ├── build.sh │ │ │ │ │ ├── example.html │ │ │ │ │ └── src │ │ │ │ │ └── lib.rs │ │ │ ├── docs │ │ │ │ ├── api-reference.md │ │ │ │ ├── architecture.md │ │ │ │ ├── business-plan.md │ │ │ │ ├── cli-reference.md │ │ │ │ ├── consensus-integration.md │ │ │ │ ├── getting-started.md │ │ │ │ ├── optimization-guidelines.md │ │ │ │ ├── ruv-economics.md │ │ │ │ ├── security.md │ │ │ │ ├── security │ │ │ │ │ ├── SECURITY_CHECKLIST.md │ │ │ │ │ └── THREAT_MODEL.md │ │ │ │ └── wasm-usage.md │ │ │ ├── fuzz │ │ │ │ ├── Cargo.toml │ │ │ │ ├── fuzz_targets │ │ │ │ │ ├── fuzz_consensus_transitions.rs │ │ │ │ │ ├── fuzz_ledger_consistency.rs │ │ │ │ │ └── fuzz_ruv_transactions.rs │ │ │ │ └── run_verification_fuzzing.sh │ │ │ ├── plans │ │ │ │ ├── executive-summary.md │ │ │ │ ├── fee-model.md │ │ │ │ ├── implementation.md │ │ │ │ └── swarm-orchestration.md │ │ │ ├── project_structure.txt │ │ │ ├── qudag-exchange-cli │ │ │ │ ├── Cargo.toml │ │ │ │ ├── README.md │ │ │ │ └── src │ │ │ │ │ └── main.rs │ │ │ ├── qudag-exchange-core │ │ │ │ └── tests │ │ │ │ │ └── mod.rs │ │ │ ├── qudag-exchange-server │ │ │ │ ├── Cargo.toml │ │ │ │ └── src │ │ │ │ │ └── main.rs │ │ │ ├── qudag-exchange-sim │ │ │ │ ├── Cargo.toml │ │ │ │ └── src │ │ │ │ │ └── main.rs │ │ │ ├── qudag-exchange-wasm │ │ │ │ ├── Cargo.toml │ │ │ │ └── src │ │ │ │ │ └── lib.rs │ │ │ ├── run-security-audit.sh │ │ │ ├── scripts │ │ │ │ └── run-benchmarks.sh │ │ │ ├── src │ │ │ │ ├── agents.rs │ │ │ │ ├── api.rs │ │ │ │ ├── error.rs │ │ │ │ ├── ledger.rs │ │ │ │ ├── lib.rs │ │ │ │ ├── metering.rs │ │ │ │ ├── protocol.rs │ │ │ │ ├── ruv.rs │ │ │ │ ├── security.rs │ │ │ │ └── zkp.rs │ │ │ ├── test-interfaces.sh │ │ │ ├── test_core_fee_model.rs │ │ │ ├── test_fee_model │ │ │ ├── test_fee_model.rs │ │ │ └── tests │ │ │ │ ├── README.md │ │ │ │ ├── VERIFICATION_REPORT.md │ │ │ │ ├── crypto_verification │ │ │ │ └── test_vectors.rs │ │ │ │ ├── integration │ │ │ │ ├── Cargo.toml │ │ │ │ └── src │ │ │ │ │ └── lib.rs │ │ │ │ ├── model_checking │ │ │ │ └── consensus_model.rs │ │ │ │ ├── performance_tests.rs │ │ │ │ ├── property_tests │ │ │ │ └── ledger_properties.rs │ │ │ │ ├── run_all_verifications.sh │ │ │ │ └── security │ │ │ │ ├── attack_vector_tests.rs │ │ │ │ ├── mod.rs │ │ │ │ └── timing_attack_tests.rs │ │ ├── qudag-mcp │ │ │ ├── Cargo.toml │ │ │ ├── README.md │ │ │ ├── benches │ │ │ │ └── performance.rs │ │ │ ├── examples │ │ │ │ ├── basic_server.rs │ │ │ │ └── with_vault.rs │ │ │ ├── plans │ │ │ │ ├── distributed-mcp-operations.md │ │ │ │ ├── mcp-cryptographic-operations.md │ │ │ │ ├── mcp-fault-tolerance-strategies.md │ │ │ │ ├── mcp-network-topology-design.md │ │ │ │ ├── mcp-protocol-specification.md │ │ │ │ ├── mcp-qudag-data-flow-analysis.md │ │ │ │ ├── mcp-resource-design-for-qudag.md │ │ │ │ ├── mcp-secure-resource-management.md │ │ │ │ ├── mcp-server-architecture-patterns.md │ │ │ │ ├── mcp-server-deployment-patterns.md │ │ │ │ ├── mcp-tool-integration-strategy.md │ │ │ │ ├── mcp-transport-optimization.md │ │ │ │ ├── mcp-vault-security-compliance.md │ │ │ │ ├── mcp-vault-synchronization.md │ │ │ │ └── qudag-mcp-component-mapping.md │ │ │ ├── src │ │ │ │ ├── auth.rs │ │ │ │ ├── config.rs │ │ │ │ ├── defaults.rs │ │ │ │ ├── error.rs │ │ │ │ ├── events.rs │ │ │ │ ├── lib.rs │ │ │ │ ├── protocol.rs │ │ │ │ ├── resources │ │ │ │ │ ├── dag.rs │ │ │ │ │ ├── exchange.rs │ │ │ │ │ ├── mod.rs │ │ │ │ │ ├── network.rs │ │ │ │ │ ├── system.rs │ │ │ │ │ └── vault.rs │ │ │ │ ├── security │ │ │ │ │ ├── audit.rs │ │ │ │ │ ├── encryption.rs │ │ │ │ │ ├── monitoring.rs │ │ │ │ │ └── signing.rs │ │ │ │ ├── server.rs │ │ │ │ ├── tools │ │ │ │ │ ├── config.rs │ │ │ │ │ ├── crypto.rs │ │ │ │ │ ├── dag.rs │ │ │ │ │ ├── exchange.rs │ │ │ │ │ ├── mod.rs │ │ │ │ │ ├── network.rs │ │ │ │ │ ├── system.rs │ │ │ │ │ └── vault.rs │ │ │ │ ├── transport.rs │ │ │ │ └── types.rs │ │ │ └── tests │ │ │ │ ├── auth_tests.rs │ │ │ │ ├── integration_tests.rs │ │ │ │ └── protocol_tests.rs │ │ ├── qudag-npm │ │ │ ├── .gitignore │ │ │ ├── .npmignore │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ ├── bin │ │ │ │ └── qudag.js │ │ │ ├── package-lock.json │ │ │ ├── package.json │ │ │ ├── publish.sh │ │ │ ├── src │ │ │ │ ├── binary-manager.ts │ │ │ │ ├── index.ts │ │ │ │ ├── install.ts │ │ │ │ └── test.ts │ │ │ └── tsconfig.json │ │ ├── qudag-testnet │ │ │ ├── .env.example │ │ │ ├── .gitignore │ │ │ ├── DEPLOYMENT_FILES.md │ │ │ ├── DEPLOYMENT_GUIDE.md │ │ │ ├── DEPLOYMENT_SCRIPTS_README.md │ │ │ ├── Dockerfile │ │ │ ├── Dockerfile.mcp │ │ │ ├── Dockerfile.mcp-v2 │ │ │ ├── Dockerfile.mcp-v3 │ │ │ ├── Dockerfile.production │ │ │ ├── MCP-DEPLOYMENT-STATUS.md │ │ │ ├── MCP-HTTPS-FIX-GUIDE.md │ │ │ ├── MCP_ACCESS.md │ │ │ ├── MCP_STATUS.md │ │ │ ├── README.md │ │ │ ├── TESTNET_STATUS.md │ │ │ ├── build-docker.sh │ │ │ ├── check-prerequisites.sh │ │ │ ├── configs │ │ │ │ ├── alerts.yml │ │ │ │ ├── dashboards │ │ │ │ │ └── qudag-overview.json │ │ │ │ ├── exchange.toml │ │ │ │ ├── grafana-dashboards.yml │ │ │ │ ├── grafana-datasources.yml │ │ │ │ ├── node-template-secure.toml │ │ │ │ ├── node1.toml │ │ │ │ ├── node2.toml │ │ │ │ ├── node3.toml │ │ │ │ ├── node4.toml │ │ │ │ ├── prometheus-enhanced.yml │ │ │ │ ├── prometheus.yml │ │ │ │ ├── qudag-enhanced-node.rs │ │ │ │ ├── qudag-mcp-node-v2.rs │ │ │ │ ├── qudag-mcp-node-v3.rs │ │ │ │ ├── qudag-mcp-node.rs │ │ │ │ ├── qudag-node-http.rs │ │ │ │ └── qudag-node-stub.rs │ │ │ ├── demo-capabilities.sh │ │ │ ├── demo-mcp-capabilities.sh │ │ │ ├── deploy-fixed.sh │ │ │ ├── deployment-report-20250623-114606.txt │ │ │ ├── deployment-report-20250623-114720.txt │ │ │ ├── deployment-report-20250623-115827.txt │ │ │ ├── docker-compose-with-exchange.yml │ │ │ ├── docker-compose.enhanced.yml │ │ │ ├── docker-compose.yml │ │ │ ├── enhanced-configs │ │ │ │ └── node1-enhanced.toml │ │ │ ├── monitoring │ │ │ │ ├── alerts.yml │ │ │ │ ├── grafana │ │ │ │ │ ├── dashboards │ │ │ │ │ │ └── qudag-testnet-overview.json │ │ │ │ │ └── provisioning │ │ │ │ │ │ ├── dashboards │ │ │ │ │ │ └── dashboards.yml │ │ │ │ │ │ └── datasources │ │ │ │ │ │ └── prometheus.yml │ │ │ │ └── prometheus.yml │ │ │ ├── nginx-mcp-proxy.conf │ │ │ ├── nodes │ │ │ │ ├── backup │ │ │ │ │ ├── fly.node1.toml.20250623-032657 │ │ │ │ │ ├── fly.node2.toml.20250623-032657 │ │ │ │ │ ├── fly.node3.toml.20250623-032657 │ │ │ │ │ └── fly.node4.toml.20250623-032657 │ │ │ │ ├── fly.node1.toml │ │ │ │ ├── fly.node2.toml │ │ │ │ ├── fly.node3.toml │ │ │ │ └── fly.node4.toml │ │ │ ├── scripts │ │ │ │ ├── backup-nodes.sh │ │ │ │ ├── cleanup.sh │ │ │ │ ├── deploy-enhanced.sh │ │ │ │ ├── deployment.sh │ │ │ │ ├── monitor-nodes.sh │ │ │ │ ├── monitor.sh │ │ │ │ ├── restore-node.sh │ │ │ │ ├── setup-secrets.sh │ │ │ │ ├── setup-tls.sh │ │ │ │ ├── setup.sh │ │ │ │ ├── test-health-checks.sh │ │ │ │ └── update-bootstrap-peers.sh │ │ │ ├── startup.sh │ │ │ ├── test-capabilities.sh │ │ │ ├── test-local.sh │ │ │ ├── test-mcp-endpoints.sh │ │ │ ├── update-all-nodes-to-v2.sh │ │ │ ├── update-fly-configs.sh │ │ │ ├── validate-all.sh │ │ │ └── verify-deployment.sh │ │ ├── qudag-wasm │ │ │ ├── .github │ │ │ │ └── workflows │ │ │ │ │ └── continuous-testing.yml │ │ │ ├── Cargo.toml │ │ │ ├── README.md │ │ │ ├── TDD-TEST-PLAN-SUMMARY.md │ │ │ ├── TESTING_COMPLETION_SUMMARY.md │ │ │ ├── WASM_CRYPTO_TEST_REPORT.md │ │ │ ├── build-crypto-only.sh │ │ │ ├── build-wasm-test.sh │ │ │ ├── build.sh │ │ │ ├── build_output.txt │ │ │ ├── examples │ │ │ │ ├── index.html │ │ │ │ └── unified_crypto_example.rs │ │ │ ├── feature-implementation-matrix.md │ │ │ ├── final-test.mjs │ │ │ ├── implementation-recommendations.md │ │ │ ├── package.json │ │ │ ├── plans │ │ │ │ ├── api-translation-strategy.md │ │ │ │ ├── browser-integration-strategy.md │ │ │ │ ├── build-distribution-pipeline.md │ │ │ │ ├── communications-protocols-analysis.md │ │ │ │ ├── cross-platform-support-matrix.md │ │ │ │ ├── data-structures-wasm-mapping.md │ │ │ │ ├── data-synchronization-strategy.md │ │ │ │ ├── network-architecture-design.md │ │ │ │ ├── performance-analysis.md │ │ │ │ ├── qudag-core-analysis.md │ │ │ │ ├── security-threat-model.md │ │ │ │ ├── server-deployment-guide.md │ │ │ │ ├── vault-system-architecture.md │ │ │ │ ├── wasm-architecture-overview.md │ │ │ │ └── wasm-cryptography-analysis.md │ │ │ ├── requirements-analysis.md │ │ │ ├── requirements-analyst-summary.md │ │ │ ├── run_all_tests.sh │ │ │ ├── simple-test.mjs │ │ │ ├── src │ │ │ │ ├── address.rs │ │ │ │ ├── address_stubs.rs │ │ │ │ ├── crypto.rs │ │ │ │ ├── crypto_abstraction.rs │ │ │ │ ├── crypto_traits.rs │ │ │ │ ├── crypto_unified.rs │ │ │ │ ├── dag.rs │ │ │ │ ├── dag_stubs.rs │ │ │ │ ├── error.rs │ │ │ │ ├── lib.rs │ │ │ │ ├── network.rs │ │ │ │ ├── network_stubs.rs │ │ │ │ ├── utils.rs │ │ │ │ ├── vault.rs │ │ │ │ └── wasm_crypto │ │ │ │ │ ├── ml_dsa.rs │ │ │ │ │ ├── ml_kem.rs │ │ │ │ │ ├── mod.rs │ │ │ │ │ ├── pure_rust.rs │ │ │ │ │ ├── utils.rs │ │ │ │ │ └── web_crypto.rs │ │ │ ├── test-architecture.md │ │ │ ├── test-nodejs.mjs │ │ │ ├── test-setup.ts │ │ │ ├── test-success-criteria.md │ │ │ ├── test-wasm-crypto.html │ │ │ ├── tests │ │ │ │ ├── browser_test.html │ │ │ │ ├── crypto_abstraction_tests.rs │ │ │ │ ├── e2e │ │ │ │ │ └── workflows │ │ │ │ │ │ └── complete-workflow.test.ts │ │ │ │ ├── integration │ │ │ │ │ └── cli │ │ │ │ │ │ └── npx-cli-integration.test.ts │ │ │ │ ├── unit │ │ │ │ │ ├── consensus │ │ │ │ │ │ └── consensus-operations.test.ts │ │ │ │ │ ├── core │ │ │ │ │ │ ├── error-handling.test.ts │ │ │ │ │ │ ├── memory-management.test.ts │ │ │ │ │ │ └── wasm-initialization.test.ts │ │ │ │ │ ├── crypto │ │ │ │ │ │ └── quantum-crypto.test.ts │ │ │ │ │ └── dag │ │ │ │ │ │ └── vertex-operations.test.ts │ │ │ │ ├── wasm_crypto_tests.rs │ │ │ │ └── web.rs │ │ │ ├── tsconfig.json │ │ │ ├── tsconfig.node.json │ │ │ ├── vitest.config.ts │ │ │ ├── vitest.workspace.ts │ │ │ ├── wasm-migration │ │ │ │ ├── ANALYSIS_REPORT.md │ │ │ │ ├── crypto-alternatives.md │ │ │ │ └── sample-implementation.rs │ │ │ └── working-features-test.mjs │ │ ├── qudag.sh │ │ ├── qudag │ │ │ ├── Cargo.toml │ │ │ ├── README.md │ │ │ └── src │ │ │ │ └── lib.rs │ │ ├── release.sh │ │ ├── reports │ │ │ ├── analysis │ │ │ │ ├── coverage_analysis.json │ │ │ │ ├── coverage_analysis.py │ │ │ │ ├── detailed_coverage_analysis.py │ │ │ │ ├── detailed_coverage_data.json │ │ │ │ ├── ml_dsa_test_analysis.py │ │ │ │ ├── network_test_analysis.md │ │ │ │ ├── network_test_final_report.md │ │ │ │ ├── performance_optimization_analysis.md │ │ │ │ └── performance_report.md │ │ │ ├── benchmarks │ │ │ │ ├── crypto_bench_output.txt │ │ │ │ ├── crypto_bench_runner.rs │ │ │ │ ├── run_dag_benchmark.rs │ │ │ │ └── validate_benchmarks.rs │ │ │ ├── swarm-auto-centralized-1750304762724.json │ │ │ ├── swarm-auto-centralized-1750308292355.json │ │ │ └── test-reports │ │ │ │ ├── BENCHMARK_ANALYSIS_REPORT.md │ │ │ │ ├── BUILD_VALIDATION_REPORT.md │ │ │ │ ├── CLI_ERROR_HANDLING_REPORT.md │ │ │ │ ├── CLI_PERFORMANCE_ANALYSIS.md │ │ │ │ ├── CLI_TEST_REPORT.md │ │ │ │ ├── COMPATIBILITY_REPORT.md │ │ │ │ ├── COMPREHENSIVE_COVERAGE_REPORT.md │ │ │ │ ├── CONCURRENT_TESTS_SUMMARY.md │ │ │ │ ├── COVERAGE_ANALYSIS_REPORT.md │ │ │ │ ├── DARK_ADDRESSING_TESTS.md │ │ │ │ ├── DETAILED_COVERAGE_ANALYSIS.md │ │ │ │ ├── ERROR_HANDLING_TEST_REPORT.md │ │ │ │ ├── EXAMPLES_TEST_REPORT.md │ │ │ │ ├── HQC_TEST_ANALYSIS_REPORT.md │ │ │ │ ├── MEMORY_SAFETY_REPORT.md │ │ │ │ ├── MEMORY_SAFETY_VERIFICATION_REPORT.md │ │ │ │ ├── ML_DSA_TEST_REPORT.md │ │ │ │ ├── NETWORK_BENCHMARK_SUMMARY.md │ │ │ │ ├── NETWORK_SECURITY_AUDIT.md │ │ │ │ ├── SECURITY_AUDIT_REPORT.md │ │ │ │ └── SECURITY_RECOMMENDATIONS.md │ │ ├── research │ │ │ ├── README.md │ │ │ └── plans │ │ │ │ ├── 01-cli-architecture.md │ │ │ │ ├── 02-node-operations.md │ │ │ │ ├── 03-peer-management.md │ │ │ │ ├── 04-network-operations.md │ │ │ │ ├── 05-tdd-test-plan.md │ │ │ │ └── dark_addressing │ │ │ │ ├── architecture.md │ │ │ │ ├── dns_integration.md │ │ │ │ ├── implementation.md │ │ │ │ ├── research.md │ │ │ │ └── testing.md │ │ ├── scripts │ │ │ ├── README.md │ │ │ ├── basic_compatibility_test.sh │ │ │ ├── compatibility_test.sh │ │ │ ├── qudag.sh │ │ │ ├── qudag_backup.sh │ │ │ ├── test_matrix.py │ │ │ └── testnet │ │ │ │ ├── deploy-testnet.sh │ │ │ │ ├── load-test.sh │ │ │ │ └── monitor-testnet.sh │ │ ├── tests │ │ │ ├── integration │ │ │ │ ├── basic_workspace_integration.rs │ │ │ │ ├── crypto_network_comprehensive.rs │ │ │ │ ├── crypto_protocol_integration.rs │ │ │ │ ├── dag_consensus_integration.rs │ │ │ │ ├── dark_addressing │ │ │ │ │ ├── dark_domain_tests.rs │ │ │ │ │ ├── dns_integration_tests.rs │ │ │ │ │ ├── full_system_tests.rs │ │ │ │ │ ├── mod.rs │ │ │ │ │ ├── quantum_fingerprint_tests.rs │ │ │ │ │ └── shadow_address_tests.rs │ │ │ │ ├── main.rs │ │ │ │ ├── network_integration.rs │ │ │ │ ├── optimization_test.rs │ │ │ │ └── protocol_integration_tests.rs │ │ │ └── standalone │ │ │ │ ├── integration_test_report.md │ │ │ │ ├── simple_ml_dsa_test.rs │ │ │ │ ├── test_dilithium_variants.rs │ │ │ │ ├── test_ml_dsa_simple.rs │ │ │ │ ├── test_ml_kem_api.rs │ │ │ │ ├── test_mlkem.rs │ │ │ │ ├── test_optimizations.rs │ │ │ │ └── verify_implementation.md │ │ ├── tools │ │ │ ├── cli │ │ │ │ ├── CLI_TEST_REPORT.md │ │ │ │ ├── Cargo.toml │ │ │ │ ├── MOCKS_GUIDE.md │ │ │ │ ├── MOCK_IMPLEMENTATION_SUMMARY.md │ │ │ │ ├── PEER_MANAGEMENT.md │ │ │ │ ├── README.md │ │ │ │ ├── docs │ │ │ │ │ └── node-management.md │ │ │ │ ├── examples │ │ │ │ │ └── usage.md │ │ │ │ ├── src │ │ │ │ │ ├── async_optimizations.rs │ │ │ │ │ ├── commands.rs │ │ │ │ │ ├── config.rs │ │ │ │ │ ├── lib.rs │ │ │ │ │ ├── main.rs │ │ │ │ │ ├── main_test.rs │ │ │ │ │ ├── mcp │ │ │ │ │ │ ├── config.rs │ │ │ │ │ │ ├── mod.rs │ │ │ │ │ │ └── server.rs │ │ │ │ │ ├── mocks.rs │ │ │ │ │ ├── node_manager.rs │ │ │ │ │ ├── output.rs │ │ │ │ │ ├── peer_manager.rs │ │ │ │ │ ├── performance.rs │ │ │ │ │ ├── rpc.rs │ │ │ │ │ └── startup.rs │ │ │ │ ├── test_cli_binary │ │ │ │ └── tests │ │ │ │ │ ├── README.md │ │ │ │ │ ├── cli_command_tests.rs │ │ │ │ │ ├── integration │ │ │ │ │ ├── cli_integration_test.rs │ │ │ │ │ └── peer_integration_test.rs │ │ │ │ │ ├── mock_integration_tests.rs │ │ │ │ │ ├── network_operations_tests.rs │ │ │ │ │ ├── node_manager_tests.rs │ │ │ │ │ ├── node_status_tests.rs │ │ │ │ │ ├── peer_management_tests.rs │ │ │ │ │ ├── peer_manager_tests.rs │ │ │ │ │ ├── prop │ │ │ │ │ ├── cli_prop_test.rs │ │ │ │ │ └── peer_prop_test.rs │ │ │ │ │ ├── rpc_integration_tests.rs │ │ │ │ │ ├── security │ │ │ │ │ └── peer_security_test.rs │ │ │ │ │ └── unit │ │ │ │ │ ├── args_test.rs │ │ │ │ │ └── peer_address_test.rs │ │ │ ├── simulator │ │ │ │ ├── Cargo.toml │ │ │ │ ├── benches │ │ │ │ │ └── simulator_benchmarks.rs │ │ │ │ └── src │ │ │ │ │ ├── attacks.rs │ │ │ │ │ ├── conditions.rs │ │ │ │ │ ├── lib.rs │ │ │ │ │ ├── metrics.rs │ │ │ │ │ ├── network.rs │ │ │ │ │ ├── reports.rs │ │ │ │ │ ├── scenarios.rs │ │ │ │ │ ├── tests │ │ │ │ │ ├── integration_tests.rs │ │ │ │ │ ├── metrics_tests.rs │ │ │ │ │ ├── network_tests.rs │ │ │ │ │ ├── property_tests.rs │ │ │ │ │ └── scenarios_tests.rs │ │ │ │ │ └── visualization.rs │ │ │ └── swarm-test │ │ │ │ ├── Cargo.toml │ │ │ │ └── src │ │ │ │ ├── batch_tools.rs │ │ │ │ └── lib.rs │ │ ├── uninstall.sh │ │ └── vault-standalone │ │ │ ├── CHANGELOG.md │ │ │ ├── CONSOLIDATION_FEATURES.md │ │ │ ├── CONSOLIDATION_SUMMARY.md │ │ │ ├── Cargo.toml │ │ │ ├── DEPLOYMENT_CHECKLIST.md │ │ │ ├── DEPLOYMENT_ISSUES.md │ │ │ ├── DEPLOYMENT_RECOMMENDATION.md │ │ │ ├── README.md │ │ │ ├── TEST_REPORT.md │ │ │ ├── benches │ │ │ └── vault_benchmarks.rs │ │ │ ├── examples │ │ │ ├── basic_usage.rs │ │ │ └── password_generation.rs │ │ │ ├── plans │ │ │ ├── phase1-core-library.md │ │ │ ├── phase2-cli-integration.md │ │ │ ├── phase5-distributed-capabilities.md │ │ │ ├── vault-implementation-plan.md │ │ │ └── vault-implementation.md │ │ │ ├── src │ │ │ ├── crypto.rs │ │ │ ├── dag_storage.rs │ │ │ ├── error.rs │ │ │ ├── kdf.rs │ │ │ ├── lib.rs │ │ │ ├── secret.rs │ │ │ ├── utils.rs │ │ │ └── vault.rs │ │ │ └── tests │ │ │ ├── cli │ │ │ ├── command_tests.rs │ │ │ └── mod.rs │ │ │ ├── integration │ │ │ ├── mod.rs │ │ │ └── qudag_integration_tests.rs │ │ │ ├── integration_test.rs │ │ │ ├── mod.rs │ │ │ ├── security │ │ │ ├── encryption_tests.rs │ │ │ └── mod.rs │ │ │ └── unit │ │ │ ├── mod.rs │ │ │ └── vault_tests.rs │ │ ├── release.toml │ │ ├── src │ │ ├── main.rs │ │ └── security │ │ │ ├── Cargo.toml │ │ │ ├── README.md │ │ │ ├── aggregation.rs │ │ │ ├── challenges.rs │ │ │ ├── differential_privacy.rs │ │ │ ├── example.rs │ │ │ ├── integrity.rs │ │ │ ├── main.rs │ │ │ ├── mod.rs │ │ │ └── staking.rs │ │ ├── test_capabilities.sh │ │ └── tests │ │ └── test_simple.rs │ ├── neural-mesh │ ├── Cargo.toml │ └── src │ │ ├── agent.rs │ │ ├── cognition.rs │ │ ├── coordinator.rs │ │ ├── distributed.rs │ │ ├── error.rs │ │ ├── lib.rs │ │ └── mesh.rs │ ├── qudag-core │ ├── Cargo.toml │ └── src │ │ ├── consensus.rs │ │ ├── crypto.rs │ │ ├── dag.rs │ │ ├── error.rs │ │ ├── lib.rs │ │ ├── metrics.rs │ │ ├── networking.rs │ │ ├── peer.rs │ │ └── storage.rs │ ├── ruv-FANN │ ├── .cargo │ │ └── config.toml │ ├── .claude.json │ ├── .claude │ │ ├── commands │ │ │ ├── analysis │ │ │ │ ├── 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 │ │ │ ├── benchmark.md │ │ │ ├── coordination │ │ │ │ ├── README.md │ │ │ │ ├── agent-spawn.md │ │ │ │ ├── init.md │ │ │ │ ├── orchestrate.md │ │ │ │ ├── spawn.md │ │ │ │ ├── swarm-init.md │ │ │ │ └── task-orchestrate.md │ │ │ ├── github │ │ │ │ ├── README.md │ │ │ │ ├── claim.md │ │ │ │ ├── code-review.md │ │ │ │ ├── complete.md │ │ │ │ ├── conflicts.md │ │ │ │ ├── coordinate.md │ │ │ │ ├── github-swarm.md │ │ │ │ ├── issue-triage.md │ │ │ │ ├── my-tasks.md │ │ │ │ ├── pr-enhance.md │ │ │ │ ├── release.md │ │ │ │ ├── repo-analyze.md │ │ │ │ ├── setup.md │ │ │ │ ├── status.md │ │ │ │ ├── swarms.md │ │ │ │ ├── sync.md │ │ │ │ ├── tasks.md │ │ │ │ └── update.md │ │ │ ├── hooks │ │ │ │ ├── README.md │ │ │ │ ├── overview.md │ │ │ │ ├── post-edit.md │ │ │ │ ├── post-task.md │ │ │ │ ├── pre-edit.md │ │ │ │ ├── pre-task.md │ │ │ │ ├── session-end.md │ │ │ │ └── setup.md │ │ │ ├── init.md │ │ │ ├── memory │ │ │ │ ├── README.md │ │ │ │ ├── memory-persist.md │ │ │ │ ├── memory-search.md │ │ │ │ ├── memory-usage.md │ │ │ │ ├── neural.md │ │ │ │ └── usage.md │ │ │ ├── monitoring │ │ │ │ ├── README.md │ │ │ │ ├── agent-metrics.md │ │ │ │ ├── agents.md │ │ │ │ ├── real-time-view.md │ │ │ │ ├── status.md │ │ │ │ └── swarm-monitor.md │ │ │ ├── neural.md │ │ │ ├── optimization │ │ │ │ ├── README.md │ │ │ │ ├── auto-topology.md │ │ │ │ ├── cache-manage.md │ │ │ │ ├── parallel-execute.md │ │ │ │ ├── parallel-execution.md │ │ │ │ └── topology-optimize.md │ │ │ ├── orchestrate.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 │ │ │ ├── spawn.md │ │ │ ├── status.md │ │ │ ├── swarm │ │ │ │ ├── analysis.md │ │ │ │ ├── development.md │ │ │ │ ├── examples.md │ │ │ │ ├── maintenance.md │ │ │ │ ├── optimization.md │ │ │ │ ├── research.md │ │ │ │ └── testing.md │ │ │ ├── training │ │ │ │ ├── README.md │ │ │ │ ├── model-update.md │ │ │ │ ├── neural-patterns.md │ │ │ │ ├── neural-train.md │ │ │ │ ├── pattern-learn.md │ │ │ │ └── specialization.md │ │ │ └── workflows │ │ │ │ ├── README.md │ │ │ │ ├── development.md │ │ │ │ ├── research.md │ │ │ │ ├── workflow-create.md │ │ │ │ ├── workflow-execute.md │ │ │ │ └── workflow-export.md │ │ ├── config.json │ │ ├── helpers │ │ │ ├── github-setup.sh │ │ │ ├── quick-start.sh │ │ │ └── setup-mcp.sh │ │ ├── null-2-settings.json │ │ ├── null-settings.json │ │ └── settings.json │ ├── .github │ │ ├── ISSUE_TEMPLATE │ │ │ ├── bug_report.md │ │ │ ├── config.yml │ │ │ ├── feature_request.md │ │ │ └── task.md │ │ └── workflows │ │ │ ├── ci.yml │ │ │ ├── comprehensive-testing.yml │ │ │ ├── fix-js-linting.sh │ │ │ ├── fix-specific-linting.sh │ │ │ ├── npm-release.yml │ │ │ ├── swarm-coordination.yml │ │ │ └── wasm-build.yml │ ├── .gitignore │ ├── .gitmodules │ ├── .hive-mind │ │ ├── hive.db-shm │ │ └── hive.db-wal │ ├── .mcp.json │ ├── .roo │ │ ├── README.md │ │ ├── mcp.json │ │ └── workflows │ │ │ └── basic-tdd.json │ ├── .roomodes │ ├── .ruv-swarm │ │ └── benchmarks │ │ │ └── benchmark-1751999207018.json │ ├── .swarm │ │ ├── memory.db-shm │ │ └── memory.db-wal │ ├── CHANGELOG.md │ ├── CLAUDE.md │ ├── CONTRIBUTORS.md │ ├── Cargo.toml │ ├── LICENSE │ ├── README.md │ ├── archive │ │ ├── benches │ │ │ └── neural_network.rs │ │ ├── claude-code-flow │ │ │ ├── docs │ │ │ │ └── recovery-design.md │ │ │ └── plans │ │ │ │ └── SYSTEM_TEST_REPORT.md │ │ └── memory │ │ │ ├── agents │ │ │ └── README.md │ │ │ ├── claude-flow-data.json │ │ │ └── sessions │ │ │ └── README.md │ ├── claude-flow │ ├── claude-flow.bat │ ├── claude-flow.ps1 │ ├── cuda-wasm │ │ ├── .claude │ │ │ └── sessions │ │ │ │ ├── 2025-07-12T05-59-23.271Z-metrics.json │ │ │ │ └── 2025-07-12T05-59-23.271Z-summary.md │ │ ├── .eslintrc.js │ │ ├── .github │ │ │ └── workflows │ │ │ │ ├── ci.yml │ │ │ │ ├── comprehensive-testing.yml │ │ │ │ └── release.yml │ │ ├── .gitignore │ │ ├── .npmignore │ │ ├── .prettierrc │ │ ├── CHANGELOG.md │ │ ├── Cargo.toml │ │ ├── Dockerfile │ │ ├── LICENSE │ │ ├── README.md │ │ ├── TESTING.md │ │ ├── benches │ │ │ ├── kernel_benchmarks.rs │ │ │ ├── memory_benchmarks.rs │ │ │ ├── performance_benchmarks.rs │ │ │ ├── regression_benchmarks.rs │ │ │ ├── transpiler_benchmarks.rs │ │ │ └── wasm_vs_native_benchmarks.rs │ │ ├── bindings │ │ │ └── node │ │ │ │ ├── binding.gyp │ │ │ │ └── src │ │ │ │ └── cuda_rust_wasm.cc │ │ ├── build.rs │ │ ├── cli │ │ │ └── index.js │ │ ├── demo │ │ │ ├── demo.js │ │ │ └── index.html │ │ ├── docs │ │ │ ├── API.md │ │ │ ├── MIGRATION_GUIDE.md │ │ │ ├── internal │ │ │ │ ├── ARCHITECTURAL_DECISIONS.md │ │ │ │ ├── BUILD_SYSTEM.md │ │ │ │ ├── COMPREHENSIVE_TEST_REPORT.md │ │ │ │ ├── COMPREHENSIVE_TEST_SUITE.md │ │ │ │ ├── IMPLEMENTATION_STATUS.md │ │ │ │ ├── MODULE_FIXES_SUMMARY.md │ │ │ │ ├── NEURAL_INTEGRATION_README.md │ │ │ │ ├── OPTIMIZATION_SUMMARY.md │ │ │ │ ├── PERFORMANCE_OPTIMIZATION_REPORT.md │ │ │ │ ├── PUBLICATION_READY.md │ │ │ │ ├── PUBLISH_CUDA_WASM.md │ │ │ │ └── architecture.md │ │ │ ├── performance.md │ │ │ ├── troubleshooting.md │ │ │ └── tutorials │ │ │ │ ├── advanced-patterns.md │ │ │ │ └── getting-started.md │ │ ├── examples │ │ │ ├── projects │ │ │ │ └── basic-vector-ops │ │ │ │ │ ├── README.md │ │ │ │ │ ├── kernels │ │ │ │ │ └── vector_add.cu │ │ │ │ │ ├── package.json │ │ │ │ │ └── src │ │ │ │ │ └── index.js │ │ │ ├── transpiled │ │ │ │ ├── README.md │ │ │ │ ├── matrix_multiply.rs │ │ │ │ ├── reduction.rs │ │ │ │ ├── stencil.rs │ │ │ │ └── vector_add.rs │ │ │ └── vector_add.rs │ │ ├── jest.config.js │ │ ├── package-lock.json │ │ ├── package.json │ │ ├── scripts │ │ │ ├── build-wasm-optimized.sh │ │ │ ├── build-wasm-size-optimized.sh │ │ │ ├── build-wasm.sh │ │ │ ├── postinstall.js │ │ │ ├── publish.sh │ │ │ ├── run_comprehensive_tests.sh │ │ │ ├── test-integration.js │ │ │ ├── test.sh │ │ │ └── validate-package.js │ │ ├── src │ │ │ ├── backend │ │ │ │ ├── backend_trait.rs │ │ │ │ ├── mod.rs │ │ │ │ ├── native_gpu.rs │ │ │ │ ├── wasm_runtime.rs │ │ │ │ ├── webgpu.rs │ │ │ │ └── webgpu_optimized.rs │ │ │ ├── bin │ │ │ │ └── cuda2rust.rs │ │ │ ├── error.rs │ │ │ ├── kernel │ │ │ │ ├── grid.rs │ │ │ │ ├── mod.rs │ │ │ │ ├── shared_memory.rs │ │ │ │ ├── thread.rs │ │ │ │ └── warp.rs │ │ │ ├── lib.rs │ │ │ ├── memory │ │ │ │ ├── device_memory.rs │ │ │ │ ├── host_memory.rs │ │ │ │ ├── memory_pool.rs │ │ │ │ ├── mod.rs │ │ │ │ └── unified_memory.rs │ │ │ ├── neural_integration │ │ │ │ ├── benchmarks.rs │ │ │ │ ├── bridge.rs │ │ │ │ ├── cuda_kernels.rs │ │ │ │ ├── examples.rs │ │ │ │ ├── gpu_neural_ops.rs │ │ │ │ ├── memory_manager.rs │ │ │ │ ├── mod.rs │ │ │ │ ├── performance_monitor.rs │ │ │ │ ├── wasm_bindings.rs │ │ │ │ └── wasm_types.rs │ │ │ ├── parser │ │ │ │ ├── ast.rs │ │ │ │ ├── cuda_parser.rs │ │ │ │ ├── kernel_extractor.rs │ │ │ │ ├── lexer.rs │ │ │ │ ├── mod.rs │ │ │ │ └── ptx_parser.rs │ │ │ ├── prelude.rs │ │ │ ├── profiling │ │ │ │ ├── kernel_profiler.rs │ │ │ │ ├── memory_profiler.rs │ │ │ │ ├── mod.rs │ │ │ │ ├── performance_monitor.rs │ │ │ │ └── runtime_profiler.rs │ │ │ ├── runtime │ │ │ │ ├── device.rs │ │ │ │ ├── event.rs │ │ │ │ ├── grid.rs │ │ │ │ ├── kernel.rs │ │ │ │ ├── memory.rs │ │ │ │ ├── mod.rs │ │ │ │ └── stream.rs │ │ │ ├── transpiler │ │ │ │ ├── ast.rs │ │ │ │ ├── builtin_functions.rs │ │ │ │ ├── code_generator.rs │ │ │ │ ├── kernel_translator.rs │ │ │ │ ├── memory_mapper.rs │ │ │ │ ├── mod.rs │ │ │ │ ├── tests.rs │ │ │ │ ├── type_converter.rs │ │ │ │ └── wgsl.rs │ │ │ ├── utils │ │ │ │ └── mod.rs │ │ │ └── webgpu │ │ │ │ └── shaders │ │ │ │ └── matrix_vector_multiply.wgsl │ │ ├── tarpaulin.toml │ │ ├── tests │ │ │ ├── browser_tests.rs │ │ │ ├── common │ │ │ │ └── mod.rs │ │ │ ├── cross_platform_tests.rs │ │ │ ├── integration_tests.rs │ │ │ ├── memory_safety_tests.rs │ │ │ ├── memory_tests.rs │ │ │ ├── parser_tests.rs │ │ │ ├── property_tests.rs │ │ │ ├── runtime_tests.rs │ │ │ ├── setup.js │ │ │ └── transpiler_tests.rs │ │ └── tsconfig.json │ ├── daa-swarm │ │ └── plans │ │ │ ├── 00-executive-summary.md │ │ │ ├── 01-daa-analysis.md │ │ │ ├── 02-wasm-integration.md │ │ │ ├── 03-swarm-architecture.md │ │ │ ├── 04-claude-flow-integration.md │ │ │ ├── 05-performance-strategy.md │ │ │ └── 06-implementation-plan.md │ ├── deny.toml │ ├── docker │ │ ├── docker-npm-test │ │ │ ├── .dockerignore │ │ │ ├── Dockerfile │ │ │ ├── README.md │ │ │ ├── build-and-test.sh │ │ │ ├── docker-compose.yml │ │ │ ├── docker-test-report.md │ │ │ ├── github-issue-comment.md │ │ │ ├── test-summary.md │ │ │ └── validate-npm-install.js │ │ ├── docker-test-v1.0.7 │ │ │ ├── Dockerfile │ │ │ ├── Dockerfile.node20 │ │ │ └── docker-compose.yml │ │ ├── docker-test-v1.0.8 │ │ │ └── Dockerfile │ │ └── docker-wasm-test │ │ │ ├── Dockerfile │ │ │ ├── Dockerfile.node18 │ │ │ ├── Dockerfile.node22 │ │ │ ├── README.md │ │ │ ├── build-and-test.sh │ │ │ ├── docker-compose.yml │ │ │ ├── github-issue-41-final-comment.md │ │ │ ├── github-issue-41-test-report.md │ │ │ ├── results │ │ │ ├── docker-test-report.md │ │ │ └── summary.txt │ │ │ └── tests │ │ │ ├── test-wasm-fix.js │ │ │ └── validate-wasm-functionality.js │ ├── docs │ │ ├── MIGRATION.md │ │ ├── RUV_SWARM_PERFORMANCE_RESEARCH_REPORT.md │ │ ├── SIMD_CLAUDE_FLOW_IMPLEMENTATION.md │ │ ├── mcp-test-report.md │ │ ├── npm-publish-report-v1.0.8.md │ │ └── test-hooks.md │ ├── examples │ │ ├── basic_usage.rs │ │ ├── cuda_wasm_neural_integration.rs │ │ ├── final_performance_demo.rs │ │ ├── gpu_sweet_spot_benchmark.rs │ │ ├── gpu_training_test.rs │ │ ├── test_adam.rs │ │ ├── test_gpu_detection.rs │ │ ├── test_optimizers_simple.rs │ │ └── xor.rs │ ├── neuro-divergent │ │ ├── .github │ │ │ └── workflows │ │ │ │ └── ci.yml │ │ ├── CAPABILITY_VALIDATION.md │ │ ├── Cargo.toml │ │ ├── PUBLISHING_INSTRUCTIONS.md │ │ ├── README.md │ │ ├── benches │ │ │ ├── comparison_benchmarks.rs │ │ │ ├── data_processing_benchmarks.rs │ │ │ ├── inference_benchmarks.rs │ │ │ ├── model_benchmarks.rs │ │ │ └── training_benchmarks.rs │ │ ├── docs │ │ │ ├── ACCURACY_REPORT.md │ │ │ ├── PERFORMANCE.md │ │ │ ├── STRESS_TEST_REPORT.md │ │ │ ├── api │ │ │ │ ├── builders.md │ │ │ │ ├── configurations.md │ │ │ │ ├── core-traits.md │ │ │ │ ├── data-types.md │ │ │ │ ├── errors.md │ │ │ │ ├── evaluation.md │ │ │ │ ├── index.md │ │ │ │ ├── models │ │ │ │ │ ├── advanced.md │ │ │ │ │ ├── basic.md │ │ │ │ │ ├── index.md │ │ │ │ │ ├── recurrent.md │ │ │ │ │ ├── specialized.md │ │ │ │ │ └── transformer.md │ │ │ │ ├── neural-forecast.md │ │ │ │ └── training.md │ │ │ ├── migration │ │ │ │ ├── api-mapping.md │ │ │ │ ├── automation-tools.md │ │ │ │ ├── code-conversion.md │ │ │ │ ├── configuration-mapping.md │ │ │ │ ├── data-formats.md │ │ │ │ ├── deployment-guide.md │ │ │ │ ├── ecosystem-integration.md │ │ │ │ ├── index.md │ │ │ │ ├── installation-setup.md │ │ │ │ ├── model-equivalents.md │ │ │ │ ├── overview.md │ │ │ │ ├── performance-comparison.md │ │ │ │ └── troubleshooting.md │ │ │ └── user-guide │ │ │ │ ├── basic-concepts.md │ │ │ │ ├── best-practices.md │ │ │ │ ├── data-handling.md │ │ │ │ ├── faq.md │ │ │ │ ├── index.md │ │ │ │ ├── installation.md │ │ │ │ ├── models │ │ │ │ ├── basic-models.md │ │ │ │ └── index.md │ │ │ │ ├── prediction.md │ │ │ │ ├── quick-start.md │ │ │ │ └── training.md │ │ ├── examples │ │ │ ├── advanced_features.rs │ │ │ ├── complete_workflow.rs │ │ │ ├── ensemble_forecasting.rs │ │ │ └── migration │ │ │ │ └── python_to_rust_examples.rs │ │ ├── fix-common-issues.sh │ │ ├── neuro-divergent-core │ │ │ ├── Cargo.toml │ │ │ ├── README.md │ │ │ └── src │ │ │ │ ├── config.rs │ │ │ │ ├── data.rs │ │ │ │ ├── error.rs │ │ │ │ ├── integration.rs │ │ │ │ ├── lib.rs │ │ │ │ └── traits.rs │ │ ├── neuro-divergent-data │ │ │ ├── Cargo.toml │ │ │ ├── README.md │ │ │ └── src │ │ │ │ ├── features.rs │ │ │ │ ├── lib.rs │ │ │ │ ├── preprocessing.rs │ │ │ │ └── validation.rs │ │ ├── neuro-divergent-models │ │ │ ├── Cargo.toml │ │ │ ├── README.md │ │ │ └── src │ │ │ │ ├── activations.rs │ │ │ │ ├── advanced │ │ │ │ ├── blocks.rs │ │ │ │ ├── nbeats.rs │ │ │ │ ├── nbeatsx.rs │ │ │ │ └── nhits.rs │ │ │ │ ├── basic │ │ │ │ ├── dlinear.rs │ │ │ │ ├── mlp.rs │ │ │ │ ├── mlp_multivariate.rs │ │ │ │ ├── mod.rs │ │ │ │ └── nlinear.rs │ │ │ │ ├── config.rs │ │ │ │ ├── core.rs │ │ │ │ ├── data.rs │ │ │ │ ├── errors.rs │ │ │ │ ├── forecasting.rs │ │ │ │ ├── foundation.rs │ │ │ │ ├── layers.rs │ │ │ │ ├── lib.rs │ │ │ │ ├── recurrent │ │ │ │ ├── layers.rs │ │ │ │ ├── mod.rs │ │ │ │ └── rnn.rs │ │ │ │ ├── specialized │ │ │ │ ├── bitcn.rs │ │ │ │ ├── deepar.rs │ │ │ │ ├── deepnpts.rs │ │ │ │ ├── mod.rs │ │ │ │ └── tcn.rs │ │ │ │ ├── transformer │ │ │ │ ├── attention.rs │ │ │ │ ├── autoformer.rs │ │ │ │ ├── informer.rs │ │ │ │ ├── mod.rs │ │ │ │ └── tft.rs │ │ │ │ └── utils.rs │ │ ├── neuro-divergent-registry │ │ │ ├── Cargo.toml │ │ │ ├── README.md │ │ │ └── src │ │ │ │ ├── discovery.rs │ │ │ │ ├── factory.rs │ │ │ │ ├── lib.rs │ │ │ │ ├── plugin.rs │ │ │ │ └── registry.rs │ │ ├── neuro-divergent-training │ │ │ ├── Cargo.toml │ │ │ ├── README.md │ │ │ └── src │ │ │ │ ├── lib.rs │ │ │ │ ├── loss.rs │ │ │ │ ├── metrics.rs │ │ │ │ ├── optimizer.rs │ │ │ │ └── scheduler.rs │ │ ├── plans │ │ │ ├── 00-master-plan.md │ │ │ ├── 01-codebase-analysis.md │ │ │ ├── 02-api-reference.md │ │ │ ├── 03-rust-architecture.md │ │ │ ├── 04-api-design.md │ │ │ ├── 05-model-architectures.md │ │ │ ├── 06-model-implementation-plans.md │ │ │ ├── 07-implementation-guide.md │ │ │ ├── 08-user-migration-guide.md │ │ │ └── 09-development-roadmap.md │ │ ├── publish-crates.sh │ │ ├── publish.sh │ │ ├── scripts │ │ │ ├── generate_reference_data.py │ │ │ └── migration_helper.py │ │ ├── src │ │ │ ├── builders.rs │ │ │ ├── config.rs │ │ │ ├── errors.rs │ │ │ ├── lib.rs │ │ │ ├── neural_forecast.rs │ │ │ ├── results.rs │ │ │ └── utils.rs │ │ └── tests │ │ │ ├── README.md │ │ │ ├── accuracy │ │ │ ├── comparison_data │ │ │ │ └── README.md │ │ │ ├── gradient_tests.rs │ │ │ ├── loss_validation_tests.rs │ │ │ ├── metric_validation_tests.rs │ │ │ ├── model_validation_tests.rs │ │ │ └── numerical_stability_tests.rs │ │ │ ├── integration │ │ │ ├── api_compatibility_tests.rs │ │ │ ├── cross_validation_tests.rs │ │ │ ├── ensemble_tests.rs │ │ │ ├── mod.rs │ │ │ ├── persistence_tests.rs │ │ │ ├── preprocessing_tests.rs │ │ │ └── workflow_tests.rs │ │ │ ├── lib.rs │ │ │ ├── performance │ │ │ ├── memory_tests.rs │ │ │ └── scaling_tests.rs │ │ │ ├── run_stress_tests.sh │ │ │ ├── stress │ │ │ ├── README.md │ │ │ ├── concurrent_usage_tests.rs │ │ │ ├── edge_case_tests.rs │ │ │ ├── failure_recovery_tests.rs │ │ │ ├── fuzz_tests.rs │ │ │ ├── large_dataset_tests.rs │ │ │ ├── memory_stress_tests.rs │ │ │ ├── mod.rs │ │ │ └── resource_limit_tests.rs │ │ │ └── unit │ │ │ ├── core_tests.rs │ │ │ ├── data_tests.rs │ │ │ ├── models │ │ │ ├── advanced_tests.rs │ │ │ ├── basic_tests.rs │ │ │ ├── recurrent_tests.rs │ │ │ ├── specialized_tests.rs │ │ │ └── transformer_tests.rs │ │ │ ├── registry_tests.rs │ │ │ └── training_tests.rs │ ├── opencv-rust │ │ ├── Cargo.toml │ │ ├── PUBLISHING_GUIDE.md │ │ ├── README.md │ │ ├── examples │ │ │ ├── basic_image_processing.rs │ │ │ └── neural_network_integration.rs │ │ ├── opencv-core │ │ │ ├── Cargo.toml │ │ │ ├── README.md │ │ │ └── src │ │ │ │ ├── error.rs │ │ │ │ ├── lib.rs │ │ │ │ ├── mat.rs │ │ │ │ ├── memory.rs │ │ │ │ ├── point.rs │ │ │ │ ├── range.rs │ │ │ │ ├── rect.rs │ │ │ │ ├── scalar.rs │ │ │ │ ├── size.rs │ │ │ │ ├── traits.rs │ │ │ │ └── types.rs │ │ ├── opencv-sdk │ │ │ ├── Cargo.toml │ │ │ ├── README.md │ │ │ ├── build.rs │ │ │ └── src │ │ │ │ └── lib.rs │ │ ├── opencv-sys │ │ │ ├── Cargo.toml │ │ │ ├── build.rs │ │ │ └── src │ │ │ │ ├── lib.rs │ │ │ │ └── wrapper.h │ │ ├── opencv-wasm │ │ │ ├── Cargo.toml │ │ │ ├── README.md │ │ │ └── src │ │ │ │ └── lib.rs │ │ ├── publish-simple.sh │ │ ├── publish.sh │ │ └── tests │ │ │ └── integration_tests.rs │ ├── package-lock.json │ ├── package.json │ ├── ruv-swarm │ │ ├── .claude │ │ │ ├── commands │ │ │ │ ├── analysis │ │ │ │ │ ├── performance-bottlenecks.md │ │ │ │ │ └── token-efficiency.md │ │ │ │ ├── automation │ │ │ │ │ ├── self-healing.md │ │ │ │ │ ├── session-memory.md │ │ │ │ │ └── smart-agents.md │ │ │ │ ├── coordination │ │ │ │ │ ├── init.md │ │ │ │ │ ├── orchestrate.md │ │ │ │ │ └── spawn.md │ │ │ │ ├── hooks │ │ │ │ │ ├── overview.md │ │ │ │ │ └── setup.md │ │ │ │ ├── memory │ │ │ │ │ ├── neural.md │ │ │ │ │ └── usage.md │ │ │ │ ├── monitoring │ │ │ │ │ ├── agents.md │ │ │ │ │ └── status.md │ │ │ │ ├── optimization │ │ │ │ │ ├── auto-topology.md │ │ │ │ │ └── parallel-execution.md │ │ │ │ ├── training │ │ │ │ │ ├── neural-patterns.md │ │ │ │ │ └── specialization.md │ │ │ │ └── workflows │ │ │ │ │ ├── development.md │ │ │ │ │ └── research.md │ │ │ └── settings.json │ │ ├── .github │ │ │ └── workflows │ │ │ │ └── daa-integration.yml │ │ ├── Cargo.toml │ │ ├── LICENSE-APACHE │ │ ├── LICENSE-MIT │ │ ├── README.md │ │ ├── benches │ │ │ ├── agent_spawn_bench.rs │ │ │ ├── message_passing_bench.rs │ │ │ ├── orchestration_bench.rs │ │ │ └── wasm_bench.rs │ │ ├── benchmarking │ │ │ ├── Cargo.toml │ │ │ ├── README.md │ │ │ ├── examples │ │ │ │ ├── basic_benchmark.rs │ │ │ │ └── comprehensive_swe_bench_evaluation.rs │ │ │ ├── src │ │ │ │ ├── claude_executor.rs │ │ │ │ ├── comparator.rs │ │ │ │ ├── lib.rs │ │ │ │ ├── metrics.rs │ │ │ │ ├── realtime.rs │ │ │ │ ├── storage.rs │ │ │ │ ├── stream_parser.rs │ │ │ │ └── swe_bench_evaluator.rs │ │ │ ├── static │ │ │ │ └── monitor.html │ │ │ └── tests │ │ │ │ └── integration_test.rs │ │ ├── build-wasm-optimized.sh │ │ ├── claude-swarm.bat │ │ ├── claude-swarm.sh │ │ ├── crates │ │ │ ├── claude-parser │ │ │ │ ├── Cargo.toml │ │ │ │ ├── README.md │ │ │ │ ├── examples │ │ │ │ │ ├── benchmark_integration.rs │ │ │ │ │ ├── parse_claude_output.rs │ │ │ │ │ ├── real_time_monitor.rs │ │ │ │ │ └── ruv_swarm_integration.rs │ │ │ │ └── src │ │ │ │ │ └── lib.rs │ │ │ ├── ruv-swarm-agents │ │ │ │ ├── Cargo.toml │ │ │ │ ├── README.md │ │ │ │ └── src │ │ │ │ │ └── lib.rs │ │ │ ├── ruv-swarm-cli │ │ │ │ ├── Cargo.toml │ │ │ │ ├── README.md │ │ │ │ └── src │ │ │ │ │ ├── commands │ │ │ │ │ ├── init.rs │ │ │ │ │ ├── mod.rs │ │ │ │ │ ├── monitor.rs │ │ │ │ │ ├── orchestrate.rs │ │ │ │ │ ├── spawn.rs │ │ │ │ │ └── status.rs │ │ │ │ │ ├── config.rs │ │ │ │ │ ├── main.rs │ │ │ │ │ └── output.rs │ │ │ ├── ruv-swarm-core │ │ │ │ ├── Cargo.toml │ │ │ │ ├── README.md │ │ │ │ ├── benches │ │ │ │ │ └── swarm_benchmarks.rs │ │ │ │ ├── docs │ │ │ │ │ ├── README.md │ │ │ │ │ ├── api-reference.md │ │ │ │ │ ├── getting-started.md │ │ │ │ │ ├── ruv-swarm-core-overview.md │ │ │ │ │ ├── swarm-vs-async-swarm.md │ │ │ │ │ └── testing-guide.md │ │ │ │ └── src │ │ │ │ │ ├── agent.rs │ │ │ │ │ ├── async_swarm.rs │ │ │ │ │ ├── error.rs │ │ │ │ │ ├── lib.rs │ │ │ │ │ ├── swarm.rs │ │ │ │ │ ├── swarm_trait.rs │ │ │ │ │ ├── task.rs │ │ │ │ │ ├── tests │ │ │ │ │ ├── agent_message_tests.rs │ │ │ │ │ ├── agent_tests.rs │ │ │ │ │ ├── agent_trait_tests.rs │ │ │ │ │ ├── async_swarm_tests.rs │ │ │ │ │ ├── custom_payload_tests.rs │ │ │ │ │ ├── error_handling_tests.rs │ │ │ │ │ ├── mod.rs │ │ │ │ │ ├── swarm_integration_tests.rs │ │ │ │ │ ├── swarm_tests.rs │ │ │ │ │ ├── swarm_trait_tests.rs │ │ │ │ │ ├── task_tests.rs │ │ │ │ │ └── topology_tests.rs │ │ │ │ │ └── topology.rs │ │ │ ├── ruv-swarm-daa │ │ │ │ ├── .claude │ │ │ │ │ └── sessions │ │ │ │ │ │ ├── 2025-07-02T12-22-11.442Z-metrics.json │ │ │ │ │ │ └── 2025-07-02T12-22-11.442Z-summary.md │ │ │ │ ├── Cargo-wasm.toml │ │ │ │ ├── Cargo.toml │ │ │ │ ├── build-wasm-minimal.sh │ │ │ │ ├── build-wasm.sh │ │ │ │ ├── src-wasm │ │ │ │ │ └── lib.rs │ │ │ │ ├── src │ │ │ │ │ ├── adaptation.rs │ │ │ │ │ ├── agent.rs │ │ │ │ │ ├── bin │ │ │ │ │ │ └── daa-coordinator.rs │ │ │ │ │ ├── coordination.rs │ │ │ │ │ ├── coordination_protocols.rs │ │ │ │ │ ├── daa_gpu_agent_framework.rs │ │ │ │ │ ├── gpu.rs │ │ │ │ │ ├── gpu_learning_engine.rs │ │ │ │ │ ├── learning.rs │ │ │ │ │ ├── learning_integration.rs │ │ │ │ │ ├── lib.rs │ │ │ │ │ ├── memory.rs │ │ │ │ │ ├── neural.rs │ │ │ │ │ ├── patterns.rs │ │ │ │ │ ├── resources.rs │ │ │ │ │ ├── telemetry.rs │ │ │ │ │ ├── traits.rs │ │ │ │ │ ├── types.rs │ │ │ │ │ ├── wasm.rs │ │ │ │ │ └── wasm_simple.rs │ │ │ │ └── wasm-pack.toml │ │ │ ├── ruv-swarm-mcp │ │ │ │ ├── Cargo.toml │ │ │ │ ├── README.md │ │ │ │ ├── SCHEMA_ISSUES.md │ │ │ │ ├── examples │ │ │ │ │ ├── basic_usage.rs │ │ │ │ │ ├── client.js │ │ │ │ │ └── client.py │ │ │ │ ├── src │ │ │ │ │ ├── bin │ │ │ │ │ │ └── stdio.rs │ │ │ │ │ ├── error.rs │ │ │ │ │ ├── handlers.rs │ │ │ │ │ ├── lib.rs │ │ │ │ │ ├── limits.rs │ │ │ │ │ ├── main.rs │ │ │ │ │ ├── orchestrator.rs │ │ │ │ │ ├── service.rs │ │ │ │ │ ├── tests │ │ │ │ │ │ ├── integration_tests.rs │ │ │ │ │ │ ├── mod.rs │ │ │ │ │ │ └── security_tests.rs │ │ │ │ │ ├── tools.rs │ │ │ │ │ ├── types.rs │ │ │ │ │ └── validation.rs │ │ │ │ ├── test_mcp_client.py │ │ │ │ └── test_stdio.py │ │ │ ├── ruv-swarm-ml │ │ │ │ ├── Cargo.toml │ │ │ │ ├── README.md │ │ │ │ ├── STATISTICAL_ARCHITECTURE.md │ │ │ │ ├── src │ │ │ │ │ ├── agent_forecasting │ │ │ │ │ │ └── mod.rs │ │ │ │ │ ├── ensemble │ │ │ │ │ │ └── mod.rs │ │ │ │ │ ├── integration_example.rs │ │ │ │ │ ├── lib.rs │ │ │ │ │ ├── models │ │ │ │ │ │ ├── mod.rs │ │ │ │ │ │ ├── neural_bridge.rs │ │ │ │ │ │ └── neural_models.rs │ │ │ │ │ ├── time_series │ │ │ │ │ │ └── mod.rs │ │ │ │ │ └── wasm_bindings │ │ │ │ │ │ └── mod.rs │ │ │ │ └── tests │ │ │ │ │ ├── agent_forecasting_management_comprehensive.rs │ │ │ │ │ ├── ensemble_methods_comprehensive.rs │ │ │ │ │ ├── forecasting_tests.rs │ │ │ │ │ └── simple_integration.rs │ │ │ ├── ruv-swarm-persistence │ │ │ │ ├── Cargo.toml │ │ │ │ ├── README.md │ │ │ │ ├── docs │ │ │ │ │ ├── README.md │ │ │ │ │ ├── api-reference.md │ │ │ │ │ ├── getting-started.md │ │ │ │ │ ├── security-guide.md │ │ │ │ │ ├── storage-backends.md │ │ │ │ │ └── testing-guide.md │ │ │ │ ├── proptest-regressions │ │ │ │ │ └── tests │ │ │ │ │ │ └── property_tests.txt │ │ │ │ ├── sql │ │ │ │ │ └── schema.sql │ │ │ │ └── src │ │ │ │ │ ├── lib.rs │ │ │ │ │ ├── memory.rs │ │ │ │ │ ├── migrations.rs │ │ │ │ │ ├── models.rs │ │ │ │ │ ├── sqlite.rs │ │ │ │ │ ├── tests │ │ │ │ │ ├── concurrent_tests.rs │ │ │ │ │ ├── crud_tests.rs │ │ │ │ │ ├── mod.rs │ │ │ │ │ ├── property_tests.rs │ │ │ │ │ ├── query_tests.rs │ │ │ │ │ ├── security_tests.rs │ │ │ │ │ ├── storage_tests.rs │ │ │ │ │ ├── test_utils.rs │ │ │ │ │ └── transaction_tests.rs │ │ │ │ │ └── wasm.rs │ │ │ ├── ruv-swarm-transport │ │ │ │ ├── Cargo.toml │ │ │ │ ├── README.md │ │ │ │ ├── benches │ │ │ │ │ └── transport_benchmarks.rs │ │ │ │ ├── src │ │ │ │ │ ├── in_process.rs │ │ │ │ │ ├── lib.rs │ │ │ │ │ ├── protocol.rs │ │ │ │ │ ├── shared_memory.rs │ │ │ │ │ ├── tests │ │ │ │ │ │ ├── connection_tests.rs │ │ │ │ │ │ ├── message_tests.rs │ │ │ │ │ │ ├── mod.rs │ │ │ │ │ │ └── transport_tests.rs │ │ │ │ │ └── websocket.rs │ │ │ │ └── tests │ │ │ │ │ └── integration_test.rs │ │ │ ├── ruv-swarm-wasm-unified │ │ │ │ ├── Cargo.toml │ │ │ │ ├── README.md │ │ │ │ ├── example.html │ │ │ │ ├── examples │ │ │ │ │ └── web-integration.html │ │ │ │ ├── scripts │ │ │ │ │ ├── build-orchestrator.sh │ │ │ │ │ ├── build-wasm-unified.sh │ │ │ │ │ └── test-build.sh │ │ │ │ ├── src │ │ │ │ │ ├── core │ │ │ │ │ │ ├── agent.rs │ │ │ │ │ │ ├── mod.rs │ │ │ │ │ │ ├── swarm.rs │ │ │ │ │ │ ├── task.rs │ │ │ │ │ │ └── topology.rs │ │ │ │ │ ├── forecasting │ │ │ │ │ │ └── mod.rs │ │ │ │ │ ├── lib.rs │ │ │ │ │ ├── neural │ │ │ │ │ │ └── mod.rs │ │ │ │ │ ├── persistence │ │ │ │ │ │ └── mod.rs │ │ │ │ │ └── utils │ │ │ │ │ │ ├── bridge.rs │ │ │ │ │ │ ├── memory.rs │ │ │ │ │ │ ├── mod.rs │ │ │ │ │ │ └── simd.rs │ │ │ │ └── wasm-config │ │ │ │ │ ├── core.toml │ │ │ │ │ ├── forecasting.toml │ │ │ │ │ └── neural.toml │ │ │ ├── ruv-swarm-wasm │ │ │ │ ├── Cargo.toml │ │ │ │ ├── README.md │ │ │ │ ├── build.rs │ │ │ │ ├── examples │ │ │ │ │ ├── simd_demo.html │ │ │ │ │ └── simd_demo.js │ │ │ │ ├── src │ │ │ │ │ ├── activation.rs │ │ │ │ │ ├── agent.rs │ │ │ │ │ ├── agent_neural.rs │ │ │ │ │ ├── cascade.rs │ │ │ │ │ ├── cognitive_diversity_wasm.rs │ │ │ │ │ ├── cognitive_neural_architectures.rs │ │ │ │ │ ├── lib.rs │ │ │ │ │ ├── memory_pool.rs │ │ │ │ │ ├── neural.rs │ │ │ │ │ ├── neural_swarm_coordinator.rs │ │ │ │ │ ├── simd_ops.rs │ │ │ │ │ ├── simd_optimizer.rs │ │ │ │ │ ├── simd_tests.rs │ │ │ │ │ ├── swarm.rs │ │ │ │ │ ├── swarm_orchestration_wasm.rs │ │ │ │ │ ├── training.rs │ │ │ │ │ └── utils.rs │ │ │ │ └── verify_simd.sh │ │ │ └── swe-bench-adapter │ │ │ │ ├── Cargo.toml │ │ │ │ ├── README.md │ │ │ │ ├── benches │ │ │ │ └── swe_bench_benchmarks.rs │ │ │ │ ├── examples │ │ │ │ └── basic_evaluation.rs │ │ │ │ ├── src │ │ │ │ ├── benchmarking.rs │ │ │ │ ├── evaluation.rs │ │ │ │ ├── lib.rs │ │ │ │ ├── loader.rs │ │ │ │ ├── prompts.rs │ │ │ │ └── stream_parser.rs │ │ │ │ ├── swe-bench-instances │ │ │ │ └── instances.json │ │ │ │ ├── swe-bench-memory │ │ │ │ ├── test-memory │ │ │ │ └── tests │ │ │ │ └── integration_test.rs │ │ ├── docs │ │ │ ├── AGENT2_COMPLETION_REPORT.md │ │ │ ├── API_REFERENCE.md │ │ │ ├── BENCHMARKS.md │ │ │ ├── CHANGELOG.md │ │ │ ├── CLAUDE.md │ │ │ ├── DAA_MCP_TOOLS.md │ │ │ ├── DAA_SERVICE_DOCUMENTATION.md │ │ │ ├── FORECASTING_IMPLEMENTATION.md │ │ │ ├── MCP_RESOURCES.md │ │ │ ├── MCP_USAGE.md │ │ │ ├── NEURAL_INTEGRATION.md │ │ │ ├── PRODUCTION-READY.md │ │ │ ├── README.md │ │ │ ├── RELEASE.md │ │ │ ├── RELEASE_CHECKLIST.md │ │ │ ├── SWARM_COLLABORATION_GUIDE.md │ │ │ ├── archive │ │ │ │ ├── CRITICAL_ISSUES_SUMMARY.md │ │ │ │ ├── DAA_FIX_SUMMARY.md │ │ │ │ ├── DAA_INTEGRATION_COMPLETE.md │ │ │ │ ├── DAA_MCP_INTEGRATION_UPDATE.md │ │ │ │ ├── ERROR_HANDLING_IMPLEMENTATION_REPORT.md │ │ │ │ ├── INTEGRATION_COMPLETION_REPORT.md │ │ │ │ ├── PERFORMANCE_OPTIMIZATION_REPORT.md │ │ │ │ ├── QA_COMPREHENSIVE_VALIDATION_REPORT.md │ │ │ │ ├── SECURITY_HARDENING_REPORT.md │ │ │ │ ├── TEST_INFRASTRUCTURE_REPORT.md │ │ │ │ ├── TEST_VALIDATION_REPORT.md │ │ │ │ ├── TEST_VALIDATION_REPORT_FINAL.md │ │ │ │ └── test-execution-report.md │ │ │ ├── guides │ │ │ │ ├── CLEANUP_SUMMARY.md │ │ │ │ └── CONTRIBUTING.md │ │ │ ├── implementation │ │ │ │ ├── AGENT4_IMPLEMENTATION_REPORT.md │ │ │ │ ├── AGENT_TASK_BINDING_FIX_SUMMARY.md │ │ │ │ ├── CLAUDE_HOOKS_IMPLEMENTATION_SUMMARY.md │ │ │ │ ├── COMPREHENSIVE_SYSTEM_ANALYSIS_REPORT.md │ │ │ │ ├── DEPLOYMENT_RECOMMENDATIONS.md │ │ │ │ ├── FINAL_WASM_CONFIRMATION.md │ │ │ │ ├── MCP_IMPLEMENTATION.md │ │ │ │ ├── MCP_TROUBLESHOOTING.md │ │ │ │ ├── NEURAL_AGENTS.md │ │ │ │ ├── NPM_INTEGRATION_SUMMARY.md │ │ │ │ ├── OPTIMIZATION_REPORT.md │ │ │ │ ├── SIMD_IMPLEMENTATION_REPORT.md │ │ │ │ └── WASM_IMPLEMENTATION_COMPLETE.md │ │ │ ├── progress-tracking-v1.0.11.md │ │ │ ├── reports │ │ │ │ ├── FINAL_PERFORMANCE_VALIDATION_REPORT.md │ │ │ │ └── LSTM_TRAINING_COMPLETE.md │ │ │ └── wasm-updates.md │ │ ├── examples │ │ │ ├── README.md │ │ │ ├── basic_swarm.rs │ │ │ ├── browser │ │ │ │ ├── forecasting.html │ │ │ │ └── index.html │ │ │ ├── cognitive_diversity.rs │ │ │ ├── daa-service-demo.js │ │ │ ├── fibonacci_demo.rs │ │ │ ├── forecasting_demo.rs │ │ │ ├── neural_swarm_integration.rs │ │ │ ├── neural_training.rs │ │ │ ├── wasm_swarm_demo.js │ │ │ └── web_demo │ │ │ │ ├── demo.js │ │ │ │ └── index.html │ │ ├── guide │ │ │ └── README.md │ │ ├── ml-training │ │ │ ├── Cargo.toml │ │ │ ├── README.md │ │ │ ├── benches │ │ │ │ └── training_pipeline.rs │ │ │ ├── examples │ │ │ │ ├── basic_training.rs │ │ │ │ ├── hyperparameter_search.rs │ │ │ │ ├── model_comparison.rs │ │ │ │ └── swarm_coordinator_training.rs │ │ │ ├── src │ │ │ │ ├── lib.rs │ │ │ │ └── mod.rs │ │ │ └── tests │ │ │ │ └── integration_tests.rs │ │ ├── models │ │ │ ├── README.md │ │ │ ├── claude-code-optimizer │ │ │ │ ├── README.md │ │ │ │ ├── __pycache__ │ │ │ │ │ └── optimization_engine.cpython-312.pyc │ │ │ │ ├── benchmark_evaluation.py │ │ │ │ ├── benchmark_results.json │ │ │ │ ├── claude_code_integration_demo.py │ │ │ │ ├── claude_optimizer.json │ │ │ │ ├── claude_weights.bin │ │ │ │ ├── efficiency_report.json │ │ │ │ ├── enhanced_benchmark_results.json │ │ │ │ ├── enhanced_training.py │ │ │ │ ├── model_config.toml │ │ │ │ ├── optimization_engine.py │ │ │ │ ├── swe_bench_optimization_results.json │ │ │ │ ├── swe_bench_optimizer.py │ │ │ │ ├── train.py │ │ │ │ ├── train_optimizer.py │ │ │ │ ├── training-data │ │ │ │ │ ├── claude_code_cli_examples.jsonl │ │ │ │ │ ├── swe_bench_examples.jsonl │ │ │ │ │ └── tool_usage_patterns.jsonl │ │ │ │ ├── training_results.json │ │ │ │ └── updated_swe_bench_optimization_results.json │ │ │ ├── hyperparameter_optimization_report.md │ │ │ ├── hyperparameter_optimizer.py │ │ │ ├── lstm-coding-optimizer │ │ │ │ ├── README.md │ │ │ │ ├── benchmark_results.json │ │ │ │ ├── lstm_weights.bin │ │ │ │ ├── model_config.toml │ │ │ │ ├── optimized_lstm_model.json │ │ │ │ ├── training_metrics.json │ │ │ │ └── training_report.md │ │ │ ├── nbeats-task-decomposer │ │ │ │ ├── README.md │ │ │ │ ├── TRAINING_COMPLETION_REPORT.md │ │ │ │ ├── benchmark_results.json │ │ │ │ ├── enhanced_strategies.py │ │ │ │ ├── model_config.toml │ │ │ │ ├── optimized_nbeats_model.json │ │ │ │ ├── src │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ └── nbeats_model.cpython-312.pyc │ │ │ │ │ ├── interpretability_report.json │ │ │ │ │ ├── nbeats_model.py │ │ │ │ │ ├── train_nbeats.py │ │ │ │ │ └── training_results.json │ │ │ │ ├── training-data │ │ │ │ │ ├── complex_projects_dataset.json │ │ │ │ │ ├── extended_training_dataset.json │ │ │ │ │ └── task_decomposition_dataset.json │ │ │ │ └── training_results.json │ │ │ ├── optimization_requirements.txt │ │ │ ├── optimization_summary.json │ │ │ ├── run_optimization.py │ │ │ ├── swarm-coordinator │ │ │ │ ├── README.md │ │ │ │ ├── benchmark_results.json │ │ │ │ ├── enhanced_training_report.json │ │ │ │ ├── ensemble_coordinator.json │ │ │ │ ├── model_config.toml │ │ │ │ ├── production_training_report.json │ │ │ │ ├── train_ensemble.py │ │ │ │ ├── train_ensemble_improved.py │ │ │ │ ├── train_final_ensemble.py │ │ │ │ └── training_report.json │ │ │ └── tcn-pattern-detector │ │ │ │ ├── README.md │ │ │ │ ├── benchmark_results.json │ │ │ │ ├── data │ │ │ │ └── training │ │ │ │ │ ├── cpp_patterns.json │ │ │ │ │ ├── java_patterns.json │ │ │ │ │ ├── javascript_patterns.json │ │ │ │ │ └── python_patterns.json │ │ │ │ ├── model_config.toml │ │ │ │ ├── optimized_tcn_inference.pt │ │ │ │ ├── optimized_tcn_model.json │ │ │ │ ├── performance_report.json │ │ │ │ └── src │ │ │ │ ├── __pycache__ │ │ │ │ └── train_tcn.cpython-312.pyc │ │ │ │ ├── optimize_inference.py │ │ │ │ ├── pattern_detector_trainer.py │ │ │ │ └── train_tcn.py │ │ ├── plans │ │ │ ├── claude-commands-ruv-swarm.md │ │ │ ├── claude-task-example.md │ │ │ ├── mcp-swarm-tools.md │ │ │ ├── ml-optimizer │ │ │ │ ├── 01-master-plan.md │ │ │ │ ├── 02-model-analysis.md │ │ │ │ ├── 03-benchmarking-system.md │ │ │ │ ├── 04-training-strategy.md │ │ │ │ ├── 05-implementation-roadmap.md │ │ │ │ └── README.md │ │ │ ├── neuro-divergent-integration.md │ │ │ ├── persistence-architecture.md │ │ │ ├── ruv-fann-swarm-analysis.md │ │ │ ├── ruv-swarm-architecture.md │ │ │ ├── ruv-swarm-summary.md │ │ │ ├── swarm-command-control.md │ │ │ ├── swarm-tdd-specifications.md │ │ │ ├── wasm-compilation-strategy.md │ │ │ └── wasm │ │ │ │ ├── 00-master-wasm-implementation-plan.md │ │ │ │ ├── 01-agent1-wasm-architecture.md │ │ │ │ ├── 02-agent2-neural-integration.md │ │ │ │ ├── 03-agent3-forecasting-models.md │ │ │ │ ├── 04-agent4-swarm-orchestration.md │ │ │ │ ├── 05-agent5-npx-integration.md │ │ │ │ ├── 06-build-pipeline-specification.md │ │ │ │ ├── 07-performance-optimization.md │ │ │ │ ├── 08-testing-strategy.md │ │ │ │ ├── agent-coordination-prompt.md │ │ │ │ └── neural-architecture-research.md │ │ ├── publish-all-crates.sh │ │ ├── ruv-swarm │ │ ├── ruv-swarm.bat │ │ ├── ruv-swarm.ps1 │ │ ├── scripts │ │ │ ├── build-forecasting-wasm.sh │ │ │ ├── build-neural-wasm.sh │ │ │ ├── lstm_training_simulator.py │ │ │ ├── optimize-wasm.sh │ │ │ ├── publish-npm.sh │ │ │ ├── publish-rust.sh │ │ │ ├── run-integration-tests.sh │ │ │ ├── swarm-helper.sh │ │ │ ├── train_lstm_coding_optimizer.py │ │ │ └── validate-wasm-integration.sh │ │ ├── test-simd-fix.mjs │ │ ├── test-wasm.js │ │ ├── test │ │ │ ├── claude-cli-orchestration-test.sh │ │ │ ├── claude-integration-test.sh │ │ │ ├── deep-analysis-plan.md │ │ │ ├── mcp-protocol-validation-report.json │ │ │ ├── mcp-protocol-validation.js │ │ │ ├── swarm-topology-validation.js │ │ │ ├── test-actual-wasm.js │ │ │ ├── validate-mcp-functionality.js │ │ │ ├── verify-complete-functionality.sh │ │ │ └── wasm-performance-benchmark.js │ │ ├── tests │ │ │ ├── INTEGRATION_TEST_SUMMARY.md │ │ │ ├── README.md │ │ │ ├── chaos_testing.rs │ │ │ ├── cognitive_diversity.rs │ │ │ ├── daa │ │ │ │ ├── PERFORMANCE_VALIDATION_SUMMARY.md │ │ │ │ ├── coordination_tests.rs │ │ │ │ ├── daa_framework_tests.rs │ │ │ │ ├── gpu_acceleration_tests.rs │ │ │ │ ├── mod.rs │ │ │ │ ├── regression_tests.rs │ │ │ │ └── system_performance_tests.rs │ │ │ ├── daa_tests.rs │ │ │ ├── failure_scenarios.rs │ │ │ ├── integration_test.rs │ │ │ ├── mod.rs │ │ │ ├── performance_benchmarks.rs │ │ │ ├── persistence_integration.rs │ │ │ ├── swarm_integration.rs │ │ │ ├── swarm_orchestration_test.rs │ │ │ └── topology_stress_test.rs │ │ └── vitest.config.js │ ├── src │ │ ├── activation.rs │ │ ├── cascade.rs │ │ ├── connection.rs │ │ ├── errors.rs │ │ ├── integration.rs │ │ ├── io │ │ │ ├── binary.rs │ │ │ ├── compression.rs │ │ │ ├── dot_export.rs │ │ │ ├── error.rs │ │ │ ├── fann_format.rs │ │ │ ├── json.rs │ │ │ ├── mod.rs │ │ │ ├── streaming.rs │ │ │ └── training_data.rs │ │ ├── layer.rs │ │ ├── lib.rs │ │ ├── memory_manager.rs │ │ ├── mock_types.rs │ │ ├── network.rs │ │ ├── network_gpu.rs │ │ ├── neuron.rs │ │ ├── simd │ │ │ └── mod.rs │ │ ├── tests │ │ │ ├── mod.rs │ │ │ └── network_tests.rs │ │ ├── training │ │ │ ├── adam.rs │ │ │ ├── backprop.rs │ │ │ ├── gpu_backprop.rs │ │ │ ├── gpu_batch_training.rs │ │ │ ├── gpu_optimized_training.rs │ │ │ ├── gpu_training.rs │ │ │ ├── mod.rs │ │ │ ├── quickprop.rs │ │ │ ├── rprop.rs │ │ │ └── test_all_algorithms.rs │ │ └── webgpu │ │ │ ├── autonomous_gpu_resource_manager.rs │ │ │ ├── backend.rs │ │ │ ├── buffer_pool.rs │ │ │ ├── compute_context.rs │ │ │ ├── device.rs │ │ │ ├── error.rs │ │ │ ├── fallback.rs │ │ │ ├── kernel_optimizer.rs │ │ │ ├── memory.rs │ │ │ ├── mod.rs │ │ │ ├── performance_monitor.rs │ │ │ ├── pipeline_cache.rs │ │ │ ├── pressure_monitor.rs │ │ │ ├── shaders.rs │ │ │ ├── shaders │ │ │ ├── activation_functions.wgsl │ │ │ ├── adam_optimizer.wgsl │ │ │ ├── advanced_operations.wgsl │ │ │ ├── batch_matrix_vector_multiply.wgsl │ │ │ ├── gradient_operations.wgsl │ │ │ ├── matrix_ops.wgsl │ │ │ └── matrix_vector_multiply.wgsl │ │ │ ├── tests.rs │ │ │ ├── wasm_gpu_bridge.rs │ │ │ └── webgpu_backend.rs │ ├── tests │ │ ├── NEURO_DIVERGENT_COMPLETION_REPORT.md │ │ ├── UNIT_TEST_COMPLETION_REPORT.md │ │ ├── gpu │ │ │ ├── autonomous_gpu_integration_test.rs │ │ │ ├── backend_selector_tests.rs │ │ │ ├── common.rs │ │ │ ├── compute_context_tests.rs │ │ │ ├── end_to_end_gpu_tests.rs │ │ │ ├── gpu_integration_test.rs │ │ │ ├── gpu_performance_benchmark.rs │ │ │ ├── gpu_performance_tests.rs │ │ │ ├── gpu_swarm_orchestration_tests.rs │ │ │ ├── memory_manager_tests.rs │ │ │ └── mod.rs │ │ ├── init-test │ │ │ ├── .claude │ │ │ │ ├── commands │ │ │ │ │ ├── analysis │ │ │ │ │ │ ├── performance-bottlenecks.md │ │ │ │ │ │ └── token-efficiency.md │ │ │ │ │ ├── automation │ │ │ │ │ │ ├── self-healing.md │ │ │ │ │ │ ├── session-memory.md │ │ │ │ │ │ └── smart-agents.md │ │ │ │ │ ├── coordination │ │ │ │ │ │ ├── init.md │ │ │ │ │ │ ├── orchestrate.md │ │ │ │ │ │ └── spawn.md │ │ │ │ │ ├── hooks │ │ │ │ │ │ ├── overview.md │ │ │ │ │ │ └── setup.md │ │ │ │ │ ├── memory │ │ │ │ │ │ ├── neural.md │ │ │ │ │ │ └── usage.md │ │ │ │ │ ├── monitoring │ │ │ │ │ │ ├── agents.md │ │ │ │ │ │ └── status.md │ │ │ │ │ ├── optimization │ │ │ │ │ │ ├── auto-topology.md │ │ │ │ │ │ └── parallel-execution.md │ │ │ │ │ ├── training │ │ │ │ │ │ ├── neural-patterns.md │ │ │ │ │ │ └── specialization.md │ │ │ │ │ └── workflows │ │ │ │ │ │ ├── development.md │ │ │ │ │ │ └── research.md │ │ │ │ ├── sessions │ │ │ │ │ ├── 2025-07-01T15-26-10.408Z-metrics.json │ │ │ │ │ └── 2025-07-01T15-26-10.408Z-summary.md │ │ │ │ └── settings.json │ │ │ ├── .swarm-id │ │ │ ├── ENHANCED_FEATURES.md │ │ │ ├── GIT_INTEGRATION_SUMMARY.md │ │ │ ├── claude-swarm.bat │ │ │ ├── claude-swarm.sh │ │ │ ├── claude.md │ │ │ ├── ruv-swarm │ │ │ ├── ruv-swarm.bat │ │ │ ├── ruv-swarm.ps1 │ │ │ ├── test-git-integration.js │ │ │ └── test-swarm │ │ │ │ ├── Dockerfile │ │ │ │ ├── README.md │ │ │ │ ├── RUV_SWARM_TEST_REPORT.md │ │ │ │ ├── config │ │ │ │ └── prometheus.yml │ │ │ │ ├── docker-compose.yml │ │ │ │ ├── docs │ │ │ │ ├── api-spec.md │ │ │ │ ├── architecture.md │ │ │ │ └── database-schema.md │ │ │ │ ├── jest.config.js │ │ │ │ ├── package.json │ │ │ │ ├── src │ │ │ │ ├── middleware │ │ │ │ │ ├── auth.js │ │ │ │ │ ├── errorHandler.js │ │ │ │ │ └── metrics.js │ │ │ │ ├── models │ │ │ │ │ ├── User.js │ │ │ │ │ └── database.js │ │ │ │ ├── routes │ │ │ │ │ ├── auth.js │ │ │ │ │ ├── health.js │ │ │ │ │ └── users.js │ │ │ │ ├── server.js │ │ │ │ └── utils │ │ │ │ │ └── logger.js │ │ │ │ ├── start.sh │ │ │ │ └── tests │ │ │ │ ├── integration │ │ │ │ ├── auth.integration.test.js │ │ │ │ └── health.integration.test.js │ │ │ │ ├── setup.js │ │ │ │ └── unit │ │ │ │ └── auth.test.js │ │ ├── integration-test │ │ │ ├── .claude │ │ │ │ ├── commands │ │ │ │ │ ├── analysis │ │ │ │ │ │ ├── performance-bottlenecks.md │ │ │ │ │ │ └── token-efficiency.md │ │ │ │ │ ├── automation │ │ │ │ │ │ ├── self-healing.md │ │ │ │ │ │ ├── session-memory.md │ │ │ │ │ │ └── smart-agents.md │ │ │ │ │ ├── coordination │ │ │ │ │ │ ├── init.md │ │ │ │ │ │ ├── orchestrate.md │ │ │ │ │ │ └── spawn.md │ │ │ │ │ ├── hooks │ │ │ │ │ │ ├── overview.md │ │ │ │ │ │ └── setup.md │ │ │ │ │ ├── memory │ │ │ │ │ │ ├── neural.md │ │ │ │ │ │ └── usage.md │ │ │ │ │ ├── monitoring │ │ │ │ │ │ ├── agents.md │ │ │ │ │ │ └── status.md │ │ │ │ │ ├── optimization │ │ │ │ │ │ ├── auto-topology.md │ │ │ │ │ │ └── parallel-execution.md │ │ │ │ │ ├── training │ │ │ │ │ │ ├── neural-patterns.md │ │ │ │ │ │ └── specialization.md │ │ │ │ │ └── workflows │ │ │ │ │ │ ├── development.md │ │ │ │ │ │ └── research.md │ │ │ │ └── settings.json │ │ │ ├── .ruv-swarm │ │ │ │ └── benchmarks │ │ │ │ │ └── benchmark-1751388929116.json │ │ │ ├── CLAUDE.md │ │ │ ├── claude-swarm.bat │ │ │ ├── claude-swarm.sh │ │ │ ├── ruv-swarm │ │ │ ├── ruv-swarm.bat │ │ │ ├── ruv-swarm.ps1 │ │ │ ├── validation-implementation-summary.md │ │ │ ├── validation-test.js │ │ │ └── validation-unit-test.js │ │ ├── test-claude-integration.js │ │ ├── test-init-fixed │ │ │ ├── .claude │ │ │ │ ├── commands │ │ │ │ │ ├── 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 │ │ │ │ │ └── swarm │ │ │ │ │ │ ├── analysis.md │ │ │ │ │ │ ├── development.md │ │ │ │ │ │ ├── examples.md │ │ │ │ │ │ ├── maintenance.md │ │ │ │ │ │ ├── optimization.md │ │ │ │ │ │ ├── research.md │ │ │ │ │ │ └── testing.md │ │ │ │ ├── config.json │ │ │ │ └── settings.json │ │ │ ├── .roomodes │ │ │ ├── CLAUDE.md │ │ │ └── claude-flow │ │ ├── test-init │ │ │ ├── .claude │ │ │ │ ├── commands │ │ │ │ │ ├── sparc │ │ │ │ │ │ ├── coder.md │ │ │ │ │ │ ├── orchestrator.md │ │ │ │ │ │ └── researcher.md │ │ │ │ │ └── swarm │ │ │ │ │ │ ├── analysis.md │ │ │ │ │ │ ├── development.md │ │ │ │ │ │ ├── examples.md │ │ │ │ │ │ ├── maintenance.md │ │ │ │ │ │ ├── optimization.md │ │ │ │ │ │ ├── research.md │ │ │ │ │ │ └── testing.md │ │ │ │ ├── config.json │ │ │ │ └── settings.json │ │ │ ├── .roomodes │ │ │ ├── CLAUDE.md │ │ │ └── claude-flow │ │ ├── test-install │ │ │ ├── .claude │ │ │ │ ├── commands │ │ │ │ │ ├── analysis │ │ │ │ │ │ ├── performance-bottlenecks.md │ │ │ │ │ │ └── token-efficiency.md │ │ │ │ │ ├── automation │ │ │ │ │ │ ├── self-healing.md │ │ │ │ │ │ ├── session-memory.md │ │ │ │ │ │ └── smart-agents.md │ │ │ │ │ ├── coordination │ │ │ │ │ │ ├── init.md │ │ │ │ │ │ ├── orchestrate.md │ │ │ │ │ │ └── spawn.md │ │ │ │ │ ├── hooks │ │ │ │ │ │ ├── overview.md │ │ │ │ │ │ └── setup.md │ │ │ │ │ ├── memory │ │ │ │ │ │ ├── neural.md │ │ │ │ │ │ └── usage.md │ │ │ │ │ ├── monitoring │ │ │ │ │ │ ├── agents.md │ │ │ │ │ │ └── status.md │ │ │ │ │ ├── optimization │ │ │ │ │ │ ├── auto-topology.md │ │ │ │ │ │ └── parallel-execution.md │ │ │ │ │ ├── training │ │ │ │ │ │ ├── neural-patterns.md │ │ │ │ │ │ └── specialization.md │ │ │ │ │ └── workflows │ │ │ │ │ │ ├── development.md │ │ │ │ │ │ └── research.md │ │ │ │ └── settings.json │ │ │ ├── .ruv-swarm │ │ │ │ ├── benchmarks │ │ │ │ │ ├── benchmark-1751388170565.json │ │ │ │ │ ├── benchmark-1751388432929.json │ │ │ │ │ ├── benchmark-1751388487555.json │ │ │ │ │ ├── benchmark-1751388487891.json │ │ │ │ │ ├── benchmark-1751388566953.json │ │ │ │ │ ├── benchmark-1751388670424.json │ │ │ │ │ └── benchmark-1751388763586.json │ │ │ │ └── neural │ │ │ │ │ ├── training-attention-1751388167724.json │ │ │ │ │ ├── training-attention-1751388429585.json │ │ │ │ │ ├── training-attention-1751388686650.json │ │ │ │ │ ├── training-attention-1751388771443.json │ │ │ │ │ ├── training-invalid_model-1751388463889.json │ │ │ │ │ └── training-lstm-1751388451194.json │ │ │ ├── CLAUDE.md │ │ │ ├── claude-swarm.bat │ │ │ ├── claude-swarm.sh │ │ │ ├── mcp-test-results.md │ │ │ ├── ruv-swarm │ │ │ ├── ruv-swarm.bat │ │ │ ├── ruv-swarm.ps1 │ │ │ └── test-weights.json │ │ ├── test-npm-install │ │ │ ├── .claude │ │ │ │ ├── commands │ │ │ │ │ ├── analysis │ │ │ │ │ │ ├── performance-bottlenecks.md │ │ │ │ │ │ └── token-efficiency.md │ │ │ │ │ ├── automation │ │ │ │ │ │ ├── self-healing.md │ │ │ │ │ │ ├── session-memory.md │ │ │ │ │ │ └── smart-agents.md │ │ │ │ │ ├── coordination │ │ │ │ │ │ ├── init.md │ │ │ │ │ │ ├── orchestrate.md │ │ │ │ │ │ └── spawn.md │ │ │ │ │ ├── hooks │ │ │ │ │ │ ├── overview.md │ │ │ │ │ │ └── setup.md │ │ │ │ │ ├── memory │ │ │ │ │ │ ├── neural.md │ │ │ │ │ │ └── usage.md │ │ │ │ │ ├── monitoring │ │ │ │ │ │ ├── agents.md │ │ │ │ │ │ └── status.md │ │ │ │ │ ├── optimization │ │ │ │ │ │ ├── auto-topology.md │ │ │ │ │ │ └── parallel-execution.md │ │ │ │ │ ├── training │ │ │ │ │ │ ├── neural-patterns.md │ │ │ │ │ │ └── specialization.md │ │ │ │ │ └── workflows │ │ │ │ │ │ ├── development.md │ │ │ │ │ │ └── research.md │ │ │ │ └── settings.json │ │ │ ├── CLAUDE.md │ │ │ ├── claude-swarm.bat │ │ │ ├── claude-swarm.sh │ │ │ ├── ruv-swarm │ │ │ ├── ruv-swarm.bat │ │ │ └── ruv-swarm.ps1 │ │ ├── test-npx-validation │ │ │ └── .claude │ │ │ │ └── sessions │ │ │ │ ├── 2025-07-02T23-02-20.478Z-metrics.json │ │ │ │ └── 2025-07-02T23-02-20.478Z-summary.md │ │ ├── test-results │ │ │ ├── final-status.txt │ │ │ ├── npm-installation-test.md │ │ │ ├── npm-test-summary.md │ │ │ └── npx-validation │ │ │ │ └── validation-report.md │ │ ├── test-simd-detailed.mjs │ │ ├── test-simd-detection.mjs │ │ ├── test-simd-fix.mjs │ │ └── test-wasm-loading │ │ │ ├── debug-wasm.js │ │ │ ├── package.json │ │ │ ├── test-bindings-loader.js │ │ │ ├── test-direct-wasm.js │ │ │ ├── test-proper-loading.js │ │ │ ├── test-wasm.js │ │ │ ├── trace-wasm-issue.js │ │ │ └── wasm-loading-analysis.md │ ├── vector_add.cu │ └── vector_add.wasm │ ├── ruv-fann-wasm │ ├── Cargo.toml │ └── src │ │ └── lib.rs │ ├── synaptic-mesh-cli │ ├── Cargo.toml │ ├── benches │ │ ├── neural_training.rs │ │ └── p2p_throughput.rs │ ├── src │ │ ├── main.rs │ │ ├── p2p_integration.rs │ │ └── wasm_bridge.rs │ └── tests │ │ ├── integration │ │ ├── end_to_end_workflows.rs │ │ ├── mod.rs │ │ ├── multi_node_scenarios.rs │ │ ├── performance_validation.rs │ │ └── stress_testing.rs │ │ ├── mod.rs │ │ ├── test_runner.rs │ │ └── unit │ │ ├── cli_commands.rs │ │ ├── config_validation.rs │ │ ├── mod.rs │ │ ├── neural_validation.rs │ │ ├── p2p_validation.rs │ │ └── swarm_validation.rs │ └── synaptic-mesh-p2p │ ├── Cargo.toml │ └── src │ ├── crypto.rs │ ├── lib.rs │ └── network.rs ├── standalone-crates ├── kimi-fann-core │ ├── Cargo.toml │ ├── README.md │ ├── benches │ │ └── expert_benchmarks.rs │ ├── examples │ │ └── basic_usage.rs │ └── src │ │ ├── compression.rs │ │ ├── context.rs │ │ ├── error.rs │ │ ├── execution.rs │ │ ├── expert.rs │ │ ├── lib.rs │ │ ├── memory.rs │ │ └── router.rs ├── synaptic-daa-swarm │ ├── Cargo.toml │ ├── README.md │ └── src │ │ └── lib.rs ├── synaptic-mesh-cli │ ├── .synaptic │ │ ├── agents │ │ │ ├── researcher_1.json │ │ │ ├── sensor_1.json │ │ │ ├── worker_1.json │ │ │ ├── worker_10.json │ │ │ ├── worker_100.json │ │ │ ├── worker_11.json │ │ │ ├── worker_12.json │ │ │ ├── worker_13.json │ │ │ ├── worker_14.json │ │ │ ├── worker_15.json │ │ │ ├── worker_16.json │ │ │ ├── worker_17.json │ │ │ ├── worker_18.json │ │ │ ├── worker_19.json │ │ │ ├── worker_2.json │ │ │ ├── worker_20.json │ │ │ ├── worker_21.json │ │ │ ├── worker_22.json │ │ │ ├── worker_23.json │ │ │ ├── worker_24.json │ │ │ ├── worker_25.json │ │ │ ├── worker_26.json │ │ │ ├── worker_27.json │ │ │ ├── worker_28.json │ │ │ ├── worker_29.json │ │ │ ├── worker_3.json │ │ │ ├── worker_30.json │ │ │ ├── worker_31.json │ │ │ ├── worker_32.json │ │ │ ├── worker_33.json │ │ │ ├── worker_34.json │ │ │ ├── worker_35.json │ │ │ ├── worker_36.json │ │ │ ├── worker_37.json │ │ │ ├── worker_38.json │ │ │ ├── worker_39.json │ │ │ ├── worker_4.json │ │ │ ├── worker_40.json │ │ │ ├── worker_41.json │ │ │ ├── worker_42.json │ │ │ ├── worker_43.json │ │ │ ├── worker_44.json │ │ │ ├── worker_45.json │ │ │ ├── worker_46.json │ │ │ ├── worker_47.json │ │ │ ├── worker_48.json │ │ │ ├── worker_49.json │ │ │ ├── worker_5.json │ │ │ ├── worker_50.json │ │ │ ├── worker_51.json │ │ │ ├── worker_52.json │ │ │ ├── worker_53.json │ │ │ ├── worker_54.json │ │ │ ├── worker_55.json │ │ │ ├── worker_56.json │ │ │ ├── worker_57.json │ │ │ ├── worker_58.json │ │ │ ├── worker_59.json │ │ │ ├── worker_6.json │ │ │ ├── worker_60.json │ │ │ ├── worker_61.json │ │ │ ├── worker_62.json │ │ │ ├── worker_63.json │ │ │ ├── worker_64.json │ │ │ ├── worker_65.json │ │ │ ├── worker_66.json │ │ │ ├── worker_67.json │ │ │ ├── worker_68.json │ │ │ ├── worker_69.json │ │ │ ├── worker_7.json │ │ │ ├── worker_70.json │ │ │ ├── worker_71.json │ │ │ ├── worker_72.json │ │ │ ├── worker_73.json │ │ │ ├── worker_74.json │ │ │ ├── worker_75.json │ │ │ ├── worker_76.json │ │ │ ├── worker_77.json │ │ │ ├── worker_78.json │ │ │ ├── worker_79.json │ │ │ ├── worker_8.json │ │ │ ├── worker_80.json │ │ │ ├── worker_81.json │ │ │ ├── worker_82.json │ │ │ ├── worker_83.json │ │ │ ├── worker_84.json │ │ │ ├── worker_85.json │ │ │ ├── worker_86.json │ │ │ ├── worker_87.json │ │ │ ├── worker_88.json │ │ │ ├── worker_89.json │ │ │ ├── worker_9.json │ │ │ ├── worker_90.json │ │ │ ├── worker_91.json │ │ │ ├── worker_92.json │ │ │ ├── worker_93.json │ │ │ ├── worker_94.json │ │ │ ├── worker_95.json │ │ │ ├── worker_96.json │ │ │ ├── worker_97.json │ │ │ ├── worker_98.json │ │ │ └── worker_99.json │ │ └── config.json │ ├── Cargo.toml │ ├── README.md │ ├── crates │ │ ├── claude_market │ │ │ ├── Cargo.toml │ │ │ ├── ESCROW_DOCUMENTATION.md │ │ │ ├── ISSUE_8_UPDATE.md │ │ │ ├── MARKET_DESIGN_RATIONALE.md │ │ │ ├── README.md │ │ │ ├── WALLET_ARCHITECTURE.md │ │ │ ├── WALLET_IMPLEMENTATION.md │ │ │ ├── examples │ │ │ │ ├── economic_simulation.rs │ │ │ │ ├── market_integration_demo.rs │ │ │ │ ├── market_simulation.rs │ │ │ │ └── wallet_demo.rs │ │ │ ├── src │ │ │ │ ├── error.rs │ │ │ │ ├── escrow.rs │ │ │ │ ├── ledger.rs │ │ │ │ ├── lib.rs │ │ │ │ ├── market.rs │ │ │ │ ├── p2p.rs │ │ │ │ ├── pricing.rs │ │ │ │ ├── reputation.rs │ │ │ │ └── wallet.rs │ │ │ └── tests │ │ │ │ ├── escrow_integration_test.rs │ │ │ │ └── wallet_test.rs │ │ ├── kimi-expert-analyzer │ │ │ ├── Cargo-orig.toml │ │ │ ├── Cargo.toml │ │ │ ├── IMPLEMENTATION_REPORT.md │ │ │ ├── README.md │ │ │ └── src │ │ │ │ ├── analysis.rs │ │ │ │ ├── bin │ │ │ │ └── main.rs │ │ │ │ ├── config.rs │ │ │ │ ├── distillation.rs │ │ │ │ ├── expert.rs │ │ │ │ ├── lib.rs │ │ │ │ ├── metrics.rs │ │ │ │ ├── routing.rs │ │ │ │ └── validation.rs │ │ └── kimi-fann-core │ │ │ ├── CHANGELOG.md │ │ │ ├── CLI_USAGE.md │ │ │ ├── Cargo.toml │ │ │ ├── EXPECTED_TEST_OUTPUTS.md │ │ │ ├── GITHUB_ISSUE_UPDATE.md │ │ │ ├── ISSUE_36_SUMMARY.md │ │ │ ├── ISSUE_36_UPDATE_FINAL.md │ │ │ ├── NEURAL_INFERENCE_REPORT.md │ │ │ ├── OPTIMIZATION_REPORT.md │ │ │ ├── P2P_IMPLEMENTATION_SUMMARY.md │ │ │ ├── PERFORMANCE_OPTIMIZATION_REPORT.md │ │ │ ├── README.md │ │ │ ├── RELEASE_SUMMARY.md │ │ │ ├── RESPONSE_QUALITY_IMPROVEMENTS.md │ │ │ ├── TEST_IMPLEMENTATION_SUMMARY.md │ │ │ ├── TEST_SUITE_SUMMARY.md │ │ │ ├── WASM_COMPILATION_COMPLETE.md │ │ │ ├── benches │ │ │ ├── performance_benchmarks.rs │ │ │ └── simd_benchmarks.rs │ │ │ ├── demo_kimi_working.rs │ │ │ ├── examples │ │ │ ├── README.md │ │ │ ├── basic_neural_usage.rs │ │ │ ├── browser_wasm_demo.html │ │ │ ├── command_line_usage.rs │ │ │ ├── complete_workflow_demo.rs │ │ │ ├── debug_routing.rs │ │ │ ├── market_integration_example.rs │ │ │ ├── p2p_coordination_demo.rs │ │ │ ├── performance_benchmark.rs │ │ │ ├── prove_kimi_works.rs │ │ │ ├── test_all_features.rs │ │ │ ├── test_responses.rs │ │ │ └── test_routing.rs │ │ │ ├── js │ │ │ └── kimi-worker.js │ │ │ ├── kimi.sh │ │ │ ├── neural_inference_test.html │ │ │ ├── scripts │ │ │ ├── optimize_wasm.sh │ │ │ └── run_tests.sh │ │ │ ├── src │ │ │ ├── bin │ │ │ │ └── kimi.rs │ │ │ ├── enhanced_router.rs │ │ │ ├── gpu_acceleration.rs │ │ │ ├── lib.rs │ │ │ ├── memory_pool.rs │ │ │ ├── optimized_features.rs │ │ │ ├── performance_monitor.rs │ │ │ └── simd_operations.rs │ │ │ ├── test-wasm.html │ │ │ ├── test_all.sh │ │ │ ├── test_examples.sh │ │ │ ├── test_improvements.sh │ │ │ ├── test_routing.rs │ │ │ └── tests │ │ │ ├── basic_functionality.rs │ │ │ ├── integration_tests.rs │ │ │ └── simple_test.rs │ ├── optimization │ │ ├── Cargo.toml │ │ ├── kimi-ruv-fann-integration.md │ │ ├── src │ │ │ ├── error.rs │ │ │ └── lib.rs │ │ └── storage-engineer-completion-report.md │ └── src │ │ ├── bin │ │ └── main.rs │ │ └── lib.rs ├── synaptic-neural-mesh │ ├── Cargo.toml │ ├── README.md │ └── src │ │ └── lib.rs ├── synaptic-neural-wasm │ ├── Cargo.toml │ ├── README.md │ └── src │ │ └── lib.rs └── synaptic-qudag-core │ ├── Cargo.toml │ ├── README.md │ └── src │ └── lib.rs ├── temp-publish └── qudag-core │ ├── Cargo.toml │ └── src │ ├── consensus.rs │ ├── crypto.rs │ ├── dag.rs │ ├── error.rs │ ├── lib.rs │ ├── metrics.rs │ ├── networking.rs │ ├── peer.rs │ └── storage.rs ├── test-synaptic ├── .synaptic │ ├── config.json │ ├── data │ │ └── schema.sql │ ├── keys │ │ └── node.key │ ├── neural │ │ └── templates.json │ └── wasm │ │ ├── loader.config.json │ │ ├── neuro-divergent.wasm │ │ ├── ruv-fann.wasm │ │ ├── ruv_swarm_simd.wasm │ │ └── ruv_swarm_wasm_bg.wasm ├── docker-compose.yml └── start-mesh.sh ├── test-workspace └── package.json ├── tests ├── Dockerfile.test ├── README.md ├── dashboard.html ├── global-setup.js ├── global-teardown.js ├── integration │ ├── performance-integration-tests.js │ ├── synaptic-market │ │ ├── compliance_validation_test.rs │ │ ├── error_handling_scenarios.rs │ │ ├── full_workflow_test.rs │ │ ├── mod.rs │ │ ├── performance_benchmarks.rs │ │ └── security_audit_test.rs │ └── wasm-integration.test.js ├── jest.config.js ├── kimi-k2 │ ├── QA_TESTING_COMPLETION_REPORT.md │ ├── integration │ │ └── kimi_k2_rust_integration.rs │ ├── performance │ │ └── kimi-k2-benchmarks.test.js │ ├── unit │ │ └── kimi_k2_api_client.rs │ └── validation │ │ └── kimi-k2-validation-suite.js ├── performance │ └── benchmark-suite.js ├── qa │ ├── PHASE5_QA_COMPLETION_REPORT.md │ ├── QA_VALIDATION_REPORT.json │ ├── QA_VALIDATION_SUMMARY.md │ ├── comprehensive-integration-test-suite.js │ ├── comprehensive-qa-runner.js │ ├── multi-node-deployment-tests.js │ ├── performance-benchmarking-suite.js │ ├── qa-validation-runner.js │ └── security-vulnerability-assessment.js ├── reports │ ├── README.md │ ├── integration-test-report.json │ ├── integration-test-report.md │ ├── integration-test-suite.js │ ├── neural-mesh-validation-report.json │ ├── neural-mesh-validation.js │ ├── stress-test-report.json │ ├── stress-test-runner.js │ ├── stress-test-summary.md │ └── swarm-intelligence-test-report.md ├── run-all-tests.sh ├── run-swarm-tests.sh ├── run_comprehensive_tests.sh ├── setup.js ├── stress │ └── stress-test-suite.js ├── swarm-components-unit.test.js ├── swarm-intelligence-integration.test.js ├── swarm-performance-benchmark.test.js └── unit │ ├── js │ └── claude-flow.test.js │ ├── package.json │ └── rust │ ├── qudag_tests.rs │ └── ruv_fann_tests.rs └── wasm-testing-suite ├── README.md ├── benchmarks ├── memory │ └── memory-benchmark-suite.js └── performance │ └── inference-benchmark-suite.js ├── ci-cd └── automation-pipeline.yml ├── docs └── testing-guide.md ├── package.json ├── tests └── browser │ └── browser-compatibility-suite.test.js └── tools ├── cross-platform-tester.js └── report-generator.js /.claude/commands/analysis/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/.claude/commands/analysis/README.md -------------------------------------------------------------------------------- /.claude/commands/analysis/token-usage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/.claude/commands/analysis/token-usage.md -------------------------------------------------------------------------------- /.claude/commands/automation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/.claude/commands/automation/README.md -------------------------------------------------------------------------------- /.claude/commands/automation/auto-agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/.claude/commands/automation/auto-agent.md -------------------------------------------------------------------------------- /.claude/commands/coordination/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/.claude/commands/coordination/README.md -------------------------------------------------------------------------------- /.claude/commands/github/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/.claude/commands/github/README.md -------------------------------------------------------------------------------- /.claude/commands/github/code-review.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/.claude/commands/github/code-review.md -------------------------------------------------------------------------------- /.claude/commands/github/github-swarm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/.claude/commands/github/github-swarm.md -------------------------------------------------------------------------------- /.claude/commands/github/issue-triage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/.claude/commands/github/issue-triage.md -------------------------------------------------------------------------------- /.claude/commands/github/pr-enhance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/.claude/commands/github/pr-enhance.md -------------------------------------------------------------------------------- /.claude/commands/github/repo-analyze.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/.claude/commands/github/repo-analyze.md -------------------------------------------------------------------------------- /.claude/commands/hooks/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/.claude/commands/hooks/README.md -------------------------------------------------------------------------------- /.claude/commands/hooks/post-edit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/.claude/commands/hooks/post-edit.md -------------------------------------------------------------------------------- /.claude/commands/hooks/post-task.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/.claude/commands/hooks/post-task.md -------------------------------------------------------------------------------- /.claude/commands/hooks/pre-edit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/.claude/commands/hooks/pre-edit.md -------------------------------------------------------------------------------- /.claude/commands/hooks/pre-task.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/.claude/commands/hooks/pre-task.md -------------------------------------------------------------------------------- /.claude/commands/hooks/session-end.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/.claude/commands/hooks/session-end.md -------------------------------------------------------------------------------- /.claude/commands/memory/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/.claude/commands/memory/README.md -------------------------------------------------------------------------------- /.claude/commands/memory/memory-persist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/.claude/commands/memory/memory-persist.md -------------------------------------------------------------------------------- /.claude/commands/memory/memory-search.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/.claude/commands/memory/memory-search.md -------------------------------------------------------------------------------- /.claude/commands/memory/memory-usage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/.claude/commands/memory/memory-usage.md -------------------------------------------------------------------------------- /.claude/commands/monitoring/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/.claude/commands/monitoring/README.md -------------------------------------------------------------------------------- /.claude/commands/optimization/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/.claude/commands/optimization/README.md -------------------------------------------------------------------------------- /.claude/commands/training/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/.claude/commands/training/README.md -------------------------------------------------------------------------------- /.claude/commands/training/model-update.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/.claude/commands/training/model-update.md -------------------------------------------------------------------------------- /.claude/commands/training/neural-train.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/.claude/commands/training/neural-train.md -------------------------------------------------------------------------------- /.claude/commands/workflows/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/.claude/commands/workflows/README.md -------------------------------------------------------------------------------- /.claude/helpers/github-setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/.claude/helpers/github-setup.sh -------------------------------------------------------------------------------- /.claude/helpers/quick-start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/.claude/helpers/quick-start.sh -------------------------------------------------------------------------------- /.claude/helpers/setup-mcp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/.claude/helpers/setup-mcp.sh -------------------------------------------------------------------------------- /.claude/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/.claude/settings.json -------------------------------------------------------------------------------- /.claude/settings.local.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/.claude/settings.local.json -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/epic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/.github/ISSUE_TEMPLATE/epic.md -------------------------------------------------------------------------------- /.github/workflows/publish-production.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/.github/workflows/publish-production.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/.gitignore -------------------------------------------------------------------------------- /CLAUDE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/CLAUDE.md -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/Dockerfile -------------------------------------------------------------------------------- /Dockerfile.alpine: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/Dockerfile.alpine -------------------------------------------------------------------------------- /Dockerfile.dev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/Dockerfile.dev -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/README.md -------------------------------------------------------------------------------- /claude-flow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/claude-flow -------------------------------------------------------------------------------- /claude-flow.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/claude-flow.bat -------------------------------------------------------------------------------- /claude-flow.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/claude-flow.ps1 -------------------------------------------------------------------------------- /docker/claude-container/.dockerignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/docker/claude-container/.dockerignore -------------------------------------------------------------------------------- /docker/claude-container/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/docker/claude-container/Dockerfile -------------------------------------------------------------------------------- /docker/claude-container/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/docker/claude-container/README.md -------------------------------------------------------------------------------- /docker/claude-container/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/docker/claude-container/package.json -------------------------------------------------------------------------------- /docker/claude-container/run-container.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/docker/claude-container/run-container.sh -------------------------------------------------------------------------------- /docker/claude-market/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/docker/claude-market/Dockerfile -------------------------------------------------------------------------------- /docker/claude-market/entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/docker/claude-market/entrypoint.sh -------------------------------------------------------------------------------- /docker/docker-compose.dev.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/docker/docker-compose.dev.yml -------------------------------------------------------------------------------- /docker/docker-compose.test.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/docker/docker-compose.test.yml -------------------------------------------------------------------------------- /docker/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/docker/docker-compose.yml -------------------------------------------------------------------------------- /docker/monitoring/prometheus.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/docker/monitoring/prometheus.yml -------------------------------------------------------------------------------- /docker/production/healthcheck.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/docker/production/healthcheck.sh -------------------------------------------------------------------------------- /docker/production/start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/docker/production/start.sh -------------------------------------------------------------------------------- /docker/scripts/deploy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/docker/scripts/deploy.sh -------------------------------------------------------------------------------- /docs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/docs/README.md -------------------------------------------------------------------------------- /docs/api/api-reference.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/docs/api/api-reference.md -------------------------------------------------------------------------------- /docs/examples/basic/hello-neural-mesh.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/docs/examples/basic/hello-neural-mesh.md -------------------------------------------------------------------------------- /docs/guides/architecture.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/docs/guides/architecture.md -------------------------------------------------------------------------------- /docs/guides/performance-optimization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/docs/guides/performance-optimization.md -------------------------------------------------------------------------------- /docs/integration/mcp-integration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/docs/integration/mcp-integration.md -------------------------------------------------------------------------------- /docs/reference/cli-reference.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/docs/reference/cli-reference.md -------------------------------------------------------------------------------- /docs/troubleshooting/common-issues.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/docs/troubleshooting/common-issues.md -------------------------------------------------------------------------------- /docs/troubleshooting/faq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/docs/troubleshooting/faq.md -------------------------------------------------------------------------------- /docs/tutorials/quick-start.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/docs/tutorials/quick-start.md -------------------------------------------------------------------------------- /examples/neural_agent_demo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/examples/neural_agent_demo.js -------------------------------------------------------------------------------- /examples/p2p_demo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/examples/p2p_demo.md -------------------------------------------------------------------------------- /examples/swarm_intelligence_demo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/examples/swarm_intelligence_demo.js -------------------------------------------------------------------------------- /examples/swarm_intelligence_demo.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/examples/swarm_intelligence_demo.rs -------------------------------------------------------------------------------- /k8s/base/deployment-bootstrap.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/k8s/base/deployment-bootstrap.yaml -------------------------------------------------------------------------------- /k8s/base/deployment-worker.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/k8s/base/deployment-worker.yaml -------------------------------------------------------------------------------- /k8s/base/ingress.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/k8s/base/ingress.yaml -------------------------------------------------------------------------------- /k8s/base/kustomization.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/k8s/base/kustomization.yaml -------------------------------------------------------------------------------- /k8s/base/namespace.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/k8s/base/namespace.yaml -------------------------------------------------------------------------------- /k8s/base/service-lb.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/k8s/base/service-lb.yaml -------------------------------------------------------------------------------- /memory/agents/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/memory/agents/README.md -------------------------------------------------------------------------------- /memory/claude-flow-data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/memory/claude-flow-data.json -------------------------------------------------------------------------------- /memory/sessions/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/memory/sessions/README.md -------------------------------------------------------------------------------- /npx-wrapper/bin/synaptic-mesh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/npx-wrapper/bin/synaptic-mesh -------------------------------------------------------------------------------- /npx-wrapper/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/npx-wrapper/package.json -------------------------------------------------------------------------------- /packages/claude-max-market/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/packages/claude-max-market/Dockerfile -------------------------------------------------------------------------------- /packages/claude-max-market/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/packages/claude-max-market/README.md -------------------------------------------------------------------------------- /packages/claude-max-market/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/packages/claude-max-market/package.json -------------------------------------------------------------------------------- /packages/claude-max-market/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/packages/claude-max-market/src/index.js -------------------------------------------------------------------------------- /plans/1-research.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/plans/1-research.md -------------------------------------------------------------------------------- /plans/2-implementation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/plans/2-implementation.md -------------------------------------------------------------------------------- /plans/3-documentation-plan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/plans/3-documentation-plan.md -------------------------------------------------------------------------------- /plans/Kimi-K2/KIMI_K2_INTEGRATION_EPIC.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/plans/Kimi-K2/KIMI_K2_INTEGRATION_EPIC.md -------------------------------------------------------------------------------- /plans/Kimi-K2/MCP_INTEGRATION_SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/plans/Kimi-K2/MCP_INTEGRATION_SUMMARY.md -------------------------------------------------------------------------------- /plans/Kimi-K2/technical-architecture.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/plans/Kimi-K2/technical-architecture.md -------------------------------------------------------------------------------- /plans/PUBLISHING_GUIDE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/plans/PUBLISHING_GUIDE.md -------------------------------------------------------------------------------- /plans/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/plans/README.md -------------------------------------------------------------------------------- /plans/architecture/SYSTEM_ARCHITECTURE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/plans/architecture/SYSTEM_ARCHITECTURE.md -------------------------------------------------------------------------------- /plans/integration/IMPLEMENTATION_EPIC.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/plans/integration/IMPLEMENTATION_EPIC.md -------------------------------------------------------------------------------- /plans/integration/INTEGRATION_PATTERNS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/plans/integration/INTEGRATION_PATTERNS.md -------------------------------------------------------------------------------- /plans/integration/P2P_INTEGRATION.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/plans/integration/P2P_INTEGRATION.md -------------------------------------------------------------------------------- /plans/reports/ACCURATE_CLI_STATUS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/plans/reports/ACCURATE_CLI_STATUS.md -------------------------------------------------------------------------------- /plans/reports/DOCKER_DEPLOYMENT_REPORT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/plans/reports/DOCKER_DEPLOYMENT_REPORT.md -------------------------------------------------------------------------------- /plans/reports/FINAL_COMPLETION_REPORT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/plans/reports/FINAL_COMPLETION_REPORT.md -------------------------------------------------------------------------------- /plans/reports/IMPLEMENTATION_COMPLETE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/plans/reports/IMPLEMENTATION_COMPLETE.md -------------------------------------------------------------------------------- /plans/reports/IMPLEMENTATION_ROADMAP.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/plans/reports/IMPLEMENTATION_ROADMAP.md -------------------------------------------------------------------------------- /plans/reports/MCP_INTEGRATION_SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/plans/reports/MCP_INTEGRATION_SUMMARY.md -------------------------------------------------------------------------------- /plans/reports/MESH_VALIDATION_COMPLETE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/plans/reports/MESH_VALIDATION_COMPLETE.md -------------------------------------------------------------------------------- /plans/reports/PACKAGING_STATUS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/plans/reports/PACKAGING_STATUS.md -------------------------------------------------------------------------------- /plans/reports/PROGRESS_MONITOR_REPORT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/plans/reports/PROGRESS_MONITOR_REPORT.md -------------------------------------------------------------------------------- /plans/reports/final-integration-report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/plans/reports/final-integration-report.md -------------------------------------------------------------------------------- /plans/reports/packaging-report.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/plans/reports/packaging-report.json -------------------------------------------------------------------------------- /plans/research_analysis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/plans/research_analysis.md -------------------------------------------------------------------------------- /plans/synaptic-market/compliance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/plans/synaptic-market/compliance.md -------------------------------------------------------------------------------- /plans/synaptic-market/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/plans/synaptic-market/readme.md -------------------------------------------------------------------------------- /publish-ready/Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/publish-ready/Cargo.toml -------------------------------------------------------------------------------- /publish-synaptic-crates.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/publish-synaptic-crates.sh -------------------------------------------------------------------------------- /scripts/deploy-market.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/scripts/deploy-market.sh -------------------------------------------------------------------------------- /scripts/publish-all-packages.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/scripts/publish-all-packages.sh -------------------------------------------------------------------------------- /scripts/publish-kimi-crates.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/scripts/publish-kimi-crates.sh -------------------------------------------------------------------------------- /scripts/test-packaging.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/scripts/test-packaging.js -------------------------------------------------------------------------------- /src/js/claude-flow/.claude/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/.claude/config.json -------------------------------------------------------------------------------- /src/js/claude-flow/.claude/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/.claude/settings.json -------------------------------------------------------------------------------- /src/js/claude-flow/.github/dependabot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/.github/dependabot.yml -------------------------------------------------------------------------------- /src/js/claude-flow/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/.gitignore -------------------------------------------------------------------------------- /src/js/claude-flow/.hive-mind/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/.hive-mind/config.json -------------------------------------------------------------------------------- /src/js/claude-flow/.npmignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/.npmignore -------------------------------------------------------------------------------- /src/js/claude-flow/.releaserc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/.releaserc.json -------------------------------------------------------------------------------- /src/js/claude-flow/.roo/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/.roo/README.md -------------------------------------------------------------------------------- /src/js/claude-flow/.roo/mcp-list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/.roo/mcp-list.txt -------------------------------------------------------------------------------- /src/js/claude-flow/.roo/mcp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/.roo/mcp.json -------------------------------------------------------------------------------- /src/js/claude-flow/.roo/mcp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/.roo/mcp.md -------------------------------------------------------------------------------- /src/js/claude-flow/.roo/rules/rules.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/.roo/rules/rules.md -------------------------------------------------------------------------------- /src/js/claude-flow/.roomodes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/.roomodes -------------------------------------------------------------------------------- /src/js/claude-flow/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/CHANGELOG.md -------------------------------------------------------------------------------- /src/js/claude-flow/CLAUDE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/CLAUDE.md -------------------------------------------------------------------------------- /src/js/claude-flow/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/LICENSE -------------------------------------------------------------------------------- /src/js/claude-flow/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/README.md -------------------------------------------------------------------------------- /src/js/claude-flow/archive/debug-docs/debug-findings.md: -------------------------------------------------------------------------------- 1 | DEBUG FINDING: Found the root cause of require is not defined error 2 | -------------------------------------------------------------------------------- /src/js/claude-flow/assets/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/assets/image.png -------------------------------------------------------------------------------- /src/js/claude-flow/benchmark/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/benchmark/README.md -------------------------------------------------------------------------------- /src/js/claude-flow/benchmark/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/benchmark/setup.py -------------------------------------------------------------------------------- /src/js/claude-flow/benchmark/src/swarm_benchmark.egg-info/dependency_links.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/js/claude-flow/benchmark/src/swarm_benchmark.egg-info/not-zip-safe: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/js/claude-flow/benchmark/src/swarm_benchmark.egg-info/top_level.txt: -------------------------------------------------------------------------------- 1 | swarm_benchmark 2 | -------------------------------------------------------------------------------- /src/js/claude-flow/benchmark/tests/integration/__init__.py: -------------------------------------------------------------------------------- 1 | """Integration tests for claude-flow benchmarking""" -------------------------------------------------------------------------------- /src/js/claude-flow/bin/claude-flow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/bin/claude-flow -------------------------------------------------------------------------------- /src/js/claude-flow/claude-flow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/claude-flow -------------------------------------------------------------------------------- /src/js/claude-flow/claude-flow.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/claude-flow.bat -------------------------------------------------------------------------------- /src/js/claude-flow/claude-flow.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/claude-flow.ps1 -------------------------------------------------------------------------------- /src/js/claude-flow/codecov.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/codecov.yml -------------------------------------------------------------------------------- /src/js/claude-flow/docker/run-tests.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/docker/run-tests.sh -------------------------------------------------------------------------------- /src/js/claude-flow/docs/12-swarm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/docs/12-swarm.md -------------------------------------------------------------------------------- /src/js/claude-flow/docs/HIVE-MIND.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/docs/HIVE-MIND.md -------------------------------------------------------------------------------- /src/js/claude-flow/docs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/docs/README.md -------------------------------------------------------------------------------- /src/js/claude-flow/docs/api/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/docs/api/README.md -------------------------------------------------------------------------------- /src/js/claude-flow/docs/cli-reference.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/docs/cli-reference.md -------------------------------------------------------------------------------- /src/js/claude-flow/docs/error-analysis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/docs/error-analysis.md -------------------------------------------------------------------------------- /src/js/claude-flow/docs/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/docs/index.md -------------------------------------------------------------------------------- /src/js/claude-flow/docs/known-issues.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/docs/known-issues.md -------------------------------------------------------------------------------- /src/js/claude-flow/docs/memory-system.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/docs/memory-system.md -------------------------------------------------------------------------------- /src/js/claude-flow/docs/planning/swarm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/docs/planning/swarm.md -------------------------------------------------------------------------------- /src/js/claude-flow/docs/quick-start-v2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/docs/quick-start-v2.md -------------------------------------------------------------------------------- /src/js/claude-flow/docs/quick-start.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/docs/quick-start.md -------------------------------------------------------------------------------- /src/js/claude-flow/docs/repl-demo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/docs/repl-demo.md -------------------------------------------------------------------------------- /src/js/claude-flow/docs/reports/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/docs/reports/README.md -------------------------------------------------------------------------------- /src/js/claude-flow/docs/setup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/docs/setup.md -------------------------------------------------------------------------------- /src/js/claude-flow/docs/swarm-progress.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/docs/swarm-progress.md -------------------------------------------------------------------------------- /src/js/claude-flow/docs/usage-guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/docs/usage-guide.md -------------------------------------------------------------------------------- /src/js/claude-flow/docs/user-guide-v2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/docs/user-guide-v2.md -------------------------------------------------------------------------------- /src/js/claude-flow/docs/web-ui/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/docs/web-ui/README.md -------------------------------------------------------------------------------- /src/js/claude-flow/examples/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/examples/README.md -------------------------------------------------------------------------------- /src/js/claude-flow/examples/blog-api/.env.example: -------------------------------------------------------------------------------- 1 | PORT=3000 2 | DATABASE_URL= -------------------------------------------------------------------------------- /src/js/claude-flow/examples/blog-api/.gitignore: -------------------------------------------------------------------------------- 1 | node_modules/ 2 | .env 3 | *.log -------------------------------------------------------------------------------- /src/js/claude-flow/examples/data-pipeline/.gitignore: -------------------------------------------------------------------------------- 1 | Git ignore file -------------------------------------------------------------------------------- /src/js/claude-flow/examples/data-pipeline/__tests__/test_main.test.js: -------------------------------------------------------------------------------- 1 | Test file content for main functionality -------------------------------------------------------------------------------- /src/js/claude-flow/examples/data-pipeline/__tests__/test_main.test.ts: -------------------------------------------------------------------------------- 1 | Test file content for main functionality -------------------------------------------------------------------------------- /src/js/claude-flow/examples/data-pipeline/package.json: -------------------------------------------------------------------------------- 1 | Package configuration -------------------------------------------------------------------------------- /src/js/claude-flow/examples/data-pipeline/src/main.js: -------------------------------------------------------------------------------- 1 | Main module implementation -------------------------------------------------------------------------------- /src/js/claude-flow/examples/data-pipeline/src/main.ts: -------------------------------------------------------------------------------- 1 | Main module implementation -------------------------------------------------------------------------------- /src/js/claude-flow/examples/flask-api-sparc/.gitignore: -------------------------------------------------------------------------------- 1 | Git ignore file -------------------------------------------------------------------------------- /src/js/claude-flow/examples/flask-api-sparc/__tests__/test_main.test.ts: -------------------------------------------------------------------------------- 1 | Test file content for main functionality -------------------------------------------------------------------------------- /src/js/claude-flow/examples/flask-api-sparc/package.json: -------------------------------------------------------------------------------- 1 | Package configuration -------------------------------------------------------------------------------- /src/js/claude-flow/examples/flask-api-sparc/src/main.ts: -------------------------------------------------------------------------------- 1 | Main module implementation -------------------------------------------------------------------------------- /src/js/claude-flow/examples/hello-world.js: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env node 2 | 3 | console.log("Hello, World!"); -------------------------------------------------------------------------------- /src/js/claude-flow/examples/hello2/hello.js: -------------------------------------------------------------------------------- 1 | console.log("Hello, World!"); -------------------------------------------------------------------------------- /src/js/claude-flow/examples/rest-api-simple/.env.example: -------------------------------------------------------------------------------- 1 | PORT=3000 -------------------------------------------------------------------------------- /src/js/claude-flow/examples/rest-api-simple/.gitignore: -------------------------------------------------------------------------------- 1 | node_modules/ 2 | .env 3 | *.log 4 | .DS_Store -------------------------------------------------------------------------------- /src/js/claude-flow/examples/user-api/.env.example: -------------------------------------------------------------------------------- 1 | PORT=3000 2 | NODE_ENV=development -------------------------------------------------------------------------------- /src/js/claude-flow/examples/user-api/.gitignore: -------------------------------------------------------------------------------- 1 | node_modules/ 2 | .env 3 | *.log 4 | .DS_Store 5 | coverage/ 6 | -------------------------------------------------------------------------------- /src/js/claude-flow/jest.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/jest.config.js -------------------------------------------------------------------------------- /src/js/claude-flow/jest.setup.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/jest.setup.js -------------------------------------------------------------------------------- /src/js/claude-flow/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/package-lock.json -------------------------------------------------------------------------------- /src/js/claude-flow/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/package.json -------------------------------------------------------------------------------- /src/js/claude-flow/scripts/check-links.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/scripts/check-links.ts -------------------------------------------------------------------------------- /src/js/claude-flow/scripts/fix-imports.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/scripts/fix-imports.js -------------------------------------------------------------------------------- /src/js/claude-flow/scripts/fix-shebang.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/scripts/fix-shebang.js -------------------------------------------------------------------------------- /src/js/claude-flow/scripts/force-build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/scripts/force-build.sh -------------------------------------------------------------------------------- /src/js/claude-flow/scripts/install.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/scripts/install.js -------------------------------------------------------------------------------- /src/js/claude-flow/scripts/safe-build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/scripts/safe-build.sh -------------------------------------------------------------------------------- /src/js/claude-flow/scripts/test-mcp.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/scripts/test-mcp.ts -------------------------------------------------------------------------------- /src/js/claude-flow/scripts/test-runner.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/scripts/test-runner.ts -------------------------------------------------------------------------------- /src/js/claude-flow/scripts/test-swarm.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/scripts/test-swarm.ts -------------------------------------------------------------------------------- /src/js/claude-flow/src/cli/cli-core.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/src/cli/cli-core.ts -------------------------------------------------------------------------------- /src/js/claude-flow/src/cli/completion.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/src/cli/completion.ts -------------------------------------------------------------------------------- /src/js/claude-flow/src/cli/formatter.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/src/cli/formatter.ts -------------------------------------------------------------------------------- /src/js/claude-flow/src/cli/help-text.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/src/cli/help-text.js -------------------------------------------------------------------------------- /src/js/claude-flow/src/cli/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/src/cli/index.ts -------------------------------------------------------------------------------- /src/js/claude-flow/src/cli/init/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/src/cli/init/index.ts -------------------------------------------------------------------------------- /src/js/claude-flow/src/cli/init/utils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/src/cli/init/utils.ts -------------------------------------------------------------------------------- /src/js/claude-flow/src/cli/main.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/src/cli/main.ts -------------------------------------------------------------------------------- /src/js/claude-flow/src/cli/node-compat.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/src/cli/node-compat.js -------------------------------------------------------------------------------- /src/js/claude-flow/src/cli/node-repl.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/src/cli/node-repl.ts -------------------------------------------------------------------------------- /src/js/claude-flow/src/cli/repl.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/src/cli/repl.ts -------------------------------------------------------------------------------- /src/js/claude-flow/src/cli/simple-cli.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/src/cli/simple-cli.js -------------------------------------------------------------------------------- /src/js/claude-flow/src/cli/simple-cli.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/src/cli/simple-cli.ts -------------------------------------------------------------------------------- /src/js/claude-flow/src/cli/simple-mcp.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/src/cli/simple-mcp.ts -------------------------------------------------------------------------------- /src/js/claude-flow/src/cli/ui/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/src/cli/ui/index.ts -------------------------------------------------------------------------------- /src/js/claude-flow/src/cli/utils.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/src/cli/utils.js -------------------------------------------------------------------------------- /src/js/claude-flow/src/core/config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/src/core/config.ts -------------------------------------------------------------------------------- /src/js/claude-flow/src/core/event-bus.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/src/core/event-bus.ts -------------------------------------------------------------------------------- /src/js/claude-flow/src/core/logger.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/src/core/logger.ts -------------------------------------------------------------------------------- /src/js/claude-flow/src/hive-mind/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/src/hive-mind/index.ts -------------------------------------------------------------------------------- /src/js/claude-flow/src/hive-mind/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/src/hive-mind/types.ts -------------------------------------------------------------------------------- /src/js/claude-flow/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/src/index.js -------------------------------------------------------------------------------- /src/js/claude-flow/src/mcp/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/src/mcp/README.md -------------------------------------------------------------------------------- /src/js/claude-flow/src/mcp/auth.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/src/mcp/auth.ts -------------------------------------------------------------------------------- /src/js/claude-flow/src/mcp/client.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/src/mcp/client.ts -------------------------------------------------------------------------------- /src/js/claude-flow/src/mcp/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/src/mcp/index.ts -------------------------------------------------------------------------------- /src/js/claude-flow/src/mcp/mcp-server.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/src/mcp/mcp-server.js -------------------------------------------------------------------------------- /src/js/claude-flow/src/mcp/router.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/src/mcp/router.ts -------------------------------------------------------------------------------- /src/js/claude-flow/src/mcp/server.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/src/mcp/server.ts -------------------------------------------------------------------------------- /src/js/claude-flow/src/mcp/sparc-modes.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/src/mcp/sparc-modes.ts -------------------------------------------------------------------------------- /src/js/claude-flow/src/mcp/swarm-tools.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/src/mcp/swarm-tools.ts -------------------------------------------------------------------------------- /src/js/claude-flow/src/mcp/tools.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/src/mcp/tools.ts -------------------------------------------------------------------------------- /src/js/claude-flow/src/memory/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/src/memory/README.md -------------------------------------------------------------------------------- /src/js/claude-flow/src/memory/cache.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/src/memory/cache.ts -------------------------------------------------------------------------------- /src/js/claude-flow/src/memory/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/src/memory/index.js -------------------------------------------------------------------------------- /src/js/claude-flow/src/memory/indexer.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/src/memory/indexer.ts -------------------------------------------------------------------------------- /src/js/claude-flow/src/memory/manager.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/src/memory/manager.ts -------------------------------------------------------------------------------- /src/js/claude-flow/src/migration/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/src/migration/index.ts -------------------------------------------------------------------------------- /src/js/claude-flow/src/migration/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/src/migration/types.ts -------------------------------------------------------------------------------- /src/js/claude-flow/src/swarm/executor.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/src/swarm/executor.ts -------------------------------------------------------------------------------- /src/js/claude-flow/src/swarm/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/src/swarm/index.ts -------------------------------------------------------------------------------- /src/js/claude-flow/src/swarm/memory.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/src/swarm/memory.ts -------------------------------------------------------------------------------- /src/js/claude-flow/src/swarm/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/src/swarm/types.ts -------------------------------------------------------------------------------- /src/js/claude-flow/src/task/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/src/task/README.md -------------------------------------------------------------------------------- /src/js/claude-flow/src/task/commands.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/src/task/commands.ts -------------------------------------------------------------------------------- /src/js/claude-flow/src/task/engine.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/src/task/engine.ts -------------------------------------------------------------------------------- /src/js/claude-flow/src/task/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/src/task/index.ts -------------------------------------------------------------------------------- /src/js/claude-flow/src/task/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/src/task/types.ts -------------------------------------------------------------------------------- /src/js/claude-flow/src/templates/claude-optimized/.installed: -------------------------------------------------------------------------------- 1 | Installed: 2025-06-16T19:52:46.493Z 2 | Version: 1.0.0 3 | -------------------------------------------------------------------------------- /src/js/claude-flow/src/templates/claude-optimized/VERSION: -------------------------------------------------------------------------------- 1 | 1.0.0 -------------------------------------------------------------------------------- /src/js/claude-flow/src/terminal/pool.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/src/terminal/pool.ts -------------------------------------------------------------------------------- /src/js/claude-flow/src/types/cliffy.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/src/types/cliffy.d.ts -------------------------------------------------------------------------------- /src/js/claude-flow/src/types/global.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/src/types/global.d.ts -------------------------------------------------------------------------------- /src/js/claude-flow/src/types/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/src/types/index.ts -------------------------------------------------------------------------------- /src/js/claude-flow/src/types/mcp.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/src/types/mcp.d.ts -------------------------------------------------------------------------------- /src/js/claude-flow/src/types/vscode.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/src/types/vscode.d.ts -------------------------------------------------------------------------------- /src/js/claude-flow/src/ui/web-ui/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/src/ui/web-ui/index.js -------------------------------------------------------------------------------- /src/js/claude-flow/src/utils/errors.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/src/utils/errors.ts -------------------------------------------------------------------------------- /src/js/claude-flow/src/utils/helpers.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/src/utils/helpers.ts -------------------------------------------------------------------------------- /src/js/claude-flow/src/utils/paths.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/src/utils/paths.ts -------------------------------------------------------------------------------- /src/js/claude-flow/src/utils/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/src/utils/types.ts -------------------------------------------------------------------------------- /src/js/claude-flow/tests/manual/CLAUDE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/tests/manual/CLAUDE.md -------------------------------------------------------------------------------- /src/js/claude-flow/tests/mocks/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/tests/mocks/index.ts -------------------------------------------------------------------------------- /src/js/claude-flow/tests/test.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/tests/test.config.ts -------------------------------------------------------------------------------- /src/js/claude-flow/tests/test.utils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/tests/test.utils.ts -------------------------------------------------------------------------------- /src/js/claude-flow/tsconfig.cjs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/tsconfig.cjs.json -------------------------------------------------------------------------------- /src/js/claude-flow/tsconfig.cli.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/tsconfig.cli.json -------------------------------------------------------------------------------- /src/js/claude-flow/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/claude-flow/tsconfig.json -------------------------------------------------------------------------------- /src/js/performance-validator.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/performance-validator.js -------------------------------------------------------------------------------- /src/js/ruv-swarm/.claude/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/.claude/settings.json -------------------------------------------------------------------------------- /src/js/ruv-swarm/.eslintrc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/.eslintrc.json -------------------------------------------------------------------------------- /src/js/ruv-swarm/.github/workflows/ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/.github/workflows/ci.yml -------------------------------------------------------------------------------- /src/js/ruv-swarm/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/.gitignore -------------------------------------------------------------------------------- /src/js/ruv-swarm/.npmignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/.npmignore -------------------------------------------------------------------------------- /src/js/ruv-swarm/.prettierrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/.prettierrc -------------------------------------------------------------------------------- /src/js/ruv-swarm/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/CHANGELOG.md -------------------------------------------------------------------------------- /src/js/ruv-swarm/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/README.md -------------------------------------------------------------------------------- /src/js/ruv-swarm/audit-after.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/audit-after.json -------------------------------------------------------------------------------- /src/js/ruv-swarm/audit-before.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/audit-before.json -------------------------------------------------------------------------------- /src/js/ruv-swarm/babel.config.cjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/babel.config.cjs -------------------------------------------------------------------------------- /src/js/ruv-swarm/bin/ruv-swarm-clean.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/bin/ruv-swarm-clean.js -------------------------------------------------------------------------------- /src/js/ruv-swarm/bin/ruv-swarm-memory.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/bin/ruv-swarm-memory.js -------------------------------------------------------------------------------- /src/js/ruv-swarm/bin/ruv-swarm-secure.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/bin/ruv-swarm-secure.js -------------------------------------------------------------------------------- /src/js/ruv-swarm/claude-swarm.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/claude-swarm.bat -------------------------------------------------------------------------------- /src/js/ruv-swarm/claude-swarm.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/claude-swarm.sh -------------------------------------------------------------------------------- /src/js/ruv-swarm/config/jest.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/config/jest.config.js -------------------------------------------------------------------------------- /src/js/ruv-swarm/config/rollup.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/config/rollup.config.js -------------------------------------------------------------------------------- /src/js/ruv-swarm/config/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/config/tsconfig.json -------------------------------------------------------------------------------- /src/js/ruv-swarm/config/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/config/webpack.config.js -------------------------------------------------------------------------------- /src/js/ruv-swarm/coverage-data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/coverage-data.json -------------------------------------------------------------------------------- /src/js/ruv-swarm/coverage-history.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/coverage-history.json -------------------------------------------------------------------------------- /src/js/ruv-swarm/data/ruv-swarm.db-shm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/data/ruv-swarm.db-shm -------------------------------------------------------------------------------- /src/js/ruv-swarm/docker/Dockerfile.test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/docker/Dockerfile.test -------------------------------------------------------------------------------- /src/js/ruv-swarm/docker/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/docker/README.md -------------------------------------------------------------------------------- /src/js/ruv-swarm/docker/test-mcp-stdio.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/docker/test-mcp-stdio.js -------------------------------------------------------------------------------- /src/js/ruv-swarm/docker/test-runner.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/docker/test-runner.js -------------------------------------------------------------------------------- /src/js/ruv-swarm/docs/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/docs/CHANGELOG.md -------------------------------------------------------------------------------- /src/js/ruv-swarm/docs/CLAUDE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/docs/CLAUDE.md -------------------------------------------------------------------------------- /src/js/ruv-swarm/docs/CONNECTION-POOL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/docs/CONNECTION-POOL.md -------------------------------------------------------------------------------- /src/js/ruv-swarm/docs/GIT_INTEGRATION.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/docs/GIT_INTEGRATION.md -------------------------------------------------------------------------------- /src/js/ruv-swarm/docs/NEURAL_PRESETS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/docs/NEURAL_PRESETS.md -------------------------------------------------------------------------------- /src/js/ruv-swarm/docs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/docs/README.md -------------------------------------------------------------------------------- /src/js/ruv-swarm/docs/USER_GUIDE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/docs/USER_GUIDE.md -------------------------------------------------------------------------------- /src/js/ruv-swarm/docs/logging-guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/docs/logging-guide.md -------------------------------------------------------------------------------- /src/js/ruv-swarm/eslint.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/eslint.config.js -------------------------------------------------------------------------------- /src/js/ruv-swarm/jest.config.cjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/jest.config.cjs -------------------------------------------------------------------------------- /src/js/ruv-swarm/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/package-lock.json -------------------------------------------------------------------------------- /src/js/ruv-swarm/package-lock.json.backup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/package-lock.json.backup -------------------------------------------------------------------------------- /src/js/ruv-swarm/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/package.json -------------------------------------------------------------------------------- /src/js/ruv-swarm/package.json.backup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/package.json.backup -------------------------------------------------------------------------------- /src/js/ruv-swarm/ruv-swarm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/ruv-swarm -------------------------------------------------------------------------------- /src/js/ruv-swarm/ruv-swarm.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/ruv-swarm.bat -------------------------------------------------------------------------------- /src/js/ruv-swarm/ruv-swarm.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/ruv-swarm.ps1 -------------------------------------------------------------------------------- /src/js/ruv-swarm/scripts/build.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/scripts/build.js -------------------------------------------------------------------------------- /src/js/ruv-swarm/scripts/deploy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/scripts/deploy.sh -------------------------------------------------------------------------------- /src/js/ruv-swarm/scripts/generate-docs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/scripts/generate-docs.js -------------------------------------------------------------------------------- /src/js/ruv-swarm/scripts/mcp-server.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/scripts/mcp-server.sh -------------------------------------------------------------------------------- /src/js/ruv-swarm/scripts/optimize-wasm.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/scripts/optimize-wasm.sh -------------------------------------------------------------------------------- /src/js/ruv-swarm/src/agent.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/src/agent.ts -------------------------------------------------------------------------------- /src/js/ruv-swarm/src/benchmark.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/src/benchmark.js -------------------------------------------------------------------------------- /src/js/ruv-swarm/src/cli-diagnostics.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/src/cli-diagnostics.js -------------------------------------------------------------------------------- /src/js/ruv-swarm/src/consensus-engine.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/src/consensus-engine.js -------------------------------------------------------------------------------- /src/js/ruv-swarm/src/daa-cognition.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/src/daa-cognition.js -------------------------------------------------------------------------------- /src/js/ruv-swarm/src/daa-service.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/src/daa-service.d.ts -------------------------------------------------------------------------------- /src/js/ruv-swarm/src/daa-service.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/src/daa-service.js -------------------------------------------------------------------------------- /src/js/ruv-swarm/src/diagnostics.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/src/diagnostics.js -------------------------------------------------------------------------------- /src/js/ruv-swarm/src/errors.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/src/errors.js -------------------------------------------------------------------------------- /src/js/ruv-swarm/src/hooks/cli.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/src/hooks/cli.js -------------------------------------------------------------------------------- /src/js/ruv-swarm/src/hooks/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/src/hooks/index.js -------------------------------------------------------------------------------- /src/js/ruv-swarm/src/index-enhanced.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/src/index-enhanced.d.ts -------------------------------------------------------------------------------- /src/js/ruv-swarm/src/index-enhanced.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/src/index-enhanced.js -------------------------------------------------------------------------------- /src/js/ruv-swarm/src/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/src/index.d.ts -------------------------------------------------------------------------------- /src/js/ruv-swarm/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/src/index.js -------------------------------------------------------------------------------- /src/js/ruv-swarm/src/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/src/index.ts -------------------------------------------------------------------------------- /src/js/ruv-swarm/src/logger.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/src/logger.js -------------------------------------------------------------------------------- /src/js/ruv-swarm/src/logging-config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/src/logging-config.js -------------------------------------------------------------------------------- /src/js/ruv-swarm/src/mcp-daa-tools.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/src/mcp-daa-tools.js -------------------------------------------------------------------------------- /src/js/ruv-swarm/src/memory-config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/src/memory-config.js -------------------------------------------------------------------------------- /src/js/ruv-swarm/src/neural-agent.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/src/neural-agent.js -------------------------------------------------------------------------------- /src/js/ruv-swarm/src/neural-models/cnn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/src/neural-models/cnn.js -------------------------------------------------------------------------------- /src/js/ruv-swarm/src/neural-models/gnn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/src/neural-models/gnn.js -------------------------------------------------------------------------------- /src/js/ruv-swarm/src/neural-models/gru.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/src/neural-models/gru.js -------------------------------------------------------------------------------- /src/js/ruv-swarm/src/neural-models/vae.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/src/neural-models/vae.js -------------------------------------------------------------------------------- /src/js/ruv-swarm/src/neural-network.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/src/neural-network.ts -------------------------------------------------------------------------------- /src/js/ruv-swarm/src/neural.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/src/neural.js -------------------------------------------------------------------------------- /src/js/ruv-swarm/src/performance.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/src/performance.js -------------------------------------------------------------------------------- /src/js/ruv-swarm/src/persistence.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/src/persistence.js -------------------------------------------------------------------------------- /src/js/ruv-swarm/src/schemas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/src/schemas.js -------------------------------------------------------------------------------- /src/js/ruv-swarm/src/security.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/src/security.js -------------------------------------------------------------------------------- /src/js/ruv-swarm/src/sqlite-pool.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/src/sqlite-pool.js -------------------------------------------------------------------------------- /src/js/ruv-swarm/src/sqlite-worker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/src/sqlite-worker.js -------------------------------------------------------------------------------- /src/js/ruv-swarm/src/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/src/types.ts -------------------------------------------------------------------------------- /src/js/ruv-swarm/src/utils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/src/utils.ts -------------------------------------------------------------------------------- /src/js/ruv-swarm/src/wasm-loader.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/src/wasm-loader.js -------------------------------------------------------------------------------- /src/js/ruv-swarm/src/wasm-loader2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/src/wasm-loader2.js -------------------------------------------------------------------------------- /src/js/ruv-swarm/src/wasm-types.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/src/wasm-types.d.ts -------------------------------------------------------------------------------- /src/js/ruv-swarm/test-db-updates.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/test-db-updates.js -------------------------------------------------------------------------------- /src/js/ruv-swarm/test-flags.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/test-flags.js -------------------------------------------------------------------------------- /src/js/ruv-swarm/test-mcp-db.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/test-mcp-db.js -------------------------------------------------------------------------------- /src/js/ruv-swarm/test-mcp-fixes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/test-mcp-fixes.js -------------------------------------------------------------------------------- /src/js/ruv-swarm/test-mcp-persistence.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/test-mcp-persistence.js -------------------------------------------------------------------------------- /src/js/ruv-swarm/test-memory-storage.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/test-memory-storage.js -------------------------------------------------------------------------------- /src/js/ruv-swarm/test-pr34-local.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/test-pr34-local.js -------------------------------------------------------------------------------- /src/js/ruv-swarm/test-wasm-loading.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/test-wasm-loading.js -------------------------------------------------------------------------------- /src/js/ruv-swarm/test-workflow-fix.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/test-workflow-fix.js -------------------------------------------------------------------------------- /src/js/ruv-swarm/test/AGENT_BRIEFING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/test/AGENT_BRIEFING.md -------------------------------------------------------------------------------- /src/js/ruv-swarm/test/COVERAGE_STATUS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/test/COVERAGE_STATUS.md -------------------------------------------------------------------------------- /src/js/ruv-swarm/test/METRICS_REPORT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/test/METRICS_REPORT.md -------------------------------------------------------------------------------- /src/js/ruv-swarm/test/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/test/README.md -------------------------------------------------------------------------------- /src/js/ruv-swarm/test/basic.test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/test/basic.test.js -------------------------------------------------------------------------------- /src/js/ruv-swarm/test/daa-service.test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/test/daa-service.test.js -------------------------------------------------------------------------------- /src/js/ruv-swarm/test/direct-mcp-test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/test/direct-mcp-test.js -------------------------------------------------------------------------------- /src/js/ruv-swarm/test/docker/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/test/docker/README.md -------------------------------------------------------------------------------- /src/js/ruv-swarm/test/global-setup.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/test/global-setup.js -------------------------------------------------------------------------------- /src/js/ruv-swarm/test/hooks.test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/test/hooks.test.js -------------------------------------------------------------------------------- /src/js/ruv-swarm/test/mcp-server.test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/test/mcp-server.test.js -------------------------------------------------------------------------------- /src/js/ruv-swarm/test/monitor-coverage.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/test/monitor-coverage.js -------------------------------------------------------------------------------- /src/js/ruv-swarm/test/persistence.test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/test/persistence.test.js -------------------------------------------------------------------------------- /src/js/ruv-swarm/test/run-all-tests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/test/run-all-tests.js -------------------------------------------------------------------------------- /src/js/ruv-swarm/test/run-tests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/test/run-tests.js -------------------------------------------------------------------------------- /src/js/ruv-swarm/test/setup.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/test/setup.js -------------------------------------------------------------------------------- /src/js/ruv-swarm/test/setup.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/test/setup.ts -------------------------------------------------------------------------------- /src/js/ruv-swarm/test/test-mcp-methods.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/test/test-mcp-methods.js -------------------------------------------------------------------------------- /src/js/ruv-swarm/test/test-runner.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/test/test-runner.js -------------------------------------------------------------------------------- /src/js/ruv-swarm/test/test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/test/test.js -------------------------------------------------------------------------------- /src/js/ruv-swarm/test/unit/utils.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/test/unit/utils.test.ts -------------------------------------------------------------------------------- /src/js/ruv-swarm/test/validate-presets.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/test/validate-presets.js -------------------------------------------------------------------------------- /src/js/ruv-swarm/test/validate-setup.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/test/validate-setup.js -------------------------------------------------------------------------------- /src/js/ruv-swarm/test/vitest.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/test/vitest.config.js -------------------------------------------------------------------------------- /src/js/ruv-swarm/tsconfig.json: -------------------------------------------------------------------------------- 1 | config/tsconfig.json -------------------------------------------------------------------------------- /src/js/ruv-swarm/verify-db-updates.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/verify-db-updates.js -------------------------------------------------------------------------------- /src/js/ruv-swarm/wasm-unified/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/wasm-unified/README.md -------------------------------------------------------------------------------- /src/js/ruv-swarm/wasm-unified/utils.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/ruv-swarm/wasm-unified/utils.d.ts -------------------------------------------------------------------------------- /src/js/synaptic-cli/.env.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/synaptic-cli/.env.example -------------------------------------------------------------------------------- /src/js/synaptic-cli/API_REFERENCE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/synaptic-cli/API_REFERENCE.md -------------------------------------------------------------------------------- /src/js/synaptic-cli/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/synaptic-cli/Dockerfile -------------------------------------------------------------------------------- /src/js/synaptic-cli/KIMI_K2_USER_GUIDE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/synaptic-cli/KIMI_K2_USER_GUIDE.md -------------------------------------------------------------------------------- /src/js/synaptic-cli/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/synaptic-cli/README.md -------------------------------------------------------------------------------- /src/js/synaptic-cli/bin/synaptic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/synaptic-cli/bin/synaptic -------------------------------------------------------------------------------- /src/js/synaptic-cli/bin/synaptic-mesh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/synaptic-cli/bin/synaptic-mesh -------------------------------------------------------------------------------- /src/js/synaptic-cli/cli.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/synaptic-cli/cli.js -------------------------------------------------------------------------------- /src/js/synaptic-cli/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/synaptic-cli/docker-compose.yml -------------------------------------------------------------------------------- /src/js/synaptic-cli/k8s/configmap.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/synaptic-cli/k8s/configmap.yaml -------------------------------------------------------------------------------- /src/js/synaptic-cli/k8s/deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/synaptic-cli/k8s/deployment.yaml -------------------------------------------------------------------------------- /src/js/synaptic-cli/k8s/service.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/synaptic-cli/k8s/service.yaml -------------------------------------------------------------------------------- /src/js/synaptic-cli/lib/cli-simple.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/synaptic-cli/lib/cli-simple.d.ts -------------------------------------------------------------------------------- /src/js/synaptic-cli/lib/cli-simple.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/synaptic-cli/lib/cli-simple.js -------------------------------------------------------------------------------- /src/js/synaptic-cli/lib/cli-simple.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/synaptic-cli/lib/cli-simple.js.map -------------------------------------------------------------------------------- /src/js/synaptic-cli/lib/cli.d.ts: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env node 2 | export {}; 3 | //# sourceMappingURL=cli.d.ts.map -------------------------------------------------------------------------------- /src/js/synaptic-cli/lib/cli.d.ts.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/synaptic-cli/lib/cli.d.ts.map -------------------------------------------------------------------------------- /src/js/synaptic-cli/lib/cli.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/synaptic-cli/lib/cli.js -------------------------------------------------------------------------------- /src/js/synaptic-cli/lib/cli.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/synaptic-cli/lib/cli.js.map -------------------------------------------------------------------------------- /src/js/synaptic-cli/lib/cli/main.d.ts: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env node 2 | export {}; 3 | //# sourceMappingURL=main.d.ts.map -------------------------------------------------------------------------------- /src/js/synaptic-cli/lib/cli/main.d.ts.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/synaptic-cli/lib/cli/main.d.ts.map -------------------------------------------------------------------------------- /src/js/synaptic-cli/lib/cli/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/synaptic-cli/lib/cli/main.js -------------------------------------------------------------------------------- /src/js/synaptic-cli/lib/cli/main.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/synaptic-cli/lib/cli/main.js.map -------------------------------------------------------------------------------- /src/js/synaptic-cli/lib/commands/dag.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/synaptic-cli/lib/commands/dag.d.ts -------------------------------------------------------------------------------- /src/js/synaptic-cli/lib/commands/dag.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/synaptic-cli/lib/commands/dag.js -------------------------------------------------------------------------------- /src/js/synaptic-cli/lib/commands/init.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/synaptic-cli/lib/commands/init.js -------------------------------------------------------------------------------- /src/js/synaptic-cli/lib/commands/kimi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/synaptic-cli/lib/commands/kimi.js -------------------------------------------------------------------------------- /src/js/synaptic-cli/lib/commands/mcp.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/synaptic-cli/lib/commands/mcp.d.ts -------------------------------------------------------------------------------- /src/js/synaptic-cli/lib/commands/mcp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/synaptic-cli/lib/commands/mcp.js -------------------------------------------------------------------------------- /src/js/synaptic-cli/lib/commands/mesh.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/synaptic-cli/lib/commands/mesh.js -------------------------------------------------------------------------------- /src/js/synaptic-cli/lib/commands/peer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/synaptic-cli/lib/commands/peer.js -------------------------------------------------------------------------------- /src/js/synaptic-cli/lib/commands/start.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/synaptic-cli/lib/commands/start.js -------------------------------------------------------------------------------- /src/js/synaptic-cli/lib/commands/stop.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/synaptic-cli/lib/commands/stop.js -------------------------------------------------------------------------------- /src/js/synaptic-cli/lib/commands/swarm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/synaptic-cli/lib/commands/swarm.js -------------------------------------------------------------------------------- /src/js/synaptic-cli/lib/config/default.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/synaptic-cli/lib/config/default.js -------------------------------------------------------------------------------- /src/js/synaptic-cli/lib/config/loader.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/synaptic-cli/lib/config/loader.js -------------------------------------------------------------------------------- /src/js/synaptic-cli/lib/ui/dashboard.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/synaptic-cli/lib/ui/dashboard.d.ts -------------------------------------------------------------------------------- /src/js/synaptic-cli/lib/ui/dashboard.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/synaptic-cli/lib/ui/dashboard.js -------------------------------------------------------------------------------- /src/js/synaptic-cli/lib/utils/version.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/synaptic-cli/lib/utils/version.js -------------------------------------------------------------------------------- /src/js/synaptic-cli/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/synaptic-cli/package-lock.json -------------------------------------------------------------------------------- /src/js/synaptic-cli/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/synaptic-cli/package.json -------------------------------------------------------------------------------- /src/js/synaptic-cli/scripts/build-wasm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/synaptic-cli/scripts/build-wasm.js -------------------------------------------------------------------------------- /src/js/synaptic-cli/scripts/build.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/synaptic-cli/scripts/build.js -------------------------------------------------------------------------------- /src/js/synaptic-cli/scripts/install.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/synaptic-cli/scripts/install.js -------------------------------------------------------------------------------- /src/js/synaptic-cli/scripts/publish.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/synaptic-cli/scripts/publish.sh -------------------------------------------------------------------------------- /src/js/synaptic-cli/scripts/test-npx.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/synaptic-cli/scripts/test-npx.sh -------------------------------------------------------------------------------- /src/js/synaptic-cli/src/cli-simple.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/synaptic-cli/src/cli-simple.js -------------------------------------------------------------------------------- /src/js/synaptic-cli/src/cli.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/synaptic-cli/src/cli.js -------------------------------------------------------------------------------- /src/js/synaptic-cli/src/cli.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/synaptic-cli/src/cli.ts -------------------------------------------------------------------------------- /src/js/synaptic-cli/src/cli/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/synaptic-cli/src/cli/main.js -------------------------------------------------------------------------------- /src/js/synaptic-cli/src/commands/dag.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/synaptic-cli/src/commands/dag.js -------------------------------------------------------------------------------- /src/js/synaptic-cli/src/commands/dag.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/synaptic-cli/src/commands/dag.ts -------------------------------------------------------------------------------- /src/js/synaptic-cli/src/commands/init.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/synaptic-cli/src/commands/init.js -------------------------------------------------------------------------------- /src/js/synaptic-cli/src/commands/init.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/synaptic-cli/src/commands/init.ts -------------------------------------------------------------------------------- /src/js/synaptic-cli/src/commands/kimi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/synaptic-cli/src/commands/kimi.ts -------------------------------------------------------------------------------- /src/js/synaptic-cli/src/commands/mcp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/synaptic-cli/src/commands/mcp.js -------------------------------------------------------------------------------- /src/js/synaptic-cli/src/commands/mesh.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/synaptic-cli/src/commands/mesh.js -------------------------------------------------------------------------------- /src/js/synaptic-cli/src/commands/mesh.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/synaptic-cli/src/commands/mesh.ts -------------------------------------------------------------------------------- /src/js/synaptic-cli/src/utils/version.js: -------------------------------------------------------------------------------- 1 | export const version = '1.0.0-alpha.1'; -------------------------------------------------------------------------------- /src/js/synaptic-cli/test-synaptic-init/.synaptic/wasm/neuro-divergent.wasm: -------------------------------------------------------------------------------- 1 | asm -------------------------------------------------------------------------------- /src/js/synaptic-cli/test-synaptic-init/.synaptic/wasm/ruv-fann.wasm: -------------------------------------------------------------------------------- 1 | asm -------------------------------------------------------------------------------- /src/js/synaptic-cli/test-synaptic-init/.synaptic/wasm/ruv_swarm_simd.wasm: -------------------------------------------------------------------------------- 1 | asm -------------------------------------------------------------------------------- /src/js/synaptic-cli/test-synaptic-init/.synaptic/wasm/ruv_swarm_wasm_bg.wasm: -------------------------------------------------------------------------------- 1 | asm -------------------------------------------------------------------------------- /src/js/synaptic-cli/tests/setup.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/synaptic-cli/tests/setup.js -------------------------------------------------------------------------------- /src/js/synaptic-cli/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/synaptic-cli/tsconfig.json -------------------------------------------------------------------------------- /src/js/synaptic-cli/wasm/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/synaptic-cli/wasm/LICENSE -------------------------------------------------------------------------------- /src/js/synaptic-cli/wasm/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/synaptic-cli/wasm/README.md -------------------------------------------------------------------------------- /src/js/synaptic-cli/wasm/bindings.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/synaptic-cli/wasm/bindings.ts -------------------------------------------------------------------------------- /src/js/synaptic-cli/wasm/neuro-divergent.wasm: -------------------------------------------------------------------------------- 1 | asm -------------------------------------------------------------------------------- /src/js/synaptic-cli/wasm/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/synaptic-cli/wasm/package.json -------------------------------------------------------------------------------- /src/js/synaptic-cli/wasm/ruv-fann.wasm: -------------------------------------------------------------------------------- 1 | asm -------------------------------------------------------------------------------- /src/js/synaptic-cli/wasm/ruv_fann.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/synaptic-cli/wasm/ruv_fann.d.ts -------------------------------------------------------------------------------- /src/js/synaptic-cli/wasm/ruv_fann.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/js/synaptic-cli/wasm/ruv_fann.js -------------------------------------------------------------------------------- /src/js/synaptic-cli/wasm/ruv_swarm_simd.wasm: -------------------------------------------------------------------------------- 1 | asm -------------------------------------------------------------------------------- /src/js/synaptic-cli/wasm/ruv_swarm_wasm_bg.wasm: -------------------------------------------------------------------------------- 1 | asm -------------------------------------------------------------------------------- /src/mcp/IMPLEMENTATION_SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/mcp/IMPLEMENTATION_SUMMARY.md -------------------------------------------------------------------------------- /src/mcp/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/mcp/README.md -------------------------------------------------------------------------------- /src/mcp/auth/auth-manager.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/mcp/auth/auth-manager.js -------------------------------------------------------------------------------- /src/mcp/build.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/mcp/build.js -------------------------------------------------------------------------------- /src/mcp/cli.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/mcp/cli.js -------------------------------------------------------------------------------- /src/mcp/config/kimi-providers.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/mcp/config/kimi-providers.json -------------------------------------------------------------------------------- /src/mcp/daa-mcp-bridge.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/mcp/daa-mcp-bridge.ts -------------------------------------------------------------------------------- /src/mcp/events/event-streamer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/mcp/events/event-streamer.js -------------------------------------------------------------------------------- /src/mcp/examples/basic-usage.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/mcp/examples/basic-usage.js -------------------------------------------------------------------------------- /src/mcp/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/mcp/index.js -------------------------------------------------------------------------------- /src/mcp/mcp-config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/mcp/mcp-config.json -------------------------------------------------------------------------------- /src/mcp/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/mcp/package.json -------------------------------------------------------------------------------- /src/mcp/server/mcp-server.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/mcp/server/mcp-server.js -------------------------------------------------------------------------------- /src/mcp/start-mcp-server.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/mcp/start-mcp-server.ts -------------------------------------------------------------------------------- /src/mcp/synaptic-mcp-server.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/mcp/synaptic-mcp-server.ts -------------------------------------------------------------------------------- /src/mcp/synaptic-mesh-mcp.config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/mcp/synaptic-mesh-mcp.config.json -------------------------------------------------------------------------------- /src/mcp/test-mcp-client.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/mcp/test-mcp-client.ts -------------------------------------------------------------------------------- /src/mcp/tests/kimi-integration.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/mcp/tests/kimi-integration.test.ts -------------------------------------------------------------------------------- /src/mcp/tests/mcp-integration.test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/mcp/tests/mcp-integration.test.js -------------------------------------------------------------------------------- /src/mcp/transport/transport-manager.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/mcp/transport/transport-manager.js -------------------------------------------------------------------------------- /src/mcp/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/mcp/tsconfig.json -------------------------------------------------------------------------------- /src/mcp/wasm-bridge/wasm-bridge.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/mcp/wasm-bridge/wasm-bridge.js -------------------------------------------------------------------------------- /src/neural/advanced-architectures.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/neural/advanced-architectures.js -------------------------------------------------------------------------------- /src/neural/ensemble-methods.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/neural/ensemble-methods.js -------------------------------------------------------------------------------- /src/neural/inference-optimizer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/neural/inference-optimizer.js -------------------------------------------------------------------------------- /src/neural/memory-optimizer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/neural/memory-optimizer.js -------------------------------------------------------------------------------- /src/neural/meta-learning.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/neural/meta-learning.js -------------------------------------------------------------------------------- /src/neural/neural-agent-manager.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/neural/neural-agent-manager.js -------------------------------------------------------------------------------- /src/neural/performance-profiler.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/neural/performance-profiler.js -------------------------------------------------------------------------------- /src/neural/ruv-fann-enhanced.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/neural/ruv-fann-enhanced.rs -------------------------------------------------------------------------------- /src/neural/wasm-optimization-engine.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/neural/wasm-optimization-engine.js -------------------------------------------------------------------------------- /src/rs/Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/Cargo.toml -------------------------------------------------------------------------------- /src/rs/QuDAG/QuDAG-main/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/QuDAG/QuDAG-main/.gitignore -------------------------------------------------------------------------------- /src/rs/QuDAG/QuDAG-main/.roo/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/QuDAG/QuDAG-main/.roo/README.md -------------------------------------------------------------------------------- /src/rs/QuDAG/QuDAG-main/.roo/mcp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/QuDAG/QuDAG-main/.roo/mcp.json -------------------------------------------------------------------------------- /src/rs/QuDAG/QuDAG-main/.roo/mcp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/QuDAG/QuDAG-main/.roo/mcp.md -------------------------------------------------------------------------------- /src/rs/QuDAG/QuDAG-main/.roomodes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/QuDAG/QuDAG-main/.roomodes -------------------------------------------------------------------------------- /src/rs/QuDAG/QuDAG-main/CLAUDE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/QuDAG/QuDAG-main/CLAUDE.md -------------------------------------------------------------------------------- /src/rs/QuDAG/QuDAG-main/Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/QuDAG/QuDAG-main/Cargo.toml -------------------------------------------------------------------------------- /src/rs/QuDAG/QuDAG-main/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/QuDAG/QuDAG-main/Dockerfile -------------------------------------------------------------------------------- /src/rs/QuDAG/QuDAG-main/Dockerfile.dev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/QuDAG/QuDAG-main/Dockerfile.dev -------------------------------------------------------------------------------- /src/rs/QuDAG/QuDAG-main/INSTALL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/QuDAG/QuDAG-main/INSTALL.md -------------------------------------------------------------------------------- /src/rs/QuDAG/QuDAG-main/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/QuDAG/QuDAG-main/LICENSE -------------------------------------------------------------------------------- /src/rs/QuDAG/QuDAG-main/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/QuDAG/QuDAG-main/Makefile -------------------------------------------------------------------------------- /src/rs/QuDAG/QuDAG-main/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/QuDAG/QuDAG-main/README.md -------------------------------------------------------------------------------- /src/rs/QuDAG/QuDAG-main/benchmarking/reports/crypto_benchmark_baseline.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/rs/QuDAG/QuDAG-main/benchmarking/reports/system_benchmark_baseline.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/rs/QuDAG/QuDAG-main/benchmarking/src/benchmarks: -------------------------------------------------------------------------------- 1 | benchmarks -------------------------------------------------------------------------------- /src/rs/QuDAG/QuDAG-main/benchmarking/tests/integration/__init__.py: -------------------------------------------------------------------------------- 1 | """Integration tests for QuDAG benchmarking.""" -------------------------------------------------------------------------------- /src/rs/QuDAG/QuDAG-main/benchmarking/tests/performance/__init__.py: -------------------------------------------------------------------------------- 1 | """Performance validation tests for QuDAG benchmarking.""" -------------------------------------------------------------------------------- /src/rs/QuDAG/QuDAG-main/benchmarking/tests/unit/__init__.py: -------------------------------------------------------------------------------- 1 | """Unit tests for QuDAG benchmarking components.""" -------------------------------------------------------------------------------- /src/rs/QuDAG/QuDAG-main/claude-flow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/QuDAG/QuDAG-main/claude-flow -------------------------------------------------------------------------------- /src/rs/QuDAG/QuDAG-main/core/crypto/tests/.test_vectors/mlkem768_ct.txt: -------------------------------------------------------------------------------- 1 | [0u8; 1088] 2 | -------------------------------------------------------------------------------- /src/rs/QuDAG/QuDAG-main/core/crypto/tests/.test_vectors/mlkem768_pk.txt: -------------------------------------------------------------------------------- 1 | [0u8; 1184] 2 | -------------------------------------------------------------------------------- /src/rs/QuDAG/QuDAG-main/core/crypto/tests/.test_vectors/mlkem768_sk.txt: -------------------------------------------------------------------------------- 1 | [0u8; 2400] 2 | -------------------------------------------------------------------------------- /src/rs/QuDAG/QuDAG-main/core/crypto/tests/.test_vectors/mlkem768_ss.txt: -------------------------------------------------------------------------------- 1 | [0u8; 32] 2 | -------------------------------------------------------------------------------- /src/rs/QuDAG/QuDAG-main/core/health.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/QuDAG/QuDAG-main/core/health.rs -------------------------------------------------------------------------------- /src/rs/QuDAG/QuDAG-main/core/vault/tests/cli/mod.rs: -------------------------------------------------------------------------------- 1 | pub mod command_tests; 2 | -------------------------------------------------------------------------------- /src/rs/QuDAG/QuDAG-main/core/vault/tests/integration/mod.rs: -------------------------------------------------------------------------------- 1 | pub mod qudag_integration_tests; 2 | -------------------------------------------------------------------------------- /src/rs/QuDAG/QuDAG-main/core/vault/tests/security/mod.rs: -------------------------------------------------------------------------------- 1 | pub mod encryption_tests; 2 | -------------------------------------------------------------------------------- /src/rs/QuDAG/QuDAG-main/core/vault/tests/unit/mod.rs: -------------------------------------------------------------------------------- 1 | pub mod vault_tests; 2 | -------------------------------------------------------------------------------- /src/rs/QuDAG/QuDAG-main/docs/SPARC.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/QuDAG/QuDAG-main/docs/SPARC.md -------------------------------------------------------------------------------- /src/rs/QuDAG/QuDAG-main/fuzz/fuzz_test_data/input_0.bin: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/rs/QuDAG/QuDAG-main/fuzz/fuzz_test_data/input_1.bin: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/rs/QuDAG/QuDAG-main/fuzz/fuzz_test_data/input_6.bin: -------------------------------------------------------------------------------- 1 | ; DROP TABLE users; -- -------------------------------------------------------------------------------- /src/rs/QuDAG/QuDAG-main/fuzz/fuzz_test_data/input_8.bin: -------------------------------------------------------------------------------- 1 | rm -rf / -------------------------------------------------------------------------------- /src/rs/QuDAG/QuDAG-main/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/QuDAG/QuDAG-main/install.sh -------------------------------------------------------------------------------- /src/rs/QuDAG/QuDAG-main/publish.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/QuDAG/QuDAG-main/publish.sh -------------------------------------------------------------------------------- /src/rs/QuDAG/QuDAG-main/qudag.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/QuDAG/QuDAG-main/qudag.sh -------------------------------------------------------------------------------- /src/rs/QuDAG/QuDAG-main/release.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/QuDAG/QuDAG-main/release.sh -------------------------------------------------------------------------------- /src/rs/QuDAG/QuDAG-main/uninstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/QuDAG/QuDAG-main/uninstall.sh -------------------------------------------------------------------------------- /src/rs/QuDAG/QuDAG-main/vault-standalone/tests/cli/mod.rs: -------------------------------------------------------------------------------- 1 | pub mod command_tests; -------------------------------------------------------------------------------- /src/rs/QuDAG/QuDAG-main/vault-standalone/tests/integration/mod.rs: -------------------------------------------------------------------------------- 1 | pub mod qudag_integration_tests; -------------------------------------------------------------------------------- /src/rs/QuDAG/QuDAG-main/vault-standalone/tests/security/mod.rs: -------------------------------------------------------------------------------- 1 | pub mod encryption_tests; -------------------------------------------------------------------------------- /src/rs/QuDAG/QuDAG-main/vault-standalone/tests/unit/mod.rs: -------------------------------------------------------------------------------- 1 | pub mod vault_tests; -------------------------------------------------------------------------------- /src/rs/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/build.sh -------------------------------------------------------------------------------- /src/rs/cuda-wasm/Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/cuda-wasm/Cargo.toml -------------------------------------------------------------------------------- /src/rs/cuda-wasm/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/cuda-wasm/Dockerfile -------------------------------------------------------------------------------- /src/rs/cuda-wasm/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/cuda-wasm/README.md -------------------------------------------------------------------------------- /src/rs/cuda-wasm/TESTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/cuda-wasm/TESTING.md -------------------------------------------------------------------------------- /src/rs/cuda-wasm/architecture.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/cuda-wasm/architecture.md -------------------------------------------------------------------------------- /src/rs/cuda-wasm/build.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/cuda-wasm/build.rs -------------------------------------------------------------------------------- /src/rs/cuda-wasm/cli/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/cuda-wasm/cli/index.js -------------------------------------------------------------------------------- /src/rs/cuda-wasm/cli/simple.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/cuda-wasm/cli/simple.js -------------------------------------------------------------------------------- /src/rs/cuda-wasm/demo/demo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/cuda-wasm/demo/demo.js -------------------------------------------------------------------------------- /src/rs/cuda-wasm/demo/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/cuda-wasm/demo/index.html -------------------------------------------------------------------------------- /src/rs/cuda-wasm/docs/API.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/cuda-wasm/docs/API.md -------------------------------------------------------------------------------- /src/rs/cuda-wasm/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/cuda-wasm/package-lock.json -------------------------------------------------------------------------------- /src/rs/cuda-wasm/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/cuda-wasm/package.json -------------------------------------------------------------------------------- /src/rs/cuda-wasm/scripts/build-wasm.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/cuda-wasm/scripts/build-wasm.sh -------------------------------------------------------------------------------- /src/rs/cuda-wasm/scripts/publish.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/cuda-wasm/scripts/publish.sh -------------------------------------------------------------------------------- /src/rs/cuda-wasm/scripts/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/cuda-wasm/scripts/test.sh -------------------------------------------------------------------------------- /src/rs/cuda-wasm/src/backend/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/cuda-wasm/src/backend/mod.rs -------------------------------------------------------------------------------- /src/rs/cuda-wasm/src/backend/native_gpu.rs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/rs/cuda-wasm/src/backend/wasm_runtime.rs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/rs/cuda-wasm/src/backend/webgpu.rs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/rs/cuda-wasm/src/bin/cuda2rust.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/cuda-wasm/src/bin/cuda2rust.rs -------------------------------------------------------------------------------- /src/rs/cuda-wasm/src/error.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/cuda-wasm/src/error.rs -------------------------------------------------------------------------------- /src/rs/cuda-wasm/src/kernel/grid.rs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/rs/cuda-wasm/src/kernel/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/cuda-wasm/src/kernel/mod.rs -------------------------------------------------------------------------------- /src/rs/cuda-wasm/src/kernel/shared_memory.rs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/rs/cuda-wasm/src/kernel/thread.rs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/rs/cuda-wasm/src/kernel/warp.rs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/rs/cuda-wasm/src/lib.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/cuda-wasm/src/lib.rs -------------------------------------------------------------------------------- /src/rs/cuda-wasm/src/memory/memory_pool.rs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/rs/cuda-wasm/src/memory/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/cuda-wasm/src/memory/mod.rs -------------------------------------------------------------------------------- /src/rs/cuda-wasm/src/memory/unified_memory.rs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/rs/cuda-wasm/src/parser/ast.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/cuda-wasm/src/parser/ast.rs -------------------------------------------------------------------------------- /src/rs/cuda-wasm/src/parser/kernel_extractor.rs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/rs/cuda-wasm/src/parser/lexer.rs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/rs/cuda-wasm/src/parser/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/cuda-wasm/src/parser/mod.rs -------------------------------------------------------------------------------- /src/rs/cuda-wasm/src/parser/ptx_parser.rs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/rs/cuda-wasm/src/prelude.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/cuda-wasm/src/prelude.rs -------------------------------------------------------------------------------- /src/rs/cuda-wasm/src/profiling/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/cuda-wasm/src/profiling/mod.rs -------------------------------------------------------------------------------- /src/rs/cuda-wasm/src/runtime/device.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/cuda-wasm/src/runtime/device.rs -------------------------------------------------------------------------------- /src/rs/cuda-wasm/src/runtime/event.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/cuda-wasm/src/runtime/event.rs -------------------------------------------------------------------------------- /src/rs/cuda-wasm/src/runtime/grid.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/cuda-wasm/src/runtime/grid.rs -------------------------------------------------------------------------------- /src/rs/cuda-wasm/src/runtime/kernel.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/cuda-wasm/src/runtime/kernel.rs -------------------------------------------------------------------------------- /src/rs/cuda-wasm/src/runtime/memory.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/cuda-wasm/src/runtime/memory.rs -------------------------------------------------------------------------------- /src/rs/cuda-wasm/src/runtime/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/cuda-wasm/src/runtime/mod.rs -------------------------------------------------------------------------------- /src/rs/cuda-wasm/src/runtime/stream.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/cuda-wasm/src/runtime/stream.rs -------------------------------------------------------------------------------- /src/rs/cuda-wasm/src/transpiler/builtin_functions.rs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/rs/cuda-wasm/src/transpiler/memory_mapper.rs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/rs/cuda-wasm/src/transpiler/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/cuda-wasm/src/transpiler/mod.rs -------------------------------------------------------------------------------- /src/rs/cuda-wasm/src/transpiler/type_converter.rs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/rs/cuda-wasm/src/utils/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/cuda-wasm/src/utils/mod.rs -------------------------------------------------------------------------------- /src/rs/cuda-wasm/tarpaulin.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/cuda-wasm/tarpaulin.toml -------------------------------------------------------------------------------- /src/rs/cuda-wasm/test_basic.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/cuda-wasm/test_basic.cu -------------------------------------------------------------------------------- /src/rs/cuda-wasm/test_basic.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/cuda-wasm/test_basic.rs -------------------------------------------------------------------------------- /src/rs/cuda-wasm/test_simple: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/cuda-wasm/test_simple -------------------------------------------------------------------------------- /src/rs/cuda-wasm/test_simple.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/cuda-wasm/test_simple.rs -------------------------------------------------------------------------------- /src/rs/cuda-wasm/tests/common/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/cuda-wasm/tests/common/mod.rs -------------------------------------------------------------------------------- /src/rs/cuda-wasm/tests/memory_tests.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/cuda-wasm/tests/memory_tests.rs -------------------------------------------------------------------------------- /src/rs/cuda-wasm/tests/parser_tests.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/cuda-wasm/tests/parser_tests.rs -------------------------------------------------------------------------------- /src/rs/daa-swarm/Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/daa-swarm/Cargo.toml -------------------------------------------------------------------------------- /src/rs/daa-swarm/src/lib.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/daa-swarm/src/lib.rs -------------------------------------------------------------------------------- /src/rs/daa/daa-main/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/daa/daa-main/.gitignore -------------------------------------------------------------------------------- /src/rs/daa/daa-main/.roo/mcp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/daa/daa-main/.roo/mcp.json -------------------------------------------------------------------------------- /src/rs/daa/daa-main/.roomodes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/daa/daa-main/.roomodes -------------------------------------------------------------------------------- /src/rs/daa/daa-main/CLAUDE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/daa/daa-main/CLAUDE.md -------------------------------------------------------------------------------- /src/rs/daa/daa-main/Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/daa/daa-main/Cargo.toml -------------------------------------------------------------------------------- /src/rs/daa/daa-main/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/daa/daa-main/README.md -------------------------------------------------------------------------------- /src/rs/daa/daa-main/claude-flow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/daa/daa-main/claude-flow -------------------------------------------------------------------------------- /src/rs/daa/daa-main/daa-ai/Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/daa/daa-main/daa-ai/Cargo.toml -------------------------------------------------------------------------------- /src/rs/daa/daa-main/daa-ai/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/daa/daa-main/daa-ai/README.md -------------------------------------------------------------------------------- /src/rs/daa/daa-main/daa-ai/src/lib.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/daa/daa-main/daa-ai/src/lib.rs -------------------------------------------------------------------------------- /src/rs/daa/daa-main/daa-cli/Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/daa/daa-main/daa-cli/Cargo.toml -------------------------------------------------------------------------------- /src/rs/daa/daa-main/daa-cli/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/daa/daa-main/daa-cli/README.md -------------------------------------------------------------------------------- /src/rs/daa/daa-main/daa-cli/src/lib.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/daa/daa-main/daa-cli/src/lib.rs -------------------------------------------------------------------------------- /src/rs/daa/daa-main/daa-mcp/Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/daa/daa-main/daa-mcp/Cargo.toml -------------------------------------------------------------------------------- /src/rs/daa/daa-main/daa-mcp/PUBLISH.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/daa/daa-main/daa-mcp/PUBLISH.md -------------------------------------------------------------------------------- /src/rs/daa/daa-main/daa-mcp/src/lib.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/daa/daa-main/daa-mcp/src/lib.rs -------------------------------------------------------------------------------- /src/rs/daa/daa-main/daa-sdk/Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/daa/daa-main/daa-sdk/Cargo.toml -------------------------------------------------------------------------------- /src/rs/daa/daa-main/deny.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/daa/daa-main/deny.toml -------------------------------------------------------------------------------- /src/rs/daa/daa-main/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/daa/daa-main/docker-compose.yml -------------------------------------------------------------------------------- /src/rs/daa/daa-main/docs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/daa/daa-main/docs/README.md -------------------------------------------------------------------------------- /src/rs/daa/daa-main/docs/api/ai.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/daa/daa-main/docs/api/ai.md -------------------------------------------------------------------------------- /src/rs/daa/daa-main/docs/api/rules.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/daa/daa-main/docs/api/rules.md -------------------------------------------------------------------------------- /src/rs/daa/daa-main/plans/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/daa/daa-main/plans/README.md -------------------------------------------------------------------------------- /src/rs/daa/daa-main/plans/research.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/daa/daa-main/plans/research.md -------------------------------------------------------------------------------- /src/rs/daa/daa-main/prompts/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/daa/daa-main/prompts/readme.md -------------------------------------------------------------------------------- /src/rs/daa/daa-main/qudag/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/daa/daa-main/qudag/.gitignore -------------------------------------------------------------------------------- /src/rs/daa/daa-main/qudag/.roo/mcp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/daa/daa-main/qudag/.roo/mcp.md -------------------------------------------------------------------------------- /src/rs/daa/daa-main/qudag/.roomodes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/daa/daa-main/qudag/.roomodes -------------------------------------------------------------------------------- /src/rs/daa/daa-main/qudag/CLAUDE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/daa/daa-main/qudag/CLAUDE.md -------------------------------------------------------------------------------- /src/rs/daa/daa-main/qudag/Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/daa/daa-main/qudag/Cargo.toml -------------------------------------------------------------------------------- /src/rs/daa/daa-main/qudag/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/daa/daa-main/qudag/Dockerfile -------------------------------------------------------------------------------- /src/rs/daa/daa-main/qudag/INSTALL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/daa/daa-main/qudag/INSTALL.md -------------------------------------------------------------------------------- /src/rs/daa/daa-main/qudag/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/daa/daa-main/qudag/LICENSE -------------------------------------------------------------------------------- /src/rs/daa/daa-main/qudag/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/daa/daa-main/qudag/Makefile -------------------------------------------------------------------------------- /src/rs/daa/daa-main/qudag/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/daa/daa-main/qudag/README.md -------------------------------------------------------------------------------- /src/rs/daa/daa-main/qudag/benchmarking/reports/crypto_benchmark_baseline.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/rs/daa/daa-main/qudag/benchmarking/reports/system_benchmark_baseline.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/rs/daa/daa-main/qudag/benchmarking/src/benchmarks: -------------------------------------------------------------------------------- 1 | benchmarks -------------------------------------------------------------------------------- /src/rs/daa/daa-main/qudag/benchmarking/tests/integration/__init__.py: -------------------------------------------------------------------------------- 1 | """Integration tests for QuDAG benchmarking.""" -------------------------------------------------------------------------------- /src/rs/daa/daa-main/qudag/benchmarking/tests/performance/__init__.py: -------------------------------------------------------------------------------- 1 | """Performance validation tests for QuDAG benchmarking.""" -------------------------------------------------------------------------------- /src/rs/daa/daa-main/qudag/benchmarking/tests/unit/__init__.py: -------------------------------------------------------------------------------- 1 | """Unit tests for QuDAG benchmarking components.""" -------------------------------------------------------------------------------- /src/rs/daa/daa-main/qudag/claude-flow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/daa/daa-main/qudag/claude-flow -------------------------------------------------------------------------------- /src/rs/daa/daa-main/qudag/core/crypto/tests/.test_vectors/mlkem768_ct.txt: -------------------------------------------------------------------------------- 1 | [0u8; 1088] 2 | -------------------------------------------------------------------------------- /src/rs/daa/daa-main/qudag/core/crypto/tests/.test_vectors/mlkem768_pk.txt: -------------------------------------------------------------------------------- 1 | [0u8; 1184] 2 | -------------------------------------------------------------------------------- /src/rs/daa/daa-main/qudag/core/crypto/tests/.test_vectors/mlkem768_sk.txt: -------------------------------------------------------------------------------- 1 | [0u8; 2400] 2 | -------------------------------------------------------------------------------- /src/rs/daa/daa-main/qudag/core/crypto/tests/.test_vectors/mlkem768_ss.txt: -------------------------------------------------------------------------------- 1 | [0u8; 32] 2 | -------------------------------------------------------------------------------- /src/rs/daa/daa-main/qudag/core/vault/tests/cli/mod.rs: -------------------------------------------------------------------------------- 1 | pub mod command_tests; 2 | -------------------------------------------------------------------------------- /src/rs/daa/daa-main/qudag/core/vault/tests/integration/mod.rs: -------------------------------------------------------------------------------- 1 | pub mod qudag_integration_tests; 2 | -------------------------------------------------------------------------------- /src/rs/daa/daa-main/qudag/core/vault/tests/security/mod.rs: -------------------------------------------------------------------------------- 1 | pub mod encryption_tests; 2 | -------------------------------------------------------------------------------- /src/rs/daa/daa-main/qudag/core/vault/tests/unit/mod.rs: -------------------------------------------------------------------------------- 1 | pub mod vault_tests; 2 | -------------------------------------------------------------------------------- /src/rs/daa/daa-main/qudag/fuzz/fuzz_test_data/input_0.bin: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/rs/daa/daa-main/qudag/fuzz/fuzz_test_data/input_1.bin: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/rs/daa/daa-main/qudag/fuzz/fuzz_test_data/input_6.bin: -------------------------------------------------------------------------------- 1 | ; DROP TABLE users; -- -------------------------------------------------------------------------------- /src/rs/daa/daa-main/qudag/fuzz/fuzz_test_data/input_8.bin: -------------------------------------------------------------------------------- 1 | rm -rf / -------------------------------------------------------------------------------- /src/rs/daa/daa-main/qudag/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/daa/daa-main/qudag/install.sh -------------------------------------------------------------------------------- /src/rs/daa/daa-main/qudag/publish.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/daa/daa-main/qudag/publish.sh -------------------------------------------------------------------------------- /src/rs/daa/daa-main/qudag/qudag.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/daa/daa-main/qudag/qudag.sh -------------------------------------------------------------------------------- /src/rs/daa/daa-main/qudag/release.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/daa/daa-main/qudag/release.sh -------------------------------------------------------------------------------- /src/rs/daa/daa-main/qudag/uninstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/daa/daa-main/qudag/uninstall.sh -------------------------------------------------------------------------------- /src/rs/daa/daa-main/qudag/vault-standalone/tests/cli/mod.rs: -------------------------------------------------------------------------------- 1 | pub mod command_tests; -------------------------------------------------------------------------------- /src/rs/daa/daa-main/qudag/vault-standalone/tests/integration/mod.rs: -------------------------------------------------------------------------------- 1 | pub mod qudag_integration_tests; -------------------------------------------------------------------------------- /src/rs/daa/daa-main/qudag/vault-standalone/tests/security/mod.rs: -------------------------------------------------------------------------------- 1 | pub mod encryption_tests; -------------------------------------------------------------------------------- /src/rs/daa/daa-main/qudag/vault-standalone/tests/unit/mod.rs: -------------------------------------------------------------------------------- 1 | pub mod vault_tests; -------------------------------------------------------------------------------- /src/rs/daa/daa-main/release.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/daa/daa-main/release.toml -------------------------------------------------------------------------------- /src/rs/daa/daa-main/src/main.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/daa/daa-main/src/main.rs -------------------------------------------------------------------------------- /src/rs/neural-mesh/Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/neural-mesh/Cargo.toml -------------------------------------------------------------------------------- /src/rs/neural-mesh/src/agent.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/neural-mesh/src/agent.rs -------------------------------------------------------------------------------- /src/rs/neural-mesh/src/cognition.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/neural-mesh/src/cognition.rs -------------------------------------------------------------------------------- /src/rs/neural-mesh/src/coordinator.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/neural-mesh/src/coordinator.rs -------------------------------------------------------------------------------- /src/rs/neural-mesh/src/distributed.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/neural-mesh/src/distributed.rs -------------------------------------------------------------------------------- /src/rs/neural-mesh/src/error.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/neural-mesh/src/error.rs -------------------------------------------------------------------------------- /src/rs/neural-mesh/src/lib.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/neural-mesh/src/lib.rs -------------------------------------------------------------------------------- /src/rs/neural-mesh/src/mesh.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/neural-mesh/src/mesh.rs -------------------------------------------------------------------------------- /src/rs/qudag-core/Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/qudag-core/Cargo.toml -------------------------------------------------------------------------------- /src/rs/qudag-core/src/consensus.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/qudag-core/src/consensus.rs -------------------------------------------------------------------------------- /src/rs/qudag-core/src/crypto.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/qudag-core/src/crypto.rs -------------------------------------------------------------------------------- /src/rs/qudag-core/src/dag.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/qudag-core/src/dag.rs -------------------------------------------------------------------------------- /src/rs/qudag-core/src/error.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/qudag-core/src/error.rs -------------------------------------------------------------------------------- /src/rs/qudag-core/src/lib.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/qudag-core/src/lib.rs -------------------------------------------------------------------------------- /src/rs/qudag-core/src/metrics.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/qudag-core/src/metrics.rs -------------------------------------------------------------------------------- /src/rs/qudag-core/src/networking.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/qudag-core/src/networking.rs -------------------------------------------------------------------------------- /src/rs/qudag-core/src/peer.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/qudag-core/src/peer.rs -------------------------------------------------------------------------------- /src/rs/qudag-core/src/storage.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/qudag-core/src/storage.rs -------------------------------------------------------------------------------- /src/rs/ruv-FANN/.cargo/config.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/.cargo/config.toml -------------------------------------------------------------------------------- /src/rs/ruv-FANN/.claude.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/.claude.json -------------------------------------------------------------------------------- /src/rs/ruv-FANN/.claude/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/.claude/config.json -------------------------------------------------------------------------------- /src/rs/ruv-FANN/.claude/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/.claude/settings.json -------------------------------------------------------------------------------- /src/rs/ruv-FANN/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/.gitignore -------------------------------------------------------------------------------- /src/rs/ruv-FANN/.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/.gitmodules -------------------------------------------------------------------------------- /src/rs/ruv-FANN/.hive-mind/hive.db-shm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/.hive-mind/hive.db-shm -------------------------------------------------------------------------------- /src/rs/ruv-FANN/.hive-mind/hive.db-wal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/.hive-mind/hive.db-wal -------------------------------------------------------------------------------- /src/rs/ruv-FANN/.mcp.json: -------------------------------------------------------------------------------- 1 | { 2 | "mcpServers": {} 3 | } -------------------------------------------------------------------------------- /src/rs/ruv-FANN/.roo/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/.roo/README.md -------------------------------------------------------------------------------- /src/rs/ruv-FANN/.roo/mcp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/.roo/mcp.json -------------------------------------------------------------------------------- /src/rs/ruv-FANN/.roomodes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/.roomodes -------------------------------------------------------------------------------- /src/rs/ruv-FANN/.swarm/memory.db-shm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/.swarm/memory.db-shm -------------------------------------------------------------------------------- /src/rs/ruv-FANN/.swarm/memory.db-wal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/.swarm/memory.db-wal -------------------------------------------------------------------------------- /src/rs/ruv-FANN/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/CHANGELOG.md -------------------------------------------------------------------------------- /src/rs/ruv-FANN/CLAUDE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/CLAUDE.md -------------------------------------------------------------------------------- /src/rs/ruv-FANN/CONTRIBUTORS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/CONTRIBUTORS.md -------------------------------------------------------------------------------- /src/rs/ruv-FANN/Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/Cargo.toml -------------------------------------------------------------------------------- /src/rs/ruv-FANN/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/LICENSE -------------------------------------------------------------------------------- /src/rs/ruv-FANN/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/README.md -------------------------------------------------------------------------------- /src/rs/ruv-FANN/claude-flow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/claude-flow -------------------------------------------------------------------------------- /src/rs/ruv-FANN/claude-flow.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/claude-flow.bat -------------------------------------------------------------------------------- /src/rs/ruv-FANN/claude-flow.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/claude-flow.ps1 -------------------------------------------------------------------------------- /src/rs/ruv-FANN/cuda-wasm/.eslintrc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/cuda-wasm/.eslintrc.js -------------------------------------------------------------------------------- /src/rs/ruv-FANN/cuda-wasm/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/cuda-wasm/.gitignore -------------------------------------------------------------------------------- /src/rs/ruv-FANN/cuda-wasm/.npmignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/cuda-wasm/.npmignore -------------------------------------------------------------------------------- /src/rs/ruv-FANN/cuda-wasm/.prettierrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/cuda-wasm/.prettierrc -------------------------------------------------------------------------------- /src/rs/ruv-FANN/cuda-wasm/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/cuda-wasm/CHANGELOG.md -------------------------------------------------------------------------------- /src/rs/ruv-FANN/cuda-wasm/Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/cuda-wasm/Cargo.toml -------------------------------------------------------------------------------- /src/rs/ruv-FANN/cuda-wasm/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/cuda-wasm/Dockerfile -------------------------------------------------------------------------------- /src/rs/ruv-FANN/cuda-wasm/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/cuda-wasm/LICENSE -------------------------------------------------------------------------------- /src/rs/ruv-FANN/cuda-wasm/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/cuda-wasm/README.md -------------------------------------------------------------------------------- /src/rs/ruv-FANN/cuda-wasm/TESTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/cuda-wasm/TESTING.md -------------------------------------------------------------------------------- /src/rs/ruv-FANN/cuda-wasm/build.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/cuda-wasm/build.rs -------------------------------------------------------------------------------- /src/rs/ruv-FANN/cuda-wasm/cli/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/cuda-wasm/cli/index.js -------------------------------------------------------------------------------- /src/rs/ruv-FANN/cuda-wasm/demo/demo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/cuda-wasm/demo/demo.js -------------------------------------------------------------------------------- /src/rs/ruv-FANN/cuda-wasm/docs/API.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/cuda-wasm/docs/API.md -------------------------------------------------------------------------------- /src/rs/ruv-FANN/cuda-wasm/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/cuda-wasm/package.json -------------------------------------------------------------------------------- /src/rs/ruv-FANN/cuda-wasm/src/backend/webgpu.rs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/rs/ruv-FANN/cuda-wasm/src/error.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/cuda-wasm/src/error.rs -------------------------------------------------------------------------------- /src/rs/ruv-FANN/cuda-wasm/src/kernel/grid.rs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/rs/ruv-FANN/cuda-wasm/src/kernel/shared_memory.rs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/rs/ruv-FANN/cuda-wasm/src/kernel/thread.rs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/rs/ruv-FANN/cuda-wasm/src/kernel/warp.rs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/rs/ruv-FANN/cuda-wasm/src/lib.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/cuda-wasm/src/lib.rs -------------------------------------------------------------------------------- /src/rs/ruv-FANN/cuda-wasm/src/parser/kernel_extractor.rs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/rs/ruv-FANN/cuda-wasm/src/parser/lexer.rs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/rs/ruv-FANN/cuda-wasm/src/parser/ptx_parser.rs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/rs/ruv-FANN/cuda-wasm/src/transpiler/builtin_functions.rs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/rs/ruv-FANN/cuda-wasm/src/transpiler/memory_mapper.rs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/rs/ruv-FANN/cuda-wasm/src/transpiler/type_converter.rs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/rs/ruv-FANN/deny.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/deny.toml -------------------------------------------------------------------------------- /src/rs/ruv-FANN/docs/MIGRATION.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/docs/MIGRATION.md -------------------------------------------------------------------------------- /src/rs/ruv-FANN/docs/test-hooks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/docs/test-hooks.md -------------------------------------------------------------------------------- /src/rs/ruv-FANN/examples/test_adam.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/examples/test_adam.rs -------------------------------------------------------------------------------- /src/rs/ruv-FANN/examples/xor.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/examples/xor.rs -------------------------------------------------------------------------------- /src/rs/ruv-FANN/opencv-rust/Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/opencv-rust/Cargo.toml -------------------------------------------------------------------------------- /src/rs/ruv-FANN/opencv-rust/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/opencv-rust/README.md -------------------------------------------------------------------------------- /src/rs/ruv-FANN/opencv-rust/publish.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/opencv-rust/publish.sh -------------------------------------------------------------------------------- /src/rs/ruv-FANN/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/package-lock.json -------------------------------------------------------------------------------- /src/rs/ruv-FANN/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/package.json -------------------------------------------------------------------------------- /src/rs/ruv-FANN/ruv-swarm/Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/ruv-swarm/Cargo.toml -------------------------------------------------------------------------------- /src/rs/ruv-FANN/ruv-swarm/LICENSE-MIT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/ruv-swarm/LICENSE-MIT -------------------------------------------------------------------------------- /src/rs/ruv-FANN/ruv-swarm/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/ruv-swarm/README.md -------------------------------------------------------------------------------- /src/rs/ruv-FANN/ruv-swarm/benchmarking/examples/comprehensive_swe_bench_evaluation.rs: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/rs/ruv-FANN/ruv-swarm/crates/swe-bench-adapter/swe-bench-instances/instances.json: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/rs/ruv-FANN/ruv-swarm/models/claude-code-optimizer/model_config.toml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/rs/ruv-FANN/ruv-swarm/models/claude-code-optimizer/swe_bench_optimization_results.json: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/rs/ruv-FANN/ruv-swarm/models/claude-code-optimizer/train_optimizer.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/rs/ruv-FANN/ruv-swarm/models/claude-code-optimizer/updated_swe_bench_optimization_results.json: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/rs/ruv-FANN/ruv-swarm/models/hyperparameter_optimization_report.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/rs/ruv-FANN/ruv-swarm/models/nbeats-task-decomposer/training-data/complex_projects_dataset.json: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/rs/ruv-FANN/ruv-swarm/models/nbeats-task-decomposer/training-data/extended_training_dataset.json: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/rs/ruv-FANN/ruv-swarm/models/nbeats-task-decomposer/training-data/task_decomposition_dataset.json: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/rs/ruv-FANN/ruv-swarm/models/optimization_summary.json: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/rs/ruv-FANN/ruv-swarm/models/run_optimization.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/rs/ruv-FANN/ruv-swarm/models/tcn-pattern-detector/data/training/cpp_patterns.json: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/rs/ruv-FANN/ruv-swarm/models/tcn-pattern-detector/data/training/javascript_patterns.json: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/rs/ruv-FANN/ruv-swarm/models/tcn-pattern-detector/data/training/python_patterns.json: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/rs/ruv-FANN/ruv-swarm/ruv-swarm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/ruv-swarm/ruv-swarm -------------------------------------------------------------------------------- /src/rs/ruv-FANN/ruv-swarm/test-wasm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/ruv-swarm/test-wasm.js -------------------------------------------------------------------------------- /src/rs/ruv-FANN/ruv-swarm/tests/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/ruv-swarm/tests/mod.rs -------------------------------------------------------------------------------- /src/rs/ruv-FANN/src/activation.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/src/activation.rs -------------------------------------------------------------------------------- /src/rs/ruv-FANN/src/cascade.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/src/cascade.rs -------------------------------------------------------------------------------- /src/rs/ruv-FANN/src/connection.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/src/connection.rs -------------------------------------------------------------------------------- /src/rs/ruv-FANN/src/errors.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/src/errors.rs -------------------------------------------------------------------------------- /src/rs/ruv-FANN/src/integration.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/src/integration.rs -------------------------------------------------------------------------------- /src/rs/ruv-FANN/src/io/binary.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/src/io/binary.rs -------------------------------------------------------------------------------- /src/rs/ruv-FANN/src/io/compression.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/src/io/compression.rs -------------------------------------------------------------------------------- /src/rs/ruv-FANN/src/io/dot_export.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/src/io/dot_export.rs -------------------------------------------------------------------------------- /src/rs/ruv-FANN/src/io/error.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/src/io/error.rs -------------------------------------------------------------------------------- /src/rs/ruv-FANN/src/io/fann_format.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/src/io/fann_format.rs -------------------------------------------------------------------------------- /src/rs/ruv-FANN/src/io/json.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/src/io/json.rs -------------------------------------------------------------------------------- /src/rs/ruv-FANN/src/io/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/src/io/mod.rs -------------------------------------------------------------------------------- /src/rs/ruv-FANN/src/io/streaming.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/src/io/streaming.rs -------------------------------------------------------------------------------- /src/rs/ruv-FANN/src/layer.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/src/layer.rs -------------------------------------------------------------------------------- /src/rs/ruv-FANN/src/lib.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/src/lib.rs -------------------------------------------------------------------------------- /src/rs/ruv-FANN/src/memory_manager.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/src/memory_manager.rs -------------------------------------------------------------------------------- /src/rs/ruv-FANN/src/mock_types.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/src/mock_types.rs -------------------------------------------------------------------------------- /src/rs/ruv-FANN/src/network.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/src/network.rs -------------------------------------------------------------------------------- /src/rs/ruv-FANN/src/network_gpu.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/src/network_gpu.rs -------------------------------------------------------------------------------- /src/rs/ruv-FANN/src/neuron.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/src/neuron.rs -------------------------------------------------------------------------------- /src/rs/ruv-FANN/src/simd/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/src/simd/mod.rs -------------------------------------------------------------------------------- /src/rs/ruv-FANN/src/tests/mod.rs: -------------------------------------------------------------------------------- 1 | mod network_tests; 2 | -------------------------------------------------------------------------------- /src/rs/ruv-FANN/src/training/adam.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/src/training/adam.rs -------------------------------------------------------------------------------- /src/rs/ruv-FANN/src/training/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/src/training/mod.rs -------------------------------------------------------------------------------- /src/rs/ruv-FANN/src/training/rprop.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/src/training/rprop.rs -------------------------------------------------------------------------------- /src/rs/ruv-FANN/src/webgpu/backend.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/src/webgpu/backend.rs -------------------------------------------------------------------------------- /src/rs/ruv-FANN/src/webgpu/device.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/src/webgpu/device.rs -------------------------------------------------------------------------------- /src/rs/ruv-FANN/src/webgpu/error.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/src/webgpu/error.rs -------------------------------------------------------------------------------- /src/rs/ruv-FANN/src/webgpu/fallback.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/src/webgpu/fallback.rs -------------------------------------------------------------------------------- /src/rs/ruv-FANN/src/webgpu/memory.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/src/webgpu/memory.rs -------------------------------------------------------------------------------- /src/rs/ruv-FANN/src/webgpu/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/src/webgpu/mod.rs -------------------------------------------------------------------------------- /src/rs/ruv-FANN/src/webgpu/shaders.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/src/webgpu/shaders.rs -------------------------------------------------------------------------------- /src/rs/ruv-FANN/src/webgpu/tests.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/src/webgpu/tests.rs -------------------------------------------------------------------------------- /src/rs/ruv-FANN/tests/gpu/common.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/tests/gpu/common.rs -------------------------------------------------------------------------------- /src/rs/ruv-FANN/tests/gpu/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/tests/gpu/mod.rs -------------------------------------------------------------------------------- /src/rs/ruv-FANN/tests/init-test/.swarm-id: -------------------------------------------------------------------------------- 1 | swarm-test-1751382725 2 | -------------------------------------------------------------------------------- /src/rs/ruv-FANN/vector_add.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/vector_add.cu -------------------------------------------------------------------------------- /src/rs/ruv-FANN/vector_add.wasm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-FANN/vector_add.wasm -------------------------------------------------------------------------------- /src/rs/ruv-fann-wasm/Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-fann-wasm/Cargo.toml -------------------------------------------------------------------------------- /src/rs/ruv-fann-wasm/src/lib.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/ruv-fann-wasm/src/lib.rs -------------------------------------------------------------------------------- /src/rs/synaptic-mesh-cli/Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/synaptic-mesh-cli/Cargo.toml -------------------------------------------------------------------------------- /src/rs/synaptic-mesh-cli/src/main.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/synaptic-mesh-cli/src/main.rs -------------------------------------------------------------------------------- /src/rs/synaptic-mesh-cli/tests/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/synaptic-mesh-cli/tests/mod.rs -------------------------------------------------------------------------------- /src/rs/synaptic-mesh-p2p/Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/synaptic-mesh-p2p/Cargo.toml -------------------------------------------------------------------------------- /src/rs/synaptic-mesh-p2p/src/crypto.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/synaptic-mesh-p2p/src/crypto.rs -------------------------------------------------------------------------------- /src/rs/synaptic-mesh-p2p/src/lib.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/src/rs/synaptic-mesh-p2p/src/lib.rs -------------------------------------------------------------------------------- /temp-publish/qudag-core/Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/temp-publish/qudag-core/Cargo.toml -------------------------------------------------------------------------------- /temp-publish/qudag-core/src/crypto.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/temp-publish/qudag-core/src/crypto.rs -------------------------------------------------------------------------------- /temp-publish/qudag-core/src/dag.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/temp-publish/qudag-core/src/dag.rs -------------------------------------------------------------------------------- /temp-publish/qudag-core/src/error.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/temp-publish/qudag-core/src/error.rs -------------------------------------------------------------------------------- /temp-publish/qudag-core/src/lib.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/temp-publish/qudag-core/src/lib.rs -------------------------------------------------------------------------------- /temp-publish/qudag-core/src/metrics.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/temp-publish/qudag-core/src/metrics.rs -------------------------------------------------------------------------------- /temp-publish/qudag-core/src/peer.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/temp-publish/qudag-core/src/peer.rs -------------------------------------------------------------------------------- /temp-publish/qudag-core/src/storage.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/temp-publish/qudag-core/src/storage.rs -------------------------------------------------------------------------------- /test-synaptic/.synaptic/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/test-synaptic/.synaptic/config.json -------------------------------------------------------------------------------- /test-synaptic/.synaptic/keys/node.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/test-synaptic/.synaptic/keys/node.key -------------------------------------------------------------------------------- /test-synaptic/.synaptic/wasm/neuro-divergent.wasm: -------------------------------------------------------------------------------- 1 | asm -------------------------------------------------------------------------------- /test-synaptic/.synaptic/wasm/ruv-fann.wasm: -------------------------------------------------------------------------------- 1 | asm -------------------------------------------------------------------------------- /test-synaptic/.synaptic/wasm/ruv_swarm_simd.wasm: -------------------------------------------------------------------------------- 1 | asm -------------------------------------------------------------------------------- /test-synaptic/.synaptic/wasm/ruv_swarm_wasm_bg.wasm: -------------------------------------------------------------------------------- 1 | asm -------------------------------------------------------------------------------- /test-synaptic/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/test-synaptic/docker-compose.yml -------------------------------------------------------------------------------- /test-synaptic/start-mesh.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/test-synaptic/start-mesh.sh -------------------------------------------------------------------------------- /test-workspace/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/test-workspace/package.json -------------------------------------------------------------------------------- /tests/Dockerfile.test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/tests/Dockerfile.test -------------------------------------------------------------------------------- /tests/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/tests/README.md -------------------------------------------------------------------------------- /tests/dashboard.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/tests/dashboard.html -------------------------------------------------------------------------------- /tests/global-setup.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/tests/global-setup.js -------------------------------------------------------------------------------- /tests/global-teardown.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/tests/global-teardown.js -------------------------------------------------------------------------------- /tests/jest.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/tests/jest.config.js -------------------------------------------------------------------------------- /tests/performance/benchmark-suite.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/tests/performance/benchmark-suite.js -------------------------------------------------------------------------------- /tests/qa/QA_VALIDATION_REPORT.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/tests/qa/QA_VALIDATION_REPORT.json -------------------------------------------------------------------------------- /tests/qa/QA_VALIDATION_SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/tests/qa/QA_VALIDATION_SUMMARY.md -------------------------------------------------------------------------------- /tests/qa/comprehensive-qa-runner.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/tests/qa/comprehensive-qa-runner.js -------------------------------------------------------------------------------- /tests/qa/qa-validation-runner.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/tests/qa/qa-validation-runner.js -------------------------------------------------------------------------------- /tests/reports/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/tests/reports/README.md -------------------------------------------------------------------------------- /tests/reports/stress-test-report.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/tests/reports/stress-test-report.json -------------------------------------------------------------------------------- /tests/reports/stress-test-runner.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/tests/reports/stress-test-runner.js -------------------------------------------------------------------------------- /tests/reports/stress-test-summary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/tests/reports/stress-test-summary.md -------------------------------------------------------------------------------- /tests/run-all-tests.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/tests/run-all-tests.sh -------------------------------------------------------------------------------- /tests/run-swarm-tests.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/tests/run-swarm-tests.sh -------------------------------------------------------------------------------- /tests/run_comprehensive_tests.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/tests/run_comprehensive_tests.sh -------------------------------------------------------------------------------- /tests/setup.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/tests/setup.js -------------------------------------------------------------------------------- /tests/stress/stress-test-suite.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/tests/stress/stress-test-suite.js -------------------------------------------------------------------------------- /tests/swarm-components-unit.test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/tests/swarm-components-unit.test.js -------------------------------------------------------------------------------- /tests/unit/js/claude-flow.test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/tests/unit/js/claude-flow.test.js -------------------------------------------------------------------------------- /tests/unit/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/tests/unit/package.json -------------------------------------------------------------------------------- /tests/unit/rust/qudag_tests.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/tests/unit/rust/qudag_tests.rs -------------------------------------------------------------------------------- /tests/unit/rust/ruv_fann_tests.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/tests/unit/rust/ruv_fann_tests.rs -------------------------------------------------------------------------------- /wasm-testing-suite/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/wasm-testing-suite/README.md -------------------------------------------------------------------------------- /wasm-testing-suite/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Synaptic-Mesh/HEAD/wasm-testing-suite/package.json --------------------------------------------------------------------------------