generatesaas 3.11.1 → 3.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -38,7 +38,7 @@ costly mistake made in this repo.
38
38
  - `packages/{payments,mail,sms,storage,notifications}` - config-gated integrations. Every provider's files stay even when its feature is off; flipping a flag enables it.
39
39
  - `packages/ui/src` - shared components (`@repo/ui`): shadcn/ui primitives on Base UI. `screens/` holds dashboard screen bodies the app renders from a thin page - they take everything host-specific through an app-core seam, and lint refuses `next/*`, `next-intl`, `@repo/api` and `@/` aliases there (`docs/screens`).{{sharedScreensBothShells}}
40
40
  - `packages/app-core/src` - shared client logic (`@repo/app-core`): hooks, headless controllers, stores. DOM-free; `@repo/ui` may import it, never the reverse.
41
- - `{{webAppDir}}` - the {{webAppName}} app ({{webAppLayout}}).{{runnerBullet}}
41
+ - `{{webAppDir}}` - the {{webAppName}} app ({{webAppLayout}}).
42
42
  - `docs/` - feature + architecture docs. Consult before searching from scratch; it cites real config keys and file paths. The CLI docs live under `docs/cli/`{{appDocsRef}}.
43
43
 
44
44
  ## House rules