Files
2025-11-30 08:44:32 +08:00

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"
]
}