v3.33.3
Patch release: knowledge-freshness dates are now measured, not guessed.
Fixed
- Date provenance. The audit meta-prompt asked the model to emit
audit_date/retrieved_atas "today's ISO date", but the model is never told the real date and emitted plausible-but-wrong values (often a year+ in the past, varying run-to-run). Sincelast-reviewedandretrievedboth derive fromaudit_date, the whole date provenance was unreliable — and because the cadence prefilter keys offlast-reviewed, a hallucinated past date made an entry permanently "overdue" at high priority, letting already-audited entries monopolize the daily audit budget and starve never-audited ones. The audit runner now overwritesaudit_dateand everyretrieved_atwith the real run date (stampVerdictRunDates+ sharedtodayUtcYmd); the meta-prompt no longer asks the model for dates. - Backfilled the 12 already-audited entries to git-verified audit/merge dates (ten → 2026-06-02, two fintech → 2026-06-03). KB
VERSION→ 0.1.6.
See CHANGELOG.md for details.