{
  "meta": {
    "title": "Public social signals",
    "version": "0.1.0",
    "agent_readable": true,
    "updated_at": "2026-06-10",
    "purpose": "Public, source-backed social evidence (LinkedIn / X / GitHub / public profiles) attached to map targets. Consumed by the map as items[].people grouped by target_id.",
    "truth_policy": "Only self-publicized, public-figure-level profiles with a source_url are included. No PII beyond self-published professional identity. Rows without a verifiable public source are omitted rather than fabricated — hence items is empty until sources are enriched.",
    "status": "needs_source_enrichment",
    "item_shape": {
      "target_id": "string — matches a target id in data/sf-live-targets.json",
      "platform": "linkedin | x | github | website | press",
      "source_url": "https URL to the public source",
      "people": [
        {
          "display_name": "string",
          "role_label": "founder | investor | operator | hiring | peer | community | public",
          "headline": "string",
          "avatar_url": "relative or https image URL",
          "hi_owner_url": "https URL into Hi (claim / say hi)",
          "visibility": "public | needs_provider_profile"
        }
      ]
    }
  },
  "items": []
}
