@empressaio/atom-contract 1.33.0 → 1.34.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,50 @@
2
2
 
3
3
  All notable changes to `@empressaio/atom-contract` (formerly `@hauska/atom-contract`) are documented here.
4
4
 
5
+ ## [1.34.0] - 2026-09-13
6
+
7
+ Additive minor — P-167 wave 5 (OPS-23 R-4/R-6). `no-zoning-stamp` (a
8
+ `refusal.declineReason` / `zoningFact.absence.kind` sub-reason the
9
+ `declined-in-bake` entry's own meaning named as an example since P-167
10
+ step 2, without ever getting a row of its own) gains a real VOCABULARY
11
+ entry and an `envelopeHuman` mapping. Every consumer that already calls
12
+ `envelopeHuman` generically for an overlay's `reasonDisplayText` (the
13
+ MCP's `tool-honesty.ts`) picks up the humanized sentence the moment its
14
+ own dependency resolves to `>=1.34.0` — no code change needed there.
15
+ `displayText` and the new optional `pdfLabel` field are the SAME string
16
+ on purpose (cross-surface byte parity), reusing hauska-engine's own
17
+ `emit-zoning-fact.ts` honest-absence sentence for the common case rather
18
+ than inventing new copy.
19
+
20
+ ### Added
21
+
22
+ - `VocabularyEntry.pdfLabel?: string` — optional PDF-surface string,
23
+ present only where a token's PDF wording needs recording separately
24
+ from `displayText` (this release's `no-zoning-stamp` sets both to the
25
+ same value deliberately).
26
+ - `VOCABULARY` entry for `no-zoning-stamp`; `envelopeHuman("no-zoning-stamp")`
27
+ now returns the humanized sentence instead of passing the raw code
28
+ through unchanged. `DOCUMENTED_VOCABULARY_COUNT` 35 -> 36.
29
+
30
+ ## [1.33.1] - 2026-09-12
31
+
32
+ Patch — test-coverage gap found while preparing hauska-map for the P-167
33
+ consumer cutover. hauska-map's own `buildable-display-vocab.test.ts`
34
+ (current origin/main, post P-153) carries two tests this package's moved
35
+ copy did not yet have: the `modelled-figure-withheld` positive case
36
+ (with a falsifier asserting no digit appears in either customer string)
37
+ and its negative control (`atom_path_pending` with no geometry still
38
+ falls to the `loading` shell, unchanged). 1.33.0 folded the *source*
39
+ token correctly but missed folding this *test* coverage — a DEV_PROCESS
40
+ violation (a class subtracted, not carried) caught before any consumer
41
+ deleted their own copy of these tests. Folded verbatim from hauska-map
42
+ origin/main; `buildable.test.ts` now diffs against hauska-map's current
43
+ file as exactly the header comment, nothing else.
44
+
45
+ ### Fixed
46
+
47
+ - `buildable.test.ts` gains the two R-2 tests. 366/366 package tests pass.
48
+
5
49
  ## [1.33.0] - 2026-09-12
6
50
 
7
51
  Additive minor — P-167 step 2 (OPS-23 R-6). Folds P-153's one new token
@@ -39,8 +39,18 @@ export declare const NOT_IMPLEMENTED_PREFIX = "Not implemented";
39
39
  /** mcp-app.ts:3023. */
40
40
  export declare const OPEN_DID_NOT_REACH_ME = "Open did not reach me";
