MCPcopy Index your code
hub / github.com/codeaashu/claude-code / cleanupOldPlanFiles

Function cleanupOldPlanFiles

src/utils/cleanup.ts:300–303  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

298}
299
300export function cleanupOldPlanFiles(): Promise<CleanupResult> {
301 const plansDir = join(getClaudeConfigHomeDir(), 'plans')
302 return cleanupSingleDirectory(plansDir, '.md')
303}
304
305export async function cleanupOldFileHistoryBackups(): Promise<CleanupResult> {
306 const cutoffDate = getCutoffDate()

Callers 1

Calls 1

cleanupSingleDirectoryFunction · 0.85

Tested by

no test coverage detected