@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.js CHANGED
@@ -4171,7 +4171,6 @@ Projection defects to look for:
4171
4171
  - Header/value splits where "Limit of Liability", "Deductible", "Retroactive Date", "Aggregate", "Each Claim", or similar terms are attached to the wrong coverage row.
4172
4172
  - 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.
4173
4173
  - Repeated schedule headings projected as separate coverages when they only introduce the next coverage group.
4174
- - 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.
4175
4174
 
4176
4175
  Rules:
4177
4176
  - Use internal reasoning, but return JSON decisions only.
@@ -4179,12 +4178,12 @@ Rules:
4179
4178
  - Use sourceNodeIds and sourceSpanIds only from the provided source nodes or from the existing candidate entry.
4180
4179
  - Prefer dropping a malformed fact over speculative rewriting.
4181
4180
  - Keep a coverage when it is a real operational coverage/benefit even if only one term needs cleanup.
4181
+ - 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.
4182
4182
  - When changing a term's semantic meaning, set kind to the corrected normalized term kind.
4183
4183
  - Do not add new coverage rows.
4184
4184
  - Add termAdditions only when a provided source node directly supports the missing term and the candidate already has the correct coverage row.
4185
4185
  - 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".
4186
4186
  - 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.
4187
- - 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.
4188
4187
  - 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.
4189
4188
  - For each coverage decision, always include termDecisions and termAdditions. Use [] when no existing terms need cleanup or no new terms are needed.
4190
4189
  - Keep reasons concise and factual.