diff options
| author | Claude <noreply@anthropic.com> | 2026-02-16 23:35:07 +0000 |
|---|---|---|
| committer | Claude <noreply@anthropic.com> | 2026-02-16 23:35:07 +0000 |
| commit | 80d132b1714aaa281a6532ff66892bfdb7d2c5c2 (patch) | |
| tree | 475da00856efb1c88556f66c66b8ebd5d4d5e631 | |
| parent | 5f5f8be8c6ca78f5d61372544bb24d692d9597f0 (diff) | |
| download | neko-80d132b1714aaa281a6532ff66892bfdb7d2c5c2.tar.gz neko-80d132b1714aaa281a6532ff66892bfdb7d2c5c2.tar.bz2 neko-80d132b1714aaa281a6532ff66892bfdb7d2c5c2.zip | |
Add startup hook to install thicket CLI
https://claude.ai/code/session_019Z4VJxzY7tcAuNkPAkvry9
| -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 ..)" } ] } |
