Skip to content

Commit d903eb3

Browse files
committed
Prepare 0.0.8 release
1 parent 3a5c17d commit d903eb3

7 files changed

Lines changed: 16 additions & 16 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ decision happened.
1313
## Install
1414

1515
Wardwright publishes early native binaries for macOS and Linux. The latest
16-
published release is `v0.0.6`, with a model-aware workbench, saved simulator
16+
published release is `v0.0.8`, with a model-aware workbench, saved simulator
1717
test cases, an experimental in-page authoring assistant, and local ratchets for
1818
style and browser-regression checks.
1919

@@ -45,7 +45,7 @@ WARDWRIGHT_BIND=127.0.0.1:8787 \
4545
For a pinned release:
4646

4747
```bash
48-
curl -fsSL https://raw.githubusercontent.com/bglusman/wardwright/main/scripts/install.sh | sh -s -- --version v0.0.6
48+
curl -fsSL https://raw.githubusercontent.com/bglusman/wardwright/main/scripts/install.sh | sh -s -- --version v0.0.8
4949
```
5050

5151
Set `WARDWRIGHT_ADMIN_TOKEN` before exposing Wardwright beyond loopback. See

app/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Wardwright.MixProject do
44
def project do
55
[
66
app: :wardwright,
7-
version: "0.0.6",
7+
version: "0.0.8",
88
elixir: "~> 1.17",
99
compilers: [:gleam] ++ Mix.compilers(),
1010
aliases: ["deps.get": ["deps.get", "gleam.deps.get"]],

docs/agent-authoring.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ later removed or made internal-only.
336336

337337
## Mental Model
338338

339-
For 0.0.6, a Wardwright model is easiest to explain as four layers:
339+
For 0.0.8, a Wardwright model is easiest to explain as four layers:
340340

341341
1. **Targets**: real provider models or other Wardwright models.
342342
2. **Model graph**: route nodes that delegate, choose, or combine targets.
@@ -364,7 +364,7 @@ reviewability:
364364
- require projection, trace, validation, and scenario evidence to stay engine
365365
neutral
366366

367-
This is not a 0.0.6 requirement. The 0.0.6 requirement is that agents can create
367+
This is not a 0.0.8 requirement. The 0.0.8 requirement is that agents can create
368368
and modify local Wardwright models through a documented, reviewable, reversible
369369
workflow.
370370

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ description: LLM model middleware, governance, and receipts for agentic workflow
2323

2424
<div class="notice">
2525
<strong>Status:</strong> Wardwright is early but installable. The published
26-
<code>v0.0.6</code> release ships native macOS and Linux artifacts, a
26+
<code>v0.0.8</code> release ships native macOS and Linux artifacts, a
2727
Homebrew formula, an OpenAI-compatible gateway, a model-aware policy
2828
workbench, saved simulator test cases, and an experimental in-page authoring
2929
assistant.

docs/packaging.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1010
the latest published usable early release, with the stronger model-aware
1111
workbench, saved simulator test cases, and an experimental in-page authoring
1212
assistant.
@@ -58,18 +58,18 @@ curl -fsSL https://raw.githubusercontent.com/bglusman/wardwright/main/scripts/in
5858
For 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

6464
The script downloads the matching release archive, requires
6565
`checksums-sha256.txt`, verifies the archive checksum, and installs `wardwright`
6666
to `~/.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
7171
sha256sum -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
7373
install -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.

docs/provider-credentials.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: How Wardwright resolves provider API credentials and the security l
77
# Provider Credentials
88

99
Wardwright can call local Ollama targets without credentials and
10-
OpenAI-compatible targets with bearer-token credentials. In `v0.0.6`, credential
10+
OpenAI-compatible targets with bearer-token credentials. In `v0.0.8`, credential
1111
configuration is still local-operator oriented, but model calls can now be
1212
separately protected with Wardwright model API keys. That makes local and
1313
single-operator remote testing more realistic, but it is not yet a complete
@@ -130,7 +130,7 @@ Internal-only models do not appear in public model discovery and cannot be
130130
called directly without a future explicit composition path. They are useful for
131131
building model DAGs without exposing every intermediate model to agents.
132132

133-
For `v0.0.6`:
133+
For `v0.0.8`:
134134

135135
- keep Wardwright bound to `127.0.0.1` unless it is behind a trusted network or
136136
application auth boundary;

docs/vision.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ an OpenAI-compatible interface.
1313

1414
<div class="notice">
1515
<strong>Current status:</strong> Wardwright is an early installable prototype,
16-
not a finished product. The published <code>v0.0.6</code> release prepares
16+
not a finished product. The published <code>v0.0.8</code> release prepares
1717
native macOS and Linux artifacts, an OpenAI-compatible gateway surface, policy
1818
receipts, stream governance, tool-context policy hooks, local Dune snippet
1919
authoring, a model-aware LiveView workbench, saved test cases, and an

0 commit comments

Comments
 (0)