Rename Copilot Swarm Orchestrator to Swarm Orchestrator and update install command#1574
Merged
aaronpowell merged 1 commit intogithub:stagedfrom Apr 30, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the tools catalog entry for Swarm Orchestrator to reflect its renamed npm package and expanded scope beyond Copilot CLI, ensuring the install/configuration snippet and metadata are current for the website tools page.
Changes:
- Renamed the tool entry from
copilot-swarm-orchestratortoswarm-orchestrator(id/name) and updated description, requirements, features, links, and tags. - Updated the installation and example usage commands to reference
swarm-orchestratorand the current CLI subcommands.
aaronpowell
approved these changes
Apr 30, 2026
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.
Renames the existing Copilot Swarm Orchestrator entry to Swarm Orchestrator
and updates its install command, description, and feature list to reflect
the project's current state.
Background: the project was originally listed under id
copilot-swarm-orchestrator, matching its npm package at the time. As ofv4.0.0+ the project added adapters for Claude Code and Codex alongside
Copilot CLI, and as part of that scope expansion the npm package was
renamed to
swarm-orchestrator. The old package(
copilot-swarm-orchestrator) is deprecated on the registry and points atthe new name. The existing tools.yml entry's install command has not
worked since the rename.
This PR updates the entry in place: id, name, description, install
command, features, tags, and links all change to reflect the renamed
package and the v7.0.0 falsification-and-attestation positioning.
Project: independent verification battery for AI-authored patches. Wraps
Copilot CLI, Claude Code, or Codex; runs each patch through five
falsification layers before merge with signed SLSA attestation.
GitHub: https://github.com/moonrunnerkc/swarm-orchestrator
npm: https://www.npmjs.com/package/swarm-orchestrator
Verified install:
npm install -g swarm-orchestrator && swarm --help