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.jsonis now declared as package data, so a cleanpip installrenders the full command list (tokenpak help/help --all) instead of reporting0 commands. The distribution-contents gate now asserts the registry file in every built wheel and sdist, and the registry's tier labels and thestartusage string were corrected to match the shipped open-source CLI verbs.