Private
Public Access
docs(guides): file-size drift + FileItem/ContextPreset location drift
- guide_ai_client.md: ~116KB -> ~166KB (src/ai_client.py actual size); '46 tools' clarified to '45 MCP tools + the PowerShell shell tool defined here in ai_client.py'. - guide_gui_2.md: '~260KB, ~5400 lines' -> '~437KB, ~8970 lines (as of 2026-07-02)'. - guide_context_curation.md: 'src/models.py:510 + :909' FileItem + ContextPreset line refs -> src/project_files.py + src/context_presets.py (per module_taxonomy_refactor_20260627).
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@
|
||||
|
||||
## Overview
|
||||
|
||||
`src/gui_2.py` is the **largest file** in the project (~260KB, ~5400 lines). It contains the `App` class — the main ImGui application orchestrator — and ~90 module-level render functions that draw the GUI.
|
||||
`src/gui_2.py` is the **largest file** in the project (~437KB, ~8970 lines as of 2026-07-02; was ~260KB / ~5400 lines when this guide was first written — extended by the 2026-07 hot-reload and event-sourcing refactors). It contains the `App` class — the main ImGui application orchestrator — and ~90 module-level render functions that draw the GUI.
|
||||
|
||||
The file is divided into:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user