You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@
25
25
26
26
## Testing Guidelines
27
27
- No automated test suite is present. Perform manual validation: start the app, exercise directory selection, cleaning actions, and preference dialogs on the target platform.
28
-
-Before submitting changes, re-run the build to ensure UI forms and resources still compile and translations load for at least one locale.
28
+
-Always verify changes with a full build (`qmake -recursive zima-ptc-cleaner.pro` + `make -j$(nproc)`) before considering the work done, ensuring UI forms and resources still compile and translations load for at least one locale.
29
29
30
30
## Commit & Pull Request Guidelines
31
31
- Commits: Use concise, imperative subjects (e.g., “Add dir change validation”). Group related UI and logic updates together; avoid mixing refactors with behavior changes when possible.
0 commit comments