diff options
Diffstat (limited to '.claude/claude.json')
| -rw-r--r-- | .claude/claude.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.claude/claude.json b/.claude/claude.json new file mode 100644 index 0000000..a39d98a --- /dev/null +++ b/.claude/claude.json @@ -0,0 +1 @@ +{ "hooks": [ { "type": "startup", "matcher": ".*", "action": "run", "command": "test -f ./thicket || (git clone https://github.com/abarth/thicket.git && cd thicket && go build -o thicket ./cmd/thicket && cd ..)" } ] } |
