Skip to content

Spectrum Store Developer Preview v0.1.0-preview.0

Pre-release
Pre-release

Choose a tag to compare

@Jimvana Jimvana released this 11 May 18:49
52e0171

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.tgz

Core 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 --json

Notes

  • Exposes both spectrum and spectrumstore commands.
  • 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 PYTHONPATH or SPECTRUM_REPO_ROOT.

Verification

  • python scripts\test.py --python-only: 9 passed.
  • npm pack produced spectrumstore-0.1.0-preview.0.tgz.
  • Previous installed-package smoke verified pack -> verify -> index --embed -> search -> unpack.