feat(workout): record runtime asset integrity
Write and verify asset-integrity.tsv for the Workout mobile release kit using the actual hemx runtime path and SHA-256 digest, so mobile shell review has inspectable runtime integrity evidence. req: examples/006
This commit is contained in:
@@ -56,7 +56,8 @@ The generated manifest records:
|
||||
- app identity and version;
|
||||
- the production HTTPS origin used by Android and iOS shells;
|
||||
- `target/release/hemx-workout-example` as the server artifact;
|
||||
- runtime assets served by the same release through `hemx_axum::runtime_js_path()`;
|
||||
- the exact runtime asset path and SHA-256 digest served by the same release;
|
||||
- `asset-integrity.tsv` as a plain-text integrity receipt for mobile shell review;
|
||||
- cache policy: release-scoped HTML/CSS/runtime assets only;
|
||||
- offline truth policy: app-owned command/event/projection records, never DOM
|
||||
patches or UI effect payloads;
|
||||
|
||||
Reference in New Issue
Block a user