conductor(archive): move 39 completed tracks (2026-05 to 2026-06) to archive/

This commit is contained in:
ed
2026-06-03 00:09:52 -04:00
parent 0ffeccc7d3
commit 594f14f943
160 changed files with 94 additions and 21 deletions
@@ -0,0 +1 @@
# Track decouple_gui_log_loading_20260507 Context\n\n- [Specification](./spec.md)\n- [Implementation Plan](./plan.md)\n- [Metadata](./metadata.json)\n
@@ -0,0 +1,6 @@
{
"track_id": "decouple_gui_log_loading_20260507",
"type": "chore",
"status": "new",
"description": "Move Tkinter directory selection out of AppController and into gui_2.py."
}
@@ -0,0 +1,8 @@
# Implementation Plan: Decouple GUI Log Loading
## Phase 1: Execution
- [x] Task: Remove Tkinter imports and hide_tk_root from app_controller.py [04ce727]
- [x] Task: Remove Tkinter logic from AppController.cb_load_prior_log [04ce727]
- [x] Task: Implement cb_load_prior_log wrapper in gui_2.py App class [7b7f53f]
- [x] Task: Run full test suite [Verified 726/732 tests passed]
- [x] Conductor - User Manual Verification (Protocol in workflow.md)
@@ -0,0 +1 @@
# Specification: Decouple GUI Log Loading\n\n## Overview\nMove Tkinter directory selection out of AppController and into gui_2.py.\n\n## Acceptance Criteria\n- [ ] All tasks completed without breaking the test suite.\n