TokenPak

Release

TokenPak v1.11.1

v1.11.1 · Jul 6, 2026

Patch release: ship the CLI command registry in built distributions so a clean wheel install renders the full command list.

Fixed

  • Command registry ships in wheels. tokenpak/core/registry/commands.json is now declared as package data, so a clean pip install renders the full command list (tokenpak help / help --all) instead of reporting 0 commands. The distribution-contents gate now asserts the registry file in every built wheel and sdist, and the registry's tier labels and the start usage string were corrected to match the shipped open-source CLI verbs.