diff --git a/AGENTS.md b/AGENTS.md index 28c3b5e3f..05026497d 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -1,8 +1,8 @@ # Codex Agent Instructions -This project uses **mise** tasks for code quality and tests. Run these steps before committing: +This project uses **mise** tasks for code quality and testing. Before committing, run the following steps: -1. Install dependencies with `mise tasks run python:install`. +1. Install dependencies with `mise run python:install`. 2. Format code with `mise run python:format`. 3. Run lint checks with `mise run python:lint`. 4. Execute tests with `mise run python:test`. @@ -11,7 +11,7 @@ This project uses **mise** tasks for code quality and tests. Run these steps bef - Write tested, self-documenting code. Avoid comments unless the code is complex. ## Pull Requests -- Describe changes using `.github/PULL_REQUEST_TEMPLATE.md`. +- Use the Pull Request template: `.github/PULL_REQUEST_TEMPLATE.md`. ## GitHub Issues - When creating an issue, use the templates under `.github/ISSUE_TEMPLATE`.