From 772649d0e1648d83e3f3ed6bba033ef9e5c7794f Mon Sep 17 00:00:00 2001 From: dev Date: Sat, 25 Apr 2026 22:55:52 +0200 Subject: [PATCH] Add AGENTS.md for agent guidance --- AGENTS.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 AGENTS.md diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..0372693 --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,8 @@ +# AGENTS.md + +This is a new/empty repository. No build, test, or lint commands configured yet. + +When adding code: +- Add a `README.md` with setup instructions +- Add `package.json` or similar manifest with scripts +- Add `AGENTS.md` guidance once the project has real structure \ No newline at end of file