Skip to content
Open
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
9 changes: 6 additions & 3 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,12 @@ sequentially.
The CI monitor lives in the pgxntool-test checkout: run
`bash ../pgxntool-test/.claude/skills/ci/scripts/monitor-ci.sh` (the `/ci`
skill). It monitors both repos and derives the owner from the current repo.
Pass the exact push SHA when available — `gh run list --branch` has a race
condition: if two pushes land close together on the same branch, `--branch`
may pick up the wrong run. `--commit SHA` targets the exact push and avoids it.
Pass the exact push SHA(s) as positional arguments when available (the
script takes `[repos] [branch] [sha_pgxntool_test] [sha_pgxntool]`, not a
`--commit` flag — see the `/ci` skill for exact usage) — `gh run list
--branch` has a race condition: if two pushes land close together on the
same branch, `--branch` may pick up the wrong run. An exact SHA targets
the push directly and avoids this.

## Scope of This File

Expand Down