aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-20 21:16:03 -0400
committerCraig Jennings <c@cjennings.net>2026-06-20 21:16:03 -0400
commit613d3705f59eab20a496256e9ed1ab26dc35d116 (patch)
tree0134cae9a52a5223ef1bd0115975b3add7152fa1
parent3251cb05266422e2322b710e840c9f5c42fba8ba (diff)
downloaddotemacs-613d3705f59eab20a496256e9ed1ab26dc35d116.tar.gz
dotemacs-613d3705f59eab20a496256e9ed1ab26dc35d116.zip
chore(todo): archive resolved F9 3-window-collapse bug
-rw-r--r--todo.org23
1 files changed, 11 insertions, 12 deletions
diff --git a/todo.org b/todo.org
index 395dd4c0f..04230abe7 100644
--- a/todo.org
+++ b/todo.org
@@ -55,18 +55,6 @@ Tags are additive. For example, a small wrong-behavior fix can be
=:bug:quick:=, and a feature that requires internal restructuring can be
=:feature:refactor:=.
* Emacs Open Work
-** DONE [#B] F9 toggle collapses a 3-window layout to 2 :bug:
-CLOSED: [2026-06-20 Sat]
-Fixed 2026-06-20 (option 1 — reversible toggle, Craig's call). In a 3+ window layout where
-the agent had its own split, toggle-on reused the working window at the bottom edge,
-displacing its buffer and collapsing three windows to two. Added a flag
-(=cj/--ai-term-last-toggle-deleted-split=) set when toggle-off delete-windows the agent's own
-window; =cj/--ai-term-reuse-edge-window= consumes it and falls through to a fresh re-split, so
-the agent returns to its own window and the others are untouched. The flag only changes the 3+
-window case (2-window slot-reuse unchanged). TDD regression
-=test-ai-term--reuse-edge-window-3win-toggle-restores-own-window=; full =make test= green;
-live-reloaded. Commit 64916462. GUI sign-off is a VERIFY under Manual testing and validation.
-
** TODO [#B] Codebase refactoring program — remaining batch :refactor:solo:
Resumes the full-codebase refactoring scan run of 2026-06-20 (8-agent fan-out over
modules/ + scripts/theme-studio/). The goal: apply every scan finding except the
@@ -8724,3 +8712,14 @@ Dump from the live daemon by default (reflects the packages actually run); the b
** DONE [#C] todo.org org-lint follow-ups :refactor:
CLOSED: [2026-06-20 Sat]
From the lint-org sweeps (2026-06-15, refreshed 2026-06-20). Resolved 2026-06-20: the misplaced-heading false positive was reworded (the bug-capture task's prose quoted heading-like "* TODO" strings), and the broken link was repointed from the missing =~/code/signel/todo.org= to =~/code/smoke/todo.org= (smoke is the evolved Signal package). The obsolete-properties-drawer entries no longer reproduce under a full org-lint pass. Both lint-org --check and the built-in org-lint now report zero.
+** DONE [#B] F9 toggle collapses a 3-window layout to 2 :bug:
+CLOSED: [2026-06-20 Sat]
+Fixed 2026-06-20 (option 1 — reversible toggle, Craig's call). In a 3+ window layout where
+the agent had its own split, toggle-on reused the working window at the bottom edge,
+displacing its buffer and collapsing three windows to two. Added a flag
+(=cj/--ai-term-last-toggle-deleted-split=) set when toggle-off delete-windows the agent's own
+window; =cj/--ai-term-reuse-edge-window= consumes it and falls through to a fresh re-split, so
+the agent returns to its own window and the others are untouched. The flag only changes the 3+
+window case (2-window slot-reuse unchanged). TDD regression
+=test-ai-term--reuse-edge-window-3win-toggle-restores-own-window=; full =make test= green;
+live-reloaded. Commit 64916462. GUI sign-off is a VERIFY under Manual testing and validation.