Skip to content

docs: fix GHA dispatch recipe for worktree use - #52

Merged
ms609 merged 3 commits into
cpp-searchfrom
claude/exciting-greider-977d08
Aug 4, 2026
Merged

docs: fix GHA dispatch recipe for worktree use#52
ms609 merged 3 commits into
cpp-searchfrom
claude/exciting-greider-977d08

Conversation

@ms609

@ms609 ms609 commented Aug 4, 2026

Copy link
Copy Markdown

Summary

  • The GHA dispatch recipe in AGENTS.md used ../gha-dispatch.sh / ../gha-poll.sh, which only resolves from the main checkout — not from a ../worktrees/TreeSearch/<name> worktree, where AGENTS.md itself says feature work should happen.
  • Hit for real working issue Lazy apply_tbr_move rescore in tbr_search #38 from worktree hungry-pike-343881: "No such file or directory".
  • Fixed by hard-coding the scripts' absolute location and clarifying that "run FROM the repo" refers to cwd for the gh repo view lookup, not the scripts' own path.
  • Checked dev/ and .claude/skills/ for the same relative-path pattern — no other occurrences found.

Test plan

  • Reviewed rendered AGENTS.md section for correctness
  • Confirmed script paths exist at C:/Users/pjjg18/GitHub/gha-dispatch.sh and gha-poll.sh

ms609 added 3 commits August 4, 2026 17:48
The ../gha-dispatch.sh relative path only resolves from the main
checkout; it fails with "No such file or directory" from a
../worktrees/TreeSearch/<name> worktree, where feature work is
supposed to happen per this same file. Hard-code the scripts'
known absolute location instead.
@ms609
ms609 merged commit da88e53 into cpp-search Aug 4, 2026
1 check passed
@ms609
ms609 deleted the claude/exciting-greider-977d08 branch August 4, 2026 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant