Imported from BansonVuong/app-blocker (
AGENTS.md). Install upstream withnpx skills add BansonVuong/app-blocker. Copyright stays with the author.
Always run tests after modifying any files, but only after modifying files.
If you grab UI dumps, make sure to name them appropriately.
If Gradle debug resource builds fail with a persistent lock on app/build/.../R.jar, run this recovery sequence:
.\gradlew.bat --stopGet-CimInstance Win32_Process -Filter "name='java.exe'" | Where-Object { $_.CommandLine -like "*vscode-gradle*" } | ForEach-Object { Stop-Process -Id $_.ProcessId -Force }Remove-Item -Recurse -Force .\app\build.\gradlew.bat test --no-daemon
Keep workspace Gradle import disabled (java.import.gradle.enabled=false) and exclude **/build/** from watchers/search to reduce lock recurrence.