(tgt: string)
| 22 | export const targetSessionIndex = (tgt: string): string => join(tgt, 'session_index.jsonl'); |
| 23 | export const migrationReportFile = (tgt: string): string => join(tgt, 'migration-report.json'); |
| 24 | export const migrationErrorsLogFile = (tgt: string): string => join(tgt, 'migration-errors.log'); |
| 25 | export const skipMarker = (tgt: string): string => join(tgt, '.skip-migration-from-kimi-cli'); |
| 26 | |
| 27 | // Sibling fallback paths used when target file conflicts with user-modified content |
no outgoing calls
no test coverage detected