docs(requirements): split offline adapter boundary

Split oversized canonical_authoring/008 into offline opt-in, adapter queue, and no-core-local-runtime requirements.

req: canonical_authoring/008

req: canonical_authoring/018

req: canonical_authoring/019
This commit is contained in:
slhx agent
2026-06-25 14:18:27 +02:00
parent aa036922cf
commit 7b647add0a
4 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ and integrate at explicit boundaries. req: laws/002 req: auth/001
but core hemx must not gain a mandatory client state graph or local app
runtime. Local truth is commands/events/projections, not stored DOM patches or
stored `EffectBatch` payloads. See `docs/recipes/pwa-offline.md` and
`docs/recipes/local-command-log.md`. req: canonical_authoring/008 req: local/001 req: local/002
`docs/recipes/local-command-log.md`. req: canonical_authoring/008 req: canonical_authoring/018 req: canonical_authoring/019 req: local/001 req: local/002
- **Host capabilities:** browser, PWA, WebView, and native-shell capabilities use
`hemx-host` manifests/calls/events. Adapters return host facts to app code;
UI still changes through normal hemx effects. See