fix(scrub): restore missing line continuation in aggressive_patterns #115

Merged
rootiest merged 1 commits from fix/scrub-aggressive-patterns-backslash into main 2026-08-22 04:24:31 +00:00
1 Commits
Author SHA1 Message Date
rootiest 9e74cb8f0a fix(scrub): restore missing line continuation in aggressive_patterns
A missing trailing backslash after the Thumbs.db:encryptable pattern
terminated the `set -l aggressive_patterns` array early. The AI-tool
patterns (.gemini*, .claude*, .antigravity*, .remember*) were then
executed as a bogus command instead of being appended to the array,
so scrub -a never actually purged them, and every scrub invocation
printed a spurious "Unknown command" error.
2026-08-22 00:18:55 -04:00