File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -313,18 +313,28 @@ See `examples/` for more configuration examples.
313313
314314## Requirements
315315
316+ ** Core:**
316317- bash
317318- tmux
318319- git
319320- [ yq] ( https://github.com/mikefarah/yq ) (YAML parsing)
320321- zip (for toolkit share)
321322
323+ ** For PR reviews (` crab review ` , ` crab court ` ):**
324+ - [ gh] ( https://cli.github.com/ ) (GitHub CLI)
325+ - [ Claude Code] ( https://claude.ai/code ) (` claude ` CLI)
326+
327+ ** Optional (for court review with Codex):**
328+ - [ Codex CLI] ( https://github.com/openai/codex ) (` npm install -g @openai/codex ` )
329+
322330``` bash
323331# macOS
324- brew install tmux yq zip
332+ brew install tmux yq zip gh
333+ npm install -g @anthropic-ai/claude-code # Claude Code
325334
326335# Ubuntu/Debian
327- apt install tmux yq zip
336+ apt install tmux yq zip gh
337+ npm install -g @anthropic-ai/claude-code
328338```
329339
330340## Installation
You can’t perform that action at this time.
0 commit comments