[0.27.0] - 2026-04-26
Added
- User-turn ledger lines (#2). New append-only
user_turnledger records persist parser-emittedUserTurnRecords alongside raw turns without rewriting or mutating them. The ledger now exposesappendUserTurns()/queryUserTurns(),UserTurnLine/isUserTurnLine(), anduserTurnIdHash()keyed by(source, sessionId, userUuid)through the existing dedup index;rebuildIndex()rehydrates those ids after index loss.