Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
},
"metadata": {
"description": "Complete code review ecosystem: 27 reviewer agents (17 language/framework, auto-dispatched by file type), a single /code-review command for local and GitHub/Bitbucket PR review, and security scanning skills",
"version": "1.3.0"
"version": "2.0.0"
},
"plugins": [
{
"name": "code-review",
"source": "./",
"description": "Complete code review ecosystem: 27 reviewer agents (17 language/framework, auto-dispatched by file type), a single /code-review command for local and GitHub/Bitbucket PR review, and security scanning skills",
"version": "1.3.0",
"version": "2.0.0",
"author": {
"name": "Terry Chen",
"email": "zxtw17985321@gmail.com"
Expand Down
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "code-review",
"version": "1.3.0",
"version": "2.0.0",
"description": "Complete code review ecosystem: 27 reviewer agents (17 language/framework, auto-dispatched by file type), a single /code-review command for local and GitHub/Bitbucket PR review, and security scanning skills",
"author": {
"name": "Terry Chen",
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.3.0"
".": "2.0.0"
}
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [2.0.0](https://github.com/jurislm/code-review/compare/v1.3.0...v2.0.0) (2026-05-29)


### ⚠ BREAKING CHANGES

* /review-pr and all /<lang>-review commands are removed. Use /code-review for everything β€” language specialists are now dispatched automatically based on the changed files.
* /review-pr and all /<lang>-review commands are removed. Use /code-review for everything β€” language specialists are now dispatched automatically based on the changed files.

### Features

* align all 27 agents with official plugin-dev triggering format ([#8](https://github.com/jurislm/code-review/issues/8)) ([4f940a3](https://github.com/jurislm/code-review/commit/4f940a3e6d4722be5624436609d5081eed097aa1))
* unify all review commands into a single auto-dispatching /code-review ([#7](https://github.com/jurislm/code-review/issues/7)) ([cedbba2](https://github.com/jurislm/code-review/commit/cedbba24e60df75022de724c1551d9162e124611))


### Bug Fixes

* address second code review pass β€” 15 correctness and structural fixes ([188c180](https://github.com/jurislm/code-review/commit/188c1808c2c509c5e68daea071fb9d44dd0c3582))


### Documentation

* sync version string to v1.3.0 ([#6](https://github.com/jurislm/code-review/issues/6)) ([dbee28f](https://github.com/jurislm/code-review/commit/dbee28f733fd1316a873939959850154105d5a8a))

## [1.3.0](https://github.com/jurislm/code-review/compare/v1.2.0...v1.3.0) (2026-05-27)


Expand Down