mirror of
https://github.com/Egonex-AI/Understand-Anything.git
synced 2026-06-22 10:58:03 +08:00
Phase 7's `rm -rf` of the just-created `intermediate/` and `tmp/` dirs trips destructive-action gates on hardened hosts (e.g. freshness-window checks that flag deleting paths created moments earlier). Move them into a timestamped `.trash-<epoch>/` instead; Phase 0 reclaims the space once the trash is older than 7 days, well past any freshness window. Behavior on normal hosts is unchanged — disk usage is identical after the next run's purge. Closes #301 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>