41
41
  /**
42
- * mcp-app.ts:448-451. Maps exactly one token, `atom_path_pending`, to its
43
- * display sentence; every other reason passes through unchanged.
42
+ * mcp-app.ts:448-451. Maps `atom_path_pending` to its display sentence;
43
+ * every other reason passes through unchanged EXCEPT `no-zoning-stamp`
44
+ * (P-167 wave 5, OPS-23), added because it was the one refusal.declineReason
45
+ * this table's own `declined-in-bake` entry named as an example sub-reason
46
+ * (see VOCABULARY below) while carrying no display text of its own — every
47
+ * consumer of this function (the MCP's tool-honesty.ts `reasonDisplayText`
48
+ * included) printed the bare code verbatim. The sentence below is not new
49
+ * copy: it is hauska-engine's own
50
+ * `packages/engine-core/src/property-reasoning/emit-zoning-fact.ts` honest-
51
+ * absence sentence for the common (no-district) case, reused verbatim so
52
+ * this function's output matches what the zoning-fact atom itself already
53
+ * says rather than inventing a fourth wording.
44
54
  */
45
55
  export declare function envelopeHuman(reason: string | undefined): string | undefined;
46
56
  /**
@@ -65,6 +75,17 @@ export type VocabularyEntry = {
65
75
  token: string;
66
76
  /** The exact string a lay reader gets. Sourced from the panel's own copy where one exists. */
67
77
  displayText: string;
78
+ /**
79
+ * The site-plan PDF's own string for this token, when it differs from a
80
+ * plain re-typing of `displayText` (P-167 wave 5). Most entries have no
81
+ * separate PDF surface and omit this; where one is present it is required
82
+ * to be byte-identical to `displayText` for tokens whose customer contract
83
+ * is cross-surface parity (R-4) — kept as its own field, not folded into
84
+ * displayText, so a future entry that legitimately needs two different
85
+ * wordings has somewhere honest to put that fact instead of a silent
86
+ * retype at the call site.
87
+ */
88
+ pdfLabel?: string;
68
89
  /** One line: what the token means, and where it matters, what it does not claim. */
69
90
  meaning: string;
70
91
  };
@@ -101,9 +122,9 @@ export declare const DERIVED_FIGURES_POLICY: {
101
122
  * table's own comment did (it said "19 entries" while the table had grown
102
123
  * to 34; see `_inbox/2026-09-11_ops23_wave1_verify_p167.md` finding 4).
103
124
  */
104
- export declare const DOCUMENTED_VOCABULARY_COUNT = 35;
125
+ export declare const DOCUMENTED_VOCABULARY_COUNT = 36;
105
126
  /**
106
- * V1. 35 entries (`DOCUMENTED_VOCABULARY_COUNT`, enforced by a counting
127
+ * V1. 36 entries (`DOCUMENTED_VOCABULARY_COUNT`, enforced by a counting
107
128
  * test): the disposition enum, the panel-only paint additions
108
129
  * (absent-verified, unknown), the two Open failure sentences (kept
109
130
  * distinct, checked by tests), citationsDegraded, confidence "seed", frame
@@ -113,9 +134,12 @@ export declare const DOCUMENTED_VOCABULARY_COUNT = 35;
113
134
  * parcel_not_found, baked_snapshot_not_found, parcel_batch_cap,
114
135
  * depth_not_implemented), the P-91 v3 Q1 near/street refusal codes, the
115
136
  * P-106 find_parcels refusal codes, the P-107 out_of_coverage miss class,
116
- * and the P-153 modelled-figure-withheld draw-overlay basis (folded in at
117
- * P-167 step 2). Every token here is grepped out of the source, not
118
- * invented; see the P-91 v3 handback for the grep trail.
137
+ * the P-153 modelled-figure-withheld draw-overlay basis (folded in at
138
+ * P-167 step 2), and the P-167 wave 5 no-zoning-stamp declineReason (the
139
+ * `declined-in-bake` entry below named it as an example sub-reason since
140
+ * P-167 step 2 without ever giving it its own row). Every token here is
141
+ * grepped out of the source, not invented; see the P-91 v3 handback for the
142
+ * grep trail.
119
143
  */
120
144
  export declare const VOCABULARY: readonly VocabularyEntry[];
121
145
  export {};
