@grapine.ai/contextprune 0.1.2 → 0.1.3

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.
package/README.md CHANGED
@@ -184,16 +184,6 @@ npx @grapine.ai/contextprune watch --port 8080
184
184
 
185
185
  A live browser dashboard that monitors your Claude Code sessions in real time. No configuration — run `npx @grapine.ai/contextprune watch` and it opens automatically.
186
186
 
187
- **Healthy Context Dashboard**
188
-
189
- ![Healthy Context Dashboard](screenshots/cp_dashboard_healthy.jpg)
190
-
191
-
192
-
193
- **Context Compression Recommendation Dashboard**
194
-
195
- ![Context Compression Recommendation Dashboard](screenshots/cp_dashboard_compression.jpg)
196
-
197
187
  **What the dashboard shows:**
198
188
 
199
189
  **Context Window** — utilization bar with colour-coded status (green → yellow → red). Switches to Compression Suggested / Compress Now badges as context fills up.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grapine.ai/contextprune",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Garbage collection for LLM context windows.",
5
5
  "author": "Grapine AI <hello@grapine.ai>",
6
6
  "homepage": "https://www.contextprune.com",
@@ -46,8 +46,7 @@
46
46
  "files": [
47
47
  "dist/",
48
48
  "README.md",
49
- "license.md",
50
- "screenshots/"
49
+ "license.md"
51
50
  ],
52
51
  "exports": {
53
52
  ".": {