Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:03:50 +08:00
commit f1ba432d05
3 changed files with 65 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"name": "thank-you",
"description": "Adds 'thank you' to additional context",
"version": "1.0.0",
"author": {
"name": "ccheney"
},
"hooks": {
"UserPromptSubmit": [
{
"matcher": "*",
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/append-thank-you.sh"
}
]
}
]
}
}