docs(runtime): align docs with hashed runtime asset

Replace fixed /hemx.js wording with helper-provided runtime asset language so docs match hemx-axum runtime_js_path deployment boundaries.

req: axum_integration/005

req: examples/001
This commit is contained in:
slhx agent
2026-06-11 22:38:37 +02:00
parent 4254327cc7
commit bf7560b7a8
5 changed files with 41 additions and 31 deletions
+5 -4
View File
@@ -35,10 +35,11 @@ The normal path remains server-first typed handlers and generated effects.
## Cached shell
A PWA shell may cache page HTML, CSS, the matching `/hemx.js`, and explicit island
scripts for one release. It must obey the same release-unit policy as
`docs/recipes/deploy-versioning.md`: cached server HTML and cached runtime assets
must be compatible with the server that receives later interactions. req: abi/002 req: abi/004
A PWA shell may cache page HTML, CSS, the matching `runtime_js_path()` asset, and
explicit island scripts for one release. It must obey the same release-unit
policy as `docs/recipes/deploy-versioning.md`: cached server HTML and cached
runtime assets must be compatible with the server that receives later
interactions. req: abi/002 req: abi/004
Recommended behavior: