ktx/python/ktx-sl
Andrey Avtomonov 99f7a31919 refactor(release): single source of truth for package version
Make packages/cli/package.json the single source of truth for the
@kaelio/ktx version. publicNpmPackageVersion() now reads it directly,
so artifact filenames, release-readiness checks, and the Python wheel
version all derive from one field. The duplicate
release-policy.json.publicNpmPackageVersion is removed.

Previously the two fields could drift: tarballs were named
kaelio-ktx-0.4.1.tgz while internally containing
@kaelio/ktx@0.0.0-private.

- update-public-release-version.mjs rewrites both Python pyproject.toml
  files (ktx-daemon, ktx-sl) alongside the npm package.jsons,
  normalizing the version for PEP 440 (e.g. 0.1.0-rc.2 -> 0.1.0rc2).
- semantic-release-config.cjs adds the two pyproject.toml files to
  @semantic-release/git assets so the release commit back to main
  carries every version source in lockstep.
- The six "?? '0.0.0-private'" fallback literals across the CLI are
  replaced with "?? getKtxCliPackageInfo().version", and
  createDefaultKtxMcpServer makes its version arg required.
- docs/release.md describes the actual commit-back model: the dev tree
  always reflects the most recent release; no sentinel pin to
  maintain.

Verified: pnpm run artifacts:build now produces
kaelio-ktx-0.4.1.tgz and kaelio_ktx-0.4.1-py3-none-any.whl with
@kaelio/ktx@0.4.1 inside. Full type-check, dead-code, and
2287 vitests + 173 script tests pass.
2026-05-21 14:23:28 +02:00
..
demos rename klo to ktx 2026-05-10 23:51:24 +02:00
scripts rename klo to ktx 2026-05-10 23:51:24 +02:00
semantic_layer fix(context): merge overlay columns onto manifest columns by name (#94) 2026-05-15 02:11:04 +02:00
sources refactor: remove legacy compatibility paths (#64) 2026-05-13 15:55:00 +02:00
tests fix(context): merge overlay columns onto manifest columns by name (#94) 2026-05-15 02:11:04 +02:00
AGENTS.md Polish documentation copy (#98) 2026-05-14 12:43:14 -04:00
CLAUDE.md rename klo to ktx 2026-05-10 23:51:24 +02:00
pyproject.toml refactor(release): single source of truth for package version 2026-05-21 14:23:28 +02:00
README.md rename klo to ktx 2026-05-10 23:51:24 +02:00