You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[#520] Expand Big Five personality to NEO-PI-R 30 facets (#742)
Each Big Five trait now decomposes into 6 facets (Costa & McCrae). Trait-level
scores are derived as the mean of their facets, never stored separately, so
existing readers (`personality.traits.openness()` etc.) keep their behavior
while new code can read facets directly for finer-grained reactions.
At spawn, facets are sampled around the trait baseline (genome-derived) using
a deterministic seed from the genome's locus bits. Sibling facets share the
trait baseline as a common factor, producing the within-trait correlation
observed in the NEO-PI-R.
Co-authored-by: milkyskies <milkyskies>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments