feat(workout): verify mobile release kit

Add a workout-mobile verify command that checks the generated release kit and server artifact, then document it beside release/doctor so the mobile path has a recurring gate.

req: examples/006
This commit is contained in:
slhx agent
2026-06-12 11:12:18 +02:00
parent f2b6aa1aef
commit 5a42f2664a
5 changed files with 146 additions and 6 deletions
+3 -1
View File
@@ -9,6 +9,7 @@ vendor work. req: examples/006
```sh
cargo run -p hemx-xtask -- workout-mobile release
cargo run -p hemx-xtask -- workout-mobile verify
cargo run -p hemx-xtask -- workout-mobile doctor
```
@@ -25,7 +26,8 @@ target/hemx-mobile/workout/
ios/README.md
```
Use `doctor` when you only want to see missing external inputs.
Use `verify` to check the generated kit and release binary. Use `doctor` when
you only want to see missing external inputs.
## Production configuration