core/core/physics
Shay 95f212c69d fix: IndentationError on TurnEvent.elaboration; align IdentityScore fields with runtime expectations
- 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.
2026-05-14 14:04:13 -07:00
..
__init__.py Implement core physics and pack validation 2026-05-14 12:35:19 -07:00
articulation.py Implement core physics and pack validation 2026-05-14 12:35:19 -07:00
attention.py Implement core physics and pack validation 2026-05-14 12:35:19 -07:00
binding.py Implement core physics and pack validation 2026-05-14 12:35:19 -07:00
digest.py Implement core physics and pack validation 2026-05-14 12:35:19 -07:00
drive.py Implement core physics and pack validation 2026-05-14 12:35:19 -07:00
energy.py Implement core physics and pack validation 2026-05-14 12:35:19 -07:00
exertion.py feat(physics): add mind-physics layer — ADR-0008/0009/0010, blueprint, and operator stubs 2026-05-12 23:20:58 -07:00
identity.py fix: IndentationError on TurnEvent.elaboration; align IdentityScore fields with runtime expectations 2026-05-14 14:04:13 -07:00
inhibition.py Implement core physics and pack validation 2026-05-14 12:35:19 -07:00
learning.py Implement core physics and pack validation 2026-05-14 12:35:19 -07:00
reasoning.py Implement core physics and pack validation 2026-05-14 12:35:19 -07:00
salience.py Implement core physics and pack validation 2026-05-14 12:35:19 -07:00
valence.py Implement core physics and pack validation 2026-05-14 12:35:19 -07:00