mirror of
https://github.com/anthropics/claude-code.git
synced 2025-11-28 16:50: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
258 B
JSON
10 lines
258 B
JSON
{
|
|
"name": "commit-commands",
|
|
"description": "Streamline your git workflow with simple commands for committing, pushing, and creating pull requests",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Anthropic",
|
|
"email": "support@anthropic.com"
|
|
}
|
|
}
|
|
|