From 1869d081815e659064943462ffcaee1620ae2c8e Mon Sep 17 00:00:00 2001 From: megaproxy Date: Fri, 22 May 2026 12:48:26 +0100 Subject: [PATCH] Confirm M2 validation in memory.md Replace post-test placeholder with the actual verified behaviors: split-right/-down, multiple alive panes, gutter drag, close-collapse, localStorage restore. Co-Authored-By: Claude Opus 4.7 (1M context) --- memory.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memory.md b/memory.md index 310534d..6a421cc 100644 --- a/memory.md +++ b/memory.md @@ -34,7 +34,7 @@ Durable memory for this project. Read at session start, update before session en - Rewrote `App.svelte` to hold the tree as `$state` and wire split/close callbacks through. Auto-saves to localStorage on every `$effect` tick. - Distro UX: titlebar shows clickable distro buttons that set the **default** for new panes. Existing panes keep their distro. Per-pane override is M3. - Passes `pnpm check` cleanly (108 files, 0 errors, 0 warnings). -- Validated manually on Windows: open app, click `⇥` to split right and `⇣` to split down, both panes alive simultaneously, drag dividers reflows xterm. (Filled in after test.) +- Validated manually on Windows: splits-right and splits-down work, both panes stay alive, gutter drag reflows both xterm sides cleanly, close-pane collapses to the sibling, layout restores from localStorage across window restarts. ### 2026-05-22