Skip to content

Commit 0091b60

Browse files
committed
Improve naming (reviewer -> clojure-reviewer)
1 parent 7102078 commit 0091b60

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

plugins/clojure-review/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A thorough Clojure(Script) code review subagent inspired by the design principle
44

55
## What it provides
66

7-
- **`reviewer` subagent** — Reviews Clojure(Script) code and provides structured, actionable feedback with an emphasis on idiomatic design, readability, and pragmatic simplicity.
7+
- **`clojure-reviewer` subagent** — Reviews Clojure(Script) code and provides structured, actionable feedback with an emphasis on idiomatic design, readability, and pragmatic simplicity.
88
- **Rule** — Automatically routes review requests to the reviewer subagent.
99

1010
## Review focus areas
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
When the user asks to review Clojure or ClojureScript code, a diff, or a PR, use the `reviewer` subagent. Review exactly the scope the user provides. If no scope is specified, use the most obvious available review unit.
1+
When the user asks to review Clojure or ClojureScript code, a diff, or a PR, use the `clojure-reviewer` subagent. Review exactly the scope the user provides. If no scope is specified, use the most obvious available review unit.

0 commit comments

Comments
 (0)