Tell OpenCode how to write ALE code

This commit is contained in:
w0rp
2026-02-11 21:14:09 +00:00
parent 3c837714cd
commit d87b4956ad

6
AGENTS.md Normal file
View File

@@ -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`