@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
|
@@ -118,15 +118,15 @@ declare const GraphTraversalInvariantGuardrailsContractSchema: z.ZodEffects<z.Zo
|
|
|
118
118
|
sources: z.ZodLiteral<55>;
|
|
119
119
|
answers: z.ZodLiteral<41>;
|
|
120
120
|
}, "strip", z.ZodTypeAny, {
|
|
121
|
-
answers: 41;
|
|
122
121
|
evidence: 2251;
|
|
122
|
+
answers: 41;
|
|
123
123
|
topics: 85;
|
|
124
124
|
beliefs: 873;
|
|
125
125
|
questions: 866;
|
|
126
126
|
sources: 55;
|
|
127
127
|
}, {
|
|
128
|
-
answers: 41;
|
|
129
128
|
evidence: 2251;
|
|
129
|
+
answers: 41;
|
|
130
130
|
topics: 85;
|
|
131
131
|
beliefs: 873;
|
|
132
132
|
questions: 866;
|
|
@@ -139,8 +139,8 @@ declare const GraphTraversalInvariantGuardrailsContractSchema: z.ZodEffects<z.Zo
|
|
|
139
139
|
totalNodes: 8232;
|
|
140
140
|
orphanNodes: 4172;
|
|
141
141
|
orphanBreakdown: {
|
|
142
|
-
answers: 41;
|
|
143
142
|
evidence: 2251;
|
|
143
|
+
answers: 41;
|
|
144
144
|
topics: 85;
|
|
145
145
|
beliefs: 873;
|
|
146
146
|
questions: 866;
|
|
@@ -153,8 +153,8 @@ declare const GraphTraversalInvariantGuardrailsContractSchema: z.ZodEffects<z.Zo
|
|
|
153
153
|
totalNodes: 8232;
|
|
154
154
|
orphanNodes: 4172;
|
|
155
155
|
orphanBreakdown: {
|
|
156
|
-
answers: 41;
|
|
157
156
|
evidence: 2251;
|
|
157
|
+
answers: 41;
|
|
158
158
|
topics: 85;
|
|
159
159
|
beliefs: 873;
|
|
160
160
|
questions: 866;
|
|
@@ -180,19 +180,26 @@ declare const GraphTraversalInvariantGuardrailsContractSchema: z.ZodEffects<z.Zo
|
|
|
180
180
|
}>;
|
|
181
181
|
}, "strip", z.ZodTypeAny, {
|
|
182
182
|
worktree: "C2-LH.3";
|
|
183
|
-
lane: "c2-lh-constitution-tests";
|
|
184
183
|
contractVersion: "c2_lh_graph_traversal_invariant_guardrails.v1";
|
|
184
|
+
lane: "c2-lh-constitution-tests";
|
|
185
|
+
graphWorktreeId: "tn71t30kfv3jswmbgjk3shez3n85r835";
|
|
186
|
+
compositionKey: "graph_traversal_invariant_guardrails_v1";
|
|
185
187
|
dependsOn: string[];
|
|
188
|
+
quality: {
|
|
189
|
+
invariantDocsCoverage: 1;
|
|
190
|
+
ciGateCoverage: 1;
|
|
191
|
+
propertyRegistryCoverage: 1;
|
|
192
|
+
noOrphanPreconditionCoverage: 1;
|
|
193
|
+
};
|
|
186
194
|
sourceAnchors: string[];
|
|
187
|
-
graphWorktreeId: "tn71t30kfv3jswmbgjk3shez3n85r835";
|
|
188
195
|
orphanAuditSnapshot: {
|
|
189
196
|
source: "2026-06-01 production graph audit";
|
|
190
197
|
deployment: "precious-dog-365";
|
|
191
198
|
totalNodes: 8232;
|
|
192
199
|
orphanNodes: 4172;
|
|
193
200
|
orphanBreakdown: {
|
|
194
|
-
answers: 41;
|
|
195
201
|
evidence: 2251;
|
|
202
|
+
answers: 41;
|
|
196
203
|
topics: 85;
|
|
197
204
|
beliefs: 873;
|
|
198
205
|
questions: 866;
|
|
@@ -200,13 +207,6 @@ declare const GraphTraversalInvariantGuardrailsContractSchema: z.ZodEffects<z.Zo
|
|
|
200
207
|
};
|
|
201
208
|
preconditionTaskId: "s173sfgnjb3d814xrqn2fpmr9h87tmyw";
|
|
202
209
|
};
|
|
203
|
-
compositionKey: "graph_traversal_invariant_guardrails_v1";
|
|
204
|
-
quality: {
|
|
205
|
-
invariantDocsCoverage: 1;
|
|
206
|
-
ciGateCoverage: 1;
|
|
207
|
-
propertyRegistryCoverage: 1;
|
|
208
|
-
noOrphanPreconditionCoverage: 1;
|
|
209
|
-
};
|
|
210
210
|
consumes: ["graph_traversal_canon_v1", "traversal_mode_constitution_v1", "c2_lh_property_traversal_harness.v1"];
|
|
211
211
|
guardrails: {
|
|
212
212
|
severity: "warn" | "block_pr" | "block_publish";
|
|
@@ -225,19 +225,26 @@ declare const GraphTraversalInvariantGuardrailsContractSchema: z.ZodEffects<z.Zo
|
|
|
225
225
|
}[];
|
|
226
226
|
}, {
|
|
227
227
|
worktree: "C2-LH.3";
|
|
228
|
-
lane: "c2-lh-constitution-tests";
|
|
229
228
|
contractVersion: "c2_lh_graph_traversal_invariant_guardrails.v1";
|
|
229
|
+
lane: "c2-lh-constitution-tests";
|
|
230
|
+
graphWorktreeId: "tn71t30kfv3jswmbgjk3shez3n85r835";
|
|
231
|
+
compositionKey: "graph_traversal_invariant_guardrails_v1";
|
|
230
232
|
dependsOn: string[];
|
|
233
|
+
quality: {
|
|
234
|
+
invariantDocsCoverage: 1;
|
|
235
|
+
ciGateCoverage: 1;
|
|
236
|
+
propertyRegistryCoverage: 1;
|
|
237
|
+
noOrphanPreconditionCoverage: 1;
|
|
238
|
+
};
|
|
231
239
|
sourceAnchors: string[];
|
|
232
|
-
graphWorktreeId: "tn71t30kfv3jswmbgjk3shez3n85r835";
|
|
233
240
|
orphanAuditSnapshot: {
|
|
234
241
|
source: "2026-06-01 production graph audit";
|
|
235
242
|
deployment: "precious-dog-365";
|
|
236
243
|
totalNodes: 8232;
|
|
237
244
|
orphanNodes: 4172;
|
|
238
245
|
orphanBreakdown: {
|
|
239
|
-
answers: 41;
|
|
240
246
|
evidence: 2251;
|
|
247
|
+
answers: 41;
|
|
241
248
|
topics: 85;
|
|
242
249
|
beliefs: 873;
|
|
243
250
|
questions: 866;
|
|
@@ -245,13 +252,6 @@ declare const GraphTraversalInvariantGuardrailsContractSchema: z.ZodEffects<z.Zo
|
|
|
245
252
|
};
|
|
246
253
|
preconditionTaskId: "s173sfgnjb3d814xrqn2fpmr9h87tmyw";
|
|
247
254
|
};
|
|
248
|
-
compositionKey: "graph_traversal_invariant_guardrails_v1";
|
|
249
|
-
quality: {
|
|
250
|
-
invariantDocsCoverage: 1;
|
|
251
|
-
ciGateCoverage: 1;
|
|
252
|
-
propertyRegistryCoverage: 1;
|
|
253
|
-
noOrphanPreconditionCoverage: 1;
|
|
254
|
-
};
|
|
255
255
|
consumes: ["graph_traversal_canon_v1", "traversal_mode_constitution_v1", "c2_lh_property_traversal_harness.v1"];
|
|
256
256
|
guardrails: {
|
|
257
257
|
severity: "warn" | "block_pr" | "block_publish";
|
|
@@ -270,19 +270,26 @@ declare const GraphTraversalInvariantGuardrailsContractSchema: z.ZodEffects<z.Zo
|
|
|
270
270
|
}[];
|
|
271
271
|
}>, {
|
|
272
272
|
worktree: "C2-LH.3";
|
|
273
|
-
lane: "c2-lh-constitution-tests";
|
|
274
273
|
contractVersion: "c2_lh_graph_traversal_invariant_guardrails.v1";
|
|
274
|
+
lane: "c2-lh-constitution-tests";
|
|
275
|
+
graphWorktreeId: "tn71t30kfv3jswmbgjk3shez3n85r835";
|
|
276
|
+
compositionKey: "graph_traversal_invariant_guardrails_v1";
|
|
275
277
|
dependsOn: string[];
|
|
278
|
+
quality: {
|
|
279
|
+
invariantDocsCoverage: 1;
|
|
280
|
+
ciGateCoverage: 1;
|
|
281
|
+
propertyRegistryCoverage: 1;
|
|
282
|
+
noOrphanPreconditionCoverage: 1;
|
|
283
|
+
};
|
|
276
284
|
sourceAnchors: string[];
|
|
277
|
-
graphWorktreeId: "tn71t30kfv3jswmbgjk3shez3n85r835";
|
|
278
285
|
orphanAuditSnapshot: {
|
|
279
286
|
source: "2026-06-01 production graph audit";
|
|
280
287
|
deployment: "precious-dog-365";
|
|
281
288
|
totalNodes: 8232;
|
|
282
289
|
orphanNodes: 4172;
|
|
283
290
|
orphanBreakdown: {
|
|
284
|
-
answers: 41;
|
|
285
291
|
evidence: 2251;
|
|
292
|
+
answers: 41;
|
|
286
293
|
topics: 85;
|
|
287
294
|
beliefs: 873;
|
|
288
295
|
questions: 866;
|
|
@@ -290,13 +297,6 @@ declare const GraphTraversalInvariantGuardrailsContractSchema: z.ZodEffects<z.Zo
|
|
|
290
297
|
};
|
|
291
298
|
preconditionTaskId: "s173sfgnjb3d814xrqn2fpmr9h87tmyw";
|
|
292
299
|
};
|
|
293
|
-
compositionKey: "graph_traversal_invariant_guardrails_v1";
|
|
294
|
-
quality: {
|
|
295
|
-
invariantDocsCoverage: 1;
|
|
296
|
-
ciGateCoverage: 1;
|
|
297
|
-
propertyRegistryCoverage: 1;
|
|
298
|
-
noOrphanPreconditionCoverage: 1;
|
|
299
|
-
};
|
|
300
300
|
consumes: ["graph_traversal_canon_v1", "traversal_mode_constitution_v1", "c2_lh_property_traversal_harness.v1"];
|
|
301
301
|
guardrails: {
|
|
302
302
|
severity: "warn" | "block_pr" | "block_publish";
|
|
@@ -315,19 +315,26 @@ declare const GraphTraversalInvariantGuardrailsContractSchema: z.ZodEffects<z.Zo
|
|
|
315
315
|
}[];
|
|
316
316
|
}, {
|
|
317
317
|
worktree: "C2-LH.3";
|
|
318
|
-
lane: "c2-lh-constitution-tests";
|
|
319
318
|
contractVersion: "c2_lh_graph_traversal_invariant_guardrails.v1";
|
|
319
|
+
lane: "c2-lh-constitution-tests";
|
|
320
|
+
graphWorktreeId: "tn71t30kfv3jswmbgjk3shez3n85r835";
|
|
321
|
+
compositionKey: "graph_traversal_invariant_guardrails_v1";
|
|
320
322
|
dependsOn: string[];
|
|
323
|
+
quality: {
|
|
324
|
+
invariantDocsCoverage: 1;
|
|
325
|
+
ciGateCoverage: 1;
|
|
326
|
+
propertyRegistryCoverage: 1;
|
|
327
|
+
noOrphanPreconditionCoverage: 1;
|
|
328
|
+
};
|
|
321
329
|
sourceAnchors: string[];
|
|
322
|
-
graphWorktreeId: "tn71t30kfv3jswmbgjk3shez3n85r835";
|
|
323
330
|
orphanAuditSnapshot: {
|
|
324
331
|
source: "2026-06-01 production graph audit";
|
|
325
332
|
deployment: "precious-dog-365";
|
|
326
333
|
totalNodes: 8232;
|
|
327
334
|
orphanNodes: 4172;
|
|
328
335
|
orphanBreakdown: {
|
|
329
|
-
answers: 41;
|
|
330
336
|
evidence: 2251;
|
|
337
|
+
answers: 41;
|
|
331
338
|
topics: 85;
|
|
332
339
|
beliefs: 873;
|
|
333
340
|
questions: 866;
|
|
@@ -335,13 +342,6 @@ declare const GraphTraversalInvariantGuardrailsContractSchema: z.ZodEffects<z.Zo
|
|
|
335
342
|
};
|
|
336
343
|
preconditionTaskId: "s173sfgnjb3d814xrqn2fpmr9h87tmyw";
|
|
337
344
|
};
|
|
338
|
-
compositionKey: "graph_traversal_invariant_guardrails_v1";
|
|
339
|
-
quality: {
|
|
340
|
-
invariantDocsCoverage: 1;
|
|
341
|
-
ciGateCoverage: 1;
|
|
342
|
-
propertyRegistryCoverage: 1;
|
|
343
|
-
noOrphanPreconditionCoverage: 1;
|
|
344
|
-
};
|
|
345
345
|
consumes: ["graph_traversal_canon_v1", "traversal_mode_constitution_v1", "c2_lh_property_traversal_harness.v1"];
|
|
346
346
|
guardrails: {
|
|
347
347
|
severity: "warn" | "block_pr" | "block_publish";
|
|
@@ -384,19 +384,26 @@ type GraphTraversalInvariantGuardrailResult = {
|
|
|
384
384
|
declare const GRAPH_TRAVERSAL_INVARIANT_GUARDRAILS_CONTRACT: GraphTraversalInvariantGuardrailsContract;
|
|
385
385
|
declare const parsedGraphTraversalInvariantGuardrailsContract: {
|
|
386
386
|
worktree: "C2-LH.3";
|
|
387
|
-
lane: "c2-lh-constitution-tests";
|
|
388
387
|
contractVersion: "c2_lh_graph_traversal_invariant_guardrails.v1";
|
|
388
|
+
lane: "c2-lh-constitution-tests";
|
|
389
|
+
graphWorktreeId: "tn71t30kfv3jswmbgjk3shez3n85r835";
|
|
390
|
+
compositionKey: "graph_traversal_invariant_guardrails_v1";
|
|
389
391
|
dependsOn: string[];
|
|
392
|
+
quality: {
|
|
393
|
+
invariantDocsCoverage: 1;
|
|
394
|
+
ciGateCoverage: 1;
|
|
395
|
+
propertyRegistryCoverage: 1;
|
|
396
|
+
noOrphanPreconditionCoverage: 1;
|
|
397
|
+
};
|
|
390
398
|
sourceAnchors: string[];
|
|
391
|
-
graphWorktreeId: "tn71t30kfv3jswmbgjk3shez3n85r835";
|
|
392
399
|
orphanAuditSnapshot: {
|
|
393
400
|
source: "2026-06-01 production graph audit";
|
|
394
401
|
deployment: "precious-dog-365";
|
|
395
402
|
totalNodes: 8232;
|
|
396
403
|
orphanNodes: 4172;
|
|
397
404
|
orphanBreakdown: {
|
|
398
|
-
answers: 41;
|
|
399
405
|
evidence: 2251;
|
|
406
|
+
answers: 41;
|
|
400
407
|
topics: 85;
|
|
401
408
|
beliefs: 873;
|
|
402
409
|
questions: 866;
|
|
@@ -404,13 +411,6 @@ declare const parsedGraphTraversalInvariantGuardrailsContract: {
|
|
|
404
411
|
};
|
|
405
412
|
preconditionTaskId: "s173sfgnjb3d814xrqn2fpmr9h87tmyw";
|
|
406
413
|
};
|
|
407
|
-
compositionKey: "graph_traversal_invariant_guardrails_v1";
|
|
408
|
-
quality: {
|
|
409
|
-
invariantDocsCoverage: 1;
|
|
410
|
-
ciGateCoverage: 1;
|
|
411
|
-
propertyRegistryCoverage: 1;
|
|
412
|
-
noOrphanPreconditionCoverage: 1;
|
|
413
|
-
};
|
|
414
414
|
consumes: ["graph_traversal_canon_v1", "traversal_mode_constitution_v1", "c2_lh_property_traversal_harness.v1"];
|
|
415
415
|
guardrails: {
|
|
416
416
|
severity: "warn" | "block_pr" | "block_publish";
|
|
@@ -441,10 +441,10 @@ declare const GRAPH_TRAVERSAL_INVARIANT_GUARDRAILS_COMPOSITION_ROW: {
|
|
|
441
441
|
allowedDepths: ("low" | "medium" | "high" | "extra-high")[];
|
|
442
442
|
qualityVector: string[];
|
|
443
443
|
identity: {
|
|
444
|
+
registryKeyField: "key";
|
|
444
445
|
canonicalPublicIdField: "compositionUuid";
|
|
445
446
|
canonicalPublicIdVersion: "uuidv7";
|
|
446
447
|
storageLocatorSemantic: false;
|
|
447
|
-
registryKeyField: "key";
|
|
448
448
|
contentAddressFields: string[];
|
|
449
449
|
};
|
|
450
450
|
authorization: {
|
|
@@ -483,10 +483,10 @@ declare const GRAPH_TRAVERSAL_INVARIANT_GUARDRAILS_COMPOSITION_ROW: {
|
|
|
483
483
|
allowedDepths: ("medium" | "high" | "extra-high")[];
|
|
484
484
|
qualityVector: string[];
|
|
485
485
|
identity: {
|
|
486
|
+
registryKeyField: "key";
|
|
486
487
|
canonicalPublicIdField: "compositionUuid";
|
|
487
488
|
canonicalPublicIdVersion: "uuidv7";
|
|
488
489
|
storageLocatorSemantic: false;
|
|
489
|
-
registryKeyField: "key";
|
|
490
490
|
contentAddressFields: string[];
|
|
491
491
|
};
|
|
492
492
|
authorization: {
|
|
@@ -525,10 +525,10 @@ declare const GRAPH_TRAVERSAL_INVARIANT_GUARDRAILS_COMPOSITION_ROW: {
|
|
|
525
525
|
allowedDepths: ("low" | "medium" | "high" | "extra-high")[];
|
|
526
526
|
qualityVector: string[];
|
|
527
527
|
identity: {
|
|
528
|
+
registryKeyField: "key";
|
|
528
529
|
canonicalPublicIdField: "compositionUuid";
|
|
529
530
|
canonicalPublicIdVersion: "uuidv7";
|
|
530
531
|
storageLocatorSemantic: false;
|
|
531
|
-
registryKeyField: "key";
|
|
532
532
|
contentAddressFields: string[];
|
|
533
533
|
};
|
|
534
534
|
authorization: {
|
|
@@ -567,10 +567,10 @@ declare const GRAPH_TRAVERSAL_INVARIANT_GUARDRAILS_COMPOSITION_ROW: {
|
|
|
567
567
|
allowedDepths: ("low" | "medium" | "high" | "extra-high")[];
|
|
568
568
|
qualityVector: string[];
|
|
569
569
|
identity: {
|
|
570
|
+
registryKeyField: "key";
|
|
570
571
|
canonicalPublicIdField: "compositionUuid";
|
|
571
572
|
canonicalPublicIdVersion: "uuidv7";
|
|
572
573
|
storageLocatorSemantic: false;
|
|
573
|
-
registryKeyField: "key";
|
|
574
574
|
contentAddressFields: string[];
|
|
575
575
|
};
|
|
576
576
|
authorization: {
|
|
@@ -600,19 +600,19 @@ declare const GRAPH_TRAVERSAL_INVARIANT_GUARDRAILS_COMPOSITION_ROW: {
|
|
|
600
600
|
key: string;
|
|
601
601
|
emittedAs: string;
|
|
602
602
|
classification: "substrate_contract";
|
|
603
|
-
lifecycle: "
|
|
603
|
+
lifecycle: "reserved";
|
|
604
604
|
ownerLane: string;
|
|
605
605
|
dependsOn: string[];
|
|
606
606
|
primitives: string[];
|
|
607
607
|
sourceSurfaces: string[];
|
|
608
608
|
defaultDepth: "extra-high";
|
|
609
|
-
allowedDepths: ("
|
|
609
|
+
allowedDepths: ("high" | "extra-high")[];
|
|
610
610
|
qualityVector: string[];
|
|
611
611
|
identity: {
|
|
612
|
+
registryKeyField: "key";
|
|
612
613
|
canonicalPublicIdField: "compositionUuid";
|
|
613
614
|
canonicalPublicIdVersion: "uuidv7";
|
|
614
615
|
storageLocatorSemantic: false;
|
|
615
|
-
registryKeyField: "key";
|
|
616
616
|
contentAddressFields: string[];
|
|
617
617
|
};
|
|
618
618
|
authorization: {
|
|
@@ -647,14 +647,14 @@ declare const GRAPH_TRAVERSAL_INVARIANT_GUARDRAILS_COMPOSITION_ROW: {
|
|
|
647
647
|
dependsOn: string[];
|
|
648
648
|
primitives: string[];
|
|
649
649
|
sourceSurfaces: string[];
|
|
650
|
-
defaultDepth: "
|
|
651
|
-
allowedDepths: ("high" | "extra-high")[];
|
|
650
|
+
defaultDepth: "high";
|
|
651
|
+
allowedDepths: ("medium" | "high" | "extra-high")[];
|
|
652
652
|
qualityVector: string[];
|
|
653
653
|
identity: {
|
|
654
|
+
registryKeyField: "key";
|
|
654
655
|
canonicalPublicIdField: "compositionUuid";
|
|
655
656
|
canonicalPublicIdVersion: "uuidv7";
|
|
656
657
|
storageLocatorSemantic: false;
|
|
657
|
-
registryKeyField: "key";
|
|
658
658
|
contentAddressFields: string[];
|
|
659
659
|
};
|
|
660
660
|
authorization: {
|
|
@@ -684,19 +684,19 @@ declare const GRAPH_TRAVERSAL_INVARIANT_GUARDRAILS_COMPOSITION_ROW: {
|
|
|
684
684
|
key: string;
|
|
685
685
|
emittedAs: string;
|
|
686
686
|
classification: "substrate_contract";
|
|
687
|
-
lifecycle: "
|
|
687
|
+
lifecycle: "current";
|
|
688
688
|
ownerLane: string;
|
|
689
689
|
dependsOn: string[];
|
|
690
690
|
primitives: string[];
|
|
691
691
|
sourceSurfaces: string[];
|
|
692
|
-
defaultDepth: "high";
|
|
693
|
-
allowedDepths: ("medium" | "high" | "extra-high")[];
|
|
692
|
+
defaultDepth: "extra-high";
|
|
693
|
+
allowedDepths: ("low" | "medium" | "high" | "extra-high")[];
|
|
694
694
|
qualityVector: string[];
|
|
695
695
|
identity: {
|
|
696
|
+
registryKeyField: "key";
|
|
696
697
|
canonicalPublicIdField: "compositionUuid";
|
|
697
698
|
canonicalPublicIdVersion: "uuidv7";
|
|
698
699
|
storageLocatorSemantic: false;
|
|
699
|
-
registryKeyField: "key";
|
|
700
700
|
contentAddressFields: string[];
|
|
701
701
|
};
|
|
702
702
|
authorization: {
|