From b92f2f32c853161b7e3d3ed3c2f5d243b209161e Mon Sep 17 00:00:00 2001 From: Ed_ Date: Mon, 23 Feb 2026 14:48:21 -0500 Subject: [PATCH] conductor(checkpoint): Checkpoint end of Phase 2: AI Tooling and Alert System --- conductor/tracks/ui_performance_20260223/plan.md | 6 +++--- gui.py | 1 + project.toml | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/conductor/tracks/ui_performance_20260223/plan.md b/conductor/tracks/ui_performance_20260223/plan.md index dfc890f..23bdc5c 100644 --- a/conductor/tracks/ui_performance_20260223/plan.md +++ b/conductor/tracks/ui_performance_20260223/plan.md @@ -16,9 +16,9 @@ - [x] Task: Create `get_ui_performance` AI tool 9ec5ff3 - [x] Sub-task: Write Tests (verify tool returns correct JSON schema) - [x] Sub-task: Implement Feature (add tool to `mcp_client.py`) -- [ ] Task: Implement performance threshold alert system - - [ ] Sub-task: Write Tests (verify alerts trigger at correct thresholds) - - [ ] Sub-task: Implement Feature (logic to inject messages into `ai_client.py` context) +- [x] Task: Implement performance threshold alert system 3e9d362 + - [x] Sub-task: Write Tests (verify alerts trigger at correct thresholds) + - [x] Sub-task: Implement Feature (logic to inject messages into `ai_client.py` context) - [ ] Task: Conductor - User Manual Verification 'Phase 2: AI Tooling and Alert System' (Protocol in workflow.md) ## Phase 3: Diagnostics UI and Optimization diff --git a/gui.py b/gui.py index 17d40d4..cf288fa 100644 --- a/gui.py +++ b/gui.py @@ -26,6 +26,7 @@ import session_logger import project_manager import api_hooks import theme +import mcp_client from performance_monitor import PerformanceMonitor CONFIG_PATH = Path("config.toml") diff --git a/project.toml b/project.toml index 7df16e6..c8a99bb 100644 --- a/project.toml +++ b/project.toml @@ -35,5 +35,5 @@ active = "main" [discussion.discussions.main] git_commit = "" -last_updated = "2026-02-23T14:43:47" +last_updated = "2026-02-23T14:48:16" history = []