docs(recipes): add pwa offline boundary

Document optional PWA/offline support as an adapter boundary: cached shell, domain-command queues, server-canonical replay, conflict/fingerprint behavior, and sync-crate shape without adding a client state graph or service worker to core.

req: canonical_authoring/008

req: runtime/003

req: runtime/004

req: auth/002

req: auth/004

req: failure/004

req: failure/005

req: sync/001

req: sync/007
This commit is contained in:
slhx agent
2026-06-05 10:03:39 +02:00
parent 16cb15fd98
commit 78aff362ff
5 changed files with 143 additions and 11 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ and integrate at explicit boundaries. req: laws/002 req: auth/001
vendor providers or add framework-specific magic. See `docs/recipes/observability-flags.md` and `docs/recipes/deploy-versioning.md`.
- **PWA/offline/sync:** optional adapters may reuse generated targets/effects,
but core hemx must not gain a mandatory client state graph or local app
runtime. req: canonical_authoring/008
runtime. See `docs/recipes/pwa-offline.md`. req: canonical_authoring/008
## Escape hatches