配置(工程): 移除项目级 Claude settings 配置文件

This commit is contained in:
arno
2026-04-30 21:24:50 +08:00
parent d01a6c5787
commit 5106c4e6a0
-21
View File
@@ -1,21 +0,0 @@
{
"env": {
"CLAUDE_CODE_NO_FLICKER": "1"
},
"hooks": {
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "/data/git/gitea/szis/isos/tech/.claude/hooks/user-prompt-submit.sh"
}
]
}
]
},
"statusLine": {
"type": "command",
"command": "/data/git/gitea/szis/isos/tech/.claude/tools/status_line.sh"
}
}