Skip to content
Merged
Show file tree
Hide file tree
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: 6 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## Rules for this Repository

1. **Always lint after changes**: Run `ruff check . --fix` to maintain code quality.
2. **Test your changes**: Use `uv run pytest` to verify everything works.
3. **Add tests for new features**: Write tests for any new functionality you add.
4. **Use uv for running commands**: Always prefix commands with `uv run` when running examples or scripts.
1 change: 1 addition & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@AGENTS.md
Loading