Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:33:44 +08:00
commit 86a1741091
10 changed files with 340 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"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"
]
}