@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
|
@@ -73,15 +73,15 @@ declare const PrimitiveMaturityRowSchema: z.ZodObject<{
|
|
|
73
73
|
status: string;
|
|
74
74
|
canonicalPublicIdField: string;
|
|
75
75
|
canonicalPublicIdVersion: "uuidv7";
|
|
76
|
-
storageLocatorField: string;
|
|
77
76
|
storageLocatorSemantic: false;
|
|
77
|
+
storageLocatorField: string;
|
|
78
78
|
compatibilityAliases: string[];
|
|
79
79
|
}, {
|
|
80
80
|
status: string;
|
|
81
81
|
canonicalPublicIdField: string;
|
|
82
82
|
canonicalPublicIdVersion: "uuidv7";
|
|
83
|
-
storageLocatorField: string;
|
|
84
83
|
storageLocatorSemantic: false;
|
|
84
|
+
storageLocatorField: string;
|
|
85
85
|
compatibilityAliases: string[];
|
|
86
86
|
}>;
|
|
87
87
|
sourceCitations: z.ZodArray<z.ZodString, "many">;
|
|
@@ -138,19 +138,19 @@ declare const PrimitiveMaturityRowSchema: z.ZodObject<{
|
|
|
138
138
|
requiredDocsRefreshes: z.ZodArray<z.ZodString, "many">;
|
|
139
139
|
redOrangeFollowOns: z.ZodArray<z.ZodString, "many">;
|
|
140
140
|
}, "strip", z.ZodTypeAny, {
|
|
141
|
+
storageLocatorSemantic: false;
|
|
141
142
|
identity: {
|
|
142
143
|
status: string;
|
|
143
144
|
canonicalPublicIdField: string;
|
|
144
145
|
canonicalPublicIdVersion: "uuidv7";
|
|
145
|
-
storageLocatorField: string;
|
|
146
146
|
storageLocatorSemantic: false;
|
|
147
|
+
storageLocatorField: string;
|
|
147
148
|
compatibilityAliases: string[];
|
|
148
149
|
};
|
|
149
|
-
displayName: string;
|
|
150
|
-
storageKind: "epistemic_node" | "worktree_record" | "runtime_record";
|
|
151
|
-
storageLocatorSemantic: false;
|
|
152
150
|
primitiveUuid: string;
|
|
153
151
|
sourceCitations: string[];
|
|
152
|
+
displayName: string;
|
|
153
|
+
storageKind: "epistemic_node" | "worktree_record" | "runtime_record";
|
|
154
154
|
scores: {
|
|
155
155
|
score: number;
|
|
156
156
|
evidenceRefs: string[];
|
|
@@ -177,19 +177,19 @@ declare const PrimitiveMaturityRowSchema: z.ZodObject<{
|
|
|
177
177
|
requiredDocsRefreshes: string[];
|
|
178
178
|
redOrangeFollowOns: string[];
|
|
179
179
|
}, {
|
|
180
|
+
storageLocatorSemantic: false;
|
|
180
181
|
identity: {
|
|
181
182
|
status: string;
|
|
182
183
|
canonicalPublicIdField: string;
|
|
183
184
|
canonicalPublicIdVersion: "uuidv7";
|
|
184
|
-
storageLocatorField: string;
|
|
185
185
|
storageLocatorSemantic: false;
|
|
186
|
+
storageLocatorField: string;
|
|
186
187
|
compatibilityAliases: string[];
|
|
187
188
|
};
|
|
188
|
-
displayName: string;
|
|
189
|
-
storageKind: "epistemic_node" | "worktree_record" | "runtime_record";
|
|
190
|
-
storageLocatorSemantic: false;
|
|
191
189
|
primitiveUuid: string;
|
|
192
190
|
sourceCitations: string[];
|
|
191
|
+
displayName: string;
|
|
192
|
+
storageKind: "epistemic_node" | "worktree_record" | "runtime_record";
|
|
193
193
|
scores: {
|
|
194
194
|
score: number;
|
|
195
195
|
evidenceRefs: string[];
|
|
@@ -284,15 +284,15 @@ declare const PrimitiveMaturityMatrixSchema: z.ZodObject<{
|
|
|
284
284
|
status: string;
|
|
285
285
|
canonicalPublicIdField: string;
|
|
286
286
|
canonicalPublicIdVersion: "uuidv7";
|
|
287
|
-
storageLocatorField: string;
|
|
288
287
|
storageLocatorSemantic: false;
|
|
288
|
+
storageLocatorField: string;
|
|
289
289
|
compatibilityAliases: string[];
|
|
290
290
|
}, {
|
|
291
291
|
status: string;
|
|
292
292
|
canonicalPublicIdField: string;
|
|
293
293
|
canonicalPublicIdVersion: "uuidv7";
|
|
294
|
-
storageLocatorField: string;
|
|
295
294
|
storageLocatorSemantic: false;
|
|
295
|
+
storageLocatorField: string;
|
|
296
296
|
compatibilityAliases: string[];
|
|
297
297
|
}>;
|
|
298
298
|
sourceCitations: z.ZodArray<z.ZodString, "many">;
|
|
@@ -349,19 +349,19 @@ declare const PrimitiveMaturityMatrixSchema: z.ZodObject<{
|
|
|
349
349
|
requiredDocsRefreshes: z.ZodArray<z.ZodString, "many">;
|
|
350
350
|
redOrangeFollowOns: z.ZodArray<z.ZodString, "many">;
|
|
351
351
|
}, "strip", z.ZodTypeAny, {
|
|
352
|
+
storageLocatorSemantic: false;
|
|
352
353
|
identity: {
|
|
353
354
|
status: string;
|
|
354
355
|
canonicalPublicIdField: string;
|
|
355
356
|
canonicalPublicIdVersion: "uuidv7";
|
|
356
|
-
storageLocatorField: string;
|
|
357
357
|
storageLocatorSemantic: false;
|
|
358
|
+
storageLocatorField: string;
|
|
358
359
|
compatibilityAliases: string[];
|
|
359
360
|
};
|
|
360
|
-
displayName: string;
|
|
361
|
-
storageKind: "epistemic_node" | "worktree_record" | "runtime_record";
|
|
362
|
-
storageLocatorSemantic: false;
|
|
363
361
|
primitiveUuid: string;
|
|
364
362
|
sourceCitations: string[];
|
|
363
|
+
displayName: string;
|
|
364
|
+
storageKind: "epistemic_node" | "worktree_record" | "runtime_record";
|
|
365
365
|
scores: {
|
|
366
366
|
score: number;
|
|
367
367
|
evidenceRefs: string[];
|
|
@@ -388,19 +388,19 @@ declare const PrimitiveMaturityMatrixSchema: z.ZodObject<{
|
|
|
388
388
|
requiredDocsRefreshes: string[];
|
|
389
389
|
redOrangeFollowOns: string[];
|
|
390
390
|
}, {
|
|
391
|
+
storageLocatorSemantic: false;
|
|
391
392
|
identity: {
|
|
392
393
|
status: string;
|
|
393
394
|
canonicalPublicIdField: string;
|
|
394
395
|
canonicalPublicIdVersion: "uuidv7";
|
|
395
|
-
storageLocatorField: string;
|
|
396
396
|
storageLocatorSemantic: false;
|
|
397
|
+
storageLocatorField: string;
|
|
397
398
|
compatibilityAliases: string[];
|
|
398
399
|
};
|
|
399
|
-
displayName: string;
|
|
400
|
-
storageKind: "epistemic_node" | "worktree_record" | "runtime_record";
|
|
401
|
-
storageLocatorSemantic: false;
|
|
402
400
|
primitiveUuid: string;
|
|
403
401
|
sourceCitations: string[];
|
|
402
|
+
displayName: string;
|
|
403
|
+
storageKind: "epistemic_node" | "worktree_record" | "runtime_record";
|
|
404
404
|
scores: {
|
|
405
405
|
score: number;
|
|
406
406
|
evidenceRefs: string[];
|
|
@@ -473,8 +473,6 @@ declare const PrimitiveMaturityMatrixSchema: z.ZodObject<{
|
|
|
473
473
|
docsRefreshCoverage: 1;
|
|
474
474
|
}>;
|
|
475
475
|
}, "strip", z.ZodTypeAny, {
|
|
476
|
-
matrixUuid: string;
|
|
477
|
-
rubricCompositionKey: "concept_maturity_rubric_v1";
|
|
478
476
|
compositionKey: "primitive_maturity_matrix_v1";
|
|
479
477
|
quality: {
|
|
480
478
|
manifestPrimitiveCoverage: 1;
|
|
@@ -486,6 +484,8 @@ declare const PrimitiveMaturityMatrixSchema: z.ZodObject<{
|
|
|
486
484
|
codeOwnershipCoverage: 1;
|
|
487
485
|
docsRefreshCoverage: 1;
|
|
488
486
|
};
|
|
487
|
+
matrixUuid: string;
|
|
488
|
+
rubricCompositionKey: "concept_maturity_rubric_v1";
|
|
489
489
|
expectedRefusals: string[];
|
|
490
490
|
dimensions: ("compiler_surface_readiness" | "docs_canon" | "state_evolution" | "edge_semantics" | "confidence_provenance" | "code_ownership" | "test_fixture_coverage")[];
|
|
491
491
|
liveGraphFindings: {
|
|
@@ -497,19 +497,19 @@ declare const PrimitiveMaturityMatrixSchema: z.ZodObject<{
|
|
|
497
497
|
matrixUuidVersion: "uuidv7";
|
|
498
498
|
generatedFromManifestVersion: "1.0.0";
|
|
499
499
|
rows: {
|
|
500
|
+
storageLocatorSemantic: false;
|
|
500
501
|
identity: {
|
|
501
502
|
status: string;
|
|
502
503
|
canonicalPublicIdField: string;
|
|
503
504
|
canonicalPublicIdVersion: "uuidv7";
|
|
504
|
-
storageLocatorField: string;
|
|
505
505
|
storageLocatorSemantic: false;
|
|
506
|
+
storageLocatorField: string;
|
|
506
507
|
compatibilityAliases: string[];
|
|
507
508
|
};
|
|
508
|
-
displayName: string;
|
|
509
|
-
storageKind: "epistemic_node" | "worktree_record" | "runtime_record";
|
|
510
|
-
storageLocatorSemantic: false;
|
|
511
509
|
primitiveUuid: string;
|
|
512
510
|
sourceCitations: string[];
|
|
511
|
+
displayName: string;
|
|
512
|
+
storageKind: "epistemic_node" | "worktree_record" | "runtime_record";
|
|
513
513
|
scores: {
|
|
514
514
|
score: number;
|
|
515
515
|
evidenceRefs: string[];
|
|
@@ -537,8 +537,6 @@ declare const PrimitiveMaturityMatrixSchema: z.ZodObject<{
|
|
|
537
537
|
redOrangeFollowOns: string[];
|
|
538
538
|
}[];
|
|
539
539
|
}, {
|
|
540
|
-
matrixUuid: string;
|
|
541
|
-
rubricCompositionKey: "concept_maturity_rubric_v1";
|
|
542
540
|
compositionKey: "primitive_maturity_matrix_v1";
|
|
543
541
|
quality: {
|
|
544
542
|
manifestPrimitiveCoverage: 1;
|
|
@@ -550,6 +548,8 @@ declare const PrimitiveMaturityMatrixSchema: z.ZodObject<{
|
|
|
550
548
|
codeOwnershipCoverage: 1;
|
|
551
549
|
docsRefreshCoverage: 1;
|
|
552
550
|
};
|
|
551
|
+
matrixUuid: string;
|
|
552
|
+
rubricCompositionKey: "concept_maturity_rubric_v1";
|
|
553
553
|
expectedRefusals: string[];
|
|
554
554
|
dimensions: ("compiler_surface_readiness" | "docs_canon" | "state_evolution" | "edge_semantics" | "confidence_provenance" | "code_ownership" | "test_fixture_coverage")[];
|
|
555
555
|
liveGraphFindings: {
|
|
@@ -561,19 +561,19 @@ declare const PrimitiveMaturityMatrixSchema: z.ZodObject<{
|
|
|
561
561
|
matrixUuidVersion: "uuidv7";
|
|
562
562
|
generatedFromManifestVersion: "1.0.0";
|
|
563
563
|
rows: {
|
|
564
|
+
storageLocatorSemantic: false;
|
|
564
565
|
identity: {
|
|
565
566
|
status: string;
|
|
566
567
|
canonicalPublicIdField: string;
|
|
567
568
|
canonicalPublicIdVersion: "uuidv7";
|
|
568
|
-
storageLocatorField: string;
|
|
569
569
|
storageLocatorSemantic: false;
|
|
570
|
+
storageLocatorField: string;
|
|
570
571
|
compatibilityAliases: string[];
|
|
571
572
|
};
|
|
572
|
-
displayName: string;
|
|
573
|
-
storageKind: "epistemic_node" | "worktree_record" | "runtime_record";
|
|
574
|
-
storageLocatorSemantic: false;
|
|
575
573
|
primitiveUuid: string;
|
|
576
574
|
sourceCitations: string[];
|
|
575
|
+
displayName: string;
|
|
576
|
+
storageKind: "epistemic_node" | "worktree_record" | "runtime_record";
|
|
577
577
|
scores: {
|
|
578
578
|
score: number;
|
|
579
579
|
evidenceRefs: string[];
|
|
@@ -635,15 +635,15 @@ declare const PrimitiveMaturityMatrixContractSchema: z.ZodObject<{
|
|
|
635
635
|
status: string;
|
|
636
636
|
canonicalPublicIdField: string;
|
|
637
637
|
canonicalPublicIdVersion: "uuidv7";
|
|
638
|
-
storageLocatorField: string;
|
|
639
638
|
storageLocatorSemantic: false;
|
|
639
|
+
storageLocatorField: string;
|
|
640
640
|
compatibilityAliases: string[];
|
|
641
641
|
}, {
|
|
642
642
|
status: string;
|
|
643
643
|
canonicalPublicIdField: string;
|
|
644
644
|
canonicalPublicIdVersion: "uuidv7";
|
|
645
|
-
storageLocatorField: string;
|
|
646
645
|
storageLocatorSemantic: false;
|
|
646
|
+
storageLocatorField: string;
|
|
647
647
|
compatibilityAliases: string[];
|
|
648
648
|
}>;
|
|
649
649
|
sourceCitations: z.ZodArray<z.ZodString, "many">;
|
|
@@ -700,19 +700,19 @@ declare const PrimitiveMaturityMatrixContractSchema: z.ZodObject<{
|
|
|
700
700
|
requiredDocsRefreshes: z.ZodArray<z.ZodString, "many">;
|
|
701
701
|
redOrangeFollowOns: z.ZodArray<z.ZodString, "many">;
|
|
702
702
|
}, "strip", z.ZodTypeAny, {
|
|
703
|
+
storageLocatorSemantic: false;
|
|
703
704
|
identity: {
|
|
704
705
|
status: string;
|
|
705
706
|
canonicalPublicIdField: string;
|
|
706
707
|
canonicalPublicIdVersion: "uuidv7";
|
|
707
|
-
storageLocatorField: string;
|
|
708
708
|
storageLocatorSemantic: false;
|
|
709
|
+
storageLocatorField: string;
|
|
709
710
|
compatibilityAliases: string[];
|
|
710
711
|
};
|
|
711
|
-
displayName: string;
|
|
712
|
-
storageKind: "epistemic_node" | "worktree_record" | "runtime_record";
|
|
713
|
-
storageLocatorSemantic: false;
|
|
714
712
|
primitiveUuid: string;
|
|
715
713
|
sourceCitations: string[];
|
|
714
|
+
displayName: string;
|
|
715
|
+
storageKind: "epistemic_node" | "worktree_record" | "runtime_record";
|
|
716
716
|
scores: {
|
|
717
717
|
score: number;
|
|
718
718
|
evidenceRefs: string[];
|
|
@@ -739,19 +739,19 @@ declare const PrimitiveMaturityMatrixContractSchema: z.ZodObject<{
|
|
|
739
739
|
requiredDocsRefreshes: string[];
|
|
740
740
|
redOrangeFollowOns: string[];
|
|
741
741
|
}, {
|
|
742
|
+
storageLocatorSemantic: false;
|
|
742
743
|
identity: {
|
|
743
744
|
status: string;
|
|
744
745
|
canonicalPublicIdField: string;
|
|
745
746
|
canonicalPublicIdVersion: "uuidv7";
|
|
746
|
-
storageLocatorField: string;
|
|
747
747
|
storageLocatorSemantic: false;
|
|
748
|
+
storageLocatorField: string;
|
|
748
749
|
compatibilityAliases: string[];
|
|
749
750
|
};
|
|
750
|
-
displayName: string;
|
|
751
|
-
storageKind: "epistemic_node" | "worktree_record" | "runtime_record";
|
|
752
|
-
storageLocatorSemantic: false;
|
|
753
751
|
primitiveUuid: string;
|
|
754
752
|
sourceCitations: string[];
|
|
753
|
+
displayName: string;
|
|
754
|
+
storageKind: "epistemic_node" | "worktree_record" | "runtime_record";
|
|
755
755
|
scores: {
|
|
756
756
|
score: number;
|
|
757
757
|
evidenceRefs: string[];
|
|
@@ -824,8 +824,6 @@ declare const PrimitiveMaturityMatrixContractSchema: z.ZodObject<{
|
|
|
824
824
|
docsRefreshCoverage: 1;
|
|
825
825
|
}>;
|
|
826
826
|
}, "strip", z.ZodTypeAny, {
|
|
827
|
-
matrixUuid: string;
|
|
828
|
-
rubricCompositionKey: "concept_maturity_rubric_v1";
|
|
829
827
|
compositionKey: "primitive_maturity_matrix_v1";
|
|
830
828
|
quality: {
|
|
831
829
|
manifestPrimitiveCoverage: 1;
|
|
@@ -837,6 +835,8 @@ declare const PrimitiveMaturityMatrixContractSchema: z.ZodObject<{
|
|
|
837
835
|
codeOwnershipCoverage: 1;
|
|
838
836
|
docsRefreshCoverage: 1;
|
|
839
837
|
};
|
|
838
|
+
matrixUuid: string;
|
|
839
|
+
rubricCompositionKey: "concept_maturity_rubric_v1";
|
|
840
840
|
expectedRefusals: string[];
|
|
841
841
|
dimensions: ("compiler_surface_readiness" | "docs_canon" | "state_evolution" | "edge_semantics" | "confidence_provenance" | "code_ownership" | "test_fixture_coverage")[];
|
|
842
842
|
liveGraphFindings: {
|
|
@@ -848,19 +848,19 @@ declare const PrimitiveMaturityMatrixContractSchema: z.ZodObject<{
|
|
|
848
848
|
matrixUuidVersion: "uuidv7";
|
|
849
849
|
generatedFromManifestVersion: "1.0.0";
|
|
850
850
|
rows: {
|
|
851
|
+
storageLocatorSemantic: false;
|
|
851
852
|
identity: {
|
|
852
853
|
status: string;
|
|
853
854
|
canonicalPublicIdField: string;
|
|
854
855
|
canonicalPublicIdVersion: "uuidv7";
|
|
855
|
-
storageLocatorField: string;
|
|
856
856
|
storageLocatorSemantic: false;
|
|
857
|
+
storageLocatorField: string;
|
|
857
858
|
compatibilityAliases: string[];
|
|
858
859
|
};
|
|
859
|
-
displayName: string;
|
|
860
|
-
storageKind: "epistemic_node" | "worktree_record" | "runtime_record";
|
|
861
|
-
storageLocatorSemantic: false;
|
|
862
860
|
primitiveUuid: string;
|
|
863
861
|
sourceCitations: string[];
|
|
862
|
+
displayName: string;
|
|
863
|
+
storageKind: "epistemic_node" | "worktree_record" | "runtime_record";
|
|
864
864
|
scores: {
|
|
865
865
|
score: number;
|
|
866
866
|
evidenceRefs: string[];
|
|
@@ -888,8 +888,6 @@ declare const PrimitiveMaturityMatrixContractSchema: z.ZodObject<{
|
|
|
888
888
|
redOrangeFollowOns: string[];
|
|
889
889
|
}[];
|
|
890
890
|
}, {
|
|
891
|
-
matrixUuid: string;
|
|
892
|
-
rubricCompositionKey: "concept_maturity_rubric_v1";
|
|
893
891
|
compositionKey: "primitive_maturity_matrix_v1";
|
|
894
892
|
quality: {
|
|
895
893
|
manifestPrimitiveCoverage: 1;
|
|
@@ -901,6 +899,8 @@ declare const PrimitiveMaturityMatrixContractSchema: z.ZodObject<{
|
|
|
901
899
|
codeOwnershipCoverage: 1;
|
|
902
900
|
docsRefreshCoverage: 1;
|
|
903
901
|
};
|
|
902
|
+
matrixUuid: string;
|
|
903
|
+
rubricCompositionKey: "concept_maturity_rubric_v1";
|
|
904
904
|
expectedRefusals: string[];
|
|
905
905
|
dimensions: ("compiler_surface_readiness" | "docs_canon" | "state_evolution" | "edge_semantics" | "confidence_provenance" | "code_ownership" | "test_fixture_coverage")[];
|
|
906
906
|
liveGraphFindings: {
|
|
@@ -912,19 +912,19 @@ declare const PrimitiveMaturityMatrixContractSchema: z.ZodObject<{
|
|
|
912
912
|
matrixUuidVersion: "uuidv7";
|
|
913
913
|
generatedFromManifestVersion: "1.0.0";
|
|
914
914
|
rows: {
|
|
915
|
+
storageLocatorSemantic: false;
|
|
915
916
|
identity: {
|
|
916
917
|
status: string;
|
|
917
918
|
canonicalPublicIdField: string;
|
|
918
919
|
canonicalPublicIdVersion: "uuidv7";
|
|
919
|
-
storageLocatorField: string;
|
|
920
920
|
storageLocatorSemantic: false;
|
|
921
|
+
storageLocatorField: string;
|
|
921
922
|
compatibilityAliases: string[];
|
|
922
923
|
};
|
|
923
|
-
displayName: string;
|
|
924
|
-
storageKind: "epistemic_node" | "worktree_record" | "runtime_record";
|
|
925
|
-
storageLocatorSemantic: false;
|
|
926
924
|
primitiveUuid: string;
|
|
927
925
|
sourceCitations: string[];
|
|
926
|
+
displayName: string;
|
|
927
|
+
storageKind: "epistemic_node" | "worktree_record" | "runtime_record";
|
|
928
928
|
scores: {
|
|
929
929
|
score: number;
|
|
930
930
|
evidenceRefs: string[];
|
|
@@ -954,17 +954,15 @@ declare const PrimitiveMaturityMatrixContractSchema: z.ZodObject<{
|
|
|
954
954
|
}>;
|
|
955
955
|
}, "strip", z.ZodTypeAny, {
|
|
956
956
|
worktree: "C2-LY.2";
|
|
957
|
-
lane: "c2-ly-concept-maturity-industrialization";
|
|
958
957
|
contractVersion: "c2_ly_primitive_maturity_matrix.v1";
|
|
958
|
+
lane: "c2-ly-concept-maturity-industrialization";
|
|
959
|
+
graphWorktreeId: "tn70c6s4hw6t5fp5wzz5f3pd8s85vct0";
|
|
960
|
+
compositionKey: "primitive_maturity_matrix_v1";
|
|
959
961
|
dependsOn: string[];
|
|
960
962
|
sourceAnchors: string[];
|
|
961
|
-
graphWorktreeId: "tn70c6s4hw6t5fp5wzz5f3pd8s85vct0";
|
|
962
963
|
rules: string[];
|
|
963
|
-
compositionKey: "primitive_maturity_matrix_v1";
|
|
964
964
|
graphTargetQuestionNodeId: "n9747xgb815hnrrj2jzpejhtmn87w1v2";
|
|
965
965
|
matrix: {
|
|
966
|
-
matrixUuid: string;
|
|
967
|
-
rubricCompositionKey: "concept_maturity_rubric_v1";
|
|
968
966
|
compositionKey: "primitive_maturity_matrix_v1";
|
|
969
967
|
quality: {
|
|
970
968
|
manifestPrimitiveCoverage: 1;
|
|
@@ -976,6 +974,8 @@ declare const PrimitiveMaturityMatrixContractSchema: z.ZodObject<{
|
|
|
976
974
|
codeOwnershipCoverage: 1;
|
|
977
975
|
docsRefreshCoverage: 1;
|
|
978
976
|
};
|
|
977
|
+
matrixUuid: string;
|
|
978
|
+
rubricCompositionKey: "concept_maturity_rubric_v1";
|
|
979
979
|
expectedRefusals: string[];
|
|
980
980
|
dimensions: ("compiler_surface_readiness" | "docs_canon" | "state_evolution" | "edge_semantics" | "confidence_provenance" | "code_ownership" | "test_fixture_coverage")[];
|
|
981
981
|
liveGraphFindings: {
|
|
@@ -987,19 +987,19 @@ declare const PrimitiveMaturityMatrixContractSchema: z.ZodObject<{
|
|
|
987
987
|
matrixUuidVersion: "uuidv7";
|
|
988
988
|
generatedFromManifestVersion: "1.0.0";
|
|
989
989
|
rows: {
|
|
990
|
+
storageLocatorSemantic: false;
|
|
990
991
|
identity: {
|
|
991
992
|
status: string;
|
|
992
993
|
canonicalPublicIdField: string;
|
|
993
994
|
canonicalPublicIdVersion: "uuidv7";
|
|
994
|
-
storageLocatorField: string;
|
|
995
995
|
storageLocatorSemantic: false;
|
|
996
|
+
storageLocatorField: string;
|
|
996
997
|
compatibilityAliases: string[];
|
|
997
998
|
};
|
|
998
|
-
displayName: string;
|
|
999
|
-
storageKind: "epistemic_node" | "worktree_record" | "runtime_record";
|
|
1000
|
-
storageLocatorSemantic: false;
|
|
1001
999
|
primitiveUuid: string;
|
|
1002
1000
|
sourceCitations: string[];
|
|
1001
|
+
displayName: string;
|
|
1002
|
+
storageKind: "epistemic_node" | "worktree_record" | "runtime_record";
|
|
1003
1003
|
scores: {
|
|
1004
1004
|
score: number;
|
|
1005
1005
|
evidenceRefs: string[];
|
|
@@ -1029,17 +1029,15 @@ declare const PrimitiveMaturityMatrixContractSchema: z.ZodObject<{
|
|
|
1029
1029
|
};
|
|
1030
1030
|
}, {
|
|
1031
1031
|
worktree: "C2-LY.2";
|
|
1032
|
-
lane: "c2-ly-concept-maturity-industrialization";
|
|
1033
1032
|
contractVersion: "c2_ly_primitive_maturity_matrix.v1";
|
|
1033
|
+
lane: "c2-ly-concept-maturity-industrialization";
|
|
1034
|
+
graphWorktreeId: "tn70c6s4hw6t5fp5wzz5f3pd8s85vct0";
|
|
1035
|
+
compositionKey: "primitive_maturity_matrix_v1";
|
|
1034
1036
|
dependsOn: string[];
|
|
1035
1037
|
sourceAnchors: string[];
|
|
1036
|
-
graphWorktreeId: "tn70c6s4hw6t5fp5wzz5f3pd8s85vct0";
|
|
1037
1038
|
rules: string[];
|
|
1038
|
-
compositionKey: "primitive_maturity_matrix_v1";
|
|
1039
1039
|
graphTargetQuestionNodeId: "n9747xgb815hnrrj2jzpejhtmn87w1v2";
|
|
1040
1040
|
matrix: {
|
|
1041
|
-
matrixUuid: string;
|
|
1042
|
-
rubricCompositionKey: "concept_maturity_rubric_v1";
|
|
1043
1041
|
compositionKey: "primitive_maturity_matrix_v1";
|
|
1044
1042
|
quality: {
|
|
1045
1043
|
manifestPrimitiveCoverage: 1;
|
|
@@ -1051,6 +1049,8 @@ declare const PrimitiveMaturityMatrixContractSchema: z.ZodObject<{
|
|
|
1051
1049
|
codeOwnershipCoverage: 1;
|
|
1052
1050
|
docsRefreshCoverage: 1;
|
|
1053
1051
|
};
|
|
1052
|
+
matrixUuid: string;
|
|
1053
|
+
rubricCompositionKey: "concept_maturity_rubric_v1";
|
|
1054
1054
|
expectedRefusals: string[];
|
|
1055
1055
|
dimensions: ("compiler_surface_readiness" | "docs_canon" | "state_evolution" | "edge_semantics" | "confidence_provenance" | "code_ownership" | "test_fixture_coverage")[];
|
|
1056
1056
|
liveGraphFindings: {
|
|
@@ -1062,19 +1062,19 @@ declare const PrimitiveMaturityMatrixContractSchema: z.ZodObject<{
|
|
|
1062
1062
|
matrixUuidVersion: "uuidv7";
|
|
1063
1063
|
generatedFromManifestVersion: "1.0.0";
|
|
1064
1064
|
rows: {
|
|
1065
|
+
storageLocatorSemantic: false;
|
|
1065
1066
|
identity: {
|
|
1066
1067
|
status: string;
|
|
1067
1068
|
canonicalPublicIdField: string;
|
|
1068
1069
|
canonicalPublicIdVersion: "uuidv7";
|
|
1069
|
-
storageLocatorField: string;
|
|
1070
1070
|
storageLocatorSemantic: false;
|
|
1071
|
+
storageLocatorField: string;
|
|
1071
1072
|
compatibilityAliases: string[];
|
|
1072
1073
|
};
|
|
1073
|
-
displayName: string;
|
|
1074
|
-
storageKind: "epistemic_node" | "worktree_record" | "runtime_record";
|
|
1075
|
-
storageLocatorSemantic: false;
|
|
1076
1074
|
primitiveUuid: string;
|
|
1077
1075
|
sourceCitations: string[];
|
|
1076
|
+
displayName: string;
|
|
1077
|
+
storageKind: "epistemic_node" | "worktree_record" | "runtime_record";
|
|
1078
1078
|
scores: {
|
|
1079
1079
|
score: number;
|
|
1080
1080
|
evidenceRefs: string[];
|
|
@@ -1134,12 +1134,12 @@ declare const PRIMITIVE_MATURITY_MATRIX_CONTRACT: {
|
|
|
1134
1134
|
status: "declared_pending_c2_lt" | "locked";
|
|
1135
1135
|
canonicalPublicIdField: string;
|
|
1136
1136
|
canonicalPublicIdVersion: "uuidv7";
|
|
1137
|
-
storageLocatorField: string;
|
|
1138
1137
|
storageLocatorSemantic: false;
|
|
1138
|
+
storageLocatorField: string;
|
|
1139
1139
|
compatibilityAliases: string[];
|
|
1140
1140
|
};
|
|
1141
1141
|
sourceCitations: string[];
|
|
1142
|
-
currentCodeOwnershipPaths: ("
|
|
1142
|
+
currentCodeOwnershipPaths: ("docs/reference/contracts/agent-run-contracts.md" | "services/master-control/convex/agentSessionScopes.ts" | "packages/reasoning-kernel/src/adapters/beliefs.lifecycle.ts" | "packages/contracts/src/manifests/data-model-manifest.ts" | "packages/reasoning-kernel/src/adapters/topics.ts" | "packages/reasoning-kernel/src/adapters/topicsHelpers.ts" | "modules/topics/src/v1/operations/index.ts" | "packages/reasoning-kernel/src/adapters/beliefs.shared.ts" | "modules/beliefs/src/index.ts" | "packages/reasoning-kernel/src/adapters/evidenceCreate.ts" | "packages/reasoning-kernel/src/adapters/evidenceQueries.ts" | "packages/reasoning-kernel/src/adapters/evidenceMutations.ts" | "packages/reasoning-kernel/src/adapters/questions.ts" | "packages/reasoning-kernel/src/adapters/questionsCreateMutations.ts" | "modules/questions/src/v1/operations/index.ts" | "packages/reasoning-kernel/src/adapters/worktrees.ts" | "modules/worktrees/src/v1/engine/worktreesMutations.ts" | "modules/worktrees/src/v1/operations/updateWorktreeTargets.ts")[];
|
|
1143
1143
|
schemaOwnership: {
|
|
1144
1144
|
primaryTables: ("beliefConfidence" | "beliefEvidenceLinks" | "epistemicNodes" | "questionEvidenceLinks" | "tasks" | "topics" | "worktrees" | "agentRuns" | "agentSessionScopes")[];
|
|
1145
1145
|
tableOwner: "kernel.graph.epistemicNodes" | "kernel.graph.evidence" | "kernel.worktree.worktrees" | "kernel.agent_runs";
|
|
@@ -1150,7 +1150,7 @@ declare const PRIMITIVE_MATURITY_MATRIX_CONTRACT: {
|
|
|
1150
1150
|
scores: {
|
|
1151
1151
|
evidenceRefs: string[];
|
|
1152
1152
|
knownGaps: ("Legacy topics table still mirrors topic epistemic nodes." | "Topic tree has missing parents, duplicates, and empty topics in the June 1 audit." | "Belief-to-topic membership edges are absent in the June 1 audit." | "create_belief currently fails for LY graph anchors with prod 500s." | "Evidence taxonomy and target-scope normalization are not locked until C2-RC.1." | "Evidence creation cannot close LY worktrees while belief targeting is blocked." | "Question pressure and forecast-range maturity are deferred to C2-LY.3." | "Question answer readbacks do not yet mark questions closed in worktree context." | "Many worktrees lack target belief backreferences." | "Worktree maturity and graph-branch semantics are deferred to C2-LY.4." | "Agent Run remains a target runtime product until C2-LK.1." | "Traversal mode constitution is not executable until C2-LK.2.")[];
|
|
1153
|
-
followOnWorktrees: ("C2-LC.1" | "C2-LV.1" | "C2-LK.1" | "C2-LK.2" | "C2-LB.3" | "C2-LB.2" | "C2-RC.1" | "C2-
|
|
1153
|
+
followOnWorktrees: ("C2-LC.1" | "C2-LV.1" | "C2-LK.1" | "C2-LK.2" | "C2-LB.3" | "C2-LB.2" | "C2-RC.1" | "C2-LY.3" | "C2-LY.4" | "C2-RD.1" | "C2-RB.1" | "C2-RE.1" | "C2-LP.1" | "GV2.3" | "GV2.4")[];
|
|
1154
1154
|
axis: ConceptMaturityAxis;
|
|
1155
1155
|
band: ConceptMaturityBand;
|
|
1156
1156
|
dimensionKey: PrimitiveMaturityDimension;
|
|
@@ -1161,8 +1161,8 @@ declare const PRIMITIVE_MATURITY_MATRIX_CONTRACT: {
|
|
|
1161
1161
|
bridgeMaturityBand: "red" | "orange" | "green";
|
|
1162
1162
|
overallDisposition: "orange_track_before_runtime" | "green_substrate_grade";
|
|
1163
1163
|
knownGaps: ("Legacy topics table still mirrors topic epistemic nodes." | "Topic tree has missing parents, duplicates, and empty topics in the June 1 audit." | "Belief-to-topic membership edges are absent in the June 1 audit." | "create_belief currently fails for LY graph anchors with prod 500s." | "Evidence taxonomy and target-scope normalization are not locked until C2-RC.1." | "Evidence creation cannot close LY worktrees while belief targeting is blocked." | "Question pressure and forecast-range maturity are deferred to C2-LY.3." | "Question answer readbacks do not yet mark questions closed in worktree context." | "Many worktrees lack target belief backreferences." | "Worktree maturity and graph-branch semantics are deferred to C2-LY.4." | "Agent Run remains a target runtime product until C2-LK.1." | "Traversal mode constitution is not executable until C2-LK.2.")[];
|
|
1164
|
-
requiredDocsRefreshes: ("docs/reference/contracts/agent-run-contracts.md" | "docs/reference/contracts/confidence-operators.md" | "docs/systems/reasoning-kernel/data-model/graph.md" | "docs/engineering/dev-loop/worktree-task-workflows.md" | "docs/engineering/dev-loop/pr-handoff-package.md" | "docs/reference/
|
|
1165
|
-
redOrangeFollowOns: ("C2-LC.1" | "C2-LV.1" | "C2-LK.1" | "C2-LK.2" | "C2-LB.3" | "C2-LB.2" | "C2-RC.1" | "C2-
|
|
1164
|
+
requiredDocsRefreshes: ("docs/reference/contracts/data-model-manifest.md" | "docs/reference/contracts/agent-run-contracts.md" | "docs/reference/contracts/confidence-operators.md" | "docs/systems/reasoning-kernel/data-model/graph.md" | "docs/engineering/dev-loop/worktree-task-workflows.md" | "docs/engineering/dev-loop/pr-handoff-package.md" | "docs/reference/surfaces/function-surface.md" | "docs/roadmap/campaigns/c2-substrate/lanes/c2-ly-concept-maturity-industrialization/README.md" | "docs/roadmap/campaigns/c2-substrate/README.md#l5-c2-lk-agent-run-2-worktrees" | "docs/roadmap/campaigns/c2-substrate/README.md#l5-c2-rc-evidence-taxonomy-and-target-scope-1-worktree-parallel-to-lk")[];
|
|
1165
|
+
redOrangeFollowOns: ("C2-LC.1" | "C2-LV.1" | "C2-LK.1" | "C2-LK.2" | "C2-LB.3" | "C2-LB.2" | "C2-RC.1" | "C2-LY.3" | "C2-LY.4" | "C2-RD.1" | "C2-RB.1" | "C2-RE.1" | "C2-LP.1" | "GV2.3" | "GV2.4")[];
|
|
1166
1166
|
}[];
|
|
1167
1167
|
expectedRefusals: string[];
|
|
1168
1168
|
liveGraphFindings: {
|
|
@@ -1185,17 +1185,15 @@ declare const PRIMITIVE_MATURITY_MATRIX_CONTRACT: {
|
|
|
1185
1185
|
};
|
|
1186
1186
|
declare const parsedPrimitiveMaturityMatrixContract: {
|
|
1187
1187
|
worktree: "C2-LY.2";
|
|
1188
|
-
lane: "c2-ly-concept-maturity-industrialization";
|
|
1189
1188
|
contractVersion: "c2_ly_primitive_maturity_matrix.v1";
|
|
1189
|
+
lane: "c2-ly-concept-maturity-industrialization";
|
|
1190
|
+
graphWorktreeId: "tn70c6s4hw6t5fp5wzz5f3pd8s85vct0";
|
|
1191
|
+
compositionKey: "primitive_maturity_matrix_v1";
|
|
1190
1192
|
dependsOn: string[];
|
|
1191
1193
|
sourceAnchors: string[];
|
|
1192
|
-
graphWorktreeId: "tn70c6s4hw6t5fp5wzz5f3pd8s85vct0";
|
|
1193
1194
|
rules: string[];
|
|
1194
|
-
compositionKey: "primitive_maturity_matrix_v1";
|
|
1195
1195
|
graphTargetQuestionNodeId: "n9747xgb815hnrrj2jzpejhtmn87w1v2";
|
|
1196
1196
|
matrix: {
|
|
1197
|
-
matrixUuid: string;
|
|
1198
|
-
rubricCompositionKey: "concept_maturity_rubric_v1";
|
|
1199
1197
|
compositionKey: "primitive_maturity_matrix_v1";
|
|
1200
1198
|
quality: {
|
|
1201
1199
|
manifestPrimitiveCoverage: 1;
|
|
@@ -1207,6 +1205,8 @@ declare const parsedPrimitiveMaturityMatrixContract: {
|
|
|
1207
1205
|
codeOwnershipCoverage: 1;
|
|
1208
1206
|
docsRefreshCoverage: 1;
|
|
1209
1207
|
};
|
|
1208
|
+
matrixUuid: string;
|
|
1209
|
+
rubricCompositionKey: "concept_maturity_rubric_v1";
|
|
1210
1210
|
expectedRefusals: string[];
|
|
1211
1211
|
dimensions: ("compiler_surface_readiness" | "docs_canon" | "state_evolution" | "edge_semantics" | "confidence_provenance" | "code_ownership" | "test_fixture_coverage")[];
|
|
1212
1212
|
liveGraphFindings: {
|
|
@@ -1218,19 +1218,19 @@ declare const parsedPrimitiveMaturityMatrixContract: {
|
|
|
1218
1218
|
matrixUuidVersion: "uuidv7";
|
|
1219
1219
|
generatedFromManifestVersion: "1.0.0";
|
|
1220
1220
|
rows: {
|
|
1221
|
+
storageLocatorSemantic: false;
|
|
1221
1222
|
identity: {
|
|
1222
1223
|
status: string;
|
|
1223
1224
|
canonicalPublicIdField: string;
|
|
1224
1225
|
canonicalPublicIdVersion: "uuidv7";
|
|
1225
|
-
storageLocatorField: string;
|
|
1226
1226
|
storageLocatorSemantic: false;
|
|
1227
|
+
storageLocatorField: string;
|
|
1227
1228
|
compatibilityAliases: string[];
|
|
1228
1229
|
};
|
|
1229
|
-
displayName: string;
|
|
1230
|
-
storageKind: "epistemic_node" | "worktree_record" | "runtime_record";
|
|
1231
|
-
storageLocatorSemantic: false;
|
|
1232
1230
|
primitiveUuid: string;
|
|
1233
1231
|
sourceCitations: string[];
|
|
1232
|
+
displayName: string;
|
|
1233
|
+
storageKind: "epistemic_node" | "worktree_record" | "runtime_record";
|
|
1234
1234
|
scores: {
|
|
1235
1235
|
score: number;
|
|
1236
1236
|
evidenceRefs: string[];
|
|
@@ -1272,10 +1272,10 @@ declare const PRIMITIVE_MATURITY_MATRIX_COMPOSITION_ROW: {
|
|
|
1272
1272
|
allowedDepths: ("low" | "medium" | "high" | "extra-high")[];
|
|
1273
1273
|
qualityVector: string[];
|
|
1274
1274
|
identity: {
|
|
1275
|
+
registryKeyField: "key";
|
|
1275
1276
|
canonicalPublicIdField: "compositionUuid";
|
|
1276
1277
|
canonicalPublicIdVersion: "uuidv7";
|
|
1277
1278
|
storageLocatorSemantic: false;
|
|
1278
|
-
registryKeyField: "key";
|
|
1279
1279
|
contentAddressFields: string[];
|
|
1280
1280
|
};
|
|
1281
1281
|
authorization: {
|
|
@@ -1314,10 +1314,10 @@ declare const PRIMITIVE_MATURITY_MATRIX_COMPOSITION_ROW: {
|
|
|
1314
1314
|
allowedDepths: ("medium" | "high" | "extra-high")[];
|
|
1315
1315
|
qualityVector: string[];
|
|
1316
1316
|
identity: {
|
|
1317
|
+
registryKeyField: "key";
|
|
1317
1318
|
canonicalPublicIdField: "compositionUuid";
|
|
1318
1319
|
canonicalPublicIdVersion: "uuidv7";
|
|
1319
1320
|
storageLocatorSemantic: false;
|
|
1320
|
-
registryKeyField: "key";
|
|
1321
1321
|
contentAddressFields: string[];
|
|
1322
1322
|
};
|
|
1323
1323
|
authorization: {
|
|
@@ -1356,10 +1356,10 @@ declare const PRIMITIVE_MATURITY_MATRIX_COMPOSITION_ROW: {
|
|
|
1356
1356
|
allowedDepths: ("low" | "medium" | "high" | "extra-high")[];
|
|
1357
1357
|
qualityVector: string[];
|
|
1358
1358
|
identity: {
|
|
1359
|
+
registryKeyField: "key";
|
|
1359
1360
|
canonicalPublicIdField: "compositionUuid";
|
|
1360
1361
|
canonicalPublicIdVersion: "uuidv7";
|
|
1361
1362
|
storageLocatorSemantic: false;
|
|
1362
|
-
registryKeyField: "key";
|
|
1363
1363
|
contentAddressFields: string[];
|
|
1364
1364
|
};
|
|
1365
1365
|
authorization: {
|
|
@@ -1398,10 +1398,10 @@ declare const PRIMITIVE_MATURITY_MATRIX_COMPOSITION_ROW: {
|
|
|
1398
1398
|
allowedDepths: ("low" | "medium" | "high" | "extra-high")[];
|
|
1399
1399
|
qualityVector: string[];
|
|
1400
1400
|
identity: {
|
|
1401
|
+
registryKeyField: "key";
|
|
1401
1402
|
canonicalPublicIdField: "compositionUuid";
|
|
1402
1403
|
canonicalPublicIdVersion: "uuidv7";
|
|
1403
1404
|
storageLocatorSemantic: false;
|
|
1404
|
-
registryKeyField: "key";
|
|
1405
1405
|
contentAddressFields: string[];
|
|
1406
1406
|
};
|
|
1407
1407
|
authorization: {
|
|
@@ -1431,19 +1431,19 @@ declare const PRIMITIVE_MATURITY_MATRIX_COMPOSITION_ROW: {
|
|
|
1431
1431
|
key: string;
|
|
1432
1432
|
emittedAs: string;
|
|
1433
1433
|
classification: "substrate_contract";
|
|
1434
|
-
lifecycle: "
|
|
1434
|
+
lifecycle: "reserved";
|
|
1435
1435
|
ownerLane: string;
|
|
1436
1436
|
dependsOn: string[];
|
|
1437
1437
|
primitives: string[];
|
|
1438
1438
|
sourceSurfaces: string[];
|
|
1439
1439
|
defaultDepth: "extra-high";
|
|
1440
|
-
allowedDepths: ("
|
|
1440
|
+
allowedDepths: ("high" | "extra-high")[];
|
|
1441
1441
|
qualityVector: string[];
|
|
1442
1442
|
identity: {
|
|
1443
|
+
registryKeyField: "key";
|
|
1443
1444
|
canonicalPublicIdField: "compositionUuid";
|
|
1444
1445
|
canonicalPublicIdVersion: "uuidv7";
|
|
1445
1446
|
storageLocatorSemantic: false;
|
|
1446
|
-
registryKeyField: "key";
|
|
1447
1447
|
contentAddressFields: string[];
|
|
1448
1448
|
};
|
|
1449
1449
|
authorization: {
|
|
@@ -1478,14 +1478,14 @@ declare const PRIMITIVE_MATURITY_MATRIX_COMPOSITION_ROW: {
|
|
|
1478
1478
|
dependsOn: string[];
|
|
1479
1479
|
primitives: string[];
|
|
1480
1480
|
sourceSurfaces: string[];
|
|
1481
|
-
defaultDepth: "
|
|
1482
|
-
allowedDepths: ("high" | "extra-high")[];
|
|
1481
|
+
defaultDepth: "high";
|
|
1482
|
+
allowedDepths: ("medium" | "high" | "extra-high")[];
|
|
1483
1483
|
qualityVector: string[];
|
|
1484
1484
|
identity: {
|
|
1485
|
+
registryKeyField: "key";
|
|
1485
1486
|
canonicalPublicIdField: "compositionUuid";
|
|
1486
1487
|
canonicalPublicIdVersion: "uuidv7";
|
|
1487
1488
|
storageLocatorSemantic: false;
|
|
1488
|
-
registryKeyField: "key";
|
|
1489
1489
|
contentAddressFields: string[];
|
|
1490
1490
|
};
|
|
1491
1491
|
authorization: {
|
|
@@ -1515,19 +1515,19 @@ declare const PRIMITIVE_MATURITY_MATRIX_COMPOSITION_ROW: {
|
|
|
1515
1515
|
key: string;
|
|
1516
1516
|
emittedAs: string;
|
|
1517
1517
|
classification: "substrate_contract";
|
|
1518
|
-
lifecycle: "
|
|
1518
|
+
lifecycle: "current";
|
|
1519
1519
|
ownerLane: string;
|
|
1520
1520
|
dependsOn: string[];
|
|
1521
1521
|
primitives: string[];
|
|
1522
1522
|
sourceSurfaces: string[];
|
|
1523
|
-
defaultDepth: "high";
|
|
1524
|
-
allowedDepths: ("medium" | "high" | "extra-high")[];
|
|
1523
|
+
defaultDepth: "extra-high";
|
|
1524
|
+
allowedDepths: ("low" | "medium" | "high" | "extra-high")[];
|
|
1525
1525
|
qualityVector: string[];
|
|
1526
1526
|
identity: {
|
|
1527
|
+
registryKeyField: "key";
|
|
1527
1528
|
canonicalPublicIdField: "compositionUuid";
|
|
1528
1529
|
canonicalPublicIdVersion: "uuidv7";
|
|
1529
1530
|
storageLocatorSemantic: false;
|
|
1530
|
-
registryKeyField: "key";
|
|
1531
1531
|
contentAddressFields: string[];
|
|
1532
1532
|
};
|
|
1533
1533
|
authorization: {
|