Skip to content

v3.33.3

Choose a tag to compare

@zigrivers zigrivers released this 03 Jun 14:30
· 58 commits to main since this release
8153e6b

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_at as "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). Since last-reviewed and retrieved both derive from audit_date, the whole date provenance was unreliable — and because the cadence prefilter keys off last-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 overwrites audit_date and every retrieved_at with the real run date (stampVerdictRunDates + shared todayUtcYmd); 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.