From cc4591ad00ab659ea25c22f76e17b6841ab34b4e Mon Sep 17 00:00:00 2001 From: Nathan Date: Sat, 6 Jun 2026 22:05:06 -0400 Subject: [PATCH] fix: correct wording in prompt for clarity on project import from Replit --- prompts/strip-replit-bloat.prompt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prompts/strip-replit-bloat.prompt.md b/prompts/strip-replit-bloat.prompt.md index 6664229..634c040 100644 --- a/prompts/strip-replit-bloat.prompt.md +++ b/prompts/strip-replit-bloat.prompt.md @@ -1,4 +1,4 @@ -Act as an expert frontend engineer. I have just imported this landing page project from Replit, and it contains environment-specific bloat, configuration files, and potential boilerplate that I don't need. +Act as an expert frontend engineer. I have just imported a project from Replit, and it contains environment-specific bloat, configuration files, and potential boilerplate that I don't need. Your task is to strip everything out except the absolute core landing page so I have a clean, production-ready, standalone codebase.