diff --git a/.claude/commands/release/check-out-pr.md b/.claude/commands/release/check-out-pr.md index aec44400..90a6b2d8 100644 --- a/.claude/commands/release/check-out-pr.md +++ b/.claude/commands/release/check-out-pr.md @@ -16,7 +16,7 @@ Review a GitHub pull request in a new git worktree. 1. List all open pull requests and ask the user to select one 2. Get PR information using `gh pr view --json number,headRefName` 3. Extract the branch name from the PR -4. Create a new worktree at `../yaak-worktrees/pr-` +4. Create a new worktree at `../yaak-worktrees/pr-` using `git worktree add` with a timeout of at least 300000ms (5 minutes) since the post-checkout hook runs a bootstrap script 5. Checkout the PR branch in the new worktree using `gh pr checkout ` 6. The post-checkout hook will automatically: - Create `.env.local` with unique ports