Skip to content

Commit f52c44c

Browse files
committed
[ai] add Claude config
1 parent 662daed commit f52c44c

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

CLAUDE.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Flutter IntelliJ Plugin — Claude Code Guide
2+
3+
@.gemini/styleguide.md
4+
5+
## Additional Rules
6+
7+
- No I/O or heavy computation on the EDT (IntelliJ Threading Model).
8+
- All `AnAction` subclasses must be stateless (no mutable instance fields).
9+
- Use `io.flutter.logging.PluginLogger` (or IntelliJ's `Logger`) for all logging; never `System.out`.
10+
- All new files must include the standard Chromium Authors copyright header.
11+
- Zero-Formatting Policy: do not comment on indentation, spacing, or brace placement.
12+
- Categorize code suggestions with `[MUST-FIX]`, `[CONCERN]`, or `[NIT]` severity prefixes.

0 commit comments

Comments
 (0)