You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: INIT_PROMPT.md
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,10 +40,18 @@ Welcome! Use this template to configure your new project based on the `starter-m
40
40
2.**Updating the repo**:
41
41
1.**Demo apps removal (optional):** Based on your `REMOVE_DEMO_APPS` selection, the demo `frontend` and/or `backend` applications and their references and related codes throughout the project and Memory Bank will be removed.
42
42
2.**Frontend config cleanup (optional):** If applicable based on `TARGET_HAVE_FRONTEND` and `FRONTEND_HAVE_VUE`, unused frontend configurations (UnoCSS, Vue ESLint) and `locals/common-vue` might be removed.
43
-
3.**SST removal (optional):** If `REMOVE_SST` is true, SST files, scripts, dependencies, and references will be removed.
44
-
<!-- + Context for Agent: when doing SST Removal, these are SST's files: (`sst.config.ts`, `.env.sst`), also remove the `pathe` and `@types/aws-lambda` dependency, they are only used by SST -->
45
-
4.**Project context update & renaming:** The agent will update all related documents like `README.md` and Memory Bank with your (revised) goals and descriptions, as well as replace `starter-monorepo` with `MONOREPO_ROOT_NAME` throughout project/Memory Bank.
46
-
5.**Initialize local secret env files:** Scan the project for `.env.dev` files and duplicate them as `.env.dev.local` for each that exists.
43
+
3.**Lingo.dev** removal (optional): If `REMOVE_LINGODOTDEV` is true, Lingo.dev setup will be removed.
44
+
<!-- + Context for Agent: Lingo.dev removal guide:
45
+
* Remove `i18n.json`, `i18n.lock`
46
+
* Remove `i18n` script from `package.json`
47
+
* Remove related mentions from documents like `README.md`. -->
48
+
4.**SST removal (optional):** If `REMOVE_SST` is true, SST files, scripts, dependencies, and references will be removed.
49
+
<!-- + Context for Agent: SST removal guide:
50
+
* Remove `sst.config.ts`, `.env.sst`
51
+
* Remove `sst`, `pathe` and `@types/aws-lambda` from `package.json`
52
+
* Remove related mentions from documents like `README.md`. -->
53
+
5.**Project context update & renaming:** The agent will update all related documents like `README.md` and Memory Bank with your (revised) goals and descriptions, as well as replace `starter-monorepo` with `MONOREPO_ROOT_NAME` throughout project/Memory Bank.
54
+
6.**Initialize local secret env files:** Scan the project for `.env.dev` files and duplicate them as `.env.dev.local` for each that exists.
47
55
3.**Finalizing steps**:
48
56
<!-- + Context for Agent: ONLY START THIS STEP IF PRIOR STEPS IS DONE -->
49
57
1.**INIT_PROMPT cleanup:**`INIT_PROMPT.md` and its related files (`INIT_PROMPT-EXAMPLES.md`) will be removed.
0 commit comments