v1.1.1
Fixed
npm publishin the release workflow. It had never succeeded: the step that
upgraded npm to satisfy trusted publishing (npm install -g npm@latest) made
npm prune its own dependencies mid-upgrade, and--provenancethen died on a
missingsigstore. Node 24 bundles npm 11.16.0, past the 11.5.1 trusted
publishing needs, so the upgrade is gone and the runtime supplies it. See #4.
No change to the guidelines, configs, prompts or plugin. v1.1.0 carries the
same content but was never published to npm, because its tag predates this fix.