Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:02:16 +08:00
commit 6ae6ce0730
49 changed files with 6362 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "turboshovel",
"description": "Generic hook framework for quality enforcement and context injection",
"version": "0.1.0",
"author": {
"name": "Toby Hede",
"email": "toby@cipherstash.com"
},
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}