Add note about required argument for 'tea' CLI in AGENTS.md

This commit is contained in:
Slipstream 2025-06-07 21:16:29 -06:00
parent f866f6c47c
commit 2001cd3dbb
Signed by: slipstream
GPG Key ID: 13E498CE010AC6FD

View File

@ -8,6 +8,7 @@
- You are using Python 3.11.
- All pip dependencies are installed in the environment (except packages related to locally running AI, due to their large size).
- **When youve finished and tested your task, create a fresh `pr/<desc>` branch from your work branch, push *that* to the remote, and open a pull request on Gitea using the `tea` CLI. Never push your work branch or `master` directly.**
- The `tea` cli will likely require the argument `--repo slipstream/discordbot`
- If you hit hard-to-fix errors while pushing or during the PR, leave them for the user to handle after youve made reasonable attempts (e.g., resolving merge conflicts or fetching missing remote work).
- There are no nested `AGENTS.md` files; this is the only one in the project.
- You have a Python script `tavilytool.py` in the project root that you can use to search the web.