Support flagged that a Live-Private deal was appearing in the Live Deals tab — on both web and mobile — for investors who weren't on its private list. A second investor later reported the same thing. On the face of it, an access-control leak.
The report reproduced. The agent traced the two relevant paths: the live-list filter (getDealsForLiveDealsPage) and the direct-fetch path (getClientDealById) in deals.service.ts.
The filter honours a deliberate retention rule: once an investor has been added to a deal's private list — or holds any commitment to it — they keep access even after being removed from the list. An isInvestorCommittedToDeal check short-circuits the access filter. Both reported investors had a prior commitment or were on the list when the deal went private, so retention applied.
Closed as working-as-intended, with three durable outputs:
The value here wasn't a code change. It was a proven answer and a reusable rule — the agent's judgement that not every report is a bug.