Move community adapters to webcmd-plugins - #472
Merged
Conversation
Point the packaged catalog at agentrhq/webcmd-plugins and add one exact normalizer so legacy github:agentrhq/webcmd install sources and lock clone URLs resolve to the new repository without rewriting unrelated catalogs or failed updates. Remove the in-tree plugins collection and plugin-repo-only generation, parity, quality, and workflow machinery.
Contributor
🟠 Maintainer review suggested — low confidenceThe automated review could not reach a fully supported conclusion. Limitations
This review is advisory and does not block merging. |
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.
Description
Moves the 123 community adapters and their manifests, tests, generation tooling, and sync workflows to the new public repository: https://github.com/agentrhq/webcmd-plugins
This PR removes those files from WebCMD while preserving core CLI and hosted contracts. Exact legacy official sources under agentrhq/webcmd are normalized to agentrhq/webcmd-plugins so existing source identifiers keep working; unrelated GitHub sources are untouched.
Related issue: N/A
Type of Change
Checklist
Adapter Notes
Adapter implementations were moved to webcmd-plugins without behavioral edits. The standalone repository owns adapter tests and generated marketplace manifests.
Verification