Current topic: "Restoring Test Stability and Hiding Developer Panel" Topic summary: The transition to `testBuildType = "release"` has caused significant instability in the unit test suite, including SIGSEGV crashes and widespread Robolectric failures. To restore project health while still meeting the goal of clean store screenshots, I am reverting the test build type to `debug`. I will then implement a more surgical "hideDeveloperPanel" instrumentation argument that `SettingsScreen.kt` will respect. This approach restores full test coverage and reliability while allowing for production-ready marketing assets. Strategic Intent: Revert to debug testBuildType and implement a cleaner mechanism to hide the Developer panel for screenshots.