15 lines
345 B
JSON
15 lines
345 B
JSON
{
|
|
"name": "code-review-agent",
|
|
"description": "Code review agent for analyzing code quality, security, performance, and maintainability",
|
|
"version": "0.1.2",
|
|
"author": {
|
|
"name": "David Golden",
|
|
"email": "xdg@xdg.me"
|
|
},
|
|
"agents": [
|
|
"./agents/code-review-agent.md"
|
|
],
|
|
"commands": [
|
|
"./commands/code-review.md"
|
|
]
|
|
} |