From d87b4956ad4543109a7978563d34fa61a771e94c Mon Sep 17 00:00:00 2001 From: w0rp Date: Wed, 11 Feb 2026 21:14:09 +0000 Subject: [PATCH] Tell OpenCode how to write ALE code --- AGENTS.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 AGENTS.md diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 00000000..a86f7dff --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,6 @@ +# ALE Agent instructions + +1. Read documentation from `doc/ale-development.txt` to understand how to be an + ALE developer. +2. Run Vader/Vim tests with `./run-tests -q --fast test/path/some_file.vader` +3. When editing Lua code run Lua tests with `./run-tests -q --lua-only`