fix(xtask): give mobile starters app-owned commands

Make app new --mobile write hemx-app with HEMX_APP_* release settings, app-scoped release output, and docs that name Workout only as the concrete starter flow instead of leaking Workout command identity.

req: ceremony/006
This commit is contained in:
slhx agent
2026-06-12 16:15:09 +02:00
parent 3f824a83f8
commit 79b4d1e167
2 changed files with 34 additions and 6 deletions
+2 -2
View File
@@ -14,8 +14,8 @@ this path outside the repository:
cargo run -p hemx-xtask -- app new --mobile PATH
```
The created app includes the same `hemx-workout mobile-release` and
`hemx-workout mobile-verify` commands, plus `MOBILE_STARTER.md` naming the host,
The created app includes app-owned `hemx-app mobile-release` and
`hemx-app mobile-verify` commands, plus `MOBILE_STARTER.md` naming the host,
recovery, and release-kit boundary. req: ceremony/006
## When to use this path