mirror of
https://github.com/anthropics/claude-code.git
synced 2025-10-19 03:17:50 +03:00
- Move plugin.json to .claude-plugin directory to match pr-review-toolkit pattern - Add author information: Ashwin Bhat (ashwin@anthropic.com) - Update model field from sonnet-4.5 to sonnet in all agent/command definitions 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <noreply@anthropic.com>
10 lines
190 B
JSON
10 lines
190 B
JSON
{
|
|
"name": "agent-sdk-dev",
|
|
"description": "Claude Agent SDK Development Plugin",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Ashwin Bhat",
|
|
"email": "ashwin@anthropic.com"
|
|
}
|
|
}
|