docs: describe single public runtime artifact surface

This commit is contained in:
Andrey Avtomonov 2026-05-11 13:39:22 +02:00
parent 7500a4529a
commit 04f34bda45
3 changed files with 17 additions and 7 deletions

View file

@ -18,6 +18,7 @@ starts and reuses the managed daemon, stops it, previews a stale runtime with
`ktx runtime prune --dry-run`, verifies confirmation is required, and removes
the stale runtime with `ktx runtime prune --yes`.
The Python smoke project still installs the Python artifacts directly because
it verifies the standalone Python distributions that feed the bundled runtime
wheel.
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.