docs(requirements): add ring to scope row

Add an explicit northstar ring field to the scope requirement without changing behavior.

req: scope/001
This commit is contained in:
slhx agent
2026-06-25 15:15:05 +02:00
parent 829838e639
commit ee95222b9b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -411,7 +411,7 @@ in core. `Effect::event` lowers to the canonical `Emit` opcode.
## scope
### req: scope/001
001 `Scope` is a first-class primitive. Keyed loops (`h-for`) create keyed
0 001 `Scope` is a first-class primitive. Keyed loops (`h-for`) create keyed
dynamic scopes and require `h-key` for hemx-addressable nodes. Conditional
branches (`h-if`, `h-else-if`, `h-else`, `h-match`, `h-case`) create optional
presence scopes. Component instances, modals, tabs, and nested forms are scoped