diff options
| author | Adam Mathes <adam@adammathes.com> | 2026-02-16 15:36:49 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-16 15:36:49 -0800 |
| commit | c538ccd5cd1d6960c894a2969ee49317009dc9ed (patch) | |
| tree | 1d1b1295f3d63df85fffadaa1159414c74399c6c /.claude | |
| parent | feea1a814a212efd9b14b8f05e84104ace3c473a (diff) | |
| parent | 80d132b1714aaa281a6532ff66892bfdb7d2c5c2 (diff) | |
| download | neko-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')
| -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 ..)" } ] } |
