项目文件夹

文件
2026-07-13 13:22:34 +08:00

27 行
654 B
JSON

{
"$schema": "https://json.schemastore.org/claude-code-settings.json",
"statusLine": {
"type": "command",
"command": "$CLAUDE_PROJECT_DIR/.claude/scripts/statusline.sh"
},
"hooks": {
"PreToolUse": [
{
"matcher": "Bash",
"hooks": [
{
"type": "command",
"command": "$CLAUDE_PROJECT_DIR/.claude/hooks/enforce-uv.sh",
"timeout": 5.0
},
{
"type": "command",
"command": "uv run --directory=$CLAUDE_PROJECT_DIR --no-project .claude/hooks/validate_pr_body.py",
"timeout": 5.0
}
]
}
]
}
}