Mark the package private and declare engines and exports (closes #6) #127

Merged
clawbot merged 1 commits from issue-6-package-metadata into next2 2026-09-23 14:17:53 +02:00
1 Commits
Author SHA1 Message Date
sneak e1f79d2383 Mark the package private and declare engines and exports (closes #6)
check / check (push) Successful in 48s
quak is not published, so package.json is marked private and loses its
files field. engines.node is >=22, the major version script/bootstrap
and the Dockerfile use. The exports map makes "." and "./package.json"
the only importable paths, so the CLI-only modules stay internal.

Model: opus-5-5
2026-09-23 11:57:05 +00:00