feat(workout): gate mobile verification on product tests

Make workout mobile-verify rerun the Workout product tests before release-kit checks so app value, recovery, local state, and host capability boundaries fail closed with mobile artifacts.

req: examples/001

req: examples/006

req: host/002

req: local/001
This commit is contained in:
slhx agent
2026-06-12 12:35:41 +02:00
parent 2b9979e339
commit d4e99b6e73
3 changed files with 27 additions and 11 deletions
+7 -5
View File
@@ -29,11 +29,13 @@ target/hemx-mobile/workout/
ios/README.md
```
Use `workout mobile-verify` to check the generated kit and release binary. It
fails on a non-HTTPS production origin, missing/inconsistent Android or iOS
metadata, or external toolchain/signing blockers that were not written into the
manifest and `BLOCKERS.md`. Use `workout doctor` when you only want to see
missing external inputs.
Use `workout mobile-verify` as the store-readiness product gate: it runs the
Workout product tests, then checks the generated kit and release binary. It
fails on broken app value/recovery/host-boundary tests, a non-HTTPS production
origin, missing/inconsistent Android or iOS metadata, or external
toolchain/signing blockers that were not written into the manifest and
`BLOCKERS.md`. Use `workout doctor` when you only want to see missing external
inputs.
## Production configuration