@empressaio/atom-contract 1.8.0 → 1.10.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.
Files changed (39) hide show
  1. package/CHANGELOG.md +71 -0
  2. package/README.md +39 -0
  3. package/dist/conformance/common.d.ts +5 -0
  4. package/dist/conformance/common.d.ts.map +1 -1
  5. package/dist/conformance/common.js +4 -0
  6. package/dist/conformance/common.js.map +1 -1
  7. package/dist/conformance/index.d.ts +1 -1
  8. package/dist/conformance/index.d.ts.map +1 -1
  9. package/dist/conformance/index.js +1 -1
  10. package/dist/conformance/index.js.map +1 -1
  11. package/dist/property/buildable-envelope.d.ts +464 -0
  12. package/dist/property/buildable-envelope.d.ts.map +1 -0
  13. package/dist/property/buildable-envelope.js +63 -0
  14. package/dist/property/buildable-envelope.js.map +1 -0
  15. package/dist/property/common.d.ts +513 -0
  16. package/dist/property/common.d.ts.map +1 -0
  17. package/dist/property/common.js +66 -0
  18. package/dist/property/common.js.map +1 -0
  19. package/dist/property/fixtures.d.ts +141 -0
  20. package/dist/property/fixtures.d.ts.map +1 -0
  21. package/dist/property/fixtures.js +438 -0
  22. package/dist/property/fixtures.js.map +1 -0
  23. package/dist/property/index.d.ts +24 -0
  24. package/dist/property/index.d.ts.map +1 -0
  25. package/dist/property/index.js +20 -0
  26. package/dist/property/index.js.map +1 -0
  27. package/dist/property/parcel-terrain-model.d.ts +922 -0
  28. package/dist/property/parcel-terrain-model.d.ts.map +1 -0
  29. package/dist/property/parcel-terrain-model.js +117 -0
  30. package/dist/property/parcel-terrain-model.js.map +1 -0
  31. package/dist/property/setback-rule.d.ts +887 -0
  32. package/dist/property/setback-rule.d.ts.map +1 -0
  33. package/dist/property/setback-rule.js +53 -0
  34. package/dist/property/setback-rule.js.map +1 -0
  35. package/dist/property/zoning-fact.d.ts +538 -0
  36. package/dist/property/zoning-fact.d.ts.map +1 -0
  37. package/dist/property/zoning-fact.js +48 -0
  38. package/dist/property/zoning-fact.js.map +1 -0
  39. package/package.json +5 -1
