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:
parent
a81e358be7
commit
4d7a58b46c
1 changed files with 3 additions and 4 deletions
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue