inspecto 1.0.3 → 1.0.4
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 +7 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -11,13 +11,13 @@
|
|
|
11
11
|
|
|
12
12
|
| | `ccusage` | `claude-usage` | `Claude-Code-Usage-Monitor` | **`inspecto`** |
|
|
13
13
|
|---|---|---|---|---|
|
|
14
|
-
| Tracks token spend |
|
|
15
|
-
| Answers *"how much did I spend?"* |
|
|
16
|
-
| Detects quality regressions |
|
|
17
|
-
| Grades Claude's behavior |
|
|
18
|
-
| Catches silent cache bugs |
|
|
19
|
-
| Flags lazy editing patterns |
|
|
20
|
-
| Works fully offline, no API key |
|
|
14
|
+
| Tracks token spend | ✅ | ✅ | ✅ | ✅ |
|
|
15
|
+
| Answers *"how much did I spend?"* | ✅ | ✅ | ✅ | ✅ |
|
|
16
|
+
| Detects quality regressions | ❌ | ❌ | ❌ | **✅** |
|
|
17
|
+
| Grades Claude's behavior | ❌ | ❌ | ❌ | **✅** |
|
|
18
|
+
| Catches silent cache bugs | ❌ | ❌ | ❌ | **✅** |
|
|
19
|
+
| Flags lazy editing patterns | ❌ | ❌ | ❌ | **✅** |
|
|
20
|
+
| Works fully offline, no API key | ✅ | ✅ | ✅ | **✅** |
|
|
21
21
|
|
|
22
22
|
The others answer *"how much did I spend?"*
|
|
23
23
|
|
package/package.json
CHANGED