Skip to content

Commit fda81a7

Browse files
committed
docs: clarify saas-builder skill dev server guidance
1 parent 8a6da5d commit fda81a7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

skills/saas-builder/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Setup and verification commands are hard gates. Do not continue to mapping or im
5454
- Default to a first-version MVP unless the user asks for more.
5555
- Build the smallest runnable core workflow.
5656
- Defer nonessential architecture, integrations, and edge cases.
57-
- Leave the app runnable with `npm run dev` and complete final verification after each change.
57+
- Leave the app runnable with `npm run dev`, but do not start local servers, persistent database processes, or open localhost unless the user explicitly asks.
5858

5959
## Final Verification Gate
6060

@@ -89,4 +89,4 @@ After the mandatory baseline gate passes:
8989
2. Inspect the verified clone for relevant patterns.
9090
3. Implement the change directly in the cloned project, following the route boundaries above.
9191
4. Produce planning output only when the user asks for it or the change needs clarification.
92-
5. Ask the user to run `npm run dev` to let them play with the current state of the SaaS.
92+
5. Ask the user to run `npm run dev` themselves to play with the current state of the SaaS; do not run it for them.

0 commit comments

Comments
 (0)