Skill evaluation CLI — patch release.
Fixed
-
Broken shebang in the published npm bundle: dnt's bin-entry pass injects
#!/usr/bin/env nodeat line 1 ofnpm/esm/cli.js, but the source file's own Deno shebang (#!/usr/bin/env -S deno run -A) survived TypeScript transformation and reappeared at line 4 as malformed JavaScript:!/usr/bin / env - S; deno; run - A;This crashed
npx @mizchi/waxa(and any node-launched call) before argv parsing — the CLI advertised inmizchi/skillsREADME was unrunnable in 0.1.0 published form.The fix drops the source-side shebang.
deno task runanddeno run -A src/cli.tscontinue to work without it; dnt continues to emit the correct#!/usr/bin/env nodefor the npm bin.Found while dogfooding the README's
npx @mizchi/waxainstruction on the skill-finder eval.
Install
npx @mizchi/waxa@0.1.1 <eval.yaml>
# or globally
npm i -g @mizchi/waxa