diff options
| author | w0rp | 2026-02-11 21:14:09 +0000 |
|---|---|---|
| committer | w0rp | 2026-02-11 21:14:09 +0000 |
| commit | d87b4956ad4543109a7978563d34fa61a771e94c (patch) | |
| tree | 34c7bee7851d800c0b432f30fe610463faff5341 | |
| parent | 3c837714cd8075c7dcf68b4b2f8b423dfd0a630b (diff) | |
| download | ale-d87b4956ad4543109a7978563d34fa61a771e94c.tar.gz | |
Tell OpenCode how to write ALE code
| -rw-r--r-- | AGENTS.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 000000000..a86f7dffb --- /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` |