rapidkit 0.32.0 → 0.32.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -663,12 +663,14 @@ npm run install:local
663
663
  npx rapidkit --version
664
664
  ```
665
665
 
666
- > Packaging note: `npm run prepack` will regenerate `data/modules-embeddings.json` from the mock embeddings script before `npm pack` / `npm publish`.
666
+ > Packaging note: `npm run prepack` validates the committed `data/modules-embeddings.json`
667
+ > artifact before `npm pack` / `npm publish`. This keeps packaging deterministic and avoids
668
+ > registry or `npx` downloads during release.
667
669
  >
668
670
  > If you need to refresh the local test embeddings manually, run:
669
671
  >
670
672
  > ```bash
671
- > npm run test:prepare-embeddings
673
+ > npm run generate-embeddings
672
674
  > ```
673
675
 
674
676
  ## Troubleshooting