Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:56:51 +08:00
commit 5f35fd2127
4 changed files with 74 additions and 0 deletions

15
hooks/hooks.json Normal file
View File

@@ -0,0 +1,15 @@
{
"hooks": {
"SessionStart": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "echo '一番最初にserenaのプロジェクトをカウントディレクトリ(`.`)でのアクティベートなど、初期設定を実行してください。'"
}
]
}
]
}
}