From e391e4c49fc225f52be69801a636c3a3d86621a0 Mon Sep 17 00:00:00 2001 From: Slipstream Date: Wed, 4 Jun 2025 14:40:07 -0600 Subject: [PATCH] feat: Add initial documentation for AI agents --- AGENTS.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 AGENTS.md diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..2d4669a --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,7 @@ +# Info For AI Agents + +All cogs from the cogs directory are automatically loaded by default. (in the main bot, at least. neru and gurt have hardcoded lists. but these bots are irrelevant unless specifically mentioned.) +If you need to exclude a cog from being loaded, check commands.py. +Hybrid commands are preferred to only legacy prefix commands unless specifcally requested. +Pytest (pytest -q) won't work in this environment, so don't run it. +At most, just try `python -m py_compile` to make sure the file has no errors.