Single-source the version from package.json #95

Merged
clawbot merged 1 commits from issue-5-single-version into next2 2026-09-23 05:07:47 +02:00
1 Commits
Author SHA1 Message Date
sneak 3354446431 Single-source the version from package.json (closes #5)
check / check (push) Successful in 33s
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