diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md new file mode 100644 index 0000000..5651439 --- /dev/null +++ b/.github/copilot-instructions.md @@ -0,0 +1,5 @@ +# Copilot Instructions + +## Database Command Style + +If database commands are suggested, always load credentials from `.env` inline (no hardcoded passwords), using robust grep/sed/tr extraction.