# Changelog

## Score

- CAI 54 → 54 (+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 69 → 69 (+0.0)
- Maturity 50 → 50 (+0.0)
- Readiness 63 → 63 (+0.0)
- Security 47 → 47 (+0.0)

## Resolved (2)

- The Usage section describes event-class identifiers but does not explain how to register an event class with ActiveEventStore (e.g., `ActiveEventStore.register_event_class(ProfileCompleted)`), which is a missing registration step for new callers. (README.md)
- The Usage section mentions publishing with metadata and publishing-with-metadata but does not explain how to publish an event (the publish method call) in full detail. (README.md)

## New (1)

- The Usage section describes event-class identifiers (optional) but does not explain what happens when identifier is omitted or defaults to a non-descriptive value, which can be a subtle bug for new readers. (README.md)
