Improve copilot instructions
This commit is contained in:
@@ -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
|
## 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/`
|
1. **Code**: Write feature with implementation in `lib/` and tests in `test/`
|
||||||
2. **Analyze**: `flutter analyze` (Must be clean)
|
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
|
4. **Verify**: Ensure UI matches the Hybrid M3/M2 guidelines
|
||||||
|
|
||||||
## Architecture Overview
|
## Architecture Overview
|
||||||
|
|||||||
Reference in New Issue
Block a user