Skip to content

fix(#1139): use repo-root-relative path in step 9 install instructions#1645

Open
fullsend-ai-coder[bot] wants to merge 1 commit into
mainfrom
agent/1139-fix-install-script-path
Open

fix(#1139): use repo-root-relative path in step 9 install instructions#1645
fullsend-ai-coder[bot] wants to merge 1 commit into
mainfrom
agent/1139-fix-install-script-path

Conversation

@fullsend-ai-coder
Copy link
Copy Markdown

A previous commit (6dbdd48) fixed the allowed-tools path but left step 9's code block using a placeholder that Claude cannot resolve. Replace it with the concrete repo-root-relative path skills/cutting-releases/scripts/install-binary.sh so the script is found on the first attempt.

Note: make lint could not run due to sandbox Go toolchain permission error (unrelated to this change). This is a documentation-only change to a markdown skill file.


Closes #1139

Post-script verification

  • Branch is not main/master (agent/1139-fix-install-script-path)
  • Secret scan passed (gitleaks — 8480e16153a3f16c66b5484bfd4c76349a89933d..HEAD)
  • Pre-commit hooks passed (authoritative run on runner)
  • Tests ran inside sandbox

A previous commit (6dbdd48) fixed the allowed-tools path but left
step 9's code block using a <base-dir> placeholder that Claude
cannot resolve. Replace it with the concrete repo-root-relative
path skills/cutting-releases/scripts/install-binary.sh so the
script is found on the first attempt.

Note: make lint could not run due to sandbox Go toolchain
permission error (unrelated to this change). This is a
documentation-only change to a markdown skill file.

Closes #1139
@github-actions
Copy link
Copy Markdown

Site preview

Preview: https://fede0a3f-site.fullsend-ai.workers.dev

Commit: f55f863f5b1a4f0b43b83cbbdcb7f9918b67a180

@fullsend-ai-review
Copy link
Copy Markdown

Review

Findings

No findings.

@fullsend-ai-review fullsend-ai-review Bot added the ready-for-merge All reviewers approved — ready to merge label May 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready-for-merge All reviewers approved — ready to merge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

cutting-releases skill: install script path is wrong, causing lookup failure

1 participant