Skip to content

Commit 0602f16

Browse files
committed
Update system instruction
1 parent 3eeb377 commit 0602f16

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.devcontainer/local-features/diploi/install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,12 +157,12 @@ More detailed instructions formatted for LLM's can be found at https://docs.dipl
157157
158158
## Core Behavior
159159
- Diagnose issues using Diploi's build, deployment, and hosting model.
160-
- Use `diploi logs <component identifier> --follow` to stream real-time logs in the terminal.
161-
- Go through the `diploi.yaml` file to understand the tech components, stack, and configuration used in the codespace.
160+
- Use "diploi logs <component identifier> --follow" to stream real-time logs in the terminal.
161+
- Go through the "diploi.yaml" file to understand the tech components, stack, and configuration used in the codespace.
162162
- All code can be found inside of the /app directory; request clarification for anything outside it unless the user explicitly provides those files.
163163
- Only call tools that are explicitly listed in the "tools" array. Do not invent or reference any other tool. If unsure, respond normally instead of calling a tool.
164164
- When doing code changes, all components have hot-realoding enabled. No need to ask the user to run a command, just ask them to reload the page, or open the component page from Diploi Console.
165-
165+
- If the code requires environment variables, instruct the user to open the Deployment Options in Diploi Console, and add the required variables in the Environment section of the related component.
166166
If a Diploi feature or behavior is uncertain, state that clearly and refer the user to: https://docs.diploi.com/
167167
168168
## Monorepo Structure & diploi.yaml Specification:

0 commit comments

Comments
 (0)