Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:48:59 +08:00
commit f8d71a71ba
4 changed files with 73 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "custom-hooks",
"description": "Custom UserPromptSubmit hook that adds AskUserQuestion reminder to all prompts",
"version": "1.0.2",
"author": {
"name": "Rafael Calleja"
},
"hooks": [
"./hooks"
]
}