# Changelog

## Score

- CAI 35 → 36 (+0.8)

## Lenses

- Code Health 84 → 84 (+0.0)
- Architecture 83 → 83 (+0.0)
- Maturity 50 → 50 (+0.0)
- Readiness 16 → 17 (+1.7)
- Security 39 → 39 (+0.0)
- Domain Modelling 77 → 77 (+0.0)

## Resolved (3)

- Dependency Hygiene not included (time budget)
- Inconsistent naming for time-related value objects. 'Hours', 'Minutes', 'Seconds' are pluralized, while 'Time' is singular. 'TimeUnity' and 'Timer' are also present. 'TimeUnity' seems to be a unit of time, while 'Timer' might be a different concept, but the naming convention (plural vs singular, 'Time' vs 'Timer') is inconsistent.
- The README mentions running, staging, and Docker-compose but does not detail how to start the application or connect to the event store. (README.md)

## New (1)

- The README begins with a philosophy section and project structure covering Domain and Application namespaces before describing Infrastructure Layer elements like the event bus gateway and event store gateway (DelayedEvent/DomainEvent), which are not shown in the visible text. (README.md)

## API surface

- Unchanged — 1 HTTP endpoints
