Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:30:48 +08:00
commit 7f10117a9b
5 changed files with 80 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "force-japanese",
"description": "Forces Claude Code to use Japanese language even after SessionStart:compact resets",
"version": "0.2.0",
"author": {
"name": "kawaz"
},
"hooks": [
"./hooks"
]
}