From f741aaa36e25f7aeac7505a662633f372473fa83 Mon Sep 17 00:00:00 2001 From: Andrew Branch Date: Thu, 9 Oct 2025 09:43:04 -0700 Subject: [PATCH] Tell Copilot to stop assuming our debug assertions are wrong --- .github/copilot-instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 5b287185e4..fcb090afb8 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -96,4 +96,4 @@ The TypeScript submodule serves as the reference implementation for behavior and # Other Instructions - Do not add or change existing dependencies unless asked to. - \ No newline at end of file +- Do not remove any debug assertions or panic calls. Existing assertions are never too strict or incorrect.