* Get files that have changed since last index
()
| 722 | * Get files that have changed since last index |
| 723 | */ |
| 724 | getChangedFiles(): { added: string[]; modified: string[]; removed: string[] } { |
| 725 | return this.orchestrator.getChangedFiles(); |
| 726 | } |
| 727 | |
| 728 | /** |
| 729 | * Most recent index timestamp (ms since epoch) across all tracked files, or |
no outgoing calls
no test coverage detected