- Delete resources/menus/menu.xml (scaffold menu, replaced by custom UI in Task 8)
- Delete resources/layouts/layout.xml (scaffold layout, view now draws in onUpdate)
- Trim resources/strings/strings.xml to AppName="Padel" only; remove prompt,
menu_label_1, menu_label_2 which were only referenced by the deleted files
- Release build: BUILD SUCCESSFUL
- Unit tests: PASSED (passed=16, failed=0, errors=0)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Add Sensor and UserProfile permissions to manifest.xml (required for
Toybox.Sensor and Toybox.UserProfile API access; build fails without them).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Writes the complete TDD test suite for PadelMatch before the engine
exists. Build intentionally fails to compile (RED phase) — undefined
symbols PadelMatch, RulesConfig, US, THEM, and QUAD_* constants are all
defined in Task 3.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>