Files
amethyst/.claude/settings.json
T
2026-03-14 09:01:55 +00:00

27 lines
446 B
JSON

{
"hooks": {
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "$CLAUDE_PROJECT_DIR/.claude/hooks/session-start.sh"
}
]
}
],
"Stop": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "./gradlew spotlessApply",
"timeout": 120
}
]
}
]
}
}