uncompact 0.45.5 → 0.46.0

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 +16 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -83,6 +83,22 @@ npm install -g uncompact
83
83
  npx uncompact install
84
84
  ```
85
85
 
86
+ ### 🗑 Uninstall
87
+
88
+ To remove the Claude Code hooks only:
89
+
90
+ ```bash
91
+ uncompact uninstall
92
+ ```
93
+
94
+ To **completely remove** Uncompact configuration and cached data:
95
+
96
+ ```bash
97
+ uncompact uninstall --total
98
+ ```
99
+
100
+ *Note: After running the above, you can remove the CLI itself with `npm uninstall -g uncompact`.*
101
+
86
102
  **Via Go:**
87
103
 
88
104
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "uncompact",
3
- "version": "0.45.5",
3
+ "version": "0.46.0",
4
4
  "description": "Stop Claude Code compaction from making your AI stupid. Re-inject project context after compaction via the Supermodel API.",
5
5
  "author": "Supermodel <abe@supermodel.software>",
6
6
  "license": "MIT",