Skip to content

Commit 3c084b0

Browse files
committed
agents: always verify changes with a build
1 parent 023340c commit 3c084b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
## Testing Guidelines
2727
- 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.
2929

3030
## Commit & Pull Request Guidelines
3131
- 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

Comments
 (0)