chore(conductor): Replace monolithic curation with 5 granular tracks

This commit is contained in:
2026-05-08 18:11:33 -04:00
parent d04e33ea06
commit 712e235699
26 changed files with 167 additions and 3 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 @@
# Implementation Plan: Decouple GUI Log Loading\n\n## Phase 1: Execution\n- [ ] Task: Remove Tkinter imports and hide_tk_root from app_controller.py\n- [ ] Task: Remove Tkinter logic from AppController.cb_load_prior_log\n- [ ] Task: Implement cb_load_prior_log wrapper in gui_2.py App class\n- [ ] Task: Run full test suite\n- [ ] Conductor - User Manual Verification (Protocol in workflow.md)\n
@@ -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