18 lines
338 B
JSON
18 lines
338 B
JSON
{
|
|
"name": "example-plugin",
|
|
"description": "An example plugin demonstrating commands, agents, hooks, and MCP servers",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "nobodyiscertain",
|
|
"email": "hey@nobodyiscertain.com"
|
|
},
|
|
"agents": [
|
|
"./agents"
|
|
],
|
|
"commands": [
|
|
"./commands"
|
|
],
|
|
"hooks": [
|
|
"./hooks"
|
|
]
|
|
} |