# Changelog

## Score

- CAI 53 → 53 (+0.0)
- Rubric changed (rubric-2026.08.18 → rubric-2026.08.19) — scores are not directly comparable.

## Lenses

- Code Health 100 → 100 (+0.0)
- Architecture 95 → 95 (+0.0)
- Maturity 53 → 53 (+0.0)
- Readiness 61 → 61 (+0.0)
- Security 38 → 38 (+0.0)
- Domain Modelling 100 → 100 (+0.0)

## Resolved (4)

- Build action pinned to a mutable branch
- Off-boarding risk: anonymized user #1
- The Usage section shows a UserAccountRepository struct with event_store: EventStore<UserAccount, UserAccountEvent> but never defines or imports the EventStore type (or its associated types) needed to read from the journal/snapshot tables. (README.md)
- The schema table lists Journal and Snapshot but does not explain how events are replayed (e.g. get_latest_snapshot_by_id) or what happens when a snapshot is missing. (docs/DATABASE_SCHEMA.md)

## New (1)

- Off-boarding risk: anonymized user #1
