Implement safe delete, quarantine, and cleanup #12

Open
opened 2026-06-16 21:39:51 +02:00 by vince · 0 comments
Owner

Context:\nModel files are huge and deleting the wrong file is expensive. Destructive operations need guardrails.\n\nRequirements:\n- ComfyUI delete should default to moving files to a quarantine/trash folder.\n- Ollama delete must use ollama rm.\n- Detect orphan .part files.\n- Detect obvious duplicate files by size/name, with optional hash verification.\n- Show disk usage before and after cleanup actions.\n\nAcceptance criteria:\n- Destructive actions require confirmation.\n- Quarantined files can be restored or permanently deleted.\n- Ollama blobs/manifests are never edited directly.

Context:\nModel files are huge and deleting the wrong file is expensive. Destructive operations need guardrails.\n\nRequirements:\n- ComfyUI delete should default to moving files to a quarantine/trash folder.\n- Ollama delete must use ollama rm.\n- Detect orphan .part files.\n- Detect obvious duplicate files by size/name, with optional hash verification.\n- Show disk usage before and after cleanup actions.\n\nAcceptance criteria:\n- Destructive actions require confirmation.\n- Quarantined files can be restored or permanently deleted.\n- Ollama blobs/manifests are never edited directly.
vince added the
post-mvp
security
labels 2026-06-16 21:42:29 +02:00
vince added this to the v0.2 Refinement milestone 2026-06-16 21:42:30 +02:00
Sign in to join this conversation.
No description provided.