Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -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`.
Expand All @@ -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`.
Expand Down
Loading