@empressaio/atom-contract 1.13.0 → 1.14.0

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/CHANGELOG.md CHANGED
@@ -2,6 +2,37 @@
2
2
 
3
3
  All notable changes to `@empressaio/atom-contract` (formerly `@hauska/atom-contract`) are documented here.
4
4
 
5
+ ## [1.14.0] - 2026-08-08
6
+
7
+ Additive minor — three county-shape property rails with first-class typed absence:
8
+ `flood-hazard-fact`, `cad-parcel-roll`, and `land-use-fact`.
9
+
10
+ ### Added
11
+
12
+ - **`flood-hazard-fact`** on `./property` — FEMA NFHL SFHA finding or honest
13
+ absence (`no-flood-coverage`). Present tier requires `inSpecialFloodHazardArea`;
14
+ outside-mapped parcels are present with SFHA false, not absence. `sourceTier:
15
+ fema-nfhl | absent`; county-level `verifiedAbsence` fail-closed when absent.
16
+ - **`cad-parcel-roll`** on `./property` — county appraisal roll row or honest
17
+ absence (`no-cad-row`, `join-hold`). Owner fields gated on
18
+ `joinPassedOwnerMatchGate`; wrong owner worse than missing. `sourceTier:
19
+ cad-authoritative | absent`; `sourceFile` required on present tier.
20
+ - **`land-use-fact`** on `./property` — CAD `property_use_code` or honest
21
+ absence (`no-land-use-code`, `no-cad-row`, `join-hold`). Writers read county
22
+ CAD only; Cotality land_use_code is dead.
23
+ - Shared helpers: `CAD_ROLL_SOURCE_TIER_SCHEMA`, `FLOOD_HAZARD_*`,
24
+ `LAND_USE_ABSENCE_SCHEMA`, `LAND_ACRES_SCHEMA`.
25
+ - Fixtures and negative probes for each rail.
26
+ - `PROPERTY_CONFORMANCE_TARGET_VERSION = "1.14.0"`.
27
+
28
+ ### Explicitly NOT in 1.14.0
29
+
30
+ - `parcel-owner-facet` (owner facet) — specify-only; not published.
31
+ - `mud`, `rrc`, `pipeline`, `soil-survey-fact` — specify-only; not published.
32
+ - Parcel ring atoms or geometry on property atoms — Geometry Law unchanged.
33
+ - New relationship layer — `atom_links` already ships.
34
+ - Cotality sourcing tier — extinguished; never wired.
35
+
5
36
  ## [1.13.0] - 2026-08-08
6
37
 
7
38
  Additive minor — `parcel-node`, the Rail 1 parcel identity and geometry-provenance
@@ -22,7 +22,7 @@ export type ReasoningConformanceTargetVersion = typeof REASONING_CONFORMANCE_TAR
22
22
  /**
23
23
  * Pin property atom kind adopters to this semver (master WDLL 3.2–3.6).
24
24
  */
25
- export declare const PROPERTY_CONFORMANCE_TARGET_VERSION: "1.13.0";
25
+ export declare const PROPERTY_CONFORMANCE_TARGET_VERSION: "1.14.0";
26
26
  export type PropertyConformanceTargetVersion = typeof PROPERTY_CONFORMANCE_TARGET_VERSION;
27
27
  /** Data-level atoms carry signed history; app-level workflow containers skip it. */
28
28
  export type AtomTier = "data" | "app";
@@ -19,7 +19,7 @@ export const REASONING_CONFORMANCE_TARGET_VERSION = "1.8.0";
19
19
  /**
20
20
  * Pin property atom kind adopters to this semver (master WDLL 3.2–3.6).
21
21
  */
22
- export const PROPERTY_CONFORMANCE_TARGET_VERSION = "1.13.0";
22
+ export const PROPERTY_CONFORMANCE_TARGET_VERSION = "1.14.0";
23
23
  export const ATOM_TIER_VALUES = ["data", "app"];
24
24
  export const ACCESS_POLICY_VALUES = [
25
25
  "public-free",