Problemunvalidated
The `decayBeliefConfidence()` function in `src/memory/consolidation.ts` references `updated_at` column on the `vesper_memory.beliefs` table — the migration `001-memory-schema.sql` only defines `cre. Outcome: Integration test adds the column via ALTER TABLE before running decay, then verifies confidence * 0.95 math and the 0.01 floor correctly.
7a2dcdda-df62-4be6-81f5-6f3c11862127
The decayBeliefConfidence() function in src/memory/consolidation.ts references updated_at column on the vesper_memory.beliefs table — the migration 001-memory-schema.sql only defines `cre. Outcome: Integration test adds the column via ALTER TABLE before running decay, then verifies confidence * 0.95 math and the 0.01 floor correctly.