@@ -1 +1 @@
1
- {"version":3,"file":"wire.d.ts","sourceRoot":"","sources":["../../src/display/wire.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;GAiBG;AAEH;;;;;;;;;;GAUG;AACH,KAAK,eAAe,GAAG,SAAS,GAAG,iBAAiB,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAC;AAExF,sBAAsB;AACtB,eAAO,MAAM,kBAAkB,mBAAmB,CAAC;AACnD,sBAAsB;AACtB,eAAO,MAAM,wBAAwB,8BAA8B,CAAC;AACpE,sBAAsB;AACtB,eAAO,MAAM,eAAe,gCAAgC,CAAC;AAC7D,sBAAsB;AACtB,eAAO,MAAM,sBAAsB,oBAAoB,CAAC;AACxD,uBAAuB;AACvB,eAAO,MAAM,qBAAqB,0BAA0B,CAAC;AAE7D;;;GAGG;AACH,wBAAgB,aAAa,CAAC,MAAM,EAAE,MAAM,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,CAG5E;AAED;;;;;;;;;GASG;AACH,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,MAAM,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,CAKhF;AAED,6GAA6G;AAC7G,eAAO,MAAM,UAAU,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAS7C,CAAC;AAEF,6HAA6H;AAC7H,eAAO,MAAM,iBAAiB,sBAAsB,CAAC;AAErD,wEAAwE;AACxE,eAAO,MAAM,WAAW,EAAE,MAAM,CAAC,eAAe,EAAE,MAAM,CAMvD,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG;IAC5B,oEAAoE;IACpE,KAAK,EAAE,MAAM,CAAC;IACd,8FAA8F;IAC9F,WAAW,EAAE,MAAM,CAAC;IACpB,oFAAoF;IACpF,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,6BAA6B,EAAE,MAAM,CAChD,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,QAAQ,GAAG,SAAS,GAAG,iBAAiB,EAC3E,MAAM,CAQP,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,sBAAsB;;;CAUzB,CAAC;AAgCX;;;;;GAKG;AACH,eAAO,MAAM,2BAA2B,KAAK,CAAC;AAE9C;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,UAAU,EAAE,SAAS,eAAe,EA8PvC,CAAC"}
1
+ {"version":3,"file":"wire.d.ts","sourceRoot":"","sources":["../../src/display/wire.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;GAiBG;AAEH;;;;;;;;;;GAUG;AACH,KAAK,eAAe,GAAG,SAAS,GAAG,iBAAiB,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAC;AAExF,sBAAsB;AACtB,eAAO,MAAM,kBAAkB,mBAAmB,CAAC;AACnD,sBAAsB;AACtB,eAAO,MAAM,wBAAwB,8BAA8B,CAAC;AACpE,sBAAsB;AACtB,eAAO,MAAM,eAAe,gCAAgC,CAAC;AAC7D,sBAAsB;AACtB,eAAO,MAAM,sBAAsB,oBAAoB,CAAC;AACxD,uBAAuB;AACvB,eAAO,MAAM,qBAAqB,0BAA0B,CAAC;AAE7D;;;;;;;;;;;;;GAaG;AACH,wBAAgB,aAAa,CAAC,MAAM,EAAE,MAAM,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,CAM5E;AAED;;;;;;;;;GASG;AACH,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,MAAM,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,CAKhF;AAED,6GAA6G;AAC7G,eAAO,MAAM,UAAU,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAS7C,CAAC;AAEF,6HAA6H;AAC7H,eAAO,MAAM,iBAAiB,sBAAsB,CAAC;AAErD,wEAAwE;AACxE,eAAO,MAAM,WAAW,EAAE,MAAM,CAAC,eAAe,EAAE,MAAM,CAMvD,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG;IAC5B,oEAAoE;IACpE,KAAK,EAAE,MAAM,CAAC;IACd,8FAA8F;IAC9F,WAAW,EAAE,MAAM,CAAC;IACpB;;;;;;;;;OASG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,oFAAoF;IACpF,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,6BAA6B,EAAE,MAAM,CAChD,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,QAAQ,GAAG,SAAS,GAAG,iBAAiB,EAC3E,MAAM,CAQP,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,sBAAsB;;;CAUzB,CAAC;AA2CX;;;;;GAKG;AACH,eAAO,MAAM,2BAA2B,KAAK,CAAC;AAE9C;;;;;;;;;;;;;;;;;GAiBG;AACH,eAAO,MAAM,UAAU,EAAE,SAAS,eAAe,EAiRvC,CAAC"}
@@ -27,12 +27,25 @@ export const NOT_IMPLEMENTED_PREFIX = "Not implemented";
27
27
  /** mcp-app.ts:3023. */
28
28
  export const OPEN_DID_NOT_REACH_ME = "Open did not reach me";
29
29
  /**
30
- * mcp-app.ts:448-451. Maps exactly one token, `atom_path_pending`, to its
31
- * display sentence; every other reason passes through unchanged.
30
+ * mcp-app.ts:448-451. Maps `atom_path_pending` to its display sentence;
31
+ * every other reason passes through unchanged EXCEPT `no-zoning-stamp`
32
+ * (P-167 wave 5, OPS-23), added because it was the one refusal.declineReason
33
+ * this table's own `declined-in-bake` entry named as an example sub-reason
34
+ * (see VOCABULARY below) while carrying no display text of its own — every
35
+ * consumer of this function (the MCP's tool-honesty.ts `reasonDisplayText`
36
+ * included) printed the bare code verbatim. The sentence below is not new
37
+ * copy: it is hauska-engine's own
38
+ * `packages/engine-core/src/property-reasoning/emit-zoning-fact.ts` honest-
39
+ * absence sentence for the common (no-district) case, reused verbatim so
40
+ * this function's output matches what the zoning-fact atom itself already
41
+ * says rather than inventing a fourth wording.
32
42
  */
33
43
  export function envelopeHuman(reason) {
34
44
  if (reason === "atom_path_pending")
35
45
  return "Withheld, setbacks unruled";
46
+ if (reason === "no-zoning-stamp") {
47
+ return "No zoning district observed for parcel — honest absence, no fallback district invented.";
48
+ }
36
49
  return reason;
37
50
  }
38
51
  /**
@@ -125,6 +138,13 @@ function requireString(value, what) {
125
138
  * raw token as its own "display text".
126
139
  */
127
140
  const ATOM_PATH_PENDING_DISPLAY_TEXT = requireString(envelopeHuman("atom_path_pending"), 'envelopeHuman("atom_path_pending")');
141
+ /**
142
+ * P-167 wave 5. Same requireString-at-load-time posture as
143
+ * ATOM_PATH_PENDING_DISPLAY_TEXT: if envelopeHuman's no-zoning-stamp mapping
144
+ * is ever removed, this throws at module load instead of every consumer
145
+ * silently falling back to the raw code again.
146
+ */
147
+ const NO_ZONING_STAMP_DISPLAY_TEXT = requireString(envelopeHuman("no-zoning-stamp"), 'envelopeHuman("no-zoning-stamp")');
128
148
  /**
129
149
  * P-153 (Ruling B reversed for the polygon only), folded in at P-167 step 2.
130
150
  * A draw overlay's `basis`, not `reason` — this token names a `state:
@@ -139,9 +159,9 @@ const MODELLED_FIGURE_WITHHELD_DISPLAY_TEXT = requireString(envelopeBasisHuman("
139
159
  * table's own comment did (it said "19 entries" while the table had grown
140
160
  * to 34; see `_inbox/2026-09-11_ops23_wave1_verify_p167.md` finding 4).
141
161
  */
142
- export const DOCUMENTED_VOCABULARY_COUNT = 35;
162
+ export const DOCUMENTED_VOCABULARY_COUNT = 36;
143
163
  /**
144
- * V1. 35 entries (`DOCUMENTED_VOCABULARY_COUNT`, enforced by a counting
164
+ * V1. 36 entries (`DOCUMENTED_VOCABULARY_COUNT`, enforced by a counting
145
165
  * test): the disposition enum, the panel-only paint additions
146
166
  * (absent-verified, unknown), the two Open failure sentences (kept
147
167
  * distinct, checked by tests), citationsDegraded, confidence "seed", frame
@@ -151,9 +171,12 @@ export const DOCUMENTED_VOCABULARY_COUNT = 35;
151
171
  * parcel_not_found, baked_snapshot_not_found, parcel_batch_cap,
152
172
  * depth_not_implemented), the P-91 v3 Q1 near/street refusal codes, the
153
173
  * P-106 find_parcels refusal codes, the P-107 out_of_coverage miss class,
154
- * and the P-153 modelled-figure-withheld draw-overlay basis (folded in at
155
- * P-167 step 2). Every token here is grepped out of the source, not
156
- * invented; see the P-91 v3 handback for the grep trail.
174
+ * the P-153 modelled-figure-withheld draw-overlay basis (folded in at
175
+ * P-167 step 2), and the P-167 wave 5 no-zoning-stamp declineReason (the
176
+ * `declined-in-bake` entry below named it as an example sub-reason since
177
+ * P-167 step 2 without ever giving it its own row). Every token here is
178
+ * grepped out of the source, not invented; see the P-91 v3 handback for the
179
+ * grep trail.
157
180
  */
158
181
  export const VOCABULARY = [
159
182
  {
@@ -211,6 +234,24 @@ export const VOCABULARY = [
211
234
  displayText: ATOM_PATH_PENDING_DISPLAY_TEXT,
212
235
  meaning: "Setbacks and the buildable envelope have not been ruled or baked for this jurisdiction yet; no distance or polygon exists to report.",
213
236
  },
237
+ /**
238
+ * P-167 wave 5 (OPS-23). `refusal.declineReason` / `zoningFact.absence.kind`
239
+ * sub-reason: no zoning district was observed for the parcel and none was
240
+ * invented. Previously unhumanized: the `declined-in-bake` entry's own
241
+ * meaning below named this exact string as an example sub-reason while no
242
+ * row for it existed, so every consumer (MCP overlay reasonDisplayText,
243
+ * hauska-engine's PDF zoning row) printed the bare code. displayText and
244
+ * pdfLabel are the SAME string on purpose (R-4: this disposition's PDF
245
+ * text must be byte-identical to what a caller reads elsewhere), reusing
246
+ * hauska-engine's own emit-zoning-fact.ts honest-absence sentence for the
247
+ * common case rather than inventing a fifth wording.
248
+ */
249
+ {
250
+ token: "no-zoning-stamp",
251
+ displayText: NO_ZONING_STAMP_DISPLAY_TEXT,
252
+ pdfLabel: NO_ZONING_STAMP_DISPLAY_TEXT,
253
+ meaning: "zoningFact.absence.kind / envelope refusal.declineReason: no zoning district was observed for this parcel in the source that was checked, and no fallback district (e.g. a county-wide default) was stamped in its place. Distinct from atom_path_pending: this is a checked-and-absent finding, not an unruled/unbaked jurisdiction.",
254
+ },
214
255
  /**
215
256
  * P-153 (Ruling B reversed for the polygon only), folded in at P-167 step
216
257
  * 2. A draw overlay's `basis`, not `reason` — this token names a `state:
@@ -1 +1 @@
1
- {"version":3,"file":"wire.js","sourceRoot":"","sources":["../../src/display/wire.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"wire.js","sourceRoot":"","sources":["../../src/display/wire.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@empressaio/atom-contract",
3
- "version": "1.33.0",
3
+ "version": "1.34.0",
4
4
  "description": "The typed-data substrate every Empressa atom satisfies: identity, context interface, composition declaration, and history anchoring. Peer to the Hauska SDK (`@hauska-sdk/*`); consumed directly by every product surface and MCP server.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",