ReleaseEscalationResult: {
    entry: EscalationEntry;
    ok: true;
} | {
    ok: false;
    reason: "not-found" | "wrong-assignee";
}