v0.13.0
Which file do I download?
| your machine | file |
|---|---|
| macOS on Apple Silicon (M1/M2/M3/M4) | sporo_0.13.0_darwin_arm64.tar.gz |
| macOS on Intel | sporo_0.13.0_darwin_amd64.tar.gz |
| Linux x86-64 | sporo_0.13.0_linux_amd64.tar.gz |
| Linux ARM64 | sporo_0.13.0_linux_arm64.tar.gz |
| Windows x86-64 | sporo_0.13.0_windows_amd64.zip |
| Windows ARM64 | sporo_0.13.0_windows_arm64.zip |
Not sure which Mac you have? → Apple menu → "About This Mac": a chip that says
"Apple M…" means arm64; "Intel" means amd64.
macOS, one-time: the pre-release binary is unsigned, so after unpacking run
xattr -d com.apple.quarantine ./sporo, then move it onto your PATH
(e.g. mv sporo /usr/local/bin/). Verify with sporo --version.
Changelog
Features
- 96faa2e feat(cli): the sporo seed namespace — scaffold, lint, seal, export, list
- 8846833 feat(recipe): version the summary-bearing genre
- c287676 feat(recipekit): per-shape neutrality policy — target exemption, genre 1.0.1
- f5af9ee feat(seed): the seed genre — constitutional spec, shape, ledger, corpus home
- b3e0546 feat(web): "Ask an agent" affordance + visible recipe breadcrumb
- b3beaa6 feat(web): /security page + verify block on docs, footer link
- 804a8f4 feat(web): SEO/GEO pass — entity graph, recipe rich data, agent corpus
- 583e6b1 feat(web): seeds join the site — nested routes, twins, corpus, trust chrome
- 4e8d848 feat(web): surface release trust — signed/provenance/SBOM + verify commands
- 8712a15 feat(web): unify page agent actions and tracking
Fixes
- a923b7a fix(recipe): kind-guard the finished-but-unsealed sweep (AUD-S3-01)
- c4815fd fix(web): center the mobile boundary rule with air, stop label overlapping the card
- 7b91dcd fix(web): copy recipe in Safari via Promise-valued ClipboardItem
- d275424 fix(web): invert the core boundary rule on mobile — horizontal, not vertical
- d54cbea fix(web): serve the export form from the recipe .md mirror
- 6657b46 fix(web): stack the core flow vertically on mobile — down arrows, not sideways
Other changes
- e777a05 Extract pkg/recipekit from internal/recipe (#8)
- 555908d chore(deps): bump github.com/spf13/pflag in the go-dependencies group (#2)
- b3b3f2b chore(deps-web): bump astro in /web in the web-dependencies group (#3)
- 9f1769b chore(deps-web): bump marked 14 → 18
- 4fcadfe ci(deps): bump the github-actions group across 1 directory with 6 updates (#7)
- 36951bf ci(pages): rebuild daily to refresh build-time download tally
- 93d116c refactor(recipekit,recipe): parameterize the entity shape and add kind to the seal ledger
- 1e0ed1c refactor(web,cli): generate the recipe .md mirror from the binary, gate its drift