Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:27:57 +08:00
commit 73129bda10
5 changed files with 223 additions and 0 deletions

9
hooks/hooks.json Normal file
View File

@@ -0,0 +1,9 @@
{
"hooks": [
{
"event": "SessionStart",
"type": "prompt",
"prompt_file": "insights-prompt.md"
}
]
}