Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/claude-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ jobs:
shell (`git log`/`git diff`/`git show`, `grep`, `cat`, `head`, `tail`,
`wc`, `ls`, `jq`) are available. Use `jq` to inspect or query JSON (it is
read-only) — `python`, `node`, and other interpreters are NOT available.
To locate or list files, use the Glob and LS tools (or `ls`) — `find` is
NOT available.
It cannot run builds, linters, or test suites, install dependencies, edit
files, or reach the network — so do not attempt repo setup, linting, or
test commands. Review primarily from the
Expand Down
Loading