From 3f9f576b33cbefd4ce8637100e19e6789b358e19 Mon Sep 17 00:00:00 2001 From: Marc Rejohn Castillano Date: Sun, 22 Feb 2026 21:04:30 +0800 Subject: [PATCH] Improve copilot instructions --- .github/copilot-instructions.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 82214f0b..66bbf151 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -1,6 +1,6 @@ -# CLAUDE.md +# COPILOT_README.md -This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. +This file provides guidance to Github Copilot when working with code in this repository. ## Development Commands @@ -15,7 +15,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co 1. **Code**: Write feature with implementation in `lib/` and tests in `test/` 2. **Analyze**: `flutter analyze` (Must be clean) -3. **Test**: `flutter test` (Must pass) +3. **Test**: `flutter test` (Must pass without overflow or rendering exceptions) 4. **Verify**: Ensure UI matches the Hybrid M3/M2 guidelines ## Architecture Overview