18 lines
396 B
JSON
18 lines
396 B
JSON
{
|
|
"name": "example-full-featured",
|
|
"description": "Full-featured productivity plugin with Git workflow automation, code review agents, test generation, validation hooks, and example MCP server",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "ando",
|
|
"email": "ando@kivilaid.ee"
|
|
},
|
|
"agents": [
|
|
"./agents"
|
|
],
|
|
"commands": [
|
|
"./commands"
|
|
],
|
|
"hooks": [
|
|
"./hooks"
|
|
]
|
|
} |