docs(requirements): split v0 scope row

Add explicit northstar ring fields to v0_scope requirements and split stable-release scope without changing behavior.

req: v0_scope/001

req: v0_scope/002

req: v0_scope/003

req: v0_scope/004

req: v0_scope/005
This commit is contained in:
slhx agent
2026-06-25 17:24:23 +02:00
parent 8ce60d9b8d
commit 1a9387dca9
2 changed files with 8 additions and 5 deletions
+7 -4
View File
@@ -950,16 +950,19 @@ what a valid business email is. [north_star]
## v0_scope
### req: v0/001
001 v0 stable release includes: Surface consumption, generated slots/forms/handles, `#[hemx::handler]`, tuple `IntoEffect`, form dispatch, typed data-* params, keyed slots, page swap, root-scoped runtime, EffectBatch wire schema, diagnostics, tests, and `hemx-axum` integration.
0 001 v0 stable release includes Surface consumption, generated slots/forms/handles, `#[hemx::handler]`, tuple `IntoEffect`, form dispatch, typed data-* params, and keyed slots. [north_star]
### req: v0/005
0 005 v0 stable release includes page swap, root-scoped runtime, EffectBatch wire schema, diagnostics, tests, and `hemx-axum` integration. [north_star]
### req: v0/002
002 v0 excludes: sync, wasm/client-local handlers, transitions, query/cache helpers, CRDT, custom component lifecycle, built-in auth, built-in router, and HTMX compatibility mode.
0 002 v0 excludes: sync, wasm/client-local handlers, transitions, query/cache helpers, CRDT, custom component lifecycle, built-in auth, built-in router, and HTMX compatibility mode.
### req: v0/003
003 v0 proof apps are: counter, docs-site HTMX replacement, form wizard, auth action, SSE notification stream, and keyed todo list.
0 003 v0 proof apps are: counter, docs-site HTMX replacement, form wizard, auth action, SSE notification stream, and keyed todo list.
### req: v0/004
004 The local-first kanban remains the north-star milestone, not a v0 blocker.
0 004 The local-first kanban remains the north-star milestone, not a v0 blocker.
---