1. gap_closure_rate: RecordMiss now increments Dash.TotalGaps; Close calls Dash.RecordGapClosed(). Previously denominator was never written. 2. auto_resolve_rate: scanConflicts now calls Dash.RecordConflictResolved after each AutoResolve. Previously consolidation path bypassed Dashboard. 3. avg_distill_loss: merge-count heuristic scaled from 0.01 to 0.002 with 0.05 cap. Previously 50 merges = 0.50 loss (same weight as 50 LLM distillations), corrupting the average. |
||
|---|---|---|
| .. | ||
| bench_test.go | ||
| executor.go | ||
| pipeline.go | ||
| quality_monitor.go | ||
| selfoptimize.go | ||
| selfoptimize_test.go | ||
| validator.go | ||
| vprop.go | ||