fix(xtask): polish generated app next steps

Give app new users app-local next steps and generated README/CREATED docs, rename visible v0 text, and fail early when the required hemplate checkout is missing instead of producing a broken path dependency.

req: ceremony/005
This commit is contained in:
slhx agent
2026-06-12 17:26:23 +02:00
parent c71aa63cec
commit 0f1673834b
2 changed files with 45 additions and 11 deletions
+5
View File
@@ -10,6 +10,11 @@ SaaS tutorial app, an advanced Kanban milestone sketch, and a full techdemo.
The v1 story now has tutorial, recipe, diagnostics, and stability docs; see
`docs/v1-readiness.md` for the remaining close-gap audit.
Local checkout note: until the hemplate crates are published, this repository
expects `hemplate` checked out next to `hemx` as `../hemplate/hemplate`. The app
scaffolder fails with that exact path if the prerequisite is missing, instead of
creating an app that fails later with a vague Cargo path-dependency error.
## The normal path
For beginner and production-shaped app code, stay on this path. req: public_api/001 req: public_api/005