Add SwarmOps to Agents & Orchestration#260
Open
h4ckm1n-dev wants to merge 1 commit intojqueryscript:mainfrom
Open
Add SwarmOps to Agents & Orchestration#260h4ckm1n-dev wants to merge 1 commit intojqueryscript:mainfrom
h4ckm1n-dev wants to merge 1 commit intojqueryscript:mainfrom
Conversation
Hardened fork of ruflo/claude-flow optimized for global ~/.claude installs. Concrete wins: 46x faster memory_search, semantic memory via mxbai-embed-large, AIDefence wired into UserPromptSubmit/PreToolUse hooks.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is SwarmOps
SwarmOps is a hardened, optimized fork of ruflo / claude-flow specifically tuned for users who install it globally at
~/.claude/instead of per-project.Why it belongs in this list
It's a Claude Code agent orchestration platform — same category as the entries already in 🤖 Agents & Orchestration (claude-flow itself, claude-swarm, claude_code_agent_farm, Citadel, multi-agent-squad). The main differentiator is global-install correctness + measurable performance.
Three strongest concrete claims
memory_search(74.2 ms → 1.6 ms warm). In-process SQLite connection pool eliminates per-call open. Benchmarks reproducible vianpm run bench:memoryin the repo.mxbai-embed-large(1024-dim, MTEB 64.68) replacing the bundledall-MiniLM-L6-v2(384-dim). +33% recall on paraphrased queries. Graceful fallback to MiniLM if Ollama unreachable.UserPromptSubmitandPreToolUse:WebFetchhooks (upstream ships them but never invokes them). Plus 14 npm-audit CVEs patched (undici CRLF, yaml stack overflow), permission allowlist tightened from prefix wildcards to exact subcommand grants, path traversal closed in 4 hook sites.Submission compliance
🤖 Agents & Orchestrationsection, matching the existing format (no star count since the repo is brand new).Honest disclosure
The repo is 2 days old and has 0 stars — I'm not asking to be at the top of the list. The contribution guidelines section is marked "Under Construction", so I'm following the visible format conventions. Happy to revise the entry, move it, or close this PR if it doesn't fit your curation bar.
Thank you for maintaining this list.