Skip to content

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 18 Jul 02:26
· 62 commits to main since this release

Which file do I download?

your machine file
macOS on Apple Silicon (M1/M2/M3/M4) sporo_0.8.0_darwin_arm64.tar.gz
macOS on Intel sporo_0.8.0_darwin_amd64.tar.gz
Linux x86-64 sporo_0.8.0_linux_amd64.tar.gz
Linux ARM64 sporo_0.8.0_linux_arm64.tar.gz
Windows x86-64 sporo_0.8.0_windows_amd64.zip
Windows ARM64 sporo_0.8.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

  • 435663d feat(cli): add sporo recipes, a fleet-wide recipe index
  • 4c1abca feat(recipes): publish the russian-legal recipe to the corpus
  • f3b093b feat(recipes): record the recipe id in the seal registry
  • 38ba376 feat(web): add a recipe listing with per-recipe detail pages
  • bb2e043 feat(web): recipe action bar with a derived preview panel
  • 9e91006 feat(web): recipe date, publisher, sealed badge, adoption protocol, agent marks
  • 7167a84 feat(web): recipe-detail & chrome polish

Fixes

  • 38a2cb8 fix(web): changelog categorization and short commit-hash chips
  • ac8b72b fix(web): strip the recipe's own H1 from the intro (it printed the title twice)
  • c60c03f fix(web): the badge claims only what lint verifies, not "sealed"

Other changes

  • c1859f0 docs: sync site & skill copy with id and the file-writing export