From 022cdc60595b7fe85eac5af76482776325212c63 Mon Sep 17 00:00:00 2001 From: Slipstream Date: Wed, 4 Jun 2025 16:59:42 -0600 Subject: [PATCH] fix: Standardize bullet points formatting in AGENTS.md --- AGENTS.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index d7fd55e..e2466b7 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -1,9 +1,9 @@ # 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. -For testing you can use `pylint` and `python -m py_compile`. -You are using python 3.11. -Pip dependencies aren't installed in your environment due to issues with dependency conflicts. +- 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. +- For testing you can use `pylint` and `python -m py_compile`. +- You are using python 3.11. +- Pip dependencies aren't installed in your environment due to issues with dependency conflicts.