noctrace 0.3.1 → 0.3.2
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -69,7 +69,7 @@ Noctrace computes a real-time health score from your session data and warns you
|
|
|
69
69
|
|
|
70
70
|
| Signal | Weight | What it measures |
|
|
71
71
|
|--------|--------|-----------------|
|
|
72
|
-
| Context Fill | 40% | How full is the
|
|
72
|
+
| Context Fill | 40% | How full is the context window (auto-detected per model) |
|
|
73
73
|
| Compactions | 25% | Number of lossy compaction events |
|
|
74
74
|
| Re-reads | 15% | Duplicate file reads (retrieval failures) |
|
|
75
75
|
| Error Rate | 10% | Accelerating errors in second half of session |
|