buddy-agent-harness@0.4.1
·
104 commits
to main
since this release
Patch Changes
-
e40dc14: Name the launcher relative to the skill, without a placeholder.
Both skills said
node "<skill>/scripts/<name>.mjs", which asked the reader to substitute something the agent already knows. An agent reads theSKILL.mdfrom a directory, sonode scripts/<name>.mjsresolves against that directory on its own.nodestays in front. The launcher ships as mode100644, so its shebang never runs it, and on Windows a shebang does nothing regardless of mode. Naming the file alone would fail on both counts.