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: 1 addition & 1 deletion plugins/disk-hygiene/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "disk-hygiene",
"version": "0.20.5",
"version": "0.20.6",
"description": "Context-aware disk hygiene for arbitrary directory trees: inventories orphaned and temporary artifacts, classifies evidence into review tiers, and offers exact-path cleanup only after a fresh safety preview and explicit per-tier approval. The target is read-only by default; OS-managed paths, links and mount points, VCS-tracked content without the complete checkout evidence bundle, changed entries, and live-handle uncertainty fail closed.",
"author": {
"name": "Melodic Software",
Expand Down
14 changes: 14 additions & 0 deletions plugins/disk-hygiene/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to the `disk-hygiene` plugin are documented here. Format follows
[Keep a Changelog](https://keepachangelog.com/en/1.1.0/); this plugin uses semantic versioning.

## [0.20.6]

### Fixed

- **Re-landed tidiness-first reporting and corrected the belt's documented posture (#2590,
#2618).** PR #2639 and then #2641 squash-merged from stale bases and silently reverted the
prior markdown fixes (#2691). Reports are again ordered by tier and evidence strength — never
by byte size — with empty directories as first-class findings; `provenance` and `risk` return
to the plan schema; preview and apply lead with tidiness. The skill and safety-model docs now
state that skill-frontmatter `PreToolUse` hooks stay armed for the rest of the session, drop
the false exec-form claim (shell form since 0.17.9 / #2568), name the long-path Recycle Bin
hard-stop, declare relocation out of scope, and thin Gotchas harness duplication into
`safety-model.md` pointers. Guard-code recovery remains in the sibling lane.

## [0.20.5]

### Fixed
Expand Down
Loading