@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
|
@@ -37,14 +37,14 @@ declare const EvidenceProvenanceRuleSchema: z.ZodObject<{
|
|
|
37
37
|
allowedSourceRefs: z.ZodArray<z.ZodString, "many">;
|
|
38
38
|
trustDiscountHookRequired: z.ZodBoolean;
|
|
39
39
|
}, "strip", z.ZodTypeAny, {
|
|
40
|
-
sourceHorizonRequired: true;
|
|
41
40
|
description: string;
|
|
41
|
+
sourceHorizonRequired: true;
|
|
42
42
|
provenanceClass: "primary_source" | "instrumented_observation" | "derived_analysis" | "external_report" | "operator_assertion" | "synthetic_fixture";
|
|
43
43
|
allowedSourceRefs: string[];
|
|
44
44
|
trustDiscountHookRequired: boolean;
|
|
45
45
|
}, {
|
|
46
|
-
sourceHorizonRequired: true;
|
|
47
46
|
description: string;
|
|
47
|
+
sourceHorizonRequired: true;
|
|
48
48
|
provenanceClass: "primary_source" | "instrumented_observation" | "derived_analysis" | "external_report" | "operator_assertion" | "synthetic_fixture";
|
|
49
49
|
allowedSourceRefs: string[];
|
|
50
50
|
trustDiscountHookRequired: boolean;
|
|
@@ -56,14 +56,14 @@ declare const BaseRateSourceRuleSchema: z.ZodObject<{
|
|
|
56
56
|
mutableByLlms: z.ZodLiteral<false>;
|
|
57
57
|
vacuousPriorAllowed: z.ZodBoolean;
|
|
58
58
|
}, "strip", z.ZodTypeAny, {
|
|
59
|
-
requiredRefs: string[];
|
|
60
59
|
description: string;
|
|
60
|
+
requiredRefs: string[];
|
|
61
61
|
sourceKind: "calibration_slice" | "vacuous_prior" | "explicit_prior" | "population_reference" | "expert_assessment" | "legacy_default";
|
|
62
62
|
mutableByLlms: false;
|
|
63
63
|
vacuousPriorAllowed: boolean;
|
|
64
64
|
}, {
|
|
65
|
-
requiredRefs: string[];
|
|
66
65
|
description: string;
|
|
66
|
+
requiredRefs: string[];
|
|
67
67
|
sourceKind: "calibration_slice" | "vacuous_prior" | "explicit_prior" | "population_reference" | "expert_assessment" | "legacy_default";
|
|
68
68
|
mutableByLlms: false;
|
|
69
69
|
vacuousPriorAllowed: boolean;
|
|
@@ -111,13 +111,13 @@ declare const QuestionPressureRuleSchema: z.ZodObject<{
|
|
|
111
111
|
blocksRuntimeConsumption: z.ZodBoolean;
|
|
112
112
|
propagationTreatment: z.ZodString;
|
|
113
113
|
}, "strip", z.ZodTypeAny, {
|
|
114
|
-
state: "none" | "open" | "researching" | "answered_with_evidence" | "blocking" | "reopened_by_contradiction" | "parked";
|
|
115
114
|
description: string;
|
|
115
|
+
state: "none" | "open" | "researching" | "answered_with_evidence" | "blocking" | "reopened_by_contradiction" | "parked";
|
|
116
116
|
blocksRuntimeConsumption: boolean;
|
|
117
117
|
propagationTreatment: string;
|
|
118
118
|
}, {
|
|
119
|
-
state: "none" | "open" | "researching" | "answered_with_evidence" | "blocking" | "reopened_by_contradiction" | "parked";
|
|
120
119
|
description: string;
|
|
120
|
+
state: "none" | "open" | "researching" | "answered_with_evidence" | "blocking" | "reopened_by_contradiction" | "parked";
|
|
121
121
|
blocksRuntimeConsumption: boolean;
|
|
122
122
|
propagationTreatment: string;
|
|
123
123
|
}>;
|
|
@@ -240,14 +240,14 @@ declare const EvidenceQuestionForecastMaturityModelSchema: z.ZodObject<{
|
|
|
240
240
|
allowedSourceRefs: z.ZodArray<z.ZodString, "many">;
|
|
241
241
|
trustDiscountHookRequired: z.ZodBoolean;
|
|
242
242
|
}, "strip", z.ZodTypeAny, {
|
|
243
|
-
sourceHorizonRequired: true;
|
|
244
243
|
description: string;
|
|
244
|
+
sourceHorizonRequired: true;
|
|
245
245
|
provenanceClass: "primary_source" | "instrumented_observation" | "derived_analysis" | "external_report" | "operator_assertion" | "synthetic_fixture";
|
|
246
246
|
allowedSourceRefs: string[];
|
|
247
247
|
trustDiscountHookRequired: boolean;
|
|
248
248
|
}, {
|
|
249
|
-
sourceHorizonRequired: true;
|
|
250
249
|
description: string;
|
|
250
|
+
sourceHorizonRequired: true;
|
|
251
251
|
provenanceClass: "primary_source" | "instrumented_observation" | "derived_analysis" | "external_report" | "operator_assertion" | "synthetic_fixture";
|
|
252
252
|
allowedSourceRefs: string[];
|
|
253
253
|
trustDiscountHookRequired: boolean;
|
|
@@ -259,14 +259,14 @@ declare const EvidenceQuestionForecastMaturityModelSchema: z.ZodObject<{
|
|
|
259
259
|
mutableByLlms: z.ZodLiteral<false>;
|
|
260
260
|
vacuousPriorAllowed: z.ZodBoolean;
|
|
261
261
|
}, "strip", z.ZodTypeAny, {
|
|
262
|
-
requiredRefs: string[];
|
|
263
262
|
description: string;
|
|
263
|
+
requiredRefs: string[];
|
|
264
264
|
sourceKind: "calibration_slice" | "vacuous_prior" | "explicit_prior" | "population_reference" | "expert_assessment" | "legacy_default";
|
|
265
265
|
mutableByLlms: false;
|
|
266
266
|
vacuousPriorAllowed: boolean;
|
|
267
267
|
}, {
|
|
268
|
-
requiredRefs: string[];
|
|
269
268
|
description: string;
|
|
269
|
+
requiredRefs: string[];
|
|
270
270
|
sourceKind: "calibration_slice" | "vacuous_prior" | "explicit_prior" | "population_reference" | "expert_assessment" | "legacy_default";
|
|
271
271
|
mutableByLlms: false;
|
|
272
272
|
vacuousPriorAllowed: boolean;
|
|
@@ -314,13 +314,13 @@ declare const EvidenceQuestionForecastMaturityModelSchema: z.ZodObject<{
|
|
|
314
314
|
blocksRuntimeConsumption: z.ZodBoolean;
|
|
315
315
|
propagationTreatment: z.ZodString;
|
|
316
316
|
}, "strip", z.ZodTypeAny, {
|
|
317
|
-
state: "none" | "open" | "researching" | "answered_with_evidence" | "blocking" | "reopened_by_contradiction" | "parked";
|
|
318
317
|
description: string;
|
|
318
|
+
state: "none" | "open" | "researching" | "answered_with_evidence" | "blocking" | "reopened_by_contradiction" | "parked";
|
|
319
319
|
blocksRuntimeConsumption: boolean;
|
|
320
320
|
propagationTreatment: string;
|
|
321
321
|
}, {
|
|
322
|
-
state: "none" | "open" | "researching" | "answered_with_evidence" | "blocking" | "reopened_by_contradiction" | "parked";
|
|
323
322
|
description: string;
|
|
323
|
+
state: "none" | "open" | "researching" | "answered_with_evidence" | "blocking" | "reopened_by_contradiction" | "parked";
|
|
324
324
|
blocksRuntimeConsumption: boolean;
|
|
325
325
|
propagationTreatment: string;
|
|
326
326
|
}>, "many">;
|
|
@@ -436,8 +436,6 @@ declare const EvidenceQuestionForecastMaturityModelSchema: z.ZodObject<{
|
|
|
436
436
|
graphTargetBeliefStatus: "pending_create_belief_repair" | "linked";
|
|
437
437
|
}>;
|
|
438
438
|
}, "strip", z.ZodTypeAny, {
|
|
439
|
-
modelUuid: string;
|
|
440
|
-
rubricCompositionKey: "concept_maturity_rubric_v1";
|
|
441
439
|
compositionKey: "evidence_question_forecast_maturity_v1";
|
|
442
440
|
quality: {
|
|
443
441
|
provenanceClassCoverage: 1;
|
|
@@ -450,6 +448,8 @@ declare const EvidenceQuestionForecastMaturityModelSchema: z.ZodObject<{
|
|
|
450
448
|
graphTargetQuestionGlobalId: "96734429-6797-4064-851e-11cc2915c4f6";
|
|
451
449
|
graphTargetBeliefStatus: "pending_create_belief_repair" | "linked";
|
|
452
450
|
};
|
|
451
|
+
rubricCompositionKey: "concept_maturity_rubric_v1";
|
|
452
|
+
modelUuid: string;
|
|
453
453
|
modelUuidVersion: "uuidv7";
|
|
454
454
|
expectedRefusals: string[];
|
|
455
455
|
conceptMaturityBand: "red" | "orange" | "green";
|
|
@@ -461,15 +461,15 @@ declare const EvidenceQuestionForecastMaturityModelSchema: z.ZodObject<{
|
|
|
461
461
|
correlationIds: string[];
|
|
462
462
|
}[];
|
|
463
463
|
evidenceProvenanceClasses: {
|
|
464
|
-
sourceHorizonRequired: true;
|
|
465
464
|
description: string;
|
|
465
|
+
sourceHorizonRequired: true;
|
|
466
466
|
provenanceClass: "primary_source" | "instrumented_observation" | "derived_analysis" | "external_report" | "operator_assertion" | "synthetic_fixture";
|
|
467
467
|
allowedSourceRefs: string[];
|
|
468
468
|
trustDiscountHookRequired: boolean;
|
|
469
469
|
}[];
|
|
470
470
|
baseRateSources: {
|
|
471
|
-
requiredRefs: string[];
|
|
472
471
|
description: string;
|
|
472
|
+
requiredRefs: string[];
|
|
473
473
|
sourceKind: "calibration_slice" | "vacuous_prior" | "explicit_prior" | "population_reference" | "expert_assessment" | "legacy_default";
|
|
474
474
|
mutableByLlms: false;
|
|
475
475
|
vacuousPriorAllowed: boolean;
|
|
@@ -486,8 +486,8 @@ declare const EvidenceQuestionForecastMaturityModelSchema: z.ZodObject<{
|
|
|
486
486
|
refusal: string;
|
|
487
487
|
}[];
|
|
488
488
|
questionPressureStates: {
|
|
489
|
-
state: "none" | "open" | "researching" | "answered_with_evidence" | "blocking" | "reopened_by_contradiction" | "parked";
|
|
490
489
|
description: string;
|
|
490
|
+
state: "none" | "open" | "researching" | "answered_with_evidence" | "blocking" | "reopened_by_contradiction" | "parked";
|
|
491
491
|
blocksRuntimeConsumption: boolean;
|
|
492
492
|
propagationTreatment: string;
|
|
493
493
|
}[];
|
|
@@ -515,8 +515,6 @@ declare const EvidenceQuestionForecastMaturityModelSchema: z.ZodObject<{
|
|
|
515
515
|
}[];
|
|
516
516
|
bridgeMaturityBand: "red" | "orange" | "green";
|
|
517
517
|
}, {
|
|
518
|
-
modelUuid: string;
|
|
519
|
-
rubricCompositionKey: "concept_maturity_rubric_v1";
|
|
520
518
|
compositionKey: "evidence_question_forecast_maturity_v1";
|
|
521
519
|
quality: {
|
|
522
520
|
provenanceClassCoverage: 1;
|
|
@@ -529,6 +527,8 @@ declare const EvidenceQuestionForecastMaturityModelSchema: z.ZodObject<{
|
|
|
529
527
|
graphTargetQuestionGlobalId: "96734429-6797-4064-851e-11cc2915c4f6";
|
|
530
528
|
graphTargetBeliefStatus: "pending_create_belief_repair" | "linked";
|
|
531
529
|
};
|
|
530
|
+
rubricCompositionKey: "concept_maturity_rubric_v1";
|
|
531
|
+
modelUuid: string;
|
|
532
532
|
modelUuidVersion: "uuidv7";
|
|
533
533
|
expectedRefusals: string[];
|
|
534
534
|
conceptMaturityBand: "red" | "orange" | "green";
|
|
@@ -540,15 +540,15 @@ declare const EvidenceQuestionForecastMaturityModelSchema: z.ZodObject<{
|
|
|
540
540
|
correlationIds: string[];
|
|
541
541
|
}[];
|
|
542
542
|
evidenceProvenanceClasses: {
|
|
543
|
-
sourceHorizonRequired: true;
|
|
544
543
|
description: string;
|
|
544
|
+
sourceHorizonRequired: true;
|
|
545
545
|
provenanceClass: "primary_source" | "instrumented_observation" | "derived_analysis" | "external_report" | "operator_assertion" | "synthetic_fixture";
|
|
546
546
|
allowedSourceRefs: string[];
|
|
547
547
|
trustDiscountHookRequired: boolean;
|
|
548
548
|
}[];
|
|
549
549
|
baseRateSources: {
|
|
550
|
-
requiredRefs: string[];
|
|
551
550
|
description: string;
|
|
551
|
+
requiredRefs: string[];
|
|
552
552
|
sourceKind: "calibration_slice" | "vacuous_prior" | "explicit_prior" | "population_reference" | "expert_assessment" | "legacy_default";
|
|
553
553
|
mutableByLlms: false;
|
|
554
554
|
vacuousPriorAllowed: boolean;
|
|
@@ -565,8 +565,8 @@ declare const EvidenceQuestionForecastMaturityModelSchema: z.ZodObject<{
|
|
|
565
565
|
refusal: string;
|
|
566
566
|
}[];
|
|
567
567
|
questionPressureStates: {
|
|
568
|
-
state: "none" | "open" | "researching" | "answered_with_evidence" | "blocking" | "reopened_by_contradiction" | "parked";
|
|
569
568
|
description: string;
|
|
569
|
+
state: "none" | "open" | "researching" | "answered_with_evidence" | "blocking" | "reopened_by_contradiction" | "parked";
|
|
570
570
|
blocksRuntimeConsumption: boolean;
|
|
571
571
|
propagationTreatment: string;
|
|
572
572
|
}[];
|
|
@@ -617,14 +617,14 @@ declare const EvidenceQuestionForecastMaturityContractSchema: z.ZodObject<{
|
|
|
617
617
|
allowedSourceRefs: z.ZodArray<z.ZodString, "many">;
|
|
618
618
|
trustDiscountHookRequired: z.ZodBoolean;
|
|
619
619
|
}, "strip", z.ZodTypeAny, {
|
|
620
|
-
sourceHorizonRequired: true;
|
|
621
620
|
description: string;
|
|
621
|
+
sourceHorizonRequired: true;
|
|
622
622
|
provenanceClass: "primary_source" | "instrumented_observation" | "derived_analysis" | "external_report" | "operator_assertion" | "synthetic_fixture";
|
|
623
623
|
allowedSourceRefs: string[];
|
|
624
624
|
trustDiscountHookRequired: boolean;
|
|
625
625
|
}, {
|
|
626
|
-
sourceHorizonRequired: true;
|
|
627
626
|
description: string;
|
|
627
|
+
sourceHorizonRequired: true;
|
|
628
628
|
provenanceClass: "primary_source" | "instrumented_observation" | "derived_analysis" | "external_report" | "operator_assertion" | "synthetic_fixture";
|
|
629
629
|
allowedSourceRefs: string[];
|
|
630
630
|
trustDiscountHookRequired: boolean;
|
|
@@ -636,14 +636,14 @@ declare const EvidenceQuestionForecastMaturityContractSchema: z.ZodObject<{
|
|
|
636
636
|
mutableByLlms: z.ZodLiteral<false>;
|
|
637
637
|
vacuousPriorAllowed: z.ZodBoolean;
|
|
638
638
|
}, "strip", z.ZodTypeAny, {
|
|
639
|
-
requiredRefs: string[];
|
|
640
639
|
description: string;
|
|
640
|
+
requiredRefs: string[];
|
|
641
641
|
sourceKind: "calibration_slice" | "vacuous_prior" | "explicit_prior" | "population_reference" | "expert_assessment" | "legacy_default";
|
|
642
642
|
mutableByLlms: false;
|
|
643
643
|
vacuousPriorAllowed: boolean;
|
|
644
644
|
}, {
|
|
645
|
-
requiredRefs: string[];
|
|
646
645
|
description: string;
|
|
646
|
+
requiredRefs: string[];
|
|
647
647
|
sourceKind: "calibration_slice" | "vacuous_prior" | "explicit_prior" | "population_reference" | "expert_assessment" | "legacy_default";
|
|
648
648
|
mutableByLlms: false;
|
|
649
649
|
vacuousPriorAllowed: boolean;
|
|
@@ -691,13 +691,13 @@ declare const EvidenceQuestionForecastMaturityContractSchema: z.ZodObject<{
|
|
|
691
691
|
blocksRuntimeConsumption: z.ZodBoolean;
|
|
692
692
|
propagationTreatment: z.ZodString;
|
|
693
693
|
}, "strip", z.ZodTypeAny, {
|
|
694
|
-
state: "none" | "open" | "researching" | "answered_with_evidence" | "blocking" | "reopened_by_contradiction" | "parked";
|
|
695
694
|
description: string;
|
|
695
|
+
state: "none" | "open" | "researching" | "answered_with_evidence" | "blocking" | "reopened_by_contradiction" | "parked";
|
|
696
696
|
blocksRuntimeConsumption: boolean;
|
|
697
697
|
propagationTreatment: string;
|
|
698
698
|
}, {
|
|
699
|
-
state: "none" | "open" | "researching" | "answered_with_evidence" | "blocking" | "reopened_by_contradiction" | "parked";
|
|
700
699
|
description: string;
|
|
700
|
+
state: "none" | "open" | "researching" | "answered_with_evidence" | "blocking" | "reopened_by_contradiction" | "parked";
|
|
701
701
|
blocksRuntimeConsumption: boolean;
|
|
702
702
|
propagationTreatment: string;
|
|
703
703
|
}>, "many">;
|
|
@@ -813,8 +813,6 @@ declare const EvidenceQuestionForecastMaturityContractSchema: z.ZodObject<{
|
|
|
813
813
|
graphTargetBeliefStatus: "pending_create_belief_repair" | "linked";
|
|
814
814
|
}>;
|
|
815
815
|
}, "strip", z.ZodTypeAny, {
|
|
816
|
-
modelUuid: string;
|
|
817
|
-
rubricCompositionKey: "concept_maturity_rubric_v1";
|
|
818
816
|
compositionKey: "evidence_question_forecast_maturity_v1";
|
|
819
817
|
quality: {
|
|
820
818
|
provenanceClassCoverage: 1;
|
|
@@ -827,6 +825,8 @@ declare const EvidenceQuestionForecastMaturityContractSchema: z.ZodObject<{
|
|
|
827
825
|
graphTargetQuestionGlobalId: "96734429-6797-4064-851e-11cc2915c4f6";
|
|
828
826
|
graphTargetBeliefStatus: "pending_create_belief_repair" | "linked";
|
|
829
827
|
};
|
|
828
|
+
rubricCompositionKey: "concept_maturity_rubric_v1";
|
|
829
|
+
modelUuid: string;
|
|
830
830
|
modelUuidVersion: "uuidv7";
|
|
831
831
|
expectedRefusals: string[];
|
|
832
832
|
conceptMaturityBand: "red" | "orange" | "green";
|
|
@@ -838,15 +838,15 @@ declare const EvidenceQuestionForecastMaturityContractSchema: z.ZodObject<{
|
|
|
838
838
|
correlationIds: string[];
|
|
839
839
|
}[];
|
|
840
840
|
evidenceProvenanceClasses: {
|
|
841
|
-
sourceHorizonRequired: true;
|
|
842
841
|
description: string;
|
|
842
|
+
sourceHorizonRequired: true;
|
|
843
843
|
provenanceClass: "primary_source" | "instrumented_observation" | "derived_analysis" | "external_report" | "operator_assertion" | "synthetic_fixture";
|
|
844
844
|
allowedSourceRefs: string[];
|
|
845
845
|
trustDiscountHookRequired: boolean;
|
|
846
846
|
}[];
|
|
847
847
|
baseRateSources: {
|
|
848
|
-
requiredRefs: string[];
|
|
849
848
|
description: string;
|
|
849
|
+
requiredRefs: string[];
|
|
850
850
|
sourceKind: "calibration_slice" | "vacuous_prior" | "explicit_prior" | "population_reference" | "expert_assessment" | "legacy_default";
|
|
851
851
|
mutableByLlms: false;
|
|
852
852
|
vacuousPriorAllowed: boolean;
|
|
@@ -863,8 +863,8 @@ declare const EvidenceQuestionForecastMaturityContractSchema: z.ZodObject<{
|
|
|
863
863
|
refusal: string;
|
|
864
864
|
}[];
|
|
865
865
|
questionPressureStates: {
|
|
866
|
-
state: "none" | "open" | "researching" | "answered_with_evidence" | "blocking" | "reopened_by_contradiction" | "parked";
|
|
867
866
|
description: string;
|
|
867
|
+
state: "none" | "open" | "researching" | "answered_with_evidence" | "blocking" | "reopened_by_contradiction" | "parked";
|
|
868
868
|
blocksRuntimeConsumption: boolean;
|
|
869
869
|
propagationTreatment: string;
|
|
870
870
|
}[];
|
|
@@ -892,8 +892,6 @@ declare const EvidenceQuestionForecastMaturityContractSchema: z.ZodObject<{
|
|
|
892
892
|
}[];
|
|
893
893
|
bridgeMaturityBand: "red" | "orange" | "green";
|
|
894
894
|
}, {
|
|
895
|
-
modelUuid: string;
|
|
896
|
-
rubricCompositionKey: "concept_maturity_rubric_v1";
|
|
897
895
|
compositionKey: "evidence_question_forecast_maturity_v1";
|
|
898
896
|
quality: {
|
|
899
897
|
provenanceClassCoverage: 1;
|
|
@@ -906,6 +904,8 @@ declare const EvidenceQuestionForecastMaturityContractSchema: z.ZodObject<{
|
|
|
906
904
|
graphTargetQuestionGlobalId: "96734429-6797-4064-851e-11cc2915c4f6";
|
|
907
905
|
graphTargetBeliefStatus: "pending_create_belief_repair" | "linked";
|
|
908
906
|
};
|
|
907
|
+
rubricCompositionKey: "concept_maturity_rubric_v1";
|
|
908
|
+
modelUuid: string;
|
|
909
909
|
modelUuidVersion: "uuidv7";
|
|
910
910
|
expectedRefusals: string[];
|
|
911
911
|
conceptMaturityBand: "red" | "orange" | "green";
|
|
@@ -917,15 +917,15 @@ declare const EvidenceQuestionForecastMaturityContractSchema: z.ZodObject<{
|
|
|
917
917
|
correlationIds: string[];
|
|
918
918
|
}[];
|
|
919
919
|
evidenceProvenanceClasses: {
|
|
920
|
-
sourceHorizonRequired: true;
|
|
921
920
|
description: string;
|
|
921
|
+
sourceHorizonRequired: true;
|
|
922
922
|
provenanceClass: "primary_source" | "instrumented_observation" | "derived_analysis" | "external_report" | "operator_assertion" | "synthetic_fixture";
|
|
923
923
|
allowedSourceRefs: string[];
|
|
924
924
|
trustDiscountHookRequired: boolean;
|
|
925
925
|
}[];
|
|
926
926
|
baseRateSources: {
|
|
927
|
-
requiredRefs: string[];
|
|
928
927
|
description: string;
|
|
928
|
+
requiredRefs: string[];
|
|
929
929
|
sourceKind: "calibration_slice" | "vacuous_prior" | "explicit_prior" | "population_reference" | "expert_assessment" | "legacy_default";
|
|
930
930
|
mutableByLlms: false;
|
|
931
931
|
vacuousPriorAllowed: boolean;
|
|
@@ -942,8 +942,8 @@ declare const EvidenceQuestionForecastMaturityContractSchema: z.ZodObject<{
|
|
|
942
942
|
refusal: string;
|
|
943
943
|
}[];
|
|
944
944
|
questionPressureStates: {
|
|
945
|
-
state: "none" | "open" | "researching" | "answered_with_evidence" | "blocking" | "reopened_by_contradiction" | "parked";
|
|
946
945
|
description: string;
|
|
946
|
+
state: "none" | "open" | "researching" | "answered_with_evidence" | "blocking" | "reopened_by_contradiction" | "parked";
|
|
947
947
|
blocksRuntimeConsumption: boolean;
|
|
948
948
|
propagationTreatment: string;
|
|
949
949
|
}[];
|
|
@@ -973,18 +973,16 @@ declare const EvidenceQuestionForecastMaturityContractSchema: z.ZodObject<{
|
|
|
973
973
|
}>;
|
|
974
974
|
}, "strip", z.ZodTypeAny, {
|
|
975
975
|
worktree: "C2-LY.3";
|
|
976
|
-
lane: "c2-ly-concept-maturity-industrialization";
|
|
977
976
|
contractVersion: "c2_ly_evidence_question_forecast_maturity.v1";
|
|
977
|
+
lane: "c2-ly-concept-maturity-industrialization";
|
|
978
|
+
graphWorktreeId: "tn7214y0bzr2kkvm7rz52f1pyd85tc57";
|
|
979
|
+
compositionKey: "evidence_question_forecast_maturity_v1";
|
|
978
980
|
dependsOn: string[];
|
|
979
981
|
sourceAnchors: string[];
|
|
980
|
-
graphWorktreeId: "tn7214y0bzr2kkvm7rz52f1pyd85tc57";
|
|
981
982
|
rules: string[];
|
|
982
|
-
compositionKey: "evidence_question_forecast_maturity_v1";
|
|
983
983
|
graphTargetQuestionNodeId: "n97fm29s8xh1myhd0hetgjtc8587wk9m";
|
|
984
984
|
graphTargetQuestionGlobalId: "96734429-6797-4064-851e-11cc2915c4f6";
|
|
985
985
|
model: {
|
|
986
|
-
modelUuid: string;
|
|
987
|
-
rubricCompositionKey: "concept_maturity_rubric_v1";
|
|
988
986
|
compositionKey: "evidence_question_forecast_maturity_v1";
|
|
989
987
|
quality: {
|
|
990
988
|
provenanceClassCoverage: 1;
|
|
@@ -997,6 +995,8 @@ declare const EvidenceQuestionForecastMaturityContractSchema: z.ZodObject<{
|
|
|
997
995
|
graphTargetQuestionGlobalId: "96734429-6797-4064-851e-11cc2915c4f6";
|
|
998
996
|
graphTargetBeliefStatus: "pending_create_belief_repair" | "linked";
|
|
999
997
|
};
|
|
998
|
+
rubricCompositionKey: "concept_maturity_rubric_v1";
|
|
999
|
+
modelUuid: string;
|
|
1000
1000
|
modelUuidVersion: "uuidv7";
|
|
1001
1001
|
expectedRefusals: string[];
|
|
1002
1002
|
conceptMaturityBand: "red" | "orange" | "green";
|
|
@@ -1008,15 +1008,15 @@ declare const EvidenceQuestionForecastMaturityContractSchema: z.ZodObject<{
|
|
|
1008
1008
|
correlationIds: string[];
|
|
1009
1009
|
}[];
|
|
1010
1010
|
evidenceProvenanceClasses: {
|
|
1011
|
-
sourceHorizonRequired: true;
|
|
1012
1011
|
description: string;
|
|
1012
|
+
sourceHorizonRequired: true;
|
|
1013
1013
|
provenanceClass: "primary_source" | "instrumented_observation" | "derived_analysis" | "external_report" | "operator_assertion" | "synthetic_fixture";
|
|
1014
1014
|
allowedSourceRefs: string[];
|
|
1015
1015
|
trustDiscountHookRequired: boolean;
|
|
1016
1016
|
}[];
|
|
1017
1017
|
baseRateSources: {
|
|
1018
|
-
requiredRefs: string[];
|
|
1019
1018
|
description: string;
|
|
1019
|
+
requiredRefs: string[];
|
|
1020
1020
|
sourceKind: "calibration_slice" | "vacuous_prior" | "explicit_prior" | "population_reference" | "expert_assessment" | "legacy_default";
|
|
1021
1021
|
mutableByLlms: false;
|
|
1022
1022
|
vacuousPriorAllowed: boolean;
|
|
@@ -1033,8 +1033,8 @@ declare const EvidenceQuestionForecastMaturityContractSchema: z.ZodObject<{
|
|
|
1033
1033
|
refusal: string;
|
|
1034
1034
|
}[];
|
|
1035
1035
|
questionPressureStates: {
|
|
1036
|
-
state: "none" | "open" | "researching" | "answered_with_evidence" | "blocking" | "reopened_by_contradiction" | "parked";
|
|
1037
1036
|
description: string;
|
|
1037
|
+
state: "none" | "open" | "researching" | "answered_with_evidence" | "blocking" | "reopened_by_contradiction" | "parked";
|
|
1038
1038
|
blocksRuntimeConsumption: boolean;
|
|
1039
1039
|
propagationTreatment: string;
|
|
1040
1040
|
}[];
|
|
@@ -1064,18 +1064,16 @@ declare const EvidenceQuestionForecastMaturityContractSchema: z.ZodObject<{
|
|
|
1064
1064
|
};
|
|
1065
1065
|
}, {
|
|
1066
1066
|
worktree: "C2-LY.3";
|
|
1067
|
-
lane: "c2-ly-concept-maturity-industrialization";
|
|
1068
1067
|
contractVersion: "c2_ly_evidence_question_forecast_maturity.v1";
|
|
1068
|
+
lane: "c2-ly-concept-maturity-industrialization";
|
|
1069
|
+
graphWorktreeId: "tn7214y0bzr2kkvm7rz52f1pyd85tc57";
|
|
1070
|
+
compositionKey: "evidence_question_forecast_maturity_v1";
|
|
1069
1071
|
dependsOn: string[];
|
|
1070
1072
|
sourceAnchors: string[];
|
|
1071
|
-
graphWorktreeId: "tn7214y0bzr2kkvm7rz52f1pyd85tc57";
|
|
1072
1073
|
rules: string[];
|
|
1073
|
-
compositionKey: "evidence_question_forecast_maturity_v1";
|
|
1074
1074
|
graphTargetQuestionNodeId: "n97fm29s8xh1myhd0hetgjtc8587wk9m";
|
|
1075
1075
|
graphTargetQuestionGlobalId: "96734429-6797-4064-851e-11cc2915c4f6";
|
|
1076
1076
|
model: {
|
|
1077
|
-
modelUuid: string;
|
|
1078
|
-
rubricCompositionKey: "concept_maturity_rubric_v1";
|
|
1079
1077
|
compositionKey: "evidence_question_forecast_maturity_v1";
|
|
1080
1078
|
quality: {
|
|
1081
1079
|
provenanceClassCoverage: 1;
|
|
@@ -1088,6 +1086,8 @@ declare const EvidenceQuestionForecastMaturityContractSchema: z.ZodObject<{
|
|
|
1088
1086
|
graphTargetQuestionGlobalId: "96734429-6797-4064-851e-11cc2915c4f6";
|
|
1089
1087
|
graphTargetBeliefStatus: "pending_create_belief_repair" | "linked";
|
|
1090
1088
|
};
|
|
1089
|
+
rubricCompositionKey: "concept_maturity_rubric_v1";
|
|
1090
|
+
modelUuid: string;
|
|
1091
1091
|
modelUuidVersion: "uuidv7";
|
|
1092
1092
|
expectedRefusals: string[];
|
|
1093
1093
|
conceptMaturityBand: "red" | "orange" | "green";
|
|
@@ -1099,15 +1099,15 @@ declare const EvidenceQuestionForecastMaturityContractSchema: z.ZodObject<{
|
|
|
1099
1099
|
correlationIds: string[];
|
|
1100
1100
|
}[];
|
|
1101
1101
|
evidenceProvenanceClasses: {
|
|
1102
|
-
sourceHorizonRequired: true;
|
|
1103
1102
|
description: string;
|
|
1103
|
+
sourceHorizonRequired: true;
|
|
1104
1104
|
provenanceClass: "primary_source" | "instrumented_observation" | "derived_analysis" | "external_report" | "operator_assertion" | "synthetic_fixture";
|
|
1105
1105
|
allowedSourceRefs: string[];
|
|
1106
1106
|
trustDiscountHookRequired: boolean;
|
|
1107
1107
|
}[];
|
|
1108
1108
|
baseRateSources: {
|
|
1109
|
-
requiredRefs: string[];
|
|
1110
1109
|
description: string;
|
|
1110
|
+
requiredRefs: string[];
|
|
1111
1111
|
sourceKind: "calibration_slice" | "vacuous_prior" | "explicit_prior" | "population_reference" | "expert_assessment" | "legacy_default";
|
|
1112
1112
|
mutableByLlms: false;
|
|
1113
1113
|
vacuousPriorAllowed: boolean;
|
|
@@ -1124,8 +1124,8 @@ declare const EvidenceQuestionForecastMaturityContractSchema: z.ZodObject<{
|
|
|
1124
1124
|
refusal: string;
|
|
1125
1125
|
}[];
|
|
1126
1126
|
questionPressureStates: {
|
|
1127
|
-
state: "none" | "open" | "researching" | "answered_with_evidence" | "blocking" | "reopened_by_contradiction" | "parked";
|
|
1128
1127
|
description: string;
|
|
1128
|
+
state: "none" | "open" | "researching" | "answered_with_evidence" | "blocking" | "reopened_by_contradiction" | "parked";
|
|
1129
1129
|
blocksRuntimeConsumption: boolean;
|
|
1130
1130
|
propagationTreatment: string;
|
|
1131
1131
|
}[];
|
|
@@ -1248,18 +1248,16 @@ declare const EVIDENCE_QUESTION_FORECAST_MATURITY_CONTRACT: {
|
|
|
1248
1248
|
};
|
|
1249
1249
|
declare const parsedEvidenceQuestionForecastMaturityContract: {
|
|
1250
1250
|
worktree: "C2-LY.3";
|
|
1251
|
-
lane: "c2-ly-concept-maturity-industrialization";
|
|
1252
1251
|
contractVersion: "c2_ly_evidence_question_forecast_maturity.v1";
|
|
1252
|
+
lane: "c2-ly-concept-maturity-industrialization";
|
|
1253
|
+
graphWorktreeId: "tn7214y0bzr2kkvm7rz52f1pyd85tc57";
|
|
1254
|
+
compositionKey: "evidence_question_forecast_maturity_v1";
|
|
1253
1255
|
dependsOn: string[];
|
|
1254
1256
|
sourceAnchors: string[];
|
|
1255
|
-
graphWorktreeId: "tn7214y0bzr2kkvm7rz52f1pyd85tc57";
|
|
1256
1257
|
rules: string[];
|
|
1257
|
-
compositionKey: "evidence_question_forecast_maturity_v1";
|
|
1258
1258
|
graphTargetQuestionNodeId: "n97fm29s8xh1myhd0hetgjtc8587wk9m";
|
|
1259
1259
|
graphTargetQuestionGlobalId: "96734429-6797-4064-851e-11cc2915c4f6";
|
|
1260
1260
|
model: {
|
|
1261
|
-
modelUuid: string;
|
|
1262
|
-
rubricCompositionKey: "concept_maturity_rubric_v1";
|
|
1263
1261
|
compositionKey: "evidence_question_forecast_maturity_v1";
|
|
1264
1262
|
quality: {
|
|
1265
1263
|
provenanceClassCoverage: 1;
|
|
@@ -1272,6 +1270,8 @@ declare const parsedEvidenceQuestionForecastMaturityContract: {
|
|
|
1272
1270
|
graphTargetQuestionGlobalId: "96734429-6797-4064-851e-11cc2915c4f6";
|
|
1273
1271
|
graphTargetBeliefStatus: "pending_create_belief_repair" | "linked";
|
|
1274
1272
|
};
|
|
1273
|
+
rubricCompositionKey: "concept_maturity_rubric_v1";
|
|
1274
|
+
modelUuid: string;
|
|
1275
1275
|
modelUuidVersion: "uuidv7";
|
|
1276
1276
|
expectedRefusals: string[];
|
|
1277
1277
|
conceptMaturityBand: "red" | "orange" | "green";
|
|
@@ -1283,15 +1283,15 @@ declare const parsedEvidenceQuestionForecastMaturityContract: {
|
|
|
1283
1283
|
correlationIds: string[];
|
|
1284
1284
|
}[];
|
|
1285
1285
|
evidenceProvenanceClasses: {
|
|
1286
|
-
sourceHorizonRequired: true;
|
|
1287
1286
|
description: string;
|
|
1287
|
+
sourceHorizonRequired: true;
|
|
1288
1288
|
provenanceClass: "primary_source" | "instrumented_observation" | "derived_analysis" | "external_report" | "operator_assertion" | "synthetic_fixture";
|
|
1289
1289
|
allowedSourceRefs: string[];
|
|
1290
1290
|
trustDiscountHookRequired: boolean;
|
|
1291
1291
|
}[];
|
|
1292
1292
|
baseRateSources: {
|
|
1293
|
-
requiredRefs: string[];
|
|
1294
1293
|
description: string;
|
|
1294
|
+
requiredRefs: string[];
|
|
1295
1295
|
sourceKind: "calibration_slice" | "vacuous_prior" | "explicit_prior" | "population_reference" | "expert_assessment" | "legacy_default";
|
|
1296
1296
|
mutableByLlms: false;
|
|
1297
1297
|
vacuousPriorAllowed: boolean;
|
|
@@ -1308,8 +1308,8 @@ declare const parsedEvidenceQuestionForecastMaturityContract: {
|
|
|
1308
1308
|
refusal: string;
|
|
1309
1309
|
}[];
|
|
1310
1310
|
questionPressureStates: {
|
|
1311
|
-
state: "none" | "open" | "researching" | "answered_with_evidence" | "blocking" | "reopened_by_contradiction" | "parked";
|
|
1312
1311
|
description: string;
|
|
1312
|
+
state: "none" | "open" | "researching" | "answered_with_evidence" | "blocking" | "reopened_by_contradiction" | "parked";
|
|
1313
1313
|
blocksRuntimeConsumption: boolean;
|
|
1314
1314
|
propagationTreatment: string;
|
|
1315
1315
|
}[];
|
|
@@ -1351,10 +1351,10 @@ declare const EVIDENCE_QUESTION_FORECAST_MATURITY_COMPOSITION_ROW: {
|
|
|
1351
1351
|
allowedDepths: ("low" | "medium" | "high" | "extra-high")[];
|
|
1352
1352
|
qualityVector: string[];
|
|
1353
1353
|
identity: {
|
|
1354
|
+
registryKeyField: "key";
|
|
1354
1355
|
canonicalPublicIdField: "compositionUuid";
|
|
1355
1356
|
canonicalPublicIdVersion: "uuidv7";
|
|
1356
1357
|
storageLocatorSemantic: false;
|
|
1357
|
-
registryKeyField: "key";
|
|
1358
1358
|
contentAddressFields: string[];
|
|
1359
1359
|
};
|
|
1360
1360
|
authorization: {
|
|
@@ -1393,10 +1393,10 @@ declare const EVIDENCE_QUESTION_FORECAST_MATURITY_COMPOSITION_ROW: {
|
|
|
1393
1393
|
allowedDepths: ("medium" | "high" | "extra-high")[];
|
|
1394
1394
|
qualityVector: string[];
|
|
1395
1395
|
identity: {
|
|
1396
|
+
registryKeyField: "key";
|
|
1396
1397
|
canonicalPublicIdField: "compositionUuid";
|
|
1397
1398
|
canonicalPublicIdVersion: "uuidv7";
|
|
1398
1399
|
storageLocatorSemantic: false;
|
|
1399
|
-
registryKeyField: "key";
|
|
1400
1400
|
contentAddressFields: string[];
|
|
1401
1401
|
};
|
|
1402
1402
|
authorization: {
|
|
@@ -1435,10 +1435,10 @@ declare const EVIDENCE_QUESTION_FORECAST_MATURITY_COMPOSITION_ROW: {
|
|
|
1435
1435
|
allowedDepths: ("low" | "medium" | "high" | "extra-high")[];
|
|
1436
1436
|
qualityVector: string[];
|
|
1437
1437
|
identity: {
|
|
1438
|
+
registryKeyField: "key";
|
|
1438
1439
|
canonicalPublicIdField: "compositionUuid";
|
|
1439
1440
|
canonicalPublicIdVersion: "uuidv7";
|
|
1440
1441
|
storageLocatorSemantic: false;
|
|
1441
|
-
registryKeyField: "key";
|
|
1442
1442
|
contentAddressFields: string[];
|
|
1443
1443
|
};
|
|
1444
1444
|
authorization: {
|
|
@@ -1477,10 +1477,10 @@ declare const EVIDENCE_QUESTION_FORECAST_MATURITY_COMPOSITION_ROW: {
|
|
|
1477
1477
|
allowedDepths: ("low" | "medium" | "high" | "extra-high")[];
|
|
1478
1478
|
qualityVector: string[];
|
|
1479
1479
|
identity: {
|
|
1480
|
+
registryKeyField: "key";
|
|
1480
1481
|
canonicalPublicIdField: "compositionUuid";
|
|
1481
1482
|
canonicalPublicIdVersion: "uuidv7";
|
|
1482
1483
|
storageLocatorSemantic: false;
|
|
1483
|
-
registryKeyField: "key";
|
|
1484
1484
|
contentAddressFields: string[];
|
|
1485
1485
|
};
|
|
1486
1486
|
authorization: {
|
|
@@ -1510,19 +1510,19 @@ declare const EVIDENCE_QUESTION_FORECAST_MATURITY_COMPOSITION_ROW: {
|
|
|
1510
1510
|
key: string;
|
|
1511
1511
|
emittedAs: string;
|
|
1512
1512
|
classification: "substrate_contract";
|
|
1513
|
-
lifecycle: "
|
|
1513
|
+
lifecycle: "reserved";
|
|
1514
1514
|
ownerLane: string;
|
|
1515
1515
|
dependsOn: string[];
|
|
1516
1516
|
primitives: string[];
|
|
1517
1517
|
sourceSurfaces: string[];
|
|
1518
1518
|
defaultDepth: "extra-high";
|
|
1519
|
-
allowedDepths: ("
|
|
1519
|
+
allowedDepths: ("high" | "extra-high")[];
|
|
1520
1520
|
qualityVector: string[];
|
|
1521
1521
|
identity: {
|
|
1522
|
+
registryKeyField: "key";
|
|
1522
1523
|
canonicalPublicIdField: "compositionUuid";
|
|
1523
1524
|
canonicalPublicIdVersion: "uuidv7";
|
|
1524
1525
|
storageLocatorSemantic: false;
|
|
1525
|
-
registryKeyField: "key";
|
|
1526
1526
|
contentAddressFields: string[];
|
|
1527
1527
|
};
|
|
1528
1528
|
authorization: {
|
|
@@ -1557,14 +1557,14 @@ declare const EVIDENCE_QUESTION_FORECAST_MATURITY_COMPOSITION_ROW: {
|
|
|
1557
1557
|
dependsOn: string[];
|
|
1558
1558
|
primitives: string[];
|
|
1559
1559
|
sourceSurfaces: string[];
|
|
1560
|
-
defaultDepth: "
|
|
1561
|
-
allowedDepths: ("high" | "extra-high")[];
|
|
1560
|
+
defaultDepth: "high";
|
|
1561
|
+
allowedDepths: ("medium" | "high" | "extra-high")[];
|
|
1562
1562
|
qualityVector: string[];
|
|
1563
1563
|
identity: {
|
|
1564
|
+
registryKeyField: "key";
|
|
1564
1565
|
canonicalPublicIdField: "compositionUuid";
|
|
1565
1566
|
canonicalPublicIdVersion: "uuidv7";
|
|
1566
1567
|
storageLocatorSemantic: false;
|
|
1567
|
-
registryKeyField: "key";
|
|
1568
1568
|
contentAddressFields: string[];
|
|
1569
1569
|
};
|
|
1570
1570
|
authorization: {
|
|
@@ -1594,19 +1594,19 @@ declare const EVIDENCE_QUESTION_FORECAST_MATURITY_COMPOSITION_ROW: {
|
|
|
1594
1594
|
key: string;
|
|
1595
1595
|
emittedAs: string;
|
|
1596
1596
|
classification: "substrate_contract";
|
|
1597
|
-
lifecycle: "
|
|
1597
|
+
lifecycle: "current";
|
|
1598
1598
|
ownerLane: string;
|
|
1599
1599
|
dependsOn: string[];
|
|
1600
1600
|
primitives: string[];
|
|
1601
1601
|
sourceSurfaces: string[];
|
|
1602
|
-
defaultDepth: "high";
|
|
1603
|
-
allowedDepths: ("medium" | "high" | "extra-high")[];
|
|
1602
|
+
defaultDepth: "extra-high";
|
|
1603
|
+
allowedDepths: ("low" | "medium" | "high" | "extra-high")[];
|
|
1604
1604
|
qualityVector: string[];
|
|
1605
1605
|
identity: {
|
|
1606
|
+
registryKeyField: "key";
|
|
1606
1607
|
canonicalPublicIdField: "compositionUuid";
|
|
1607
1608
|
canonicalPublicIdVersion: "uuidv7";
|
|
1608
1609
|
storageLocatorSemantic: false;
|
|
1609
|
-
registryKeyField: "key";
|
|
1610
1610
|
contentAddressFields: string[];
|
|
1611
1611
|
};
|
|
1612
1612
|
authorization: {
|