Skip to content
Open
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 .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "storops",
"description": "Storage Operations for AI Agents. Cross-platform (Windows, Linux, macOS): diagnose why a drive or volume is full, identify what specific applications/caches/AI-model files are consuming space, and safely clean up or migrate them -- with mandatory user confirmation before any write and verification after every migration.",
"version": "1.0.6",
"version": "1.1.0",
"author": {
"name": "tzzs"
},
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.6"
".": "1.1.0"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [1.1.0](https://github.com/tzzs/storops/compare/storops-v1.0.6...storops-v1.1.0) (2026-09-20)


### Features

* **rules:** identify the macOS developer toolchain's reclaimable caches ([1551692](https://github.com/tzzs/storops/commit/1551692b56d3cfb25ae3b3736232f9bc345b5555))


### Bug Fixes

* make StorOps actually work on macOS -- packaging, memory, and APFS duplicate counting ([ec4484e](https://github.com/tzzs/storops/commit/ec4484e329c159cf53da06557f0df29b747d97fa))
* **packaging:** ship rules/*.yaml in the wheel and lower the floor to 3.9 ([b039495](https://github.com/tzzs/storops/commit/b039495985d9b175d4db6eaa60be3ce4f67c9f34))


### Performance Improvements

* **cleanup:** size a plan's probe paths concurrently ([ceabe15](https://github.com/tzzs/storops/commit/ceabe159ca7ea85c3b10fd0fbd1906b2cc7e2370))
* **du:** fix the macOS scan path -- 2.6GB peak RSS and duplicate totals ([1577668](https://github.com/tzzs/storops/commit/15776681d990bdb2b98da1b2a0c5b9a1e43fab53))

## [1.0.6](https://github.com/tzzs/storops/compare/storops-v1.0.5...storops-v1.0.6) (2026-09-14)


Expand Down
2 changes: 1 addition & 1 deletion SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: 'Storage Operations for AI Agents. Cross-platform (Windows, Linux,
slug: storops
displayName: StorOps
# x-release-please-start-version
version: 1.0.6
version: 1.1.0
# x-release-please-end
summary: '面向 AI Agent 的存储运维能力:跨平台(Windows / Linux / macOS)诊断磁盘空间占用、安全清理与迁移,写入前必须确认,迁移后自动验证。'
license: MIT
Expand Down
Loading