Merge pull request #10445 from stbenjam/lints

Add missing plugin.json files to fix claudelint errors
This commit is contained in:
Dickson Tsai
2025-10-29 08:19:27 -07:00
committed by GitHub
2 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{
"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"
}
}

View File

@@ -0,0 +1,10 @@
{
"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"
}
}