From 2fecdd2b8a860e40c5d7a36291f5e06673c4473f Mon Sep 17 00:00:00 2001 From: Nils-Johan Gynther Date: Wed, 13 May 2026 16:37:32 +0200 Subject: [PATCH] feat: add Copilot instructions for database command style --- .github/copilot-instructions.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/copilot-instructions.md diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md new file mode 100644 index 0000000..763249e --- /dev/null +++ b/.github/copilot-instructions.md @@ -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`.