Data model
Stub. The full spec lives in the Phase 1 plan.
Entities
Section titled “Entities”| Type | Description |
|---|---|
person | An individual identity. |
group | A collection — a circle or sphere. |
algorithm | A non-human actor (bot, service, AI). |
Every edge has a type, a weight (0..1), and a timestamp. Common types:
knows— verified acquaintance.trusts— directed trust, weight expresses confidence.member_of— entity is part of a group.delegates_to— proxy authority for governance.
Identity links
Section titled “Identity links”A person may have multiple identity_link rows that bind UUIDs to
platform-specific IDs (Telegram user id, tenant id, GitHub login, etc.).
Federation friendly: same UUID can be claimed across nodes.