fix(release): complete local readiness gates

This commit is contained in:
slhx agent
2026-07-14 01:45:28 +02:00
parent 23b1d75f7f
commit 48d6ea31be
4 changed files with 20 additions and 13 deletions
+8 -7
View File
@@ -5,13 +5,14 @@ handlers, and return generated UI commands. The browser receives checked UI
commands; ordinary server-first apps do not need a frontend framework,
handwritten UI JavaScript, selector targeting, or raw runtime primitives. req: pitch/001 req: canonical_authoring/001
Status: the repository has a proven server-first/page-enhanced baseline, a
compile-tested SaaS tutorial, an advanced Kanban sketch, and a full techdemo.
Full v1 is not yet feature-complete: client-local WASM, durable offline/sync, the
production integration reference, and their browser/recovery gates remain active.
See `docs/v1-product-evidence.md` for the evidence-backed product boundary,
`REQUIREMENTS.md` for authority, `PLAN.md` for implementation order, and
`docs/v1-readiness.md` for proven baseline evidence. No publishing is implied.
Status: the evidence-backed v1 behavior slices are implemented and browser-proven:
server-first/page-enhanced behavior, client-local WASM, durable offline/sync, the
multiplayer Kanban milestone, and the production reference. Local workspace,
browser, performance, documentation, and canonical-example gates pass; the
pinned dependency/license audits remain blocked because `cargo-audit` and
`cargo-deny` are not installed. See `docs/v1-product-evidence.md` for the product
boundary, `REQUIREMENTS.md` for authority, `PLAN.md` for execution state, and
`docs/v1-readiness.md` for evidence. No publishing is implied.
Template authoring: `.heml` is HTML plus a small hemplate overlay for escaped
text, trusted HTML, dynamic attributes, Rust-shaped control directives, generated