(tgt: string)
| 26 | |
| 27 | // Sibling fallback paths used when target file conflicts with user-modified content |
| 28 | export const siblingConfigToml = (tgt: string): string => |
| 29 | join(tgt, 'config.migrated-from-kimi-cli.toml'); |
| 30 | export const siblingTuiToml = (tgt: string): string => |
| 31 | join(tgt, 'tui.migrated-from-kimi-cli.toml'); |
| 32 | export const siblingMcpJson = (tgt: string): string => |