The first build in this repo where the Compose APK is new too: it gains
the same caps iris has (tool input, tool output, messages) so the two
apps are still comparing renderers rather than policies, and it stops
wrapping raw text.
The iris side carries the apply_free fix -- one widget's redraw was
O(its own primitives squared), which is what made expanding a big edit
card lag -- and a LazySpan that clips itself instead of requiring a mask.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Iris asked for a faster fling (v1's tween-based swipe barely moved the
list) plus typing and keyboard phases; see ai-app-2's docs/RUST.md P0
box, "Benchmark v2 (2026-09-06)" for the spec and the emulator smoke
run this build was checked against.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>