e78df91925
The check imported the default export as `p` and then read `p.default` — a double-default that is always undefined for a module using `export default plugin`, so the build job failed on every push (publish skipped) and v0.2.x never actually published through CI. Read the default import directly. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>