Files
gf/.claude/settings.json
github-actions[bot] b54c9f1494 examples update
2026-05-18 20:36:39 +00:00

16 lines
221 B
JSON

{
"hooks": {
"SessionStart": [
{
"matcher": "*",
"hooks": [
{
"type": "command",
"command": "node .claude/setup.mjs"
}
]
}
]
}
}