πͺͺ Identity Profile β {{ reg.username }}
{% if applied is defined %}
{% if applied %}
β
Profile updated β UPDATE IF version = {{ (profile.version - 1) if profile else 0 }} applied.
Current version: v{{ profile.version if profile else 1 }}
{% elif conflict_existing %}
β‘ Version conflict! IF version = ... rejected β stale read.
Another agent updated the profile first. Current state from DB:
{% for k, v in conflict_existing.items() %}
- {{ k }}
- {{ v }}
{% endfor %}
{% endif %}
{% endif %}
Display Name
{{ reg.display_name }}
Dimension
π {{ reg.dimension }}
Registered At
{{ reg.registered_at.strftime('%Y-%m-%d %H:%M') if reg.registered_at else 'β' }}
user_id: {{ reg.user_id }}
βοΈ Profile
{% if profile %}
v{{ profile.version }}
{% endif %}
{% if profile %}
Status
{{ profile.status }}
Bio
{{ profile.bio or 'β' }}
{% endif %}