chore(marketplace): rename claude-delegator -> deliberation + advertise OpenRouter#38
Merged
Merged
Conversation
…e OpenRouter Track the in-flight claude-delegator -> deliberation rebrand and surface the already-shipped OpenRouter provider in the marketplace metadata. - rename the plugin entry and source pointers (repo/url) across all three manifests (.claude-plugin, .agents, .kiro); pin the planned v2.0.0 major - description + keywords: add OpenRouter (config-driven, 400+ models) and ask-openrouter; keep the advisory-only note for Grok and OpenRouter - README: fix the expert count (seven, not five), add OpenRouter to the provider list, consensus loop, command list, and short aliases; renamespace slash commands to /deliberation:* Held as a draft: the antonbabenko/deliberation repo + v2.0.0 release do not exist yet (the GitHub rename and the upstream release gate the merge).
2d74d0f to
cdd32e0
Compare
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
Brings the marketplace metadata for the delegation plugin current with two upstream changes:
ask-openroutercommand. The marketplace description, keywords, and README previously listed only GPT (Codex), Gemini, and Grok (xAI). Also fixes the README expert count (seven, not "five").claude-delegator->deliberation(repo, plugin name, slash namespace). Entry name + source pointers updated across all three manifests; pinned to the plannedv2.0.0major.Files
.claude-plugin/marketplace.json- name,source.repo,ref/version(v2.0.0/2.0.0), description, keywords (+openrouter,+openai,+google)..agents/plugins/marketplace.json,.kiro/plugins/marketplace.json- name +source.url+ref(kept in 3-way sync).README.md- section header/link, provider list, consensus loop,/deliberation:*command list (incl.ask-openrouter), short aliases.CI/CD: manifests only. The external-plugin auto-update script auto-discovers from the manifests, so it resolves
antonbabenko/deliberationautomatically once the GitHub rename lands; no script/policy edits needed.Why draft - merge checklist
This must not merge until the upstream rename + release exist:
deliberationv2.0.0release publishedantonbabenko/claude-delegatorrenamed toantonbabenko/deliberationref/version(v2.0.0) matches the published tagVerification
ref == "v" + version.markdownlint-cli2 README.md-> 0 errors.git grep claude-delegator-> clean (no stale name); expert-count fixed.