Files
2025-11-30 09:02:16 +08:00

15 lines
288 B
JSON

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