MCPcopy
hub / github.com/afar1/fieldtheory-cli / IdeasMigrationResult

Interface IdeasMigrationResult

src/paths.ts:286–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284const BEGIN_MARKER = '.migration-in-progress';
285
286export interface IdeasMigrationResult {
287 migrated: boolean;
288 legacyIdeasRoot: string;
289 legacyAdjacentRoot: string;
290 newRoot: string;
291 reason?:
292 | 'already-migrated'
293 | 'nothing-to-migrate'
294 | 'legacy-equals-new'
295 | 'recovered-partial';
296}
297
298/**
299 * One-time migration from the legacy ~/.ft-bookmarks/automation/{ideas,adjacent}/

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected