a73x

aef51048

release: v0.0.1-5 — M17 web client, the simplify round, collect.sh

a73x   2026-08-13 15:31

Commit message
release: v0.0.1-5 — M17 web client, the simplify round, collect.sh

Third binary: muxweb, the browser wall of devices (1x1 passive tiles,
zoomed-only input, ssh -L remote viewing), with mux_core.wasm embedded.
Kill criterion field-PASSED. Post-release reviews closed five Importants
and the tree carries the simplify round. tools/collect.sh bundles the
estate's diagnostics in one go.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

build.zig
Old New
@@ -74,7 +74,7 @@ fn linkQuic(b: *std.Build, c: *std.Build.Step.Compile, deps: anytype) void {
74 74
75 pub fn build(b: *std.Build) void { 75 pub fn build(b: *std.Build) void {
76 // Single source for both binaries' --version. Bumped at tag time. 76 // Single source for both binaries' --version. Bumped at tag time.
77 const version = "0.0.1-4"; 77 const version = "0.0.1-5";
78 const version_opts = b.addOptions(); 78 const version_opts = b.addOptions();
79 version_opts.addOption([]const u8, "version", version); 79 version_opts.addOption([]const u8, "version", version);
80 80