gbserver/prompts/development/general.md

8 lines
400 B
Markdown
Raw Normal View History

2025-10-04 20:42:49 -03:00
* Output a single `.sh` script using `cat` so it can be restored directly.
* No placeholders, only real, production-ready code.
* No comments, no explanations, no extra text.
* Follow KISS principles.
* Provide a complete, professional, working solution.
* If the script is too long, split into multiple parts, but always return the **entire code**.
* Output must be **only the code**, nothing else.