15 lines
353 B
JSON
15 lines
353 B
JSON
{
|
|
"name": "pr-review-toolkit",
|
|
"description": "Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Daisy",
|
|
"email": "daisy@anthropic.com"
|
|
},
|
|
"agents": [
|
|
"./agents"
|
|
],
|
|
"commands": [
|
|
"./commands"
|
|
]
|
|
} |