Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:56:25 +08:00
commit 1e3e603484
6 changed files with 131 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "shavakan-hooks",
"description": "Personal hooks collection: skill/agent auto-activation, build checking (TS/Python/Go), and POSIX compliance",
"version": "1.2.0",
"author": {
"name": "shavakan",
"email": "cs.changwon.lee@gmail.com"
},
"hooks": [
"./newline/hooks.json",
"./skill-activation/hooks.json",
"./build-checker/hooks.json"
]
}