Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:27:50 +08:00
commit 22cca8098e
5 changed files with 90 additions and 0 deletions

15
hooks/hooks.json Normal file
View File

@@ -0,0 +1,15 @@
{
"description": "Adds instructions to the session to require honest feedback and straightforward communication",
"hooks": {
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/honest-assistant.sh"
}
]
}
]
}
}