# Changelog

## Score

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

## Lenses

- Code Health 95 → 95 (+0.0)
- Architecture 100 → 100 (+0.0)
- Maturity 34 → 34 (+0.0)
- Readiness 57 → 57 (+0.0)
- Security 85 → 85 (+0.0)

## Resolved (1)

- The alternative implementations section lists breaky but does not mention any of the alternatives (e.g., circuit_breaker) that follow it in the outline, so the breaky entry is placed before the one it should precede and the two are not ordered as per the outline. (README.md)

## New (2)

- The Alternative implementations section lists breaky and circuit_breaker but does not explain what makes fuse different from each of them in terms of behavior. (README.md)
- The README begins by stating it implements a circuit breaker for Erlang but does not describe what kind of service or API it protects (e.g. HTTP endpoints, RPC calls) in the first paragraph. (README.md)
