Skip to content

v0.2.6

Latest

Choose a tag to compare

@srmdn srmdn released this 08 Jul 00:23

v0.2.6

Fast scan now stays cheap, and deep scan moved the heavy work behind --deep.

Changes

  • Split plong scan into fast first-pass and plong scan --deep full 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_arm64 and plong_darwin_amd64 release assets.