mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-25 08:48:08 +02:00
docs: describe single public runtime artifact surface
This commit is contained in:
parent
7500a4529a
commit
04f34bda45
3 changed files with 17 additions and 7 deletions
11
README.md
11
README.md
|
|
@ -289,10 +289,13 @@ packages.
|
|||
|
||||
## Release status
|
||||
|
||||
This repository builds one public npm artifact named `@kaelio/ktx`. The first
|
||||
public npm handoff is policy-gated through `release-policy.json`, which keeps
|
||||
Python package publishing disabled because KTX-owned Python code ships inside
|
||||
the npm package as a bundled wheel.
|
||||
This repository builds one public npm artifact named `@kaelio/ktx`. The release
|
||||
artifact manifest contains the public npm tarball and the bundled `kaelio-ktx`
|
||||
runtime wheel. The first public npm handoff is policy-gated through
|
||||
`release-policy.json`, which keeps Python package publishing disabled because
|
||||
KTX-owned Python code ships inside the npm package as a bundled wheel. The
|
||||
`python/ktx-sl` and `python/ktx-daemon` directories remain source packages for
|
||||
development, not public release artifacts.
|
||||
|
||||
Build local package artifacts and verify the guarded dry-run publish path with:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue