@@ -6,7 +6,7 @@ description: Release, native binary, and Homebrew packaging plan for Wardwright.
66
77# Packaging
88
9- Status: initial Burrito/Tinfoil packaging path in place. Release ` v0.0.6 ` is
9+ Status: initial Burrito/Tinfoil packaging path in place. Release ` v0.0.8 ` is
1010the latest published usable early release, with the stronger model-aware
1111workbench, saved simulator test cases, and an experimental in-page authoring
1212assistant.
@@ -58,18 +58,18 @@ curl -fsSL https://raw.githubusercontent.com/bglusman/wardwright/main/scripts/in
5858For a pinned release:
5959
6060``` bash
61- curl -fsSL https://raw.githubusercontent.com/bglusman/wardwright/main/scripts/install.sh | sh -s -- --version v0.0.6
61+ curl -fsSL https://raw.githubusercontent.com/bglusman/wardwright/main/scripts/install.sh | sh -s -- --version v0.0.8
6262```
6363
6464The script downloads the matching release archive, requires
6565` checksums-sha256.txt ` , verifies the archive checksum, and installs ` wardwright `
6666to ` ~/.local/bin ` by default. A manual install is equivalent:
6767
6868``` bash
69- curl -fLO https://github.com/bglusman/wardwright/releases/download/v0.0.6 /wardwright-0.0.6 -x86_64-unknown-linux-musl.tar.gz
70- curl -fLO https://github.com/bglusman/wardwright/releases/download/v0.0.6 /checksums-sha256.txt
69+ curl -fLO https://github.com/bglusman/wardwright/releases/download/v0.0.8 /wardwright-0.0.8 -x86_64-unknown-linux-musl.tar.gz
70+ curl -fLO https://github.com/bglusman/wardwright/releases/download/v0.0.8 /checksums-sha256.txt
7171sha256sum -c checksums-sha256.txt --ignore-missing
72- tar -xzf wardwright-0.0.6 -x86_64-unknown-linux-musl.tar.gz
72+ tar -xzf wardwright-0.0.8 -x86_64-unknown-linux-musl.tar.gz
7373install -m 0755 wardwright ~ /.local/bin/wardwright
7474```
7575
@@ -250,13 +250,13 @@ where the policy UI and validation story are useful enough to promote.
250250 prepares the next package version.
251251- Release ` v0.0.5 ` adds workspace Dune snippet save/evaluate/compose/delete
252252 support for local agents and a Homebrew service bind file for port overrides.
253- - Release ` v0.0.6 ` adds simulation-target selection, editable retry attempts,
253+ - Release ` v0.0.8 ` adds simulation-target selection, editable retry attempts,
254254 saved simulator test cases, screenshots/docs for the stronger simulator loop,
255255 an experimental in-page authoring assistant, Tidewave-assisted development
256256 setup, and Credo/Quokka/browser ratchets.
257257- Fnox-backed provider credentials are runtime-supported but not package-managed;
258258 fnox installation/profile management and product authorization remain
259- post-` 0.0.6 ` hardening work.
259+ post-` 0.0.8 ` hardening work.
260260- The first CI run may expose platform-specific Burrito, Zig, or NIF issues.
261261 macOS builds intentionally install Homebrew ` zig@0.15 ` because upstream Zig
262262 0.15.2 can fail to link on newer macOS/Xcode combinations.
0 commit comments