Release v0.30.0
Immutable
release. Only release title and notes can be modified.
0.30.0
Released 2026-07-29
Compatibility
engine 0.30.x ↔ adapters 0.6.x (WIT emery:adapter@0.1.0, floor ≥ 0.30.0)
Added
- Product rename from Specify to Emery: shipped binary and Cursor skills are
emery//emery:*, on-disk state lives under.emery/, adapter package sugar isemery:<name>@<version>, and first-party components resolve fromghcr.io/augentic/emery-adapters. - Omnia-hosted runtime: the engine guest is embedded in the binary and booted through
omnia::runtime!, with a fail-closed adapters-only resolver over the host-owned store and project component cache. - Host-owned adapter install: pinned first-party adapters pull-on-miss from GHCR into the global store (digest-gated, with OCI provenance on the sidecar); bare names resolve only the seeded project cache via
emery adapter addor a local component at init. - Gate 1 is the nameless
emery plan approve;/emery:executeconfirms approval when needed, then runsemery plan execute. - Omnia-shaped release lines (
release-X.Y.Zcut / patch / publish), rootRELEASES.md, andcargo binstall/ Homebrew install paths for platform archives. - Contributor eval surface:
cargo make lab/cargo make eval <case>over retainedsandbox/<case>/trees, with optionalEVAL_LOGfile mirroring and leaner synthesis prompts for mid-tier models.
Changed
- Workspace dependency keys match published
emery-*crate names; shortusepaths still come from each crate's[lib] name. - Release binaries matrix ships
aarch64-apple-darwinonly for this line (Linux and Intel macOS legs dropped; Windows remains unavailable until upstreamomnia-wasi-modelcompiles there). - Quick-start pins move to
contracts@0.6.0/intent@0.6.0; README leads with install and a first change (Cursor Agent or terminal CLI). - Vectis greenfield docs point at the local
vectis-exemplarcheckout (VECTIS_EXEMPLAR_DIR), not an embedded template. - Live-eval env knobs rename to
EVAL_MODEL/EVAL_TIMEOUT_SECS; Omnia crates resolve from public GitHub git dependencies (no private Cargo registry config). - Developer Guide link integrity is
mdbook-linkcheck2viacargo make links; per-push WASM boundary CI is removed in favor of the operator-invoked wasm example.
Full Changelog: v0.29.0...v0.30.0
Release notes for previous releases can be found on the respective release branches of the repository.