gbserver/prompts/dev/general.md

9 lines
449 B
Markdown
Raw Normal View History

* Preffer imports than using :: to call methods,
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.