From 4d7a58b46c79c5581f0072eb1bec416e20afdec6 Mon Sep 17 00:00:00 2001 From: lorentz Date: Sat, 11 Jul 2026 14:29:43 -0400 Subject: [PATCH] docs(14-02): drop literal candidate_company_ids mention from resolver docstring MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- lib/services/pax8-company-match-resolver.ts | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lib/services/pax8-company-match-resolver.ts b/lib/services/pax8-company-match-resolver.ts index 67f9379..934a1a9 100644 --- a/lib/services/pax8-company-match-resolver.ts +++ b/lib/services/pax8-company-match-resolver.ts @@ -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 =