From 672a0dd7eb6bd748a8142ded07f778cf3f377736 Mon Sep 17 00:00:00 2001 From: Garry Tan Date: Sun, 7 Jun 2026 19:28:22 -0700 Subject: [PATCH] fix(ship): expand binDir path in pr-body Linked Spec block MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ship/sections/pr-body.md.tmpl:98-99 used ${ctx.paths.binDir}, but the gen-skill-docs generator only resolves {{TOKEN}} syntax in .tmpl files — the ${...} JS-template-literal form is substituted only inside .ts resolver files. So the token passed through literally into the generated pr-body.md, leaving the agent with an unexpandable ${ctx.paths.binDir}/gstack-paths command in the Linked Spec auto-detect block. Use the hardcoded helper path, consistent with every other path reference in this section. Co-Authored-By: Claude Opus 4.8 (1M context) --- ship/sections/pr-body.md | 4 ++-- ship/sections/pr-body.md.tmpl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ship/sections/pr-body.md b/ship/sections/pr-body.md index 32aa9dece..90888b7a9 100644 --- a/ship/sections/pr-body.md +++ b/ship/sections/pr-body.md @@ -97,8 +97,8 @@ you missed it.> ## Linked Spec ## Linked Spec