memoryweave/go/internal/selfoptimize
xiaowei 5927f7d740 fix(selfoptimize): repair 3 dashboard metrics that were stuck at 0
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.
2026-05-30 18:03:49 +08:00
..
bench_test.go
executor.go feat: M10 对照设计补齐 — 24项缺失功能全部实现 2026-05-28 18:53:00 +08:00
pipeline.go feat: M10 对照设计补齐 — 24项缺失功能全部实现 2026-05-28 18:53:00 +08:00
quality_monitor.go feat: 自优化5项全链路补齐 2026-05-30 12:01:37 +08:00
selfoptimize.go fix(selfoptimize): repair 3 dashboard metrics that were stuck at 0 2026-05-30 18:03:49 +08:00
selfoptimize_test.go
validator.go fix: PassiveValidator GetRecords 返回 [] 而非 null 2026-05-30 11:53:42 +08:00
vprop.go feat: 自优化5项全链路补齐 2026-05-30 12:01:37 +08:00