From 2821ae1e0de470e42f35236e033335e05bb4ad3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Poizat?= Date: Wed, 14 Jan 2026 16:58:56 +0100 Subject: [PATCH] Add AGENTS.md First usecase I found: ensuring the agent use the correct command to update Flutter packages --- AGENTS.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 AGENTS.md diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 000000000..003fb914d --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,5 @@ +# Twake Mail + + ## Build + + To update Flutter packages, run `./scripts/prebuild.sh` instead of `flutter pub get`. \ No newline at end of file