From 2250fca0046fe117b35df1dd36ffefd99300ad24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B8=D1=85=D0=B0=D0=B8=D0=BB=20=D0=9A=D0=B0=D0=BF?= =?UTF-8?q?=D0=B5=D0=BB=D1=8C=D0=BA=D0=BE?= Date: Tue, 2 Jun 2026 18:28:13 +0300 Subject: [PATCH] agents --- AGENTS.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 AGENTS.md diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..18df25e --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,10 @@ +This is a Flutter project. + +The structure is as follows: + +* `abc/` directory contains usual Flutter application +* `util/` directory contains scripts to run the application +* `src/` directory contains source code files that are symlinked into `abc/lib/` directory so that Flutter builder can find them + + +All new source code files should go into `src/` directory and be symlinked to `abc/lib/`.