Purpose: These instructions guide GitHub Copilot's code suggestions and responses for this repository.
Scope: Applies to all files (**/*).
When generating code or providing suggestions, Copilot should:
- Prioritize security and maintainability over brevity
- Include appropriate error handling and logging
- Follow the language-specific conventions outlined below
- Generate tests alongside implementation code