1.0
build: make dist build local-runnable + prepack tarball - tsconfig: exclude src/**/*.test.ts so host emit omits test artifacts - scripts: build = build:host (tsc emit) + build:client (tsdown) - prepack: rebuild lib/ on npm pack so tarball is always current - ci: run npm run build (host+client) instead of build:client only