MCPcopy Create free account
hub / github.com/Noumena-Network/code / cleanupOldPlanFiles

Function cleanupOldPlanFiles

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

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 1

cleanupSingleDirectoryFunction · 0.85

Tested by

no test coverage detected