diff --git a/agents/index.html b/agents/index.html index 64d189b..df2eb81 100644 --- a/agents/index.html +++ b/agents/index.html @@ -92,7 +92,7 @@

Receipt

proven-to-guarded regression are separate evidence. CI can turn either one, or a newly Guarded obligation, into an independent policy gate. The - copy-paste workflow compares the two commit trees on every pull request.

@@ -235,7 +235,7 @@

Does it actually help?

The record says what it does not establish, too: one model family and a control arm recorded against an earlier build. A later - contracts-free Starlark comparison solved all six routine tasks, so these tasks do not establish that contracts caused the result. diff --git a/assets/agents.js b/assets/agents.js index 72d5511..7b806ee 100644 --- a/assets/agents.js +++ b/assets/agents.js @@ -5,8 +5,8 @@ // a claim about what an agent gets back is worth nothing if the page is the // one making it up. -const TAG = "v0.2.11"; -const VERSION = "0.2.11"; +const TAG = "v0.2.12"; +const VERSION = "0.2.12"; const WASM_URL = `../assets/deed-${TAG}-wasm32-unknown-unknown.wasm`; const REVIEW_DEMO_URL = "../assets/review-demo.json"; diff --git a/assets/deed-v0.2.11-wasm32-unknown-unknown.wasm b/assets/deed-v0.2.11-wasm32-unknown-unknown.wasm deleted file mode 100644 index 2783712..0000000 Binary files a/assets/deed-v0.2.11-wasm32-unknown-unknown.wasm and /dev/null differ diff --git a/assets/deed-v0.2.12-wasm32-unknown-unknown.wasm b/assets/deed-v0.2.12-wasm32-unknown-unknown.wasm new file mode 100644 index 0000000..fd6756a Binary files /dev/null and b/assets/deed-v0.2.12-wasm32-unknown-unknown.wasm differ diff --git a/assets/errors.js b/assets/errors.js index aa06f6e..c63f804 100644 --- a/assets/errors.js +++ b/assets/errors.js @@ -5,8 +5,8 @@ // artifact carries all of them, so this page cannot document a code the // compiler does not have, or miss one it does. -const TAG = "v0.2.11"; -const VERSION = "0.2.11"; +const TAG = "v0.2.12"; +const VERSION = "0.2.12"; const WASM_URL = `../assets/deed-${TAG}-wasm32-unknown-unknown.wasm`; const STATUS = document.getElementById("status"); diff --git a/assets/play.js b/assets/play.js index ff4c606..6425149 100644 --- a/assets/play.js +++ b/assets/play.js @@ -13,8 +13,8 @@ // release, because a release asset cannot be fetched from a browser at all: // both the download URL and the API one redirect to a host that sends no // `Access-Control-Allow-Origin`. See decisions/2026-07-31-no-build-step.md. -const TAG = "v0.2.11"; -const VERSION = "0.2.11"; +const TAG = "v0.2.12"; +const VERSION = "0.2.12"; const WASM_URL = `../assets/deed-${TAG}-wasm32-unknown-unknown.wasm`; const SOURCE = document.getElementById("source"); diff --git a/examples/index.json b/examples/index.json index 718da26..68e0267 100644 --- a/examples/index.json +++ b/examples/index.json @@ -1,5 +1,5 @@ { - "tag": "v0.2.11", + "tag": "v0.2.12", "examples": [ { "file": "calculator.deed", diff --git a/install/index.html b/install/index.html index 9fed3e6..33cbb27 100644 --- a/install/index.html +++ b/install/index.html @@ -64,7 +64,7 @@

Install