docs/RUST.md: queue -- bench header type shrunk to fit, emulator crash loop after backgrounding

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
irisandClaude Fable 5.1 committed 2026-09-07 21:01:27 -04:00
1 parent 3c80d9d696
commit 2b20bb2c91
1 file changed
+9
+9
View File
@@ -706,6 +706,15 @@ closes it.
APK installable (648 MB) -- RUST.md's logging section names both.
- [ ] Input-event and timing instrumentation into the log ring, copied
by the report button. After the logging route lands (same ring).
- [ ] Bench app header: four controls no longer fit at 1080px and the
devlog agent shrank the label type 18 -> 13 to make room (UI_RULES:
never shrink text to fit). Put the controls in two rows or make the
header wrap; restore the size. Sonnet.
- [ ] Bench app crash-loops on this checkout's emulator once
backgrounded (seen by the devlog agent, pre-existing; the phone's
resume works since ba2afba). Reproduce on the emulator's GLES path,
read the crash from the devlog/`adb logcat`, fix. Opus if it is in
the surface lifecycle.
- [ ] Masks with a shape -- docs/LAYOUT.md "Masks with a shape (decided
2026-09-07)". A mask references a primitive already drawn
(rect SDF, texture or glyph alpha), chained and multiplied; `.masked()`