MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / migrationReportFile

Function migrationReportFile

packages/migration-legacy/src/paths.ts:23–23  ·  view source on GitHub ↗
(tgt: string)

Source from the content-addressed store, hash-verified

21export const targetMcpFile = (tgt: string): string => join(tgt, 'mcp.json');
22export const targetSessionIndex = (tgt: string): string => join(tgt, 'session_index.jsonl');
23export const migrationReportFile = (tgt: string): string => join(tgt, 'migration-report.json');
24export const migrationErrorsLogFile = (tgt: string): string => join(tgt, 'migration-errors.log');
25export const skipMarker = (tgt: string): string => join(tgt, '.skip-migration-from-kimi-cli');
26

Callers 1

writeReportFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected