mirror of
https://github.com/anthropics/claude-code.git
synced 2025-11-28 08:40:27 +08:00
Added plugin metadata files for code-review and commit-commands plugins to comply with Claude plugin structure requirements. These files were identified as missing by the [claudelint](https://github.com/stbenjam/claudelint) tool, which validates plugin structure and format according to the Claude Code plugin conventions.
10 lines
257 B
JSON
10 lines
257 B
JSON
{
|
|
"name": "code-review",
|
|
"description": "Automated code review for pull requests using multiple specialized agents with confidence-based scoring",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Boris Cherny",
|
|
"email": "boris@anthropic.com"
|
|
}
|
|
}
|
|
|