Back to changelog index

6.2.0

Apr 30, 2026 · 1 packages · 2 unique changes · 1 release entry

libs

Release summaries

  • adaptive-experience-foundation

    Add transparent adaptive-experience primitives to the personalization library.

    maintainer

    Personalization now separates interaction preferences, behavior support strategy, behavior evidence, and runtime adaptive decisions into additive public contracts.

    integrator

    Apps can recommend editable interaction and behavior support presets, represent behavior signals as scoped evidence, and resolve runtime-only adaptive actions bounded by permissions and policy.

    customer

    Adaptive experiences can explain what changed, why it changed, and how users can override or undo the change.

Upgrade steps

  • Use adaptive experience primitives for transparent personalization

    assisted

    Layer behavior support and evidence-based suggestions on top of existing PreferenceDimensions without replacing authorization or business rules.

    Packages: @contractspec/lib.personalization

    1. Keep `PreferenceDimensions` focused on software/tool interaction.
    2. Use `BehaviorSupportDimensions` for action, recovery, reflection, and accountability support.
    3. Represent observed behavior with `BehaviorSignalModel` and user-facing reasons.
    4. Resolve `ResolvedAdaptiveExperience` at runtime instead of storing it as a hidden profile.

Unique release changes

  • - Add transparent adaptive-experience primitives to the personalization library.

    1 packages · 1 occurrences

  • - Layer behavior support and evidence-based suggestions on top of existing PreferenceDimensions without replacing authorization or business rules.

    1 packages · 1 occurrences

Impacted packages

  • @contractspec/lib.personalization

    Layer: libs · 2 changes