v0.2.6
Fast scan now stays cheap, and deep scan moved the heavy work behind --deep.
Changes
- Split
plong scaninto fast first-pass andplong scan --deepfull audit. - Trimmed fast targets so the default scan stays quick enough to run routinely.
- Added deep-scan background refresh in
serve, with provisional fast results first. - Refined discovery and classification for Docker, Telegram,
.codex,.claude, and unknown dirs. - Updated docs and help text to reflect the new scan boundary and cleanup guidance.
Fixes
- Removed duplicate counting from overlapping scan paths.
- Guarded cleanup paths so deletions use current size when possible.
- Kept Tier 1 safe for programmatic deletion and moved AI CLI state to review-only tiers.
Verification
go test ./...go build ./...- Built and published
plong_darwin_arm64andplong_darwin_amd64release assets.