Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:56:48 +08:00
commit 36b0fc2115
4 changed files with 85 additions and 0 deletions

26
hooks/hooks.json Normal file
View File

@@ -0,0 +1,26 @@
{
"hooks": {
"SessionStart": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "zsh ${CLAUDE_PLUGIN_ROOT}/scripts/ai-principles-reminder-prompt.sh"
}
]
}
],
"Stop": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "zsh ${CLAUDE_PLUGIN_ROOT}/scripts/ai-principles-reminder.sh"
}
]
}
]
}
}