mirror of
https://gitea.ingwaz.work/Ingwaz/openbrain-mcp.git
synced 2026-06-15 22:07:08 +00:00
Add V5__truth_scoring.sql migration: - truth_value (REAL): 0.0-1.0 truth score from PLN reasoning - truth_confidence (REAL): 0.0-1.0 confidence in the score - truth_category (TEXT): verified/plausible/unverified/contradicted - truth_evaluated_at (TIMESTAMPTZ): when last scored - ecan_sti (REAL): Short-Term Importance (recency-weighted) - ecan_lti (REAL): Long-Term Importance (reliability) Partial indexes for efficient unscored memory queries. Update MemoryRecord struct with optional truth fields. Part of #29