docs(v1): define evidence-backed production contract

req: client_local/005\nreq: sync/009\nreq: accessibility/001\nreq: operations/001\nreq: security/001\nreq: performance/001\nreq: v1_release/001
This commit is contained in:
slhx agent
2026-07-13 11:50:18 +02:00
parent e5ff513d90
commit 0d49007c61
6 changed files with 481 additions and 22 deletions
+7 -4
View File
@@ -5,10 +5,13 @@ 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 currently has a strong v0 example/API path, a compile-tested
SaaS tutorial app, an advanced Kanban milestone sketch, and a full techdemo.
The v1 story now has tutorial, recipe, diagnostics, and stability docs; see
`docs/v1-readiness.md` for the remaining close-gap audit.
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.
Template authoring: `.heml` is HTML plus a small hemplate overlay for escaped
text, trusted HTML, dynamic attributes, Rust-shaped control directives, generated