v0.7.0
Which file do I download?
| your machine | file |
|---|---|
| macOS on Apple Silicon (M1/M2/M3/M4) | sporo_0.7.0_darwin_arm64.tar.gz |
| macOS on Intel | sporo_0.7.0_darwin_amd64.tar.gz |
| Linux x86-64 | sporo_0.7.0_linux_amd64.tar.gz |
| Linux ARM64 | sporo_0.7.0_linux_arm64.tar.gz |
| Windows x86-64 | sporo_0.7.0_windows_amd64.zip |
| Windows ARM64 | sporo_0.7.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
Other changes
- 990d137 chore(mate): pull harness v0.88.0
- a8ea637 chore(mate): pull harness v0.88.0 -> v0.90.0
- 892f6f2 chore(mate): pull v0.87.0 — machine-readable reports
- a234b71 docs(rules): run the source, never a snapshot
- dbc4c4e feat(cli): sporo docs — the command surface as SSOT, gated against drift
- c30a765 feat(recipes): give recipes a stable ULID id and make export deliver a file
- 9f2f53c feat(recipes): replace the report recipe with derived-progress-report
- 9d85f74 feat(web): a real recipe, rendered — the /example page
- b2cdb5b feat(web): comparison/FAQ and changelog pages, wired into the site
- ce344a2 feat(web): copy buttons on the docs verb cards
- 8497005 feat(web): lead the home page with the core idea section
- 6f5c1ae feat(web): light/dark theme toggle in the header
- 92f81e4 feat(web): llms-full.txt — the whole corpus in one fetch
- a407cf2 feat(web): new OG image, declared at the standard 1200x630
- d6c3ab0 feat(web): per-page OG cards in the 1b style
- 17d8569 feat(web): rebuild the site on Astro, with a docs page generated from the CLI
- a867299 feat(web): unify site chrome, promote the tagline, show cross-provider marks
- a3800eb fix(install): find the asset id in GitHub's pretty-printed release JSON
- 1f4b949 fix(recipe): tag Sources for JSON so the harvest contract stays snake_case
- 93151eb fix(web): collapse the nav to a hamburger on mobile
- 32d5133 fix(web): name the sporo-recipe skill instead of "agent does the rest"
- 8c2cd85 fix(web): singular "1 verb" in the docs group header
- 5adce7b fix(web): underline the docs github link so it is not color-only
- 7ceed91 refactor(web): make the reading column the single inner-page layout standard
- 90e4c07 refactor(web): one page frame so widths stop dancing
- f217bec test(e2e): add a testscript scenario matrix over every verb