ktx/examples/package-artifacts
2026-05-13 12:28:24 +02:00
..
README.md fix(cli): clean up dev runtime commands (#59) 2026-05-13 12:28:24 +02:00

Package artifact smoke checks

The package artifact smoke checks create temporary projects instead of storing sample projects in this directory. Run the checks from ktx/:

pnpm run artifacts:check

The npm smoke project installs the generated public @kaelio/ktx tarball, imports the package entry point, and runs installed ktx commands against a generated local project.

The managed Python runtime smoke requires uv on PATH, isolates KTX_RUNTIME_ROOT, verifies ktx dev runtime status, runs ktx sl query --yes to install the core runtime from the bundled wheel, checks ktx dev runtime status, starts and reuses the managed daemon, and stops it.

The artifact manifest contains the public @kaelio/ktx npm tarball and the bundled kaelio-ktx runtime wheel. The smoke does not install standalone Python packages directly; Python-backed behavior is verified through the managed runtime installed from the npm package.