Files
quak/script
sneak 3354446431
check / check (push) Successful in 33s
Single-source the version from package.json (closes #5)
src/index.ts imports package.json for VERSION and bin/quak.ts passes
VERSION to commander, so package.json is the only place the version is
written. tsc copies package.json to dist/package.json, so the import
resolves from the built output; script/build runs the built CLI with
--version to prove it. A test checks VERSION and quak --version against
package.json.

Model: opus-5-5
2026-09-23 02:58:31 +00:00
..