You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
Restored the published pip install specfact-cli wheel payload so the core specfact_cli package is included again, including specfact_cli/cli.py.
Restored the standard specfact console command for installed users; both specfact and specfact-cli now resolve to specfact_cli.cli:cli_main from the built artifact.
Hardened Hatch wheel packaging for the src/ layout by using explicit source mapping, preventing release artifacts that contain only force-included resources/modules without the actual CLI package code.