From d0c9f55a10ceb47cb8cda3b6c2ab161f4709f839 Mon Sep 17 00:00:00 2001 From: William Valentin Date: Sat, 9 Aug 2025 12:57:09 -0700 Subject: [PATCH] feat: Update coding guidelines to include replacement of legacy code --- .github/instructions/copilot.instructions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/instructions/copilot.instructions.md b/.github/instructions/copilot.instructions.md index 6ac543f..c968175 100644 --- a/.github/instructions/copilot.instructions.md +++ b/.github/instructions/copilot.instructions.md @@ -80,6 +80,7 @@ applyTo: '**' - Write clear, concise, and maintainable code with proper type hints and docstrings. - Avoid using deprecated imports or patterns. - Remove any warnings or deprecation notices from the codebase. +- Replace legacy code. ---