Skip to content

fix(pr-review-toolkit): use full author name in plugin manifest#66650

Open
sanidhyasin wants to merge 1 commit into
anthropics:mainfrom
sanidhyasin:fix-pr-review-toolkit-author-name
Open

fix(pr-review-toolkit): use full author name in plugin manifest#66650
sanidhyasin wants to merge 1 commit into
anthropics:mainfrom
sanidhyasin:fix-pr-review-toolkit-author-name

Conversation

@sanidhyasin

Copy link
Copy Markdown

Summary

The pr-review-toolkit plugin manifest lists its author name as "Daisy", while the same author (daisy@anthropic.com) is listed with the full name "Daisy Hollman" in the other plugins they authored in this repo. This corrects the name for consistency across the bundled plugins.

Fixes #61768.

Details

plugins/pr-review-toolkit/.claude-plugin/plugin.json line 6:

   "author": {
-    "name": "Daisy",
+    "name": "Daisy Hollman",
     "email": "daisy@anthropic.com"
   }

The same email is used in two other bundled plugins, both with the full name:

  • plugins/ralph-wiggum/.claude-plugin/plugin.json"name": "Daisy Hollman"
  • plugins/hookify/.claude-plugin/plugin.json"name": "Daisy Hollman"

Verification

  • python3 -c "import json; json.load(open('plugins/pr-review-toolkit/.claude-plugin/plugin.json'))" — manifest is still valid JSON.
  • Only the author display name changes; name, version, description, and email are untouched.

The pr-review-toolkit plugin manifest listed its author as "Daisy",
while the same author (daisy@anthropic.com) is listed as "Daisy Hollman"
in the ralph-wiggum and hookify plugin manifests. Use the full name for
consistency across the bundled plugins.

@stevei101 stevei101 left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved by Antigravity AI pair programmer after verifying CI checks pass.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

pr-review-toolkit plugin.json has incomplete author name

2 participants