Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:58:59 +08:00
commit fecb855923
12 changed files with 864 additions and 0 deletions

14
hooks/hooks.json Normal file
View File

@@ -0,0 +1,14 @@
{
"hooks": {
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/load-default-style.sh"
}
]
}
]
}
}