Commit beecc1b
feat: permission tiers + memory action layer (v0.2.0)
Adds a capability tier model (User / Full Disk Access / Admin /
Accessibility / Automation) so cleanup rules and memory actions can
declare what TCC surface they need. Probes run at startup without
triggering prompts; the new Permissions tab (key 5) shows status and
deep-links to System Settings.
New memory actions on the System tab:
P purge inactive memory (admin)
F flush DNS cache (admin)
S suspend selected process (SIGSTOP)
R resume selected process (SIGCONT)
Admin-tier deletions go through one batched osascript prompt per
cleanup run instead of one per file. APFS local snapshots are listed
via tmutil and removed by date.
New cleanup rules:
- Mail (envelope index / downloads / attachments) — FDA
- Messages attachments — FDA
- Photos derivative caches — FDA
- iOS backups + Xcode iOS DeviceSupport — FDA
- Simulator caches, Homebrew cache, QuickLook + font caches — User
- /Library/Caches, /private/var/log, DiagnosticReports,
APFS local snapshots — Admin
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 37ec6e5 commit beecc1b
25 files changed
Lines changed: 1822 additions & 7 deletions
File tree
- examples/plugins
- src
- rules
- ui
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
24 | 27 | | |
25 | 28 | | |
26 | 29 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
0 commit comments