13 lines
319 B
JSON
13 lines
319 B
JSON
{
|
|
"name": "code-analysis-agents",
|
|
"description": "Specialized agents for code review, security analysis, and performance optimization",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Example Developer",
|
|
"email": "developer@example.com",
|
|
"url": "https://example.com"
|
|
},
|
|
"agents": [
|
|
"./agents"
|
|
]
|
|
} |