@claritylabs/cl-sdk 3.2.7 → 3.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -3795,7 +3795,6 @@ Projection defects to look for:
3795
3795
  - Header/value splits where "Limit of Liability", "Deductible", "Retroactive Date", "Aggregate", "Each Claim", or similar terms are attached to the wrong coverage row.
3796
3796
  - Collapsed combined bases where one candidate term says "Each Claim / Aggregate", "Each Loss / Aggregate", "Each Proceeding / Aggregate", or a continuation line supplies a separate policy aggregate, sub-limit, deductible, retention, retroactive date, or coinsurance term.
3797
3797
  - Repeated schedule headings projected as separate coverages when they only introduce the next coverage group.
3798
- - Generic policy form rows projected as scheduled coverages when their values only say "as stated in Item...", "shown in the Declarations", or similar cross-references instead of actual scheduled amounts.
3799
3798
 
3800
3799
  Rules:
3801
3800
  - Use internal reasoning, but return JSON decisions only.
@@ -3803,12 +3802,12 @@ Rules:
3803
3802
  - Use sourceNodeIds and sourceSpanIds only from the provided source nodes or from the existing candidate entry.
3804
3803
  - Prefer dropping a malformed fact over speculative rewriting.
3805
3804
  - Keep a coverage when it is a real operational coverage/benefit even if only one term needs cleanup.
3805
+ - Never drop a declaration or schedule coverage row that names a coverage and states policy-specific amounts, dates, deductibles, retentions, premiums, or coverage terms. Repair its terms instead.
3806
3806
  - When changing a term's semantic meaning, set kind to the corrected normalized term kind.
3807
3807
  - Do not add new coverage rows.
3808
3808
  - Add termAdditions only when a provided source node directly supports the missing term and the candidate already has the correct coverage row.
3809
3809
  - When replacing one combined term with split terms, drop the combined term and add one term per basis. For example, "$1,000,000 Each Claim / Aggregate" should become one each_claim_limit term and one aggregate_limit term, both with value "$1,000,000".
3810
3810
  - When a schedule continues onto the next page before the next item marker, attach continuation terms such as "Aggregate", "Policy Aggregate", coinsurance, deductible, or retroactive date to the previous coverage row.
3811
- - Drop a coverage row when it is only generic policy wording that points back to a declarations item or schedule and does not itself state policy-specific limits, deductibles, retentions, premiums, dates, or coverage names.
3812
3811
  - Include every JSON key in each decision. Use null for scalar fields you are not changing and [] for source ID lists you are not changing.
3813
3812
  - For each coverage decision, always include termDecisions and termAdditions. Use [] when no existing terms need cleanup or no new terms are needed.
3814
3813
  - Keep reasons concise and factual.