Skip to content

Commit 5506235

Browse files
authored
Merge pull request #471 from Integration-Automation/dev
Close the pillow alerts and widen the no-AI-attribution rule
2 parents 31356fb + b4f5245 commit 5506235

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Features that are inherently interactive (e.g. region picking with the mouse, te
134134
## Commit Conventions
135135

136136
- Write concise commit messages focused on **why**, not what.
137-
- **Do not mention any AI tools, assistants, or models in commit messages** — no "Co-Authored-By" AI attributions, no references to AI-generated code.
137+
- **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.
138138
- Use imperative mood: "Add feature", "Fix bug", "Remove unused code".
139139
- Examples:
140140
- `Add image threshold parameter validation`

requirements.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
je_auto_control
1+
# Floor, not a pin: releases before 0.0.216 resolve pillow==12.2.0, which
2+
# carries 13 CVEs fixed in 12.3.0. A floor keeps the dependency graph honest
3+
# without needing a bump here on every release.
4+
je_auto_control>=0.0.216
25
qt-material==2.17
36
mss==10.2.0
47
PySide6==6.11.1

0 commit comments

Comments
 (0)