aboutsummaryrefslogtreecommitdiffstats
path: root/.claude/claude.json
diff options
context:
space:
mode:
authorAdam Mathes <adam@adammathes.com>2026-02-16 15:36:49 -0800
committerGitHub <noreply@github.com>2026-02-16 15:36:49 -0800
commitc538ccd5cd1d6960c894a2969ee49317009dc9ed (patch)
tree1d1b1295f3d63df85fffadaa1159414c74399c6c /.claude/claude.json
parentfeea1a814a212efd9b14b8f05e84104ace3c473a (diff)
parent80d132b1714aaa281a6532ff66892bfdb7d2c5c2 (diff)
downloadneko-c538ccd5cd1d6960c894a2969ee49317009dc9ed.tar.gz
neko-c538ccd5cd1d6960c894a2969ee49317009dc9ed.tar.bz2
neko-c538ccd5cd1d6960c894a2969ee49317009dc9ed.zip
Merge pull request #7 from adammathes/claude/thicket-ready-crank-RmQuI
More crank pulls from claude
Diffstat (limited to '.claude/claude.json')
-rw-r--r--.claude/claude.json1
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 ..)" } ] }