From a97f827ebd4351ec46d2eb05b457eaf47b553f30 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Fri, 12 Jun 2026 21:21:33 -0400 Subject: [PATCH] docs(plan): Update Task 1.2 commit hashes to final --- conductor/tracks/sqlite_docs_gui_2_20260612/plan.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/conductor/tracks/sqlite_docs_gui_2_20260612/plan.md b/conductor/tracks/sqlite_docs_gui_2_20260612/plan.md index 0d77f6a8..90bc461d 100644 --- a/conductor/tracks/sqlite_docs_gui_2_20260612/plan.md +++ b/conductor/tracks/sqlite_docs_gui_2_20260612/plan.md @@ -32,10 +32,10 @@ Expected: Success. ## Task 1.2: Document state preservation, undo/redo, and profiles -- [x] **Step 1: Document `App._take_snapshot` and `_apply_snapshot`** (3b4b556) -- [x] **Step 2: Document `App._capture_workspace_profile` and `_apply_workspace_profile`** (3b4b556) -- [x] **Step 3: Document `App._handle_undo` and `_handle_redo`** (3b4b556) -- [x] **Step 4: Verify syntax and run tests** (3b4b556) +- [x] **Step 1: Document `App._take_snapshot` and `_apply_snapshot`** (6d408c4d) +- [x] **Step 2: Document `App._capture_workspace_profile` and `_apply_workspace_profile`** (6d408c4d) +- [x] **Step 3: Document `App._handle_undo` and `_handle_redo`** (6d408c4d) +- [x] **Step 4: Verify syntax and run tests** (6d408c4d) Run: `pytest tests/` (verified via test_gui_window_controls) ---