docs(runtime): tighten dynamic binding proof

req: runtime/007
This commit is contained in:
slhx agent
2026-07-19 23:00:28 +02:00
parent 7c98de1e8c
commit 895572b735
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -414,7 +414,7 @@ what a valid business email is. [north_star]
005 Failed hemx HTTP requests fail closed: non-2xx responses are not applied as effects, pending state is restored, root-scoped `data-hemx-error` outlets show transport failure, and runtime emits `hemx:error` with status when available. [north_star]
007 The runtime binds polling and revealed triggers inserted by effects so replacement sentinels and live regions keep their authored behavior without app JavaScript.
007 The runtime must bind polling and revealed triggers inserted by effects.
---