Implement safe delete, quarantine, and cleanup #12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.