From adce0fcdbecb53f62465af7cb0cba47d80d77a5e Mon Sep 17 00:00:00 2001 From: iris-ai <4+iris-ai@noreply.localhost> Date: Sun, 20 Sep 2026 02:10:22 -0400 Subject: [PATCH] Point the handoff at b7b8d09 Co-Authored-By: Claude Opus 5 --- docs/HANDOFF.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/HANDOFF.md b/docs/HANDOFF.md index e33010d..87ebc7f 100644 --- a/docs/HANDOFF.md +++ b/docs/HANDOFF.md @@ -6,8 +6,8 @@ found is in `docs/LAYOUT_LOG.md`. ## The Iris layout repair is submitted -**Iris PR #19** (`layout/one-ask`) replaces closed #18. The tip is `1096c31`, -and past the reviewed `cadfba0` it is seven rounds, each described in +**Iris PR #19** (`layout/one-ask`) replaces closed #18. The tip is `b7b8d09`, +and past the reviewed `cadfba0` it is eight rounds, each described in `docs/LAYOUT_LOG.md`: - **The repair**, `add6774` and `84dad21` -- collapsed-share placement, @@ -28,6 +28,10 @@ and past the reviewed `cadfba0` it is seven rounds, each described in it out, a surface configured under its own texture, a counter naming the wrong contract, things nothing reads, and a question asked through a value rather than a reference. +- **A sweep over the shader boundary and the position widgets**, `b7b8d09` -- + two constants the shader and the CPU both count in written twice, and a + `Scroll` positioning content the framework positions, which cost a redraw + at the default alignment. The settled design of the last three is in `docs/LAYOUT.md` under "Three names, and the one argument that says them". Bryan settled the API over