Skip to content

Commit bce7364

Browse files
nhortonclaude
andcommitted
fix: remove redundant plugin prefix from reviewer agent name
The agent name was `deepwork:reviewer`, but since the platform auto-prefixes the plugin name, this resulted in `deepwork:deepwork:reviewer`. Renamed to just `reviewer` so it resolves correctly as `deepwork:reviewer`. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a6db57f commit bce7364

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/claude/agents/reviewer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: deepwork:reviewer
2+
name: reviewer
33
description: Minimal review subagent for DeepWork review tasks. Reads a supplied instruction file, performs the review against the criteria in that file, and reports results via the DeepWork MCP mark_review_as_passed tool. Use when dispatching parallel review tasks from .deepreview rules or workflow quality gates.
44
model: sonnet
55
color: cyan

0 commit comments

Comments
 (0)