bollwerk/.github
Jens Reinemann 6603016369 feat(skills): add hot-reload action and robust screenshot script
android-dev.ps1:
- Added 'hot-reload' action: build + force-stop + install + launch on
  a running emulator/device without restart (saves 60-90s vs deploy-emulator)
- Removed 'screenshot' action (replaced by standalone script)

screenshot.ps1 (new):
- Uses adb pull instead of exec-out pipe to avoid PowerShell's UTF-16
  CRLF corruption of binary data (root cause of all broken screenshots)
- Validates PNG magic bytes after capture
- ADB commands wrapped with configurable timeout (prevents hangs)
- Optional -UiDump flag extracts visible text via uiautomator for
  automated verification without image viewing

SKILL.md:
- Documented hot-reload action

app/build.gradle.kts:
- Version bump 1.0 → 1.1 (versionCode 1 → 2)
2026-05-13 22:27:06 +02:00
..
agents chore: initial project setup with Copilot config, skills, and workspace structure 2026-05-13 13:40:41 +02:00
prompts chore(prompts): Audit-Prompt für gh-tickets-Skripte 2026-05-13 15:11:17 +02:00
skills feat(skills): add hot-reload action and robust screenshot script 2026-05-13 22:27:06 +02:00
workflows chore: initial project setup with Copilot config, skills, and workspace structure 2026-05-13 13:40:41 +02:00
copilot-instructions.md chore: initial project setup with Copilot config, skills, and workspace structure 2026-05-13 13:40:41 +02:00
kotlin-conventions.instructions.md chore: initial project setup with Copilot config, skills, and workspace structure 2026-05-13 13:40:41 +02:00