Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ Tool-agnostic conventions for AI agents working in this repository. (Claude Code
for a manifest. `empty-trash` permanently empties the OS trash (dry-run unless `--apply`;
Linux/Windows only). `scan` and `tui` accept `--root` (merged with positional paths) like
`list`/`clean`; the TUI also has a runtime directory picker (`r`) to add/remove scan roots.
TUI scanning/deleting run on a background thread with a live progress overlay (spinner + bar);
`esc` cancels a deletion (after the current item) or quits a scan.
- Global flags: `--json` / `--format {human,json,jsonl,explore}`, `--fields`, `--apply`,
`--purge`, `--yes`/`--force`, `--verbose`/`-v`, `--quiet`/`-q`, `--color`, `--no-color`,
`--config <path>`.
Expand Down
4 changes: 3 additions & 1 deletion SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ Categories: `build-artifacts`, `package-gc`, `caches`, `large-files`.
The TUI accepts roots like the scanning commands and adds an in-app directory
picker: press `r` to browse the filesystem and add/remove scan roots at runtime
(space toggles a root, `esc` re-scans). Deletions stay bounded by the same roots
and safety guards as `clean`.
and safety guards as `clean`. Scanning and deleting run on a background thread
with a live progress overlay (spinner + bar); `esc` cancels a deletion (after the
current item) or quits a scan.

## Configuration (scanning commands)

Expand Down
Loading
Loading