| 1 | // Identity ranking heuristics: what leads in a rendered response, and which |
| 2 | // candidate call gets pre-seeded, are product behavior: email beats login |
| 3 | // beats display name beats id, and only singular paths make a call a whoami. |
| 4 | import { describe, expect, it } from "@effect/vitest"; |
nothing calls this directly
no test coverage detected