Skip to content

v2026.6.8 — Pattern Mode Pipeline Fix

Choose a tag to compare

@Kaiji-Z Kaiji-Z released this 08 Jun 12:01
· 107 commits to main since this release

Pattern Mode Insight Pipeline Fix

What Changed

  • P0: Added InsightCandidate.resolvedMode — safety-net dedup now correctly reads the resolved insight mode instead of falling back to invalid default
  • P1: Boosted exploration pNeed from 0.55 to 0.65 — pattern mode candidates more likely to pass PRISM gate
  • P2: Fixed domain?:stringdomains?:string[] in consolidation types
  • P4: Removed stale patternModeRatio config option

Anti-Starvation (v2026.6.8-1)

  • Statistical tests proving all 3 modes (surprise, extend, pattern) trigger without starvation
  • 30% probability floor ensures no mode drops below 15% selection rate
  • 227 scheduler tests passing

Files Changed

  • 12 source files, +366 −63 lines
  • 2 test files with 6 new statistical tests (+199 lines)

Verification

  • Live end-to-end test: pattern insight delivered on attempt 5/20
  • Mode distribution: pattern 38%, surprise 34%, extend 28%
  • sqlite-vec loads correctly on both Linux and Windows (v0.1.9)