feat: add Copilot instructions for database command style
Test Suite / test (24.15.0) (push) Has been cancelled

This commit is contained in:
Nils-Johan Gynther
2026-05-13 16:37:32 +02:00
parent 9453195598
commit 2fecdd2b8a
+7
View File
@@ -0,0 +1,7 @@
# Copilot Instructions
## Database Command Style
When suggesting database commands in this repository, always load credentials from `.env` inline (no hardcoded passwords).
Use robust grep/sed/tr extraction for `MARIADB_ROOT_PASSWORD` and `MARIADB_DATABASE`.