z-clean 0.3.0 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -15,7 +15,7 @@ AI coding runtime hygiene
15
15
  [![Node.js](https://img.shields.io/badge/node-%3E%3D18-339933?style=flat-square&logo=node.js&logoColor=white)](#)
16
16
  [![Platform](https://img.shields.io/badge/platform-macOS%20%7C%20Linux%20%7C%20Windows-lightgrey?style=flat-square)](#platform-status)
17
17
  [![Zero Dependencies](https://img.shields.io/badge/dependencies-0-blue?style=flat-square)](#)
18
- [![Tests](https://img.shields.io/badge/tests-100%20passing-brightgreen?style=flat-square)](#)
18
+ [![Tests](https://img.shields.io/badge/tests-101%20passing-brightgreen?style=flat-square)](#)
19
19
  [![GitHub stars](https://img.shields.io/github/stars/TheStack-ai/zclean?style=flat-square)](https://github.com/TheStack-ai/zclean)
20
20
  [![Mentioned in Awesome Claude Code Toolkit](https://awesome.re/mentioned-badge.svg)](https://github.com/rohitg00/awesome-claude-code-toolkit)
21
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "z-clean",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "AI coding runtime hygiene reports, zombie cleanup, and safe workspace cache cleanup",
5
5
  "bin": {
6
6
  "zclean": "bin/zclean.js"