Sprint 1 — Audit-Ready Decision Logs
Banks running Run-True Decision can now answer the question every internal audit team eventually asks: “Show me exactly why you made this decision.” Decision audit records are now captured for evaluation requests — with encrypted sensitive fields and privacy-preserving lookup — and analysts can replay past decisions to see how today’s rules and models would have scored them differently. This is the foundation for backtesting, audit trails designed for internal review, and rule-change confidence.
What's New
- •Decision Audit Records. Decision audit records are now written for evaluation requests, capturing inputs, rule outputs, and the model versions in effect at decision time. Designed to support data residency requirements — your audit data stays where your decision data is.
- •Audit Replay. Replay past decisions against the current rule set and model. Returns a verdict showing whether the result matches, drifted, or changed because of a rule update or a model update.
- •Drift detection across rule and model versions. When today’s engine produces a different result than the original decision, the system tells you precisely whether the change came from a rule edit, a model update, or both — so you can defend a rule change in a control-committee review.
- •Role-based access for analyst replay workflows. A new permission gates who can run replays, separating day-to-day operators from senior analysts performing rule-change reviews.
Improvements
- •Encoder path tuned for banking-mode traffic — designed for millisecond-level overhead on the live decision path.
- •New command-line tool for one-off audit replay against any historical decision ID.
- •Tightened end-to-end test coverage on the audit persistence path so audit logs survive partial outage scenarios.
Fixes
- •Resolved an edge case where a transient persistence error could mask the underlying audit-record failure mode.
Coming Next. Backtesting on captured audit records — analyst tooling to test a proposed rule change against the past month of real decisions before promoting it. Available on the roadmap.