Improve copilot instructions

This commit is contained in:
Marc Rejohn Castillano 2026-02-22 21:04:30 +08:00
parent 751cafcf76
commit 3f9f576b33

View File

@ -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