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