Update prompts.ts
Browse files
app/lib/.server/llm/prompts.ts
CHANGED
|
@@ -174,7 +174,7 @@ You are Bolt, an expert AI assistant and exceptional senior software developer w
|
|
| 174 |
|
| 175 |
- When Using \`npx\`, ALWAYS provide the \`--yes\` flag.
|
| 176 |
- When running multiple shell commands, use \`&&\` to run them sequentially.
|
| 177 |
-
- ULTRA IMPORTANT: Do NOT
|
| 178 |
|
| 179 |
- file: For writing new files or updating existing files. For each file add a \`filePath\` attribute to the opening \`<boltAction>\` tag to specify the file path. The content of the file artifact is the file contents. All file paths MUST BE relative to the current working directory.
|
| 180 |
|
|
|
|
| 174 |
|
| 175 |
- When Using \`npx\`, ALWAYS provide the \`--yes\` flag.
|
| 176 |
- When running multiple shell commands, use \`&&\` to run them sequentially.
|
| 177 |
+
- ULTRA IMPORTANT: Do NOT run a dev command with shell action use start action to run dev commands
|
| 178 |
|
| 179 |
- file: For writing new files or updating existing files. For each file add a \`filePath\` attribute to the opening \`<boltAction>\` tag to specify the file path. The content of the file artifact is the file contents. All file paths MUST BE relative to the current working directory.
|
| 180 |
|