@@ -0,0 +1,141 @@
1
+ /**
2
+ * Property reasoning atom fixtures — master WDLL 3.2–3.6 Central-TX probes.
3
+ *
4
+ * Parcel ids are real Central-TX node anchors for grading notes.
5
+ */
6
+ import type { BuildableEnvelopeAtomInstance } from "./buildable-envelope.js";
7
+ import type { ParcelTerrainModelAtomInstance } from "./parcel-terrain-model.js";
8
+ import type { SetbackRuleAtomInstance } from "./setback-rule.js";
9
+ import type { ZoningFactAtomInstance } from "./zoning-fact.js";
10
+ /**
11
+ * Hays County (48209) — parcel 48209:156346, RS district from city GIS stamp.
12
+ * WDLL 3.3 zoning FACT probe.
13
+ */
14
+ export declare const HAYS_ZONING_FACT_FIXTURE: ZoningFactAtomInstance;
15
+ /**
16
+ * Bexar County (48029) — parcel 48029:410119, null zoning honest-absence.
17
+ * WDLL 3.3 negative probe — NOT a stamped I-2 invent.
18
+ */
19
+ export declare const BEXAR_NULL_ZONING_FACT_FIXTURE: ZoningFactAtomInstance;
20
+ /** Comal County (48091) — exact-match setback with typed code atom ref. WDLL 3.4/3.5. */
21
+ export declare const COMAL_SETBACK_RULE_FIXTURE: SetbackRuleAtomInstance;
22
+ /** Travis County prefix-match fixture — WDLL 3.4 prefix grading. */
23
+ export declare const TRAVIS_PREFIX_SETBACK_RULE_FIXTURE: SetbackRuleAtomInstance;
24
+ /** Fallback match with honest-absence — Kyle R1-T / Bexar I-2 fallback grading. */
25
+ export declare const FALLBACK_SETBACK_RULE_FIXTURE: SetbackRuleAtomInstance;
26
+ /**
27
+ * Derived envelope for 48209:156346 — WDLL 3.6.
28
+ * Inputs: zoning-fact + setback-rule + geometry + front-edge reference fields.
29
+ */
30
+ export declare const HAYS_BUILDABLE_ENVELOPE_FIXTURE: BuildableEnvelopeAtomInstance;
31
+ /** Negative — bare string citation instead of AtomInputRef (WDLL 3.5 fail). */
32
+ export declare const NEGATIVE_SETBACK_BARE_STRING_CITATION: {
33
+ entityType: "setback-rule";
34
+ atomDid: string;
35
+ parcelNodeId: string;
36
+ reasoningChain: {
37
+ reasoningKind: "observed";
38
+ };
39
+ front: number;
40
+ side: number;
41
+ rear: number;
42
+ sourceCodeAtomRef: string;
43
+ matchBasis: "exact";
44
+ accessPolicy: "public-free";
45
+ sourceCitation: string;
46
+ extractedAt: string;
47
+ atomTier: "data";
48
+ };
49
+ /** Negative — derived without inputAtomRefs. */
50
+ export declare const NEGATIVE_ENVELOPE_NO_INPUT_REFS: {
51
+ entityType: "buildable-envelope";
52
+ atomDid: string;
53
+ parcelNodeId: string;
54
+ reasoningChain: {
55
+ reasoningKind: "derived";
56
+ derivationMethod: "buildable-envelope-inset-v1";
57
+ inputAtomRefs: [];
58
+ };
59
+ accessPolicy: "public-free";
60
+ sourceCitation: string;
61
+ extractedAt: string;
62
+ atomTier: "data";
63
+ };
64
+ /** Negative — zoning with both district and absence. */
65
+ export declare const NEGATIVE_ZONING_DISTRICT_AND_ABSENCE: {
66
+ entityType: "zoning-fact";
67
+ atomDid: string;
68
+ parcelNodeId: string;
69
+ reasoningChain: {
70
+ reasoningKind: "observed";
71
+ };
72
+ district: string;
73
+ absence: {
74
+ kind: "no-zoning-stamp";
75
+ reason: string;
76
+ };
77
+ accessPolicy: "public-free";
78
+ sourceCitation: string;
79
+ extractedAt: string;
80
+ atomTier: "data";
81
+ };
82
+ /** Negative — fallback matchBasis without honest-absence. */
83
+ export declare const NEGATIVE_SETBACK_FALLBACK_NO_ABSENCE: {
84
+ entityType: "setback-rule";
85
+ atomDid: string;
86
+ parcelNodeId: string;
87
+ reasoningChain: {
88
+ reasoningKind: "observed";
89
+ };
90
+ front: number;
91
+ side: number;
92
+ rear: number;
93
+ sourceCodeAtomRef: {
94
+ atomDid: string;
95
+ role: "rule";
96
+ };
97
+ matchBasis: "fallback";
98
+ accessPolicy: "public-free";
99
+ sourceCitation: string;
100
+ extractedAt: string;
101
+ atomTier: "data";
102
+ };
103
+ /**
104
+ * Terrain-export derived atom for Bastrop CAD property 48021:27303.
105
+ * WDLL terrain-IFC + CAD amendment — shared triangulation, format-keyed artifacts.
106
+ */
107
+ export declare const BASTROP_TERRAIN_EXPORT_FIXTURE: ParcelTerrainModelAtomInstance;
108
+ /** Negative — missing DEM reference-field. */
109
+ export declare const NEGATIVE_TERRAIN_NO_DEM_REF: {
110
+ entityType: "parcel-terrain-model";
111
+ atomDid: string;
112
+ parcelNodeId: string;
113
+ reasoningChain: {
114
+ reasoningKind: "derived";
115
+ derivationMethod: "parcel-terrain-mesh-ifc-v1";
116
+ inputAtomRefs: {
117
+ atomDid: string;
118
+ role: "reference-field";
119
+ citationLabel: string;
120
+ }[];
121
+ };
122
+ artifacts: {
123
+ glb: {
124
+ format: "glb";
125
+ ref: string;
126
+ vertexCount: number;
127
+ triangleCount: number;
128
+ };
129
+ };
130
+ coverage: {
131
+ coverageFraction: number;
132
+ nodataCount: number;
133
+ totalCells: number;
134
+ };
135
+ confidence: import("../read-contract/common.js").WidthedConfidence;
136
+ accessPolicy: import("../registration.js").AccessPolicy;
137
+ sourceCitation: string;
138
+ extractedAt: string;
139
+ atomTier: import("../conformance/common.js").AtomTier;
140
+ };
141
+ //# sourceMappingURL=fixtures.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fixtures.d.ts","sourceRoot":"","sources":["../../src/property/fixtures.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AASH,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,yBAAyB,CAAC;AAE7E,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,2BAA2B,CAAC;AAKhF,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,mBAAmB,CAAC;AACjE,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,kBAAkB,CAAC;AAiB/D;;;GAGG;AACH,eAAO,MAAM,wBAAwB,EAAE,sBAuBtC,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,8BAA8B,EAAE,sBA+B5C,CAAC;AAEF,yFAAyF;AACzF,eAAO,MAAM,0BAA0B,EAAE,uBAgDxC,CAAC;AAEF,oEAAoE;AACpE,eAAO,MAAM,kCAAkC,EAAE,uBAmBhD,CAAC;AAEF,mFAAmF;AACnF,eAAO,MAAM,6BAA6B,EAAE,uBAuB3C,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,+BAA+B,EAAE,6BAgD7C,CAAC;AAEF,+EAA+E;AAC/E,eAAO,MAAM,qCAAqC;;;;;;;;;;;;;;;;CAcjD,CAAC;AAEF,gDAAgD;AAChD,eAAO,MAAM,+BAA+B;;;;;;;uBAOnB,EAAE;;;;;;CAM1B,CAAC;AAEF,wDAAwD;AACxD,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;CAWhD,CAAC;AAEF,6DAA6D;AAC7D,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;CAiBhD,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,8BAA8B,EAAE,8BA6F5C,CAAC;AAEF,8CAA8C;AAC9C,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsCvC,CAAC"}
@@ -0,0 +1,438 @@
1
+ /**
2
+ * Property reasoning atom fixtures — master WDLL 3.2–3.6 Central-TX probes.
3
+ *
4
+ * Parcel ids are real Central-TX node anchors for grading notes.
5
+ */
6
+ import { createWidthedConfidence } from "../read-contract/common.js";
7
+ import { createReasoningReadContract, createReasoningThreeAxisConfidence, } from "../read-contract/reasoning-axes.js";
8
+ import { PROPERTY_ATOM_TIER, PROPERTY_DEFAULT_ACCESS_POLICY } from "./common.js";
9
+ import { BUILDABLE_ENVELOPE_DERIVATION_METHOD } from "./buildable-envelope.js";
10
+ import { PARCEL_TERRAIN_DERIVATION_METHOD, TERRAIN_DEFAULT_ACCESS_POLICY, } from "./parcel-terrain-model.js";
11
+ const SAMPLE_ASSERTED = createWidthedConfidence({
12
+ estimate: 0.9,
13
+ n: 0,
14
+ intervalWidth: 0.2,
15
+ provenance: "asserted",
16
+ });
17
+ /** Placeholder calibrated snapshot — resolves via overlay at READ (I-E). */
18
+ const PLACEHOLDER_CALIBRATED = createWidthedConfidence({
19
+ estimate: 0.75,
20
+ n: 0,
21
+ intervalWidth: 0.25,
22
+ provenance: "asserted",
23
+ });
24
+ /**
25
+ * Hays County (48209) — parcel 48209:156346, RS district from city GIS stamp.
26
+ * WDLL 3.3 zoning FACT probe.
27
+ */
28
+ export const HAYS_ZONING_FACT_FIXTURE = {
29
+ entityType: "zoning-fact",
30
+ atomDid: "zfact_a1b2c3d4e5f67890",
31
+ parcelNodeId: "48209:156346",
32
+ reasoningChain: { reasoningKind: "observed" },
33
+ district: "RS",
34
+ accessPolicy: PROPERTY_DEFAULT_ACCESS_POLICY,
35
+ sourceCitation: "City of Kyle GIS zoning layer 2026-07-01",
36
+ extractedAt: "2026-07-23T12:00:00.000Z",
37
+ atomTier: PROPERTY_ATOM_TIER,
38
+ readContract: createReasoningReadContract({
39
+ axes: createReasoningThreeAxisConfidence({
40
+ calibratedConfidence: PLACEHOLDER_CALIBRATED,
41
+ assertedConfidence: SAMPLE_ASSERTED,
42
+ consequence: {
43
+ kind: "property-risk",
44
+ stratum: "routine",
45
+ basis: "zoning-stamp-exact",
46
+ assertedAt: "2026-07-23T12:00:00.000Z",
47
+ },
48
+ }),
49
+ assembledAt: "2026-07-23T12:00:00.000Z",
50
+ }),
51
+ };
52
+ /**
53
+ * Bexar County (48029) — parcel 48029:410119, null zoning honest-absence.
54
+ * WDLL 3.3 negative probe — NOT a stamped I-2 invent.
55
+ */
56
+ export const BEXAR_NULL_ZONING_FACT_FIXTURE = {
57
+ entityType: "zoning-fact",
58
+ atomDid: "zfact_b2c3d4e5f6789012",
59
+ parcelNodeId: "48029:410119",
60
+ reasoningChain: { reasoningKind: "observed" },
61
+ absence: {
62
+ kind: "no-zoning-stamp",
63
+ reason: "no-zoning-polygon-covers-parcel-unincorporated",
64
+ },
65
+ accessPolicy: PROPERTY_DEFAULT_ACCESS_POLICY,
66
+ sourceCitation: "Bexar County Appraisal District + city GIS overlay 2026-07-01",
67
+ extractedAt: "2026-07-23T12:00:00.000Z",
68
+ atomTier: PROPERTY_ATOM_TIER,
69
+ readContract: createReasoningReadContract({
70
+ axes: createReasoningThreeAxisConfidence({
71
+ calibratedConfidence: PLACEHOLDER_CALIBRATED,
72
+ assertedConfidence: createWidthedConfidence({
73
+ estimate: 0.95,
74
+ n: 0,
75
+ intervalWidth: 0.1,
76
+ provenance: "asserted",
77
+ }),
78
+ consequence: {
79
+ kind: "property-risk",
80
+ stratum: "routine",
81
+ basis: "honest-absence-no-zoning-stamp",
82
+ assertedAt: "2026-07-23T12:00:00.000Z",
83
+ },
84
+ }),
85
+ assembledAt: "2026-07-23T12:00:00.000Z",
86
+ }),
87
+ };
88
+ /** Comal County (48091) — exact-match setback with typed code atom ref. WDLL 3.4/3.5. */
89
+ export const COMAL_SETBACK_RULE_FIXTURE = {
90
+ entityType: "setback-rule",
91
+ atomDid: "sbrule_c3d4e5f678901234",
92
+ parcelNodeId: "48091:123456",
93
+ reasoningChain: { reasoningKind: "observed" },
94
+ front: 25,
95
+ side: 6,
96
+ rear: 10,
97
+ sourceCodeAtomRef: {
98
+ atomDid: "did:hauska:atom:code-section:udc-comal-2024-s4-2",
99
+ role: "rule",
100
+ entityType: "code-section",
101
+ citationLabel: "Comal County UDC S4.2 setbacks",
102
+ },
103
+ fieldProvenance: {
104
+ front: {
105
+ atomDid: "did:hauska:atom:code-section:udc-comal-2024-s4-2",
106
+ confidence: createWidthedConfidence({
107
+ estimate: 0.9,
108
+ n: 0,
109
+ intervalWidth: 0.15,
110
+ provenance: "asserted",
111
+ }),
112
+ },
113
+ side: {
114
+ atomDid: "did:hauska:atom:code-section:udc-comal-2024-s4-2",
115
+ confidence: createWidthedConfidence({
116
+ estimate: 0.9,
117
+ n: 0,
118
+ intervalWidth: 0.15,
119
+ provenance: "asserted",
120
+ }),
121
+ },
122
+ rear: {
123
+ atomDid: "did:hauska:atom:code-section:udc-comal-2024-s4-2",
124
+ confidence: createWidthedConfidence({
125
+ estimate: 0.9,
126
+ n: 0,
127
+ intervalWidth: 0.15,
128
+ provenance: "asserted",
129
+ }),
130
+ },
131
+ },
132
+ matchBasis: "exact",
133
+ accessPolicy: PROPERTY_DEFAULT_ACCESS_POLICY,
134
+ sourceCitation: "Comal County UDC 2024 S4.2 transcribed + verified",
135
+ extractedAt: "2026-07-23T12:00:00.000Z",
136
+ atomTier: PROPERTY_ATOM_TIER,
137
+ };
138
+ /** Travis County prefix-match fixture — WDLL 3.4 prefix grading. */
139
+ export const TRAVIS_PREFIX_SETBACK_RULE_FIXTURE = {
140
+ entityType: "setback-rule",
141
+ atomDid: "sbrule_d4e5f67890123456",
142
+ parcelNodeId: "48453:789012",
143
+ reasoningChain: { reasoningKind: "observed" },
144
+ front: 25,
145
+ side: 5,
146
+ rear: 10,
147
+ sourceCodeAtomRef: {
148
+ atomDid: "did:hauska:atom:code-section:austin-land-dev-code-2023",
149
+ role: "rule",
150
+ entityType: "code-section",
151
+ citationLabel: "Austin LDC prefix match SA-C-3NA*",
152
+ },
153
+ matchBasis: "prefix",
154
+ accessPolicy: PROPERTY_DEFAULT_ACCESS_POLICY,
155
+ sourceCitation: "City of Austin Land Development Code 2023 prefix SA-C-3NA",
156
+ extractedAt: "2026-07-23T12:00:00.000Z",
157
+ atomTier: PROPERTY_ATOM_TIER,
158
+ };
159
+ /** Fallback match with honest-absence — Kyle R1-T / Bexar I-2 fallback grading. */
160
+ export const FALLBACK_SETBACK_RULE_FIXTURE = {
161
+ entityType: "setback-rule",
162
+ atomDid: "sbrule_e5f6789012345678",
163
+ parcelNodeId: "48209:156346",
164
+ reasoningChain: { reasoningKind: "observed" },
165
+ front: 25,
166
+ side: 5,
167
+ rear: 10,
168
+ sourceCodeAtomRef: {
169
+ atomDid: "did:hauska:atom:code-section:kyle-udc-conservative-default",
170
+ role: "rule",
171
+ entityType: "code-section",
172
+ citationLabel: "Conservative default setback table",
173
+ },
174
+ matchBasis: "fallback",
175
+ absence: {
176
+ kind: "setback-fallback",
177
+ reason: "district-prefix-unmatched-using-conservative-default",
178
+ },
179
+ accessPolicy: PROPERTY_DEFAULT_ACCESS_POLICY,
180
+ sourceCitation: "Kyle UDC fallback table row (prefix unmatched)",
181
+ extractedAt: "2026-07-23T12:00:00.000Z",
182
+ atomTier: PROPERTY_ATOM_TIER,
183
+ };
184
+ /**
185
+ * Derived envelope for 48209:156346 — WDLL 3.6.
186
+ * Inputs: zoning-fact + setback-rule + geometry + front-edge reference fields.
187
+ */
188
+ export const HAYS_BUILDABLE_ENVELOPE_FIXTURE = {
189
+ entityType: "buildable-envelope",
190
+ atomDid: "benvelope_f678901234567890",
191
+ parcelNodeId: "48209:156346",
192
+ reasoningChain: {
193
+ reasoningKind: "derived",
194
+ derivationMethod: BUILDABLE_ENVELOPE_DERIVATION_METHOD,
195
+ inputAtomRefs: [
196
+ {
197
+ atomDid: HAYS_ZONING_FACT_FIXTURE.atomDid,
198
+ role: "fact",
199
+ entityType: "zoning-fact",
200
+ citationLabel: "RS zoning district",
201
+ },
202
+ {
203
+ atomDid: FALLBACK_SETBACK_RULE_FIXTURE.atomDid,
204
+ role: "rule",
205
+ entityType: "setback-rule",
206
+ citationLabel: "Front/side/rear setbacks",
207
+ },
208
+ {
209
+ atomDid: "ref:geometry:48209-156346-footprint",
210
+ role: "reference-field",
211
+ citationLabel: "Parcel footprint geometry (TxGIO)",
212
+ },
213
+ {
214
+ atomDid: "ref:geometry:48209-156346-front-edge",
215
+ role: "reference-field",
216
+ citationLabel: "Front lot line (shape-tier provisional)",
217
+ },
218
+ ],
219
+ },
220
+ accessPolicy: PROPERTY_DEFAULT_ACCESS_POLICY,
221
+ sourceCitation: "Derived from zoning fact + setback rule + parcel geometry",
222
+ extractedAt: "2026-07-23T12:00:00.000Z",
223
+ atomTier: PROPERTY_ATOM_TIER,
224
+ readContract: createReasoningReadContract({
225
+ axes: createReasoningThreeAxisConfidence({
226
+ calibratedConfidence: PLACEHOLDER_CALIBRATED,
227
+ assertedConfidence: SAMPLE_ASSERTED,
228
+ consequence: {
229
+ kind: "not-applicable",
230
+ reason: "envelope-geometry-derivation-has-no-life-safety-stratum",
231
+ assertedAt: "2026-07-23T12:00:00.000Z",
232
+ },
233
+ }),
234
+ assembledAt: "2026-07-23T12:00:00.000Z",
235
+ }),
236
+ };
237
+ /** Negative — bare string citation instead of AtomInputRef (WDLL 3.5 fail). */
238
+ export const NEGATIVE_SETBACK_BARE_STRING_CITATION = {
239
+ entityType: "setback-rule",
240
+ atomDid: "sbrule_bad00000000000001",
241
+ parcelNodeId: "48209:156346",
242
+ reasoningChain: { reasoningKind: "observed" },
243
+ front: 25,
244
+ side: 5,
245
+ rear: 10,
246
+ sourceCodeAtomRef: "did:hauska:atom:code-section:ibc-2024-1003",
247
+ matchBasis: "exact",
248
+ accessPolicy: "public-free",
249
+ sourceCitation: "Invalid bare-string citation",
250
+ extractedAt: "2026-07-23T12:00:00.000Z",
251
+ atomTier: "data",
252
+ };
253
+ /** Negative — derived without inputAtomRefs. */
254
+ export const NEGATIVE_ENVELOPE_NO_INPUT_REFS = {
255
+ entityType: "buildable-envelope",
256
+ atomDid: "benvelope_bad0000000000001",
257
+ parcelNodeId: "48209:156346",
258
+ reasoningChain: {
259
+ reasoningKind: "derived",
260
+ derivationMethod: BUILDABLE_ENVELOPE_DERIVATION_METHOD,
261
+ inputAtomRefs: [],
262
+ },
263
+ accessPolicy: "public-free",
264
+ sourceCitation: "Missing inputs",
265
+ extractedAt: "2026-07-23T12:00:00.000Z",
266
+ atomTier: "data",
267
+ };
268
+ /** Negative — zoning with both district and absence. */
269
+ export const NEGATIVE_ZONING_DISTRICT_AND_ABSENCE = {
270
+ entityType: "zoning-fact",
271
+ atomDid: "zfact_bad00000000000001",
272
+ parcelNodeId: "48209:156346",
273
+ reasoningChain: { reasoningKind: "observed" },
274
+ district: "RS",
275
+ absence: { kind: "no-zoning-stamp", reason: "conflict" },
276
+ accessPolicy: "public-free",
277
+ sourceCitation: "Invalid both district and absence",
278
+ extractedAt: "2026-07-23T12:00:00.000Z",
279
+ atomTier: "data",
280
+ };
281
+ /** Negative — fallback matchBasis without honest-absence. */
282
+ export const NEGATIVE_SETBACK_FALLBACK_NO_ABSENCE = {
283
+ entityType: "setback-rule",
284
+ atomDid: "sbrule_bad00000000000002",
285
+ parcelNodeId: "48209:156346",
286
+ reasoningChain: { reasoningKind: "observed" },
287
+ front: 25,
288
+ side: 5,
289
+ rear: 10,
290
+ sourceCodeAtomRef: {
291
+ atomDid: "did:hauska:atom:code-section:default",
292
+ role: "rule",
293
+ },
294
+ matchBasis: "fallback",
295
+ accessPolicy: "public-free",
296
+ sourceCitation: "Fallback without absence",
297
+ extractedAt: "2026-07-23T12:00:00.000Z",
298
+ atomTier: "data",
299
+ };
300
+ /**
301
+ * Terrain-export derived atom for Bastrop CAD property 48021:27303.
302
+ * WDLL terrain-IFC + CAD amendment — shared triangulation, format-keyed artifacts.
303
+ */
304
+ export const BASTROP_TERRAIN_EXPORT_FIXTURE = {
305
+ entityType: "parcel-terrain-model",
306
+ atomDid: "pterrain_c0ffee0011223344",
307
+ parcelNodeId: "48021:27303",
308
+ reasoningChain: {
309
+ reasoningKind: "derived",
310
+ derivationMethod: PARCEL_TERRAIN_DERIVATION_METHOD,
311
+ inputAtomRefs: [
312
+ {
313
+ atomDid: "ref:topo:usgs-3dep:48021-27303",
314
+ role: "reference-field",
315
+ citationLabel: "usgs-3dep-dem",
316
+ },
317
+ {
318
+ atomDid: "ref:geometry:48021-27303-footprint",
319
+ role: "reference-field",
320
+ citationLabel: "parcel-geometry-ring",
321
+ },
322
+ ],
323
+ },
324
+ artifacts: {
325
+ glb: {
326
+ format: "glb",
327
+ ref: "bafyterrain-glb-48021-27303-example",
328
+ byteCount: 240000,
329
+ vertexCount: 19740,
330
+ triangleCount: 38920,
331
+ },
332
+ ifc: {
333
+ format: "ifc",
334
+ ref: "bafyterrain-ifc-48021-27303-example",
335
+ byteCount: 1589254,
336
+ vertexCount: 19740,
337
+ triangleCount: 38920,
338
+ ifcSchemaVersion: "IFC4",
339
+ geometryPrimitive: "IfcTriangulatedFaceSet",
340
+ },
341
+ "dxf-3dface": {
342
+ format: "dxf-3dface",
343
+ ref: "bafyterrain-dxf3dface-48021-27303-example",
344
+ byteCount: 900000,
345
+ vertexCount: 19740,
346
+ triangleCount: 38920,
347
+ },
348
+ "dxf-contour": {
349
+ format: "dxf-contour",
350
+ ref: "bafyterrain-dxfcontour-48021-27303-example",
351
+ byteCount: 120000,
352
+ contourIntervalMeters: 1,
353
+ contourPolylineCount: 42,
354
+ },
355
+ "landxml-tin": {
356
+ format: "landxml-tin",
357
+ ref: "deferred",
358
+ deferred: true,
359
+ deferredReason: "LandXML TIN emitter not yet shipped — honest defer per WDLL",
360
+ },
361
+ },
362
+ coverage: {
363
+ coverageFraction: 1,
364
+ nodataCount: 0,
365
+ totalCells: 19740,
366
+ resolutionMetersRequested: 10,
367
+ resolutionMetersActual: null,
368
+ touchesNodata: false,
369
+ },
370
+ confidence: createWidthedConfidence({
371
+ estimate: 0.85,
372
+ n: 0,
373
+ intervalWidth: 1,
374
+ provenance: "asserted",
375
+ }),
376
+ accessPolicy: TERRAIN_DEFAULT_ACCESS_POLICY,
377
+ sourceCitation: "USGS 3DEP",
378
+ extractedAt: "2026-07-23T12:00:00.000Z",
379
+ atomTier: PROPERTY_ATOM_TIER,
380
+ readContract: createReasoningReadContract({
381
+ axes: createReasoningThreeAxisConfidence({
382
+ calibratedConfidence: PLACEHOLDER_CALIBRATED,
383
+ assertedConfidence: createWidthedConfidence({
384
+ estimate: 0.85,
385
+ n: 0,
386
+ intervalWidth: 1,
387
+ provenance: "asserted",
388
+ }),
389
+ consequence: {
390
+ kind: "not-applicable",
391
+ reason: "terrain-export-has-no-life-safety-stratum",
392
+ assertedAt: "2026-07-23T12:00:00.000Z",
393
+ },
394
+ }),
395
+ assembledAt: "2026-07-23T12:00:00.000Z",
396
+ }),
397
+ };
398
+ /** Negative — missing DEM reference-field. */
399
+ export const NEGATIVE_TERRAIN_NO_DEM_REF = {
400
+ entityType: "parcel-terrain-model",
401
+ atomDid: "pterrain_bad0000000000001",
402
+ parcelNodeId: "48021:27303",
403
+ reasoningChain: {
404
+ reasoningKind: "derived",
405
+ derivationMethod: PARCEL_TERRAIN_DERIVATION_METHOD,
406
+ inputAtomRefs: [
407
+ {
408
+ atomDid: "ref:geometry:48021-27303-footprint",
409
+ role: "reference-field",
410
+ citationLabel: "parcel-geometry-ring",
411
+ },
412
+ ],
413
+ },
414
+ artifacts: {
415
+ glb: {
416
+ format: "glb",
417
+ ref: "bafy-example",
418
+ vertexCount: 1,
419
+ triangleCount: 1,
420
+ },
421
+ },
422
+ coverage: {
423
+ coverageFraction: 1,
424
+ nodataCount: 0,
425
+ totalCells: 1,
426
+ },
427
+ confidence: createWidthedConfidence({
428
+ estimate: 0.5,
429
+ n: 0,
430
+ intervalWidth: 1,
431
+ provenance: "asserted",
432
+ }),
433
+ accessPolicy: TERRAIN_DEFAULT_ACCESS_POLICY,
434
+ sourceCitation: "USGS 3DEP",
435
+ extractedAt: "2026-07-23T12:00:00.000Z",
436
+ atomTier: PROPERTY_ATOM_TIER,
437
+ };
438
+ //# sourceMappingURL=fixtures.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fixtures.js","sourceRoot":"","sources":["../../src/property/fixtures.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,24 @@
1
+ /**
2
+ * Property reasoning atom kinds — master WDLL 3.2–3.6.
3
+ *
4
+ * Import from `@empressaio/atom-contract/property`.
5
+ *
6
+ * Re-exports 1.8.0 primitives used by property emitters:
7
+ * ReasoningChain, AtomInputRef, PropertyConsequence, ReasoningReadContract,
8
+ * ActorRecord, ObligationAtomInstance.
9
+ */
10
+ export * from "./common.js";
11
+ export * from "./zoning-fact.js";
12
+ export * from "./setback-rule.js";
13
+ export * from "./buildable-envelope.js";
14
+ export * from "./parcel-terrain-model.js";
15
+ export * from "./fixtures.js";
16
+ export type { AtomInputRef, AtomInputRefRole, ReasoningChain, } from "../reasoning-chain.js";
17
+ export { ATOM_INPUT_REF_ROLES, ATOM_INPUT_REF_SCHEMA, REASONING_CHAIN_SCHEMA, createReasoningChain, validateReasoningChain, } from "../reasoning-chain.js";
18
+ export type { PropertyConsequence, PropertyRiskStratum, ReasoningThreeAxisConfidence, ReasoningReadContract, } from "../read-contract/reasoning-axes.js";
19
+ export { PROPERTY_CONSEQUENCE_SCHEMA, REASONING_READ_CONTRACT_SCHEMA, REASONING_THREE_AXIS_CONFIDENCE_SCHEMA, createPropertyConsequence, createReasoningReadContract, createReasoningThreeAxisConfidence, validateReasoningReadContract, } from "../read-contract/reasoning-axes.js";
20
+ export type { ActorRecordAtomInstance, ActorLicensingTerms, } from "../actor-record.js";
21
+ export { ACTOR_RECORD_SCHEMA, ICC_ACTOR_RECORD_FIXTURE } from "../actor-record.js";
22
+ export type { ObligationAtomInstance, ObligationType, } from "../obligation.js";
23
+ export { OBLIGATION_SCHEMA, LICENSE_OBLIGATION_TYPES } from "../obligation.js";
24
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/property/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,yBAAyB,CAAC;AACxC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,eAAe,CAAC;AAE9B,YAAY,EACV,YAAY,EACZ,gBAAgB,EAChB,cAAc,GACf,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EACL,oBAAoB,EACpB,qBAAqB,EACrB,sBAAsB,EACtB,oBAAoB,EACpB,sBAAsB,GACvB,MAAM,uBAAuB,CAAC;AAE/B,YAAY,EACV,mBAAmB,EACnB,mBAAmB,EACnB,4BAA4B,EAC5B,qBAAqB,GACtB,MAAM,oCAAoC,CAAC;AAC5C,OAAO,EACL,2BAA2B,EAC3B,8BAA8B,EAC9B,sCAAsC,EACtC,yBAAyB,EACzB,2BAA2B,EAC3B,kCAAkC,EAClC,6BAA6B,GAC9B,MAAM,oCAAoC,CAAC;AAE5C,YAAY,EACV,uBAAuB,EACvB,mBAAmB,GACpB,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EAAE,mBAAmB,EAAE,wBAAwB,EAAE,MAAM,oBAAoB,CAAC;AAEnF,YAAY,EACV,sBAAsB,EACtB,cAAc,GACf,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAAE,iBAAiB,EAAE,wBAAwB,EAAE,MAAM,kBAAkB,CAAC"}
@@ -0,0 +1,20 @@
1
+ /**
2
+ * Property reasoning atom kinds — master WDLL 3.2–3.6.
3
+ *
4
+ * Import from `@empressaio/atom-contract/property`.
5
+ *
6
+ * Re-exports 1.8.0 primitives used by property emitters:
7
+ * ReasoningChain, AtomInputRef, PropertyConsequence, ReasoningReadContract,
8
+ * ActorRecord, ObligationAtomInstance.
9
+ */
10
+ export * from "./common.js";
11
+ export * from "./zoning-fact.js";
12
+ export * from "./setback-rule.js";
13
+ export * from "./buildable-envelope.js";
14
+ export * from "./parcel-terrain-model.js";
15
+ export * from "./fixtures.js";
16
+ export { ATOM_INPUT_REF_ROLES, ATOM_INPUT_REF_SCHEMA, REASONING_CHAIN_SCHEMA, createReasoningChain, validateReasoningChain, } from "../reasoning-chain.js";
17
+ export { PROPERTY_CONSEQUENCE_SCHEMA, REASONING_READ_CONTRACT_SCHEMA, REASONING_THREE_AXIS_CONFIDENCE_SCHEMA, createPropertyConsequence, createReasoningReadContract, createReasoningThreeAxisConfidence, validateReasoningReadContract, } from "../read-contract/reasoning-axes.js";
18
+ export { ACTOR_RECORD_SCHEMA, ICC_ACTOR_RECORD_FIXTURE } from "../actor-record.js";
19
+ export { OBLIGATION_SCHEMA, LICENSE_OBLIGATION_TYPES } from "../obligation.js";
20
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/property/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,yBAAyB,CAAC;AACxC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,eAAe,CAAC;AAO9B,OAAO,EACL,oBAAoB,EACpB,qBAAqB,EACrB,sBAAsB,EACtB,oBAAoB,EACpB,sBAAsB,GACvB,MAAM,uBAAuB,CAAC;AAQ/B,OAAO,EACL,2BAA2B,EAC3B,8BAA8B,EAC9B,sCAAsC,EACtC,yBAAyB,EACzB,2BAA2B,EAC3B,kCAAkC,EAClC,6BAA6B,GAC9B,MAAM,oCAAoC,CAAC;AAM5C,OAAO,EAAE,mBAAmB,EAAE,wBAAwB,EAAE,MAAM,oBAAoB,CAAC;AAMnF,OAAO,EAAE,iBAAiB,EAAE,wBAAwB,EAAE,MAAM,kBAAkB,CAAC"}