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

Function siblingConfigToml

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

Source from the content-addressed store, hash-verified

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

Callers 1

migrateConfigStepFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected