new-route
Trigger: user asks to add a new page/route.
Workflow
- Confirm with the user: name (kebab-case), group (
_public+or_session+), and which of--loader,--action,--i18nthey want. - Run:
gaia scaffold route <name> --group <group> [flags] - Verify:
pnpm typecheckclean;pnpm devreaches the new route.
Flags
--group— required,_public+or_session+--loader— emit a loader stub--action— emit an action stub--i18n— emit the locale file and wire the locale barrel--json— print the scaffold result as JSON