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