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
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Features that are inherently interactive (e.g. region picking with the mouse, te
## Commit Conventions

- Write concise commit messages focused on **why**, not what.
- **Do not mention any AI tools, assistants, or models in commit messages** — no "Co-Authored-By" AI attributions, no references to AI-generated code.
- **No AI attribution anywhere.** Not in commit messages, pull request titles or bodies, issue and review comments, release notes, code comments, or documentation. Specifically forbidden: `Co-Authored-By:` lines naming an assistant, "Generated with …" / "Created by …" footers, tool badges, links to assistant products, emoji markers standing in for the same thing, and any statement that code was AI-generated. Everything published under this repo reads as the author's own work.
- Use imperative mood: "Add feature", "Fix bug", "Remove unused code".
- Examples:
- `Add image threshold parameter validation`
Expand Down
5 changes: 4 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
je_auto_control
# Floor, not a pin: releases before 0.0.216 resolve pillow==12.2.0, which
# carries 13 CVEs fixed in 12.3.0. A floor keeps the dependency graph honest
# without needing a bump here on every release.
je_auto_control>=0.0.216
qt-material==2.17
mss==10.2.0
PySide6==6.11.1
Loading