* Get files that have changed since last index
()
| 1072 | * Get files that have changed since last index |
| 1073 | */ |
| 1074 | getChangedFiles(): { added: string[]; modified: string[]; removed: string[] } { |
| 1075 | return this.orchestrator.getChangedFiles(); |
| 1076 | } |
| 1077 | |
| 1078 | /** |
| 1079 | * Most recent index timestamp (ms since epoch) across all tracked files, or |
no outgoing calls
no test coverage detected