core/core
Shay 9be12b9a14 identity: add CharacterProfile.from_manifold() factory + TurnEvent provenance record
- CharacterProfile.from_manifold() populates traits/theological grounding
  directly from a live IdentityManifold — no longer orphaned.
- TurnEvent is a frozen, append-only provenance record for one chat turn.
  Carries: turn index, dialogue role, IdentityScore, CycleCost, vault hit
  count, walk surface, and articulation surface. Enables full determinism
  tracing across every turn without mutation.
- IdentityCheck.check() is unchanged in contract.
2026-05-14 13:10:00 -07:00
..
physics identity: add CharacterProfile.from_manifold() factory + TurnEvent provenance record 2026-05-14 13:10:00 -07:00
__init__.py chore: fix package name, add core/__init__.py, ADR-0011, session note 2026-05-13 2026-05-13 10:44:42 -07:00
cli.py Implement core physics and pack validation 2026-05-14 12:35:19 -07:00
config.py Add ADR-0008 salience attention 2026-05-13 22:40:36 -07:00