Contacts

identity drift is observed here first

Registry Model

  • Name
    id
    Type
    string
    Description

    Actor identifier.

  • Name
    display_name
    Type
    string
    Description

    Current label attached to the actor.

  • Name
    alias
    Type
    string
    Description

    Operational alias attached to this identity.

  • Name
    role
    Type
    enum
    Description

    performer, handler, archivist, courier, or observer.

  • Name
    last_seen
    Type
    timestamp
    Description

    Last observed timestamp in any layer.

  • Name
    trust_score
    Type
    integer
    Description

    Trust score (0-100) for continuity confidence.

  • Name
    missing_status
    Type
    enum
    Description

    active, unknown, or missing.

List Actors

curl -G https://api.meme.repair/v1/contacts \
  -H "Authorization: Bearer {token}" \
  -d role=observer \
  -d limit=10

Integrity Notes

[entry_0601]
source: mirror_b
status: partial

same id
different name
same phone
[corruption_log]

- actor_id collision detected
- avatar hash mismatch on replay
- confidence dropped below threshold
- missing_status escalated: unknown -> missing