Spectrum Store Developer Preview v0.1.0-preview.0
Pre-release
Pre-release
Spectrum Store Developer Preview
This pre-release publishes the first turnkey Spectrum Store package surface for local-first, lossless, searchable .specpack stores.
Install from this release artifact
Download spectrumstore-0.1.0-preview.0.tgz, then run:
npm install -g .\spectrumstore-0.1.0-preview.0.tgzCore workflow
spectrum pack ./docs ./docs.specpack --json
spectrum verify ./docs.specpack --json
spectrum index ./docs.specpack --embed --json
spectrum search ./docs.specpack "authentication middleware" --top 5 --json
spectrum unpack ./docs.specpack ./docs-restored --jsonNotes
- Exposes both
spectrumandspectrumstorecommands. - Requires Node.js 18+ and Python 3.10+ on
PATH. - Bundles the Python CLI/core/index sources and current vendored codec runtime.
- Users do not need to manually set
PYTHONPATHorSPECTRUM_REPO_ROOT.
Verification
python scripts\test.py --python-only: 9 passed.npm packproducedspectrumstore-0.1.0-preview.0.tgz.- Previous installed-package smoke verified
pack -> verify -> index --embed -> search -> unpack.