Skip to content

Commit 6d81f03

Browse files
committed
chore: update INIT_PROMPT
1 parent af05eb6 commit 6d81f03

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

INIT_PROMPT.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,18 @@ Welcome! Use this template to configure your new project based on the `starter-m
4040
2. **Updating the repo**:
4141
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.
4242
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.
4755
3. **Finalizing steps**:
4856
<!-- + Context for Agent: ONLY START THIS STEP IF PRIOR STEPS IS DONE -->
4957
1. **INIT_PROMPT cleanup:** `INIT_PROMPT.md` and its related files (`INIT_PROMPT-EXAMPLES.md`) will be removed.

0 commit comments

Comments
 (0)