Activate after publishing a new release — installs the package from the npm registry and verifies all exports load under Bun
Validates that @tnezdev/spores is consumable when installed from the npm registry. This is the safety net that catches registry-specific issues (missing files, bad exports map, propagation problems) that the pre-publish smoke test can't.
bash scripts/post-publish-check.sh [version]
version to check latest0.2.0) right after publish when latest may not have propagated yet@tnezdev/spores@<version> from the npm registry via bun addscripts/smoke-consumer.ts — the same export checks used by the pre-publish smoke testspores-release workflow (step 5: verify-registry)smoke-test validates the npm pack tarball before publish. post-publish-check validates the registry package after publish. They share the same consumer script (scripts/smoke-consumer.ts).