Publisher: idempotent writes with upsert

final hostItem = await nodes.upsert(
  id: hostId,
  obj: HostNode(hostname: hostname, firstSeenMs: now),
  sharedWith: otherAtSigns,
);