From b6e3e892299e84a323dfc2bd0c1b550d9010524b Mon Sep 17 00:00:00 2001 From: Tien Do Nam Date: Mon, 27 Jul 2026 16:54:30 +0200 Subject: [PATCH] docs: add CLAUDE.md --- CLAUDE.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CLAUDE.md diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 00000000..3ff3036e --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,8 @@ +# CLAUDE.md + +Always use **`fvm flutter`** / **`fvm dart`**, never the bare `flutter` / `dart` binaries — this repo pins its +Flutter version in `.fvmrc` and the system-wide toolchain will not match it. + +Full guidance for this repository lives in AGENTS.md: + +@AGENTS.md