Commit 43ccd0e
fix(dream): quality score confidence filter + graph cleanup
UpdateQualityScore now only counts links with confidence >= 0.5, preventing
noise links from inflating scores and triggering false canonical promotions.
Cleanup: deleted 151 links below 0.5 confidence (43% false positive rate
per audit). Recalculated all quality scores. Demoted 54 blocks from
canonical back to knowledge (quality_score dropped below 0.8 threshold).
Before: 350 links, 92 canonical, avg confidence 0.47
After: 199 links, 38 canonical, avg confidence 0.72
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 3493d6b commit 43ccd0e
1 file changed
Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
298 | | - | |
| 298 | + | |
| 299 | + | |
299 | 300 | | |
300 | 301 | | |
301 | 302 | | |
302 | 303 | | |
303 | | - | |
304 | | - | |
305 | | - | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
306 | 307 | | |
307 | 308 | | |
308 | | - | |
| 309 | + | |
309 | 310 | | |
310 | 311 | | |
311 | 312 | | |
| |||
0 commit comments