feat: bundle review agents (critic + planner + reviewer) + bump to 0.9.0#2
Merged
Merged
Conversation
- Add 3 read-only, max-effort Opus subagents under agents/ (projectstore-critic, code-planner, code-reviewer), auto-discovered and invokable as projectstore:<name> - /projectstore:review now prefers projectstore-critic, falling back to oh-my-claudecode:critic then general-purpose - Document bundled agents in README (English) + What's-in-the-box entry - Bump plugin + marketplace to 0.9.0 Maintainer: ekonev@smartandpoint.com
f5773e4 to
a39bc20
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
Bundles three read-only, max-effort Opus subagents in the plugin (
agents/, auto-discovered, invokable asprojectstore:<name>), and wires the critic into the peer-review flow.projectstore-criticship/revise/rethink.code-plannercode-reviewercommit/fix first.Why
projectstorealready spawns an ad-hoc critic in/projectstore:review, but relied onoh-my-claudecode:critic/general-purpose. This ships a purpose-built critic with the plugin so the review channel works out of the box — "used by projectstore always, especially the critic."Changes
agents/— three new agent files (projectstore-critic,code-planner,code-reviewer).model: opus,effort: max, read-only tool sets.commands/review.md—/projectstore:reviewnow prefersprojectstore:projectstore-critic, falling back tooh-my-claudecode:criticthengeneral-purpose.README.md— new Bundled agents section (English) + inventory/What's in the boxentry.plugin.json/marketplace.json— version0.8.0→0.9.0.Notes
code-reviewerwas generalized — internal inference-codebase names (vLLM / project-specific test targets) were removed so the agent is repo-agnostic for public distribution.~/.claude/agents/or.claude/agents/transparently overrides the bundled one — no collision for users who already run their own.https://claude.ai/code/session_01Rm7k8HUn3KohZgcD8XTyCC