Files
Maestro/src
Pedram Amini 1711ceb6c3 MAESTRO: Update DocumentGraph file node clicks to open tabs
Migrated the onDocumentOpen callback in DocumentGraphView from the
legacy setPreviewFile overlay system to use handleOpenFileTab for
tab-based file preview. The implementation now:

1. Fetches content and stat in parallel for efficiency
2. Opens file in a tab (or selects existing tab if already open)
3. Provides lastModified timestamp for file info display
4. Properly handles SSH remote execution

All 615 DocumentGraph tests and 370 tab-related tests pass.
2026-02-02 16:19:03 -06:00
..