- Fix IndentationError: `elaboration` field was indented inside the
docstring block instead of at the class body level (line 149).
- Add `value` and `alignment` aliases on IdentityScore so that
run_examples.py / review_trace.py can read `.value` and `.alignment`
(runtime.py and the serialiser both reference these names).
`value` mirrors `score`; `alignment` mirrors `1.0 - deviation fraction`.
- Add `axes_evaluated` property returning the deviation_axes frozenset
as a sorted list, matching the serialiser expectation in run_examples.py.