From 2a35df9cbef16720ee9541ad301466954a319cf0 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Mon, 23 Feb 2026 14:54:20 -0500 Subject: [PATCH] docs(conductor): Synchronize docs for track 'Add new metrics to track ui performance' --- conductor/product.md | 3 ++- conductor/tech-stack.md | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/conductor/product.md b/conductor/product.md index bf45355..b9340a6 100644 --- a/conductor/product.md +++ b/conductor/product.md @@ -12,4 +12,5 @@ To serve as an expert-level utility for personal developer use on small projects - **Multi-Provider Integration:** Supports both Gemini and Anthropic with seamless switching. - **Explicit Execution Control:** All AI-generated PowerShell scripts require explicit human confirmation via interactive UI dialogs before execution. - **Detailed History Management:** Rich discussion history with branching, timestamping, and specific git commit linkage per conversation. -- **In-Depth Toolset Access:** MCP-like file exploration, URL fetching, search, and dynamic context aggregation embedded within a multi-viewport Dear PyGui/ImGui interface. \ No newline at end of file +- **In-Depth Toolset Access:** MCP-like file exploration, URL fetching, search, and dynamic context aggregation embedded within a multi-viewport Dear PyGui/ImGui interface. +- **Performance Diagnostics:** Built-in telemetry for FPS, Frame Time, and CPU usage, with a dedicated Diagnostics Panel and AI API hooks for performance analysis. \ No newline at end of file diff --git a/conductor/tech-stack.md b/conductor/tech-stack.md index df20482..2ac8ec9 100644 --- a/conductor/tech-stack.md +++ b/conductor/tech-stack.md @@ -13,4 +13,5 @@ ## Configuration & Tooling - **tomli-w:** For writing TOML configuration files. +- **psutil:** For system and process monitoring (CPU/Memory telemetry). - **uv:** An extremely fast Python package and project manager. \ No newline at end of file