feat: add ultraswarm orchestration plugin#52
Open
fubak wants to merge 5 commits into
Open
Conversation
3 tasks
Author
|
Companion PR in source repo: fubak/ultraswarm#31 (lands .grok-plugin/ + docs + hygiene to main). All local validates + full test suite (321 tests) pass on the branch. Ready for review/merge. |
…14e45c1cafc8d (post-merge + codex recs: grok manifest validation, identical manifests check, tighter gitignore, full docs)
Author
|
Final update (post all work):
This is the complete submission. Please review and merge when ready. |
Pin ultraswarm to the v3.5.10 release commit (04131d2736def35d74b56297001b5a0bac1cbfc6) and regenerate the plugin index. Catalog + index --check pass.
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 this PR does
Ultraswarm is a durable multi-CLI coding orchestrator supporting Codex, Claude Code, Grok, Cursor Agent, local/private models (via pi), and shell workers. It owns:
The plugin surfaces a
ultraswarmskill (with/ultraswarmorultraswarminvocation) that delegates planning/execution to the user's installed standalone runner (bin/ultraswarm.mjs).Ownership
sourcerepo is published under our official org (or I've explained why not below).Sourced from personal account
fubak/ultraswarm(the project brand/username). Similar to other entries (e.g. superpowers fromobra).Checklist
.grok-plugin/marketplace.json(valid JSON, kebab-casename).sha, and that commit is public + reachable..grok-plugin/plugin-index.json.python3 scripts/validate-catalog.pypasses locally.python3 scripts/generate-plugin-index.py --checkpasses locally.homepage+ cleardescriptionset.Security
curl | bash, remote-code download/exec, orpostinstallRCE..env, or env vars (the skill is instructional).The skill instructs the host to locate and invoke the separately cloned
~/projects/ultraswarm(or ULTRASWARM_HOME) runner. All privileged operations (process spawning, git worktrees, writes) happen in that runner under user control.Notes for reviewers
skills/ultraswarm/SKILL.md(with frontmatter).grok-plugin/plugin.jsonand.claude-plugin/plugin.json(for compatibility)