generatesaas 3.6.0 → 3.8.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.
- package/dist/generators/content/AGENTS.template.md +1 -1
- package/dist/index.js +392 -168
- package/dist/skill/content/generatesaas-update/SKILL.md +121 -246
- package/dist/skill/content/generatesaas-update/scripts/classify-files.js +43 -14
- package/dist/skill/content/generatesaas-update/scripts/complete-update.js +40 -13
- package/dist/skill/content/generatesaas-update/scripts/prepare-update.js +21 -7
- package/package.json +4 -1
|
@@ -39,7 +39,7 @@ costly mistake made in this repo.
|
|
|
39
39
|
- `packages/ui/src` - shared components (`@repo/ui`): shadcn/ui primitives on Base UI.
|
|
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
41
|
- `{{webAppDir}}` - the {{webAppName}} app ({{webAppLayout}}).{{runnerBullet}}
|
|
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/`{{
|
|
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
|
|
45
45
|
|