Initial Auto-Build plugin structure

This commit is contained in:
2025-12-21 23:29:55 +02:00
commit 7e4912add2
30 changed files with 3274 additions and 0 deletions

9
plugin/hooks/hooks.json Normal file
View File

@@ -0,0 +1,9 @@
{
"hooks": [
{
"name": "post-install",
"script": "./hooks/post-install.sh",
"description": "Initialize CLAUDE.md and Auto-Build rules in project"
}
]
}