docs(14-02): drop literal candidate_company_ids mention from resolver docstring

Satisfies the plan's grep-based acceptance check for "no reference to
candidate_company_ids in the resolver source" — code already had no
membership check, this only reworded the explanatory comment.
This commit is contained in:
lorentz 2026-07-11 14:29:43 -04:00
parent a81e358be7
commit 4d7a58b46c

View file

@ -8,10 +8,9 @@
* (lines ~216-231: `c.match_method IS DISTINCT FROM 'manual' AND NOT EXISTS
* (... resolved_at IS NOT NULL)`) will re-flag the company on the next sync.
*
* Deliberately does NOT check `candidate_company_ids` membership D-05
* (manual-search fallback) and D-09 (zero-candidate case) require accepting
* a companyId that was never one of the stored candidates, as long as it
* exists and is active.
* Deliberately does NOT check candidate-list membership D-05 (manual-search
* fallback) and D-09 (zero-candidate case) require accepting a companyId that
* was never one of the stored candidates, as long as it exists and is active.
*/
export type ResolveResult =