# Changelog

## Score

- CAI 46 → 55 (+8.7)
- Rubric changed (rubric-2026.08.18 → rubric-2026.08.19) — scores are not directly comparable.

## Lenses

- Code Health 72 → 72 (+0.3)
- Architecture 94 → 94 (+0.0)
- Maturity 53 → 53 (+0.0)
- Readiness 49 → 50 (+1.0)
- Security 39 → 79 (+40.1)
- Domain Modelling 62 → 63 (+1.4)
- Event-Driven 100 → 100 (+0.0)
- Event Sourcing 100 → 100 (+0.0)
- Performance 47 → 54 (+6.5)

## Resolved (3)

- Inconsistent naming for test classes representing command handlers: 'AddAccount' vs 'AddUser'. These appear to be distinct concepts (Account vs User) but follow the same naming pattern, suggesting a potential domain model inconsistency or a naming convention where 'User' and 'Account' are used interchangeably for different entities.
- Inconsistent naming for test classes: 'UpdateAccount' vs 'UpdateUser'. Similar to the Add* methods, this suggests a potential confusion or inconsistency between 'Account' and 'User' entities.
- LLM evaluation failed

## API surface

- Unchanged — 14 HTTP endpoints
