@lucern/contracts 1.0.30 → 1.0.31
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 +4 -0
- package/dist/assembly-acceptance-gate.contract.d.ts +1234 -1234
- package/dist/assembly-instrumentation.contract.d.ts +413 -413
- package/dist/belongs-to-membership-model.contract.d.ts +45 -45
- package/dist/campaign-context-compiler.contract.d.ts +87 -87
- package/dist/canonical-edge-public-noun-lock.contract.d.ts +106 -106
- package/dist/concept-maturity-rubric.contract.d.ts +131 -131
- package/dist/docs-canon-reconciliation-loop.contract.d.ts +37 -37
- package/dist/{edge-policy-manifest-Bg3B5G0u.d.ts → edge-policy-manifest-C38kuf7v.d.ts} +26 -26
- package/dist/evidence-question-forecast-maturity.contract.d.ts +76 -76
- package/dist/evidence-taxonomy-target-scope.contract.d.ts +61 -61
- package/dist/final-substrate-source-ledger.contract.d.ts +149 -149
- package/dist/function-registry/helpers.d.ts +1 -1
- package/dist/function-registry/index.d.ts +11 -11
- package/dist/generated/state-vector-transition-table.d.ts +1 -1
- package/dist/golden-reasoning-eval-harness.contract.d.ts +2178 -2178
- package/dist/graph-traversal-canon.contract.d.ts +121 -121
- package/dist/graph-traversal-invariant-guardrails.contract.d.ts +68 -68
- package/dist/graph-v2-write-policy-constitution.contract.d.ts +219 -219
- package/dist/heartbeat-property-validation.contract.d.ts +86 -86
- package/dist/index.d.ts +2 -2
- package/dist/manifest-projection-generation.contract.d.ts +34 -34
- package/dist/manifests/check-manifest.d.ts +12 -12
- package/dist/manifests/edge-policy-manifest.d.ts +1 -1
- package/dist/manifests/edge-policy-manifest.data.d.ts +3 -3
- package/dist/manifests/invariant-manifest.d.ts +6 -6
- package/dist/observability-audit-store-migration.contract.d.ts +110 -110
- package/dist/parsimony-diagnostic.contract.d.ts +328 -328
- package/dist/post-substrate-surface-lock.contract.d.ts +48 -48
- package/dist/post-substrate-surface-upgrade.contract.d.ts +82 -82
- package/dist/pre-rebuild-closeout-gate.contract.d.ts +153 -153
- package/dist/primitive-epistemic-state-constitution.contract.d.ts +34 -34
- package/dist/primitive-epistemic-state-constitution.data.d.ts +1 -1
- package/dist/primitive-maturity-matrix.contract.d.ts +100 -100
- package/dist/prior-art-vocabulary-firewall.contract.d.ts +19 -19
- package/dist/projections/create-evidence.projection.d.ts +36 -36
- package/dist/projections/index.d.ts +7 -7
- package/dist/projections/list-beliefs.projection.d.ts +3 -3
- package/dist/proof-attestation.json +1 -1
- package/dist/propagation-v2-contract.contract.d.ts +74 -74
- package/dist/published-belief-artifact.contract.d.ts +325 -325
- package/dist/reset-authorization-package.contract.d.ts +84 -84
- package/dist/retrieval-search-discovery-receipt.contract.d.ts +288 -288
- package/dist/schema-change-belief.contract.d.ts +179 -179
- package/dist/schemas/component-table-manifest.d.ts +8 -8
- package/dist/schemas/manifest.d.ts +580 -580
- package/dist/schemas/tables/kernel/epistemic.d.ts +2 -2
- package/dist/schemas/tables/kernel/intelligence.d.ts +16 -16
- package/dist/schemas/tables/kernel/lens.d.ts +10 -10
- package/dist/schemas/tables/kernel/platform.d.ts +14 -14
- package/dist/schemas/tables/kernel/task.d.ts +26 -26
- package/dist/schemas/tables/kernel/worktree.d.ts +18 -18
- package/dist/schemas/tables/mc/identity.d.ts +2 -2
- package/dist/schemas/tables/mc/methodology.d.ts +2 -2
- package/dist/schemas/tables/mc/pack.d.ts +24 -24
- package/dist/schemas/tables/mc/runtime.d.ts +2 -2
- package/dist/slice-serialization.contract.d.ts +1325 -1325
- package/dist/source-material-adoption-ledger.contract.d.ts +250 -250
- package/dist/source-material-total-partition.contract.d.ts +254 -254
- package/dist/state-vector-manifest.contract.d.ts +83 -83
- package/dist/state-vector-manifest.data.contract.d.ts +1 -1
- package/dist/state-vector-runtime.contract.d.ts +28 -28
- package/dist/substrate-envelope.contract.d.ts +117 -117
- package/dist/substrate-lifecycle-lineage.contract.d.ts +30 -30
- package/dist/substrate-migration-cutover-ledger.contract.d.ts +13 -13
- package/dist/substrate-neo4j-projection.contract.d.ts +179 -179
- package/dist/transition-receipt.contract.d.ts +543 -543
- package/dist/traversal-mode-constitution.contract.d.ts +123 -123
- package/dist/typed-gate-registry.contract.d.ts +61 -61
- package/dist/typed-need.contract.d.ts +248 -248
- package/dist/{unified-state-matrix.contract-BJDYNhnf.d.ts → unified-state-matrix.contract-BTxqLggA.d.ts} +96 -96
- package/dist/unified-state-matrix.contract.d.ts +1 -1
- package/dist/unified-state-matrix.data.contract.d.ts +1 -1
- package/dist/workspace-data-sovereignty.contract.d.ts +114 -114
- package/dist/worktree-belief-adoption.contract.d.ts +91 -91
- package/dist/worktree-delta-ledger.contract.d.ts +124 -124
- package/dist/worktree-graph-branch-maturity.contract.d.ts +63 -63
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SourceCitationInput, MachineInput, LegacyCompatibilityAliasInput, PrimitiveEpistemicStateRequirement } from './primitive-epistemic-state-constitution.data.js';
|
|
2
2
|
import { z } from 'zod';
|
|
3
|
-
import { o as UnifiedStatePrimitive } from './unified-state-matrix.contract-
|
|
3
|
+
import { o as UnifiedStatePrimitive } from './unified-state-matrix.contract-BTxqLggA.js';
|
|
4
4
|
|
|
5
5
|
declare const PRIMITIVE_EPISTEMIC_STATE_CONSTITUTION_CONTRACT_VERSION: "c2_lc_primitive_epistemic_state_constitution.v1";
|
|
6
6
|
declare const PRIMITIVE_EPISTEMIC_STATE_CONSTITUTION_WORKTREE: "C2-LC.3";
|
|
@@ -17,13 +17,13 @@ declare const PrimitiveEpistemicStateConstitutionSchema: z.ZodEffects<z.ZodObjec
|
|
|
17
17
|
path: z.ZodString;
|
|
18
18
|
anchors: z.ZodArray<z.ZodString, "many">;
|
|
19
19
|
}, "strip", z.ZodTypeAny, {
|
|
20
|
-
role: "current_authority" | "current_implementation_status" | "compatibility_lineage";
|
|
21
20
|
path: string;
|
|
21
|
+
role: "current_authority" | "current_implementation_status" | "compatibility_lineage";
|
|
22
22
|
anchors: string[];
|
|
23
23
|
citationId: string;
|
|
24
24
|
}, {
|
|
25
|
-
role: "current_authority" | "current_implementation_status" | "compatibility_lineage";
|
|
26
25
|
path: string;
|
|
26
|
+
role: "current_authority" | "current_implementation_status" | "compatibility_lineage";
|
|
27
27
|
anchors: string[];
|
|
28
28
|
citationId: string;
|
|
29
29
|
}>, "many">;
|
|
@@ -63,7 +63,7 @@ declare const PrimitiveEpistemicStateConstitutionSchema: z.ZodEffects<z.ZodObjec
|
|
|
63
63
|
}>, "many">>;
|
|
64
64
|
graphRepresentation: z.ZodString;
|
|
65
65
|
}, "strip", z.ZodTypeAny, {
|
|
66
|
-
primitive: "
|
|
66
|
+
primitive: "topic" | "belief" | "question" | "evidence" | "worktree" | "agent_run" | "source" | "edge" | "task" | "output" | "source_span" | "decision" | "policy_resource" | "contradiction" | "adoption" | "action_gate";
|
|
67
67
|
states: string[];
|
|
68
68
|
transitions: {
|
|
69
69
|
reason: string;
|
|
@@ -80,7 +80,7 @@ declare const PrimitiveEpistemicStateConstitutionSchema: z.ZodEffects<z.ZodObjec
|
|
|
80
80
|
terminalStates: string[];
|
|
81
81
|
graphRepresentation: string;
|
|
82
82
|
}, {
|
|
83
|
-
primitive: "
|
|
83
|
+
primitive: "topic" | "belief" | "question" | "evidence" | "worktree" | "agent_run" | "source" | "edge" | "task" | "output" | "source_span" | "decision" | "policy_resource" | "contradiction" | "adoption" | "action_gate";
|
|
84
84
|
states: string[];
|
|
85
85
|
transitions: {
|
|
86
86
|
reason: string;
|
|
@@ -97,7 +97,7 @@ declare const PrimitiveEpistemicStateConstitutionSchema: z.ZodEffects<z.ZodObjec
|
|
|
97
97
|
}[] | undefined;
|
|
98
98
|
terminalStates?: string[] | undefined;
|
|
99
99
|
}>, {
|
|
100
|
-
primitive: "
|
|
100
|
+
primitive: "topic" | "belief" | "question" | "evidence" | "worktree" | "agent_run" | "source" | "edge" | "task" | "output" | "source_span" | "decision" | "policy_resource" | "contradiction" | "adoption" | "action_gate";
|
|
101
101
|
states: string[];
|
|
102
102
|
transitions: {
|
|
103
103
|
reason: string;
|
|
@@ -114,7 +114,7 @@ declare const PrimitiveEpistemicStateConstitutionSchema: z.ZodEffects<z.ZodObjec
|
|
|
114
114
|
terminalStates: string[];
|
|
115
115
|
graphRepresentation: string;
|
|
116
116
|
}, {
|
|
117
|
-
primitive: "
|
|
117
|
+
primitive: "topic" | "belief" | "question" | "evidence" | "worktree" | "agent_run" | "source" | "edge" | "task" | "output" | "source_span" | "decision" | "policy_resource" | "contradiction" | "adoption" | "action_gate";
|
|
118
118
|
states: string[];
|
|
119
119
|
transitions: {
|
|
120
120
|
reason: string;
|
|
@@ -139,14 +139,14 @@ declare const PrimitiveEpistemicStateConstitutionSchema: z.ZodEffects<z.ZodObjec
|
|
|
139
139
|
requiredProjectionField: z.ZodString;
|
|
140
140
|
migrationRule: z.ZodString;
|
|
141
141
|
}, "strip", z.ZodTypeAny, {
|
|
142
|
-
primitive: "
|
|
142
|
+
primitive: "topic" | "belief" | "question" | "evidence" | "worktree" | "agent_run" | "source" | "edge" | "task" | "output" | "source_span" | "decision" | "policy_resource" | "contradiction" | "adoption" | "action_gate";
|
|
143
143
|
field: string;
|
|
144
144
|
legacyValues: string[];
|
|
145
145
|
constitutionState: string;
|
|
146
146
|
requiredProjectionField: string;
|
|
147
147
|
migrationRule: string;
|
|
148
148
|
}, {
|
|
149
|
-
primitive: "
|
|
149
|
+
primitive: "topic" | "belief" | "question" | "evidence" | "worktree" | "agent_run" | "source" | "edge" | "task" | "output" | "source_span" | "decision" | "policy_resource" | "contradiction" | "adoption" | "action_gate";
|
|
150
150
|
field: string;
|
|
151
151
|
legacyValues: string[];
|
|
152
152
|
constitutionState: string;
|
|
@@ -156,17 +156,17 @@ declare const PrimitiveEpistemicStateConstitutionSchema: z.ZodEffects<z.ZodObjec
|
|
|
156
156
|
globalRules: z.ZodArray<z.ZodString, "many">;
|
|
157
157
|
}, "strip", z.ZodTypeAny, {
|
|
158
158
|
worktree: "C2-LC.3";
|
|
159
|
-
lane: "c2-lc-state-vectors";
|
|
160
159
|
contractVersion: "c2_lc_primitive_epistemic_state_constitution.v1";
|
|
160
|
+
lane: "c2-lc-state-vectors";
|
|
161
|
+
compositionKey: "primitive_epistemic_state_constitution_v1";
|
|
161
162
|
sourceCitations: {
|
|
162
|
-
role: "current_authority" | "current_implementation_status" | "compatibility_lineage";
|
|
163
163
|
path: string;
|
|
164
|
+
role: "current_authority" | "current_implementation_status" | "compatibility_lineage";
|
|
164
165
|
anchors: string[];
|
|
165
166
|
citationId: string;
|
|
166
167
|
}[];
|
|
167
|
-
compositionKey: "primitive_epistemic_state_constitution_v1";
|
|
168
168
|
stateMachines: {
|
|
169
|
-
primitive: "
|
|
169
|
+
primitive: "topic" | "belief" | "question" | "evidence" | "worktree" | "agent_run" | "source" | "edge" | "task" | "output" | "source_span" | "decision" | "policy_resource" | "contradiction" | "adoption" | "action_gate";
|
|
170
170
|
states: string[];
|
|
171
171
|
transitions: {
|
|
172
172
|
reason: string;
|
|
@@ -184,7 +184,7 @@ declare const PrimitiveEpistemicStateConstitutionSchema: z.ZodEffects<z.ZodObjec
|
|
|
184
184
|
graphRepresentation: string;
|
|
185
185
|
}[];
|
|
186
186
|
legacyCompatibilityAliases: {
|
|
187
|
-
primitive: "
|
|
187
|
+
primitive: "topic" | "belief" | "question" | "evidence" | "worktree" | "agent_run" | "source" | "edge" | "task" | "output" | "source_span" | "decision" | "policy_resource" | "contradiction" | "adoption" | "action_gate";
|
|
188
188
|
field: string;
|
|
189
189
|
legacyValues: string[];
|
|
190
190
|
constitutionState: string;
|
|
@@ -194,17 +194,17 @@ declare const PrimitiveEpistemicStateConstitutionSchema: z.ZodEffects<z.ZodObjec
|
|
|
194
194
|
globalRules: string[];
|
|
195
195
|
}, {
|
|
196
196
|
worktree: "C2-LC.3";
|
|
197
|
-
lane: "c2-lc-state-vectors";
|
|
198
197
|
contractVersion: "c2_lc_primitive_epistemic_state_constitution.v1";
|
|
198
|
+
lane: "c2-lc-state-vectors";
|
|
199
|
+
compositionKey: "primitive_epistemic_state_constitution_v1";
|
|
199
200
|
sourceCitations: {
|
|
200
|
-
role: "current_authority" | "current_implementation_status" | "compatibility_lineage";
|
|
201
201
|
path: string;
|
|
202
|
+
role: "current_authority" | "current_implementation_status" | "compatibility_lineage";
|
|
202
203
|
anchors: string[];
|
|
203
204
|
citationId: string;
|
|
204
205
|
}[];
|
|
205
|
-
compositionKey: "primitive_epistemic_state_constitution_v1";
|
|
206
206
|
stateMachines: {
|
|
207
|
-
primitive: "
|
|
207
|
+
primitive: "topic" | "belief" | "question" | "evidence" | "worktree" | "agent_run" | "source" | "edge" | "task" | "output" | "source_span" | "decision" | "policy_resource" | "contradiction" | "adoption" | "action_gate";
|
|
208
208
|
states: string[];
|
|
209
209
|
transitions: {
|
|
210
210
|
reason: string;
|
|
@@ -223,7 +223,7 @@ declare const PrimitiveEpistemicStateConstitutionSchema: z.ZodEffects<z.ZodObjec
|
|
|
223
223
|
}[];
|
|
224
224
|
globalRules: string[];
|
|
225
225
|
legacyCompatibilityAliases?: {
|
|
226
|
-
primitive: "
|
|
226
|
+
primitive: "topic" | "belief" | "question" | "evidence" | "worktree" | "agent_run" | "source" | "edge" | "task" | "output" | "source_span" | "decision" | "policy_resource" | "contradiction" | "adoption" | "action_gate";
|
|
227
227
|
field: string;
|
|
228
228
|
legacyValues: string[];
|
|
229
229
|
constitutionState: string;
|
|
@@ -232,17 +232,17 @@ declare const PrimitiveEpistemicStateConstitutionSchema: z.ZodEffects<z.ZodObjec
|
|
|
232
232
|
}[] | undefined;
|
|
233
233
|
}>, {
|
|
234
234
|
worktree: "C2-LC.3";
|
|
235
|
-
lane: "c2-lc-state-vectors";
|
|
236
235
|
contractVersion: "c2_lc_primitive_epistemic_state_constitution.v1";
|
|
236
|
+
lane: "c2-lc-state-vectors";
|
|
237
|
+
compositionKey: "primitive_epistemic_state_constitution_v1";
|
|
237
238
|
sourceCitations: {
|
|
238
|
-
role: "current_authority" | "current_implementation_status" | "compatibility_lineage";
|
|
239
239
|
path: string;
|
|
240
|
+
role: "current_authority" | "current_implementation_status" | "compatibility_lineage";
|
|
240
241
|
anchors: string[];
|
|
241
242
|
citationId: string;
|
|
242
243
|
}[];
|
|
243
|
-
compositionKey: "primitive_epistemic_state_constitution_v1";
|
|
244
244
|
stateMachines: {
|
|
245
|
-
primitive: "
|
|
245
|
+
primitive: "topic" | "belief" | "question" | "evidence" | "worktree" | "agent_run" | "source" | "edge" | "task" | "output" | "source_span" | "decision" | "policy_resource" | "contradiction" | "adoption" | "action_gate";
|
|
246
246
|
states: string[];
|
|
247
247
|
transitions: {
|
|
248
248
|
reason: string;
|
|
@@ -260,7 +260,7 @@ declare const PrimitiveEpistemicStateConstitutionSchema: z.ZodEffects<z.ZodObjec
|
|
|
260
260
|
graphRepresentation: string;
|
|
261
261
|
}[];
|
|
262
262
|
legacyCompatibilityAliases: {
|
|
263
|
-
primitive: "
|
|
263
|
+
primitive: "topic" | "belief" | "question" | "evidence" | "worktree" | "agent_run" | "source" | "edge" | "task" | "output" | "source_span" | "decision" | "policy_resource" | "contradiction" | "adoption" | "action_gate";
|
|
264
264
|
field: string;
|
|
265
265
|
legacyValues: string[];
|
|
266
266
|
constitutionState: string;
|
|
@@ -270,17 +270,17 @@ declare const PrimitiveEpistemicStateConstitutionSchema: z.ZodEffects<z.ZodObjec
|
|
|
270
270
|
globalRules: string[];
|
|
271
271
|
}, {
|
|
272
272
|
worktree: "C2-LC.3";
|
|
273
|
-
lane: "c2-lc-state-vectors";
|
|
274
273
|
contractVersion: "c2_lc_primitive_epistemic_state_constitution.v1";
|
|
274
|
+
lane: "c2-lc-state-vectors";
|
|
275
|
+
compositionKey: "primitive_epistemic_state_constitution_v1";
|
|
275
276
|
sourceCitations: {
|
|
276
|
-
role: "current_authority" | "current_implementation_status" | "compatibility_lineage";
|
|
277
277
|
path: string;
|
|
278
|
+
role: "current_authority" | "current_implementation_status" | "compatibility_lineage";
|
|
278
279
|
anchors: string[];
|
|
279
280
|
citationId: string;
|
|
280
281
|
}[];
|
|
281
|
-
compositionKey: "primitive_epistemic_state_constitution_v1";
|
|
282
282
|
stateMachines: {
|
|
283
|
-
primitive: "
|
|
283
|
+
primitive: "topic" | "belief" | "question" | "evidence" | "worktree" | "agent_run" | "source" | "edge" | "task" | "output" | "source_span" | "decision" | "policy_resource" | "contradiction" | "adoption" | "action_gate";
|
|
284
284
|
states: string[];
|
|
285
285
|
transitions: {
|
|
286
286
|
reason: string;
|
|
@@ -299,7 +299,7 @@ declare const PrimitiveEpistemicStateConstitutionSchema: z.ZodEffects<z.ZodObjec
|
|
|
299
299
|
}[];
|
|
300
300
|
globalRules: string[];
|
|
301
301
|
legacyCompatibilityAliases?: {
|
|
302
|
-
primitive: "
|
|
302
|
+
primitive: "topic" | "belief" | "question" | "evidence" | "worktree" | "agent_run" | "source" | "edge" | "task" | "output" | "source_span" | "decision" | "policy_resource" | "contradiction" | "adoption" | "action_gate";
|
|
303
303
|
field: string;
|
|
304
304
|
legacyValues: string[];
|
|
305
305
|
constitutionState: string;
|
|
@@ -331,17 +331,17 @@ interface PrimitiveEpistemicTransitionEvaluation {
|
|
|
331
331
|
declare function parsePrimitiveEpistemicStateConstitution(value: unknown): PrimitiveEpistemicStateConstitution;
|
|
332
332
|
declare const parsedPrimitiveEpistemicStateConstitution: {
|
|
333
333
|
worktree: "C2-LC.3";
|
|
334
|
-
lane: "c2-lc-state-vectors";
|
|
335
334
|
contractVersion: "c2_lc_primitive_epistemic_state_constitution.v1";
|
|
335
|
+
lane: "c2-lc-state-vectors";
|
|
336
|
+
compositionKey: "primitive_epistemic_state_constitution_v1";
|
|
336
337
|
sourceCitations: {
|
|
337
|
-
role: "current_authority" | "current_implementation_status" | "compatibility_lineage";
|
|
338
338
|
path: string;
|
|
339
|
+
role: "current_authority" | "current_implementation_status" | "compatibility_lineage";
|
|
339
340
|
anchors: string[];
|
|
340
341
|
citationId: string;
|
|
341
342
|
}[];
|
|
342
|
-
compositionKey: "primitive_epistemic_state_constitution_v1";
|
|
343
343
|
stateMachines: {
|
|
344
|
-
primitive: "
|
|
344
|
+
primitive: "topic" | "belief" | "question" | "evidence" | "worktree" | "agent_run" | "source" | "edge" | "task" | "output" | "source_span" | "decision" | "policy_resource" | "contradiction" | "adoption" | "action_gate";
|
|
345
345
|
states: string[];
|
|
346
346
|
transitions: {
|
|
347
347
|
reason: string;
|
|
@@ -359,7 +359,7 @@ declare const parsedPrimitiveEpistemicStateConstitution: {
|
|
|
359
359
|
graphRepresentation: string;
|
|
360
360
|
}[];
|
|
361
361
|
legacyCompatibilityAliases: {
|
|
362
|
-
primitive: "
|
|
362
|
+
primitive: "topic" | "belief" | "question" | "evidence" | "worktree" | "agent_run" | "source" | "edge" | "task" | "output" | "source_span" | "decision" | "policy_resource" | "contradiction" | "adoption" | "action_gate";
|
|
363
363
|
field: string;
|
|
364
364
|
legacyValues: string[];
|
|
365
365
|
constitutionState: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { o as UnifiedStatePrimitive } from './unified-state-matrix.contract-
|
|
1
|
+
import { o as UnifiedStatePrimitive } from './unified-state-matrix.contract-BTxqLggA.js';
|
|
2
2
|
import 'zod';
|
|
3
3
|
|
|
4
4
|
declare const PRIMITIVE_EPISTEMIC_STATE_REQUIREMENTS: readonly ["actor_attribution", "admissible_evidence_application", "source_or_gate_receipt", "successor_ref", "triggering_evidence", "resolution_receipt", "rejection_receipt", "revocation_receipt", "merge_receipt", "archive_receipt", "policy_receipt", "runtime_receipt"];
|