Skip to content

Commit 00e48d9

Browse files
nicksenapclaude
andcommitted
Add golden path recipe for full Claude Code + Zellij setup
Copy-paste friendly block with all plugins, hooks, and config. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8c6eb95 commit 00e48d9

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

docs/ai-tools.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,33 @@ claude "fix the auth token expiry bug across svc-auth and api-gateway"
88
gw delete fix-auth-bug # removes worktrees, branches, and workspace
99
```
1010

11+
## Golden path: full Claude Code + Zellij setup
12+
13+
```bash
14+
# Install plugins
15+
gw plugin install nicksenap/gw-claude
16+
gw plugin install nicksenap/gw-zellij
17+
gw plugin install nicksenap/gw-dash
18+
19+
# Register Claude Code session tracking hooks
20+
gw claude hook install
21+
```
22+
23+
Add to `~/.grove/config.toml`:
24+
25+
```toml
26+
[hooks]
27+
post_create = "gw claude sync rehydrate {path} && gw claude copy-md {path}"
28+
pre_delete = "gw claude sync harvest {path}"
29+
on_close = "gw zellij close-pane"
30+
```
31+
32+
Or just run `gw wizard` to do this interactively.
33+
34+
That gives you: memory sync on create/delete, CLAUDE.md in every workspace, session tracking dashboard, and Zellij pane close on navigate-away.
35+
36+
---
37+
1138
## Claude Code plugin
1239

1340
Install the [gw-claude](https://github.com/nicksenap/gw-claude) plugin to get:

0 commit comments

Comments
 (0)