@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
|
@@ -24,20 +24,20 @@ declare const StructuralAdoptionProjectionSchema: z.ZodObject<{
|
|
|
24
24
|
campaign: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
25
25
|
orderInLane: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
26
26
|
}, "strip", z.ZodTypeAny, {
|
|
27
|
-
source: "code" | "worktreeBeliefCluster" | "worktrees.targetBeliefIds" | "docs" | "operator_receipt";
|
|
28
27
|
path: string;
|
|
28
|
+
source: "code" | "docs" | "worktreeBeliefCluster" | "worktrees.targetBeliefIds" | "operator_receipt";
|
|
29
29
|
relationType: string;
|
|
30
|
-
worktreeId?: string | undefined;
|
|
31
|
-
lane?: string | null | undefined;
|
|
32
30
|
campaign?: number | null | undefined;
|
|
31
|
+
lane?: string | null | undefined;
|
|
32
|
+
worktreeId?: string | undefined;
|
|
33
33
|
orderInLane?: number | null | undefined;
|
|
34
34
|
}, {
|
|
35
|
-
source: "code" | "worktreeBeliefCluster" | "worktrees.targetBeliefIds" | "docs" | "operator_receipt";
|
|
36
35
|
path: string;
|
|
36
|
+
source: "code" | "docs" | "worktreeBeliefCluster" | "worktrees.targetBeliefIds" | "operator_receipt";
|
|
37
37
|
relationType: string;
|
|
38
|
-
worktreeId?: string | undefined;
|
|
39
|
-
lane?: string | null | undefined;
|
|
40
38
|
campaign?: number | null | undefined;
|
|
39
|
+
lane?: string | null | undefined;
|
|
40
|
+
worktreeId?: string | undefined;
|
|
41
41
|
orderInLane?: number | null | undefined;
|
|
42
42
|
}>, "many">;
|
|
43
43
|
codeExpressionPaths: z.ZodArray<z.ZodString, "many">;
|
|
@@ -64,20 +64,21 @@ declare const StructuralAdoptionProjectionSchema: z.ZodObject<{
|
|
|
64
64
|
intrinsicSupportRequired: false;
|
|
65
65
|
}>;
|
|
66
66
|
}, "strip", z.ZodTypeAny, {
|
|
67
|
-
confidenceEffect: "none";
|
|
68
67
|
worktreeReferenceCount: number;
|
|
69
68
|
descendantCount: number;
|
|
70
69
|
repeatedOperationalUseCount: number;
|
|
71
70
|
referencePaths: {
|
|
72
|
-
source: "code" | "worktreeBeliefCluster" | "worktrees.targetBeliefIds" | "docs" | "operator_receipt";
|
|
73
71
|
path: string;
|
|
72
|
+
source: "code" | "docs" | "worktreeBeliefCluster" | "worktrees.targetBeliefIds" | "operator_receipt";
|
|
74
73
|
relationType: string;
|
|
75
|
-
worktreeId?: string | undefined;
|
|
76
|
-
lane?: string | null | undefined;
|
|
77
74
|
campaign?: number | null | undefined;
|
|
75
|
+
lane?: string | null | undefined;
|
|
76
|
+
worktreeId?: string | undefined;
|
|
78
77
|
orderInLane?: number | null | undefined;
|
|
79
78
|
}[];
|
|
80
79
|
intrinsicConfidenceMutation: false;
|
|
80
|
+
projectionVersion: "worktree_belief_adoption_projection.v1";
|
|
81
|
+
confidenceEffect: "none";
|
|
81
82
|
rankingSignals: {
|
|
82
83
|
worktreeReferenceCount: number;
|
|
83
84
|
descendantCount: number;
|
|
@@ -86,24 +87,24 @@ declare const StructuralAdoptionProjectionSchema: z.ZodObject<{
|
|
|
86
87
|
intrinsicSupportRequired: false;
|
|
87
88
|
};
|
|
88
89
|
beliefId: string;
|
|
89
|
-
projectionVersion: "worktree_belief_adoption_projection.v1";
|
|
90
90
|
codeExpressionPaths: string[];
|
|
91
91
|
docsExpressionPaths: string[];
|
|
92
92
|
}, {
|
|
93
|
-
confidenceEffect: "none";
|
|
94
93
|
worktreeReferenceCount: number;
|
|
95
94
|
descendantCount: number;
|
|
96
95
|
repeatedOperationalUseCount: number;
|
|
97
96
|
referencePaths: {
|
|
98
|
-
source: "code" | "worktreeBeliefCluster" | "worktrees.targetBeliefIds" | "docs" | "operator_receipt";
|
|
99
97
|
path: string;
|
|
98
|
+
source: "code" | "docs" | "worktreeBeliefCluster" | "worktrees.targetBeliefIds" | "operator_receipt";
|
|
100
99
|
relationType: string;
|
|
101
|
-
worktreeId?: string | undefined;
|
|
102
|
-
lane?: string | null | undefined;
|
|
103
100
|
campaign?: number | null | undefined;
|
|
101
|
+
lane?: string | null | undefined;
|
|
102
|
+
worktreeId?: string | undefined;
|
|
104
103
|
orderInLane?: number | null | undefined;
|
|
105
104
|
}[];
|
|
106
105
|
intrinsicConfidenceMutation: false;
|
|
106
|
+
projectionVersion: "worktree_belief_adoption_projection.v1";
|
|
107
|
+
confidenceEffect: "none";
|
|
107
108
|
rankingSignals: {
|
|
108
109
|
worktreeReferenceCount: number;
|
|
109
110
|
descendantCount: number;
|
|
@@ -112,7 +113,6 @@ declare const StructuralAdoptionProjectionSchema: z.ZodObject<{
|
|
|
112
113
|
intrinsicSupportRequired: false;
|
|
113
114
|
};
|
|
114
115
|
beliefId: string;
|
|
115
|
-
projectionVersion: "worktree_belief_adoption_projection.v1";
|
|
116
116
|
codeExpressionPaths: string[];
|
|
117
117
|
docsExpressionPaths: string[];
|
|
118
118
|
}>;
|
|
@@ -249,20 +249,20 @@ declare const WorktreeBeliefAdoptionContractSchema: z.ZodEffects<z.ZodObject<{
|
|
|
249
249
|
campaign: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
250
250
|
orderInLane: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
251
251
|
}, "strip", z.ZodTypeAny, {
|
|
252
|
-
source: "code" | "worktreeBeliefCluster" | "worktrees.targetBeliefIds" | "docs" | "operator_receipt";
|
|
253
252
|
path: string;
|
|
253
|
+
source: "code" | "docs" | "worktreeBeliefCluster" | "worktrees.targetBeliefIds" | "operator_receipt";
|
|
254
254
|
relationType: string;
|
|
255
|
-
worktreeId?: string | undefined;
|
|
256
|
-
lane?: string | null | undefined;
|
|
257
255
|
campaign?: number | null | undefined;
|
|
256
|
+
lane?: string | null | undefined;
|
|
257
|
+
worktreeId?: string | undefined;
|
|
258
258
|
orderInLane?: number | null | undefined;
|
|
259
259
|
}, {
|
|
260
|
-
source: "code" | "worktreeBeliefCluster" | "worktrees.targetBeliefIds" | "docs" | "operator_receipt";
|
|
261
260
|
path: string;
|
|
261
|
+
source: "code" | "docs" | "worktreeBeliefCluster" | "worktrees.targetBeliefIds" | "operator_receipt";
|
|
262
262
|
relationType: string;
|
|
263
|
-
worktreeId?: string | undefined;
|
|
264
|
-
lane?: string | null | undefined;
|
|
265
263
|
campaign?: number | null | undefined;
|
|
264
|
+
lane?: string | null | undefined;
|
|
265
|
+
worktreeId?: string | undefined;
|
|
266
266
|
orderInLane?: number | null | undefined;
|
|
267
267
|
}>, "many">;
|
|
268
268
|
codeExpressionPaths: z.ZodArray<z.ZodString, "many">;
|
|
@@ -289,20 +289,21 @@ declare const WorktreeBeliefAdoptionContractSchema: z.ZodEffects<z.ZodObject<{
|
|
|
289
289
|
intrinsicSupportRequired: false;
|
|
290
290
|
}>;
|
|
291
291
|
}, "strip", z.ZodTypeAny, {
|
|
292
|
-
confidenceEffect: "none";
|
|
293
292
|
worktreeReferenceCount: number;
|
|
294
293
|
descendantCount: number;
|
|
295
294
|
repeatedOperationalUseCount: number;
|
|
296
295
|
referencePaths: {
|
|
297
|
-
source: "code" | "worktreeBeliefCluster" | "worktrees.targetBeliefIds" | "docs" | "operator_receipt";
|
|
298
296
|
path: string;
|
|
297
|
+
source: "code" | "docs" | "worktreeBeliefCluster" | "worktrees.targetBeliefIds" | "operator_receipt";
|
|
299
298
|
relationType: string;
|
|
300
|
-
worktreeId?: string | undefined;
|
|
301
|
-
lane?: string | null | undefined;
|
|
302
299
|
campaign?: number | null | undefined;
|
|
300
|
+
lane?: string | null | undefined;
|
|
301
|
+
worktreeId?: string | undefined;
|
|
303
302
|
orderInLane?: number | null | undefined;
|
|
304
303
|
}[];
|
|
305
304
|
intrinsicConfidenceMutation: false;
|
|
305
|
+
projectionVersion: "worktree_belief_adoption_projection.v1";
|
|
306
|
+
confidenceEffect: "none";
|
|
306
307
|
rankingSignals: {
|
|
307
308
|
worktreeReferenceCount: number;
|
|
308
309
|
descendantCount: number;
|
|
@@ -311,24 +312,24 @@ declare const WorktreeBeliefAdoptionContractSchema: z.ZodEffects<z.ZodObject<{
|
|
|
311
312
|
intrinsicSupportRequired: false;
|
|
312
313
|
};
|
|
313
314
|
beliefId: string;
|
|
314
|
-
projectionVersion: "worktree_belief_adoption_projection.v1";
|
|
315
315
|
codeExpressionPaths: string[];
|
|
316
316
|
docsExpressionPaths: string[];
|
|
317
317
|
}, {
|
|
318
|
-
confidenceEffect: "none";
|
|
319
318
|
worktreeReferenceCount: number;
|
|
320
319
|
descendantCount: number;
|
|
321
320
|
repeatedOperationalUseCount: number;
|
|
322
321
|
referencePaths: {
|
|
323
|
-
source: "code" | "worktreeBeliefCluster" | "worktrees.targetBeliefIds" | "docs" | "operator_receipt";
|
|
324
322
|
path: string;
|
|
323
|
+
source: "code" | "docs" | "worktreeBeliefCluster" | "worktrees.targetBeliefIds" | "operator_receipt";
|
|
325
324
|
relationType: string;
|
|
326
|
-
worktreeId?: string | undefined;
|
|
327
|
-
lane?: string | null | undefined;
|
|
328
325
|
campaign?: number | null | undefined;
|
|
326
|
+
lane?: string | null | undefined;
|
|
327
|
+
worktreeId?: string | undefined;
|
|
329
328
|
orderInLane?: number | null | undefined;
|
|
330
329
|
}[];
|
|
331
330
|
intrinsicConfidenceMutation: false;
|
|
331
|
+
projectionVersion: "worktree_belief_adoption_projection.v1";
|
|
332
|
+
confidenceEffect: "none";
|
|
332
333
|
rankingSignals: {
|
|
333
334
|
worktreeReferenceCount: number;
|
|
334
335
|
descendantCount: number;
|
|
@@ -337,7 +338,6 @@ declare const WorktreeBeliefAdoptionContractSchema: z.ZodEffects<z.ZodObject<{
|
|
|
337
338
|
intrinsicSupportRequired: false;
|
|
338
339
|
};
|
|
339
340
|
beliefId: string;
|
|
340
|
-
projectionVersion: "worktree_belief_adoption_projection.v1";
|
|
341
341
|
codeExpressionPaths: string[];
|
|
342
342
|
docsExpressionPaths: string[];
|
|
343
343
|
}>;
|
|
@@ -351,20 +351,21 @@ declare const WorktreeBeliefAdoptionContractSchema: z.ZodEffects<z.ZodObject<{
|
|
|
351
351
|
opinion_u: number;
|
|
352
352
|
};
|
|
353
353
|
structuralAdoptionProjection: {
|
|
354
|
-
confidenceEffect: "none";
|
|
355
354
|
worktreeReferenceCount: number;
|
|
356
355
|
descendantCount: number;
|
|
357
356
|
repeatedOperationalUseCount: number;
|
|
358
357
|
referencePaths: {
|
|
359
|
-
source: "code" | "worktreeBeliefCluster" | "worktrees.targetBeliefIds" | "docs" | "operator_receipt";
|
|
360
358
|
path: string;
|
|
359
|
+
source: "code" | "docs" | "worktreeBeliefCluster" | "worktrees.targetBeliefIds" | "operator_receipt";
|
|
361
360
|
relationType: string;
|
|
362
|
-
worktreeId?: string | undefined;
|
|
363
|
-
lane?: string | null | undefined;
|
|
364
361
|
campaign?: number | null | undefined;
|
|
362
|
+
lane?: string | null | undefined;
|
|
363
|
+
worktreeId?: string | undefined;
|
|
365
364
|
orderInLane?: number | null | undefined;
|
|
366
365
|
}[];
|
|
367
366
|
intrinsicConfidenceMutation: false;
|
|
367
|
+
projectionVersion: "worktree_belief_adoption_projection.v1";
|
|
368
|
+
confidenceEffect: "none";
|
|
368
369
|
rankingSignals: {
|
|
369
370
|
worktreeReferenceCount: number;
|
|
370
371
|
descendantCount: number;
|
|
@@ -373,7 +374,6 @@ declare const WorktreeBeliefAdoptionContractSchema: z.ZodEffects<z.ZodObject<{
|
|
|
373
374
|
intrinsicSupportRequired: false;
|
|
374
375
|
};
|
|
375
376
|
beliefId: string;
|
|
376
|
-
projectionVersion: "worktree_belief_adoption_projection.v1";
|
|
377
377
|
codeExpressionPaths: string[];
|
|
378
378
|
docsExpressionPaths: string[];
|
|
379
379
|
};
|
|
@@ -387,20 +387,21 @@ declare const WorktreeBeliefAdoptionContractSchema: z.ZodEffects<z.ZodObject<{
|
|
|
387
387
|
opinion_u: number;
|
|
388
388
|
};
|
|
389
389
|
structuralAdoptionProjection: {
|
|
390
|
-
confidenceEffect: "none";
|
|
391
390
|
worktreeReferenceCount: number;
|
|
392
391
|
descendantCount: number;
|
|
393
392
|
repeatedOperationalUseCount: number;
|
|
394
393
|
referencePaths: {
|
|
395
|
-
source: "code" | "worktreeBeliefCluster" | "worktrees.targetBeliefIds" | "docs" | "operator_receipt";
|
|
396
394
|
path: string;
|
|
395
|
+
source: "code" | "docs" | "worktreeBeliefCluster" | "worktrees.targetBeliefIds" | "operator_receipt";
|
|
397
396
|
relationType: string;
|
|
398
|
-
worktreeId?: string | undefined;
|
|
399
|
-
lane?: string | null | undefined;
|
|
400
397
|
campaign?: number | null | undefined;
|
|
398
|
+
lane?: string | null | undefined;
|
|
399
|
+
worktreeId?: string | undefined;
|
|
401
400
|
orderInLane?: number | null | undefined;
|
|
402
401
|
}[];
|
|
403
402
|
intrinsicConfidenceMutation: false;
|
|
403
|
+
projectionVersion: "worktree_belief_adoption_projection.v1";
|
|
404
|
+
confidenceEffect: "none";
|
|
404
405
|
rankingSignals: {
|
|
405
406
|
worktreeReferenceCount: number;
|
|
406
407
|
descendantCount: number;
|
|
@@ -409,7 +410,6 @@ declare const WorktreeBeliefAdoptionContractSchema: z.ZodEffects<z.ZodObject<{
|
|
|
409
410
|
intrinsicSupportRequired: false;
|
|
410
411
|
};
|
|
411
412
|
beliefId: string;
|
|
412
|
-
projectionVersion: "worktree_belief_adoption_projection.v1";
|
|
413
413
|
codeExpressionPaths: string[];
|
|
414
414
|
docsExpressionPaths: string[];
|
|
415
415
|
};
|
|
@@ -563,6 +563,7 @@ declare const WorktreeBeliefAdoptionContractSchema: z.ZodEffects<z.ZodObject<{
|
|
|
563
563
|
}>;
|
|
564
564
|
}, "strip", z.ZodTypeAny, {
|
|
565
565
|
worktree: "C2-RD.1";
|
|
566
|
+
contractVersion: "c2_rd_worktree_belief_adoption.v1";
|
|
566
567
|
lane: "c2-rd-worktree-belief-backrefs-and-adoption";
|
|
567
568
|
surface: {
|
|
568
569
|
operation: "list_worktrees_by_belief";
|
|
@@ -571,9 +572,7 @@ declare const WorktreeBeliefAdoptionContractSchema: z.ZodEffects<z.ZodObject<{
|
|
|
571
572
|
cliCommand: "surface call list_worktrees_by_belief";
|
|
572
573
|
restPath: "GET /worktrees/by-belief";
|
|
573
574
|
};
|
|
574
|
-
contractVersion: "c2_rd_worktree_belief_adoption.v1";
|
|
575
575
|
graphWorktreeId: "tn74cd18y1paca8p6djs5jwa6s85wt8c";
|
|
576
|
-
modelUuid: string;
|
|
577
576
|
compositionKey: "worktree_belief_adoption_projection_v1";
|
|
578
577
|
quality: {
|
|
579
578
|
backrefQueryCoverage: 1;
|
|
@@ -583,6 +582,7 @@ declare const WorktreeBeliefAdoptionContractSchema: z.ZodEffects<z.ZodObject<{
|
|
|
583
582
|
confidenceSeparationCoverage: 1;
|
|
584
583
|
q5DeliberationCoverage: 1;
|
|
585
584
|
};
|
|
585
|
+
modelUuid: string;
|
|
586
586
|
expectedRefusals: ("intrinsic_confidence_mutation_refused" | "adoption_without_reference_path_refused" | "intent2_intrinsic_sl_only_ranking_refused" | "unclassified_empty_target_belief_worktree_refused")[];
|
|
587
587
|
emptyTargetBeliefAuditRules: {
|
|
588
588
|
disposition: "needs-backfill" | "intentionally-targetless" | "migration-debt";
|
|
@@ -598,20 +598,21 @@ declare const WorktreeBeliefAdoptionContractSchema: z.ZodEffects<z.ZodObject<{
|
|
|
598
598
|
opinion_u: number;
|
|
599
599
|
};
|
|
600
600
|
structuralAdoptionProjection: {
|
|
601
|
-
confidenceEffect: "none";
|
|
602
601
|
worktreeReferenceCount: number;
|
|
603
602
|
descendantCount: number;
|
|
604
603
|
repeatedOperationalUseCount: number;
|
|
605
604
|
referencePaths: {
|
|
606
|
-
source: "code" | "worktreeBeliefCluster" | "worktrees.targetBeliefIds" | "docs" | "operator_receipt";
|
|
607
605
|
path: string;
|
|
606
|
+
source: "code" | "docs" | "worktreeBeliefCluster" | "worktrees.targetBeliefIds" | "operator_receipt";
|
|
608
607
|
relationType: string;
|
|
609
|
-
worktreeId?: string | undefined;
|
|
610
|
-
lane?: string | null | undefined;
|
|
611
608
|
campaign?: number | null | undefined;
|
|
609
|
+
lane?: string | null | undefined;
|
|
610
|
+
worktreeId?: string | undefined;
|
|
612
611
|
orderInLane?: number | null | undefined;
|
|
613
612
|
}[];
|
|
614
613
|
intrinsicConfidenceMutation: false;
|
|
614
|
+
projectionVersion: "worktree_belief_adoption_projection.v1";
|
|
615
|
+
confidenceEffect: "none";
|
|
615
616
|
rankingSignals: {
|
|
616
617
|
worktreeReferenceCount: number;
|
|
617
618
|
descendantCount: number;
|
|
@@ -620,7 +621,6 @@ declare const WorktreeBeliefAdoptionContractSchema: z.ZodEffects<z.ZodObject<{
|
|
|
620
621
|
intrinsicSupportRequired: false;
|
|
621
622
|
};
|
|
622
623
|
beliefId: string;
|
|
623
|
-
projectionVersion: "worktree_belief_adoption_projection.v1";
|
|
624
624
|
codeExpressionPaths: string[];
|
|
625
625
|
docsExpressionPaths: string[];
|
|
626
626
|
};
|
|
@@ -655,6 +655,7 @@ declare const WorktreeBeliefAdoptionContractSchema: z.ZodEffects<z.ZodObject<{
|
|
|
655
655
|
};
|
|
656
656
|
}, {
|
|
657
657
|
worktree: "C2-RD.1";
|
|
658
|
+
contractVersion: "c2_rd_worktree_belief_adoption.v1";
|
|
658
659
|
lane: "c2-rd-worktree-belief-backrefs-and-adoption";
|
|
659
660
|
surface: {
|
|
660
661
|
operation: "list_worktrees_by_belief";
|
|
@@ -663,9 +664,7 @@ declare const WorktreeBeliefAdoptionContractSchema: z.ZodEffects<z.ZodObject<{
|
|
|
663
664
|
cliCommand: "surface call list_worktrees_by_belief";
|
|
664
665
|
restPath: "GET /worktrees/by-belief";
|
|
665
666
|
};
|
|
666
|
-
contractVersion: "c2_rd_worktree_belief_adoption.v1";
|
|
667
667
|
graphWorktreeId: "tn74cd18y1paca8p6djs5jwa6s85wt8c";
|
|
668
|
-
modelUuid: string;
|
|
669
668
|
compositionKey: "worktree_belief_adoption_projection_v1";
|
|
670
669
|
quality: {
|
|
671
670
|
backrefQueryCoverage: 1;
|
|
@@ -675,6 +674,7 @@ declare const WorktreeBeliefAdoptionContractSchema: z.ZodEffects<z.ZodObject<{
|
|
|
675
674
|
confidenceSeparationCoverage: 1;
|
|
676
675
|
q5DeliberationCoverage: 1;
|
|
677
676
|
};
|
|
677
|
+
modelUuid: string;
|
|
678
678
|
expectedRefusals: ("intrinsic_confidence_mutation_refused" | "adoption_without_reference_path_refused" | "intent2_intrinsic_sl_only_ranking_refused" | "unclassified_empty_target_belief_worktree_refused")[];
|
|
679
679
|
emptyTargetBeliefAuditRules: {
|
|
680
680
|
disposition: "needs-backfill" | "intentionally-targetless" | "migration-debt";
|
|
@@ -690,20 +690,21 @@ declare const WorktreeBeliefAdoptionContractSchema: z.ZodEffects<z.ZodObject<{
|
|
|
690
690
|
opinion_u: number;
|
|
691
691
|
};
|
|
692
692
|
structuralAdoptionProjection: {
|
|
693
|
-
confidenceEffect: "none";
|
|
694
693
|
worktreeReferenceCount: number;
|
|
695
694
|
descendantCount: number;
|
|
696
695
|
repeatedOperationalUseCount: number;
|
|
697
696
|
referencePaths: {
|
|
698
|
-
source: "code" | "worktreeBeliefCluster" | "worktrees.targetBeliefIds" | "docs" | "operator_receipt";
|
|
699
697
|
path: string;
|
|
698
|
+
source: "code" | "docs" | "worktreeBeliefCluster" | "worktrees.targetBeliefIds" | "operator_receipt";
|
|
700
699
|
relationType: string;
|
|
701
|
-
worktreeId?: string | undefined;
|
|
702
|
-
lane?: string | null | undefined;
|
|
703
700
|
campaign?: number | null | undefined;
|
|
701
|
+
lane?: string | null | undefined;
|
|
702
|
+
worktreeId?: string | undefined;
|
|
704
703
|
orderInLane?: number | null | undefined;
|
|
705
704
|
}[];
|
|
706
705
|
intrinsicConfidenceMutation: false;
|
|
706
|
+
projectionVersion: "worktree_belief_adoption_projection.v1";
|
|
707
|
+
confidenceEffect: "none";
|
|
707
708
|
rankingSignals: {
|
|
708
709
|
worktreeReferenceCount: number;
|
|
709
710
|
descendantCount: number;
|
|
@@ -712,7 +713,6 @@ declare const WorktreeBeliefAdoptionContractSchema: z.ZodEffects<z.ZodObject<{
|
|
|
712
713
|
intrinsicSupportRequired: false;
|
|
713
714
|
};
|
|
714
715
|
beliefId: string;
|
|
715
|
-
projectionVersion: "worktree_belief_adoption_projection.v1";
|
|
716
716
|
codeExpressionPaths: string[];
|
|
717
717
|
docsExpressionPaths: string[];
|
|
718
718
|
};
|
|
@@ -747,6 +747,7 @@ declare const WorktreeBeliefAdoptionContractSchema: z.ZodEffects<z.ZodObject<{
|
|
|
747
747
|
};
|
|
748
748
|
}>, {
|
|
749
749
|
worktree: "C2-RD.1";
|
|
750
|
+
contractVersion: "c2_rd_worktree_belief_adoption.v1";
|
|
750
751
|
lane: "c2-rd-worktree-belief-backrefs-and-adoption";
|
|
751
752
|
surface: {
|
|
752
753
|
operation: "list_worktrees_by_belief";
|
|
@@ -755,9 +756,7 @@ declare const WorktreeBeliefAdoptionContractSchema: z.ZodEffects<z.ZodObject<{
|
|
|
755
756
|
cliCommand: "surface call list_worktrees_by_belief";
|
|
756
757
|
restPath: "GET /worktrees/by-belief";
|
|
757
758
|
};
|
|
758
|
-
contractVersion: "c2_rd_worktree_belief_adoption.v1";
|
|
759
759
|
graphWorktreeId: "tn74cd18y1paca8p6djs5jwa6s85wt8c";
|
|
760
|
-
modelUuid: string;
|
|
761
760
|
compositionKey: "worktree_belief_adoption_projection_v1";
|
|
762
761
|
quality: {
|
|
763
762
|
backrefQueryCoverage: 1;
|
|
@@ -767,6 +766,7 @@ declare const WorktreeBeliefAdoptionContractSchema: z.ZodEffects<z.ZodObject<{
|
|
|
767
766
|
confidenceSeparationCoverage: 1;
|
|
768
767
|
q5DeliberationCoverage: 1;
|
|
769
768
|
};
|
|
769
|
+
modelUuid: string;
|
|
770
770
|
expectedRefusals: ("intrinsic_confidence_mutation_refused" | "adoption_without_reference_path_refused" | "intent2_intrinsic_sl_only_ranking_refused" | "unclassified_empty_target_belief_worktree_refused")[];
|
|
771
771
|
emptyTargetBeliefAuditRules: {
|
|
772
772
|
disposition: "needs-backfill" | "intentionally-targetless" | "migration-debt";
|
|
@@ -782,20 +782,21 @@ declare const WorktreeBeliefAdoptionContractSchema: z.ZodEffects<z.ZodObject<{
|
|
|
782
782
|
opinion_u: number;
|
|
783
783
|
};
|
|
784
784
|
structuralAdoptionProjection: {
|
|
785
|
-
confidenceEffect: "none";
|
|
786
785
|
worktreeReferenceCount: number;
|
|
787
786
|
descendantCount: number;
|
|
788
787
|
repeatedOperationalUseCount: number;
|
|
789
788
|
referencePaths: {
|
|
790
|
-
source: "code" | "worktreeBeliefCluster" | "worktrees.targetBeliefIds" | "docs" | "operator_receipt";
|
|
791
789
|
path: string;
|
|
790
|
+
source: "code" | "docs" | "worktreeBeliefCluster" | "worktrees.targetBeliefIds" | "operator_receipt";
|
|
792
791
|
relationType: string;
|
|
793
|
-
worktreeId?: string | undefined;
|
|
794
|
-
lane?: string | null | undefined;
|
|
795
792
|
campaign?: number | null | undefined;
|
|
793
|
+
lane?: string | null | undefined;
|
|
794
|
+
worktreeId?: string | undefined;
|
|
796
795
|
orderInLane?: number | null | undefined;
|
|
797
796
|
}[];
|
|
798
797
|
intrinsicConfidenceMutation: false;
|
|
798
|
+
projectionVersion: "worktree_belief_adoption_projection.v1";
|
|
799
|
+
confidenceEffect: "none";
|
|
799
800
|
rankingSignals: {
|
|
800
801
|
worktreeReferenceCount: number;
|
|
801
802
|
descendantCount: number;
|
|
@@ -804,7 +805,6 @@ declare const WorktreeBeliefAdoptionContractSchema: z.ZodEffects<z.ZodObject<{
|
|
|
804
805
|
intrinsicSupportRequired: false;
|
|
805
806
|
};
|
|
806
807
|
beliefId: string;
|
|
807
|
-
projectionVersion: "worktree_belief_adoption_projection.v1";
|
|
808
808
|
codeExpressionPaths: string[];
|
|
809
809
|
docsExpressionPaths: string[];
|
|
810
810
|
};
|
|
@@ -839,6 +839,7 @@ declare const WorktreeBeliefAdoptionContractSchema: z.ZodEffects<z.ZodObject<{
|
|
|
839
839
|
};
|
|
840
840
|
}, {
|
|
841
841
|
worktree: "C2-RD.1";
|
|
842
|
+
contractVersion: "c2_rd_worktree_belief_adoption.v1";
|
|
842
843
|
lane: "c2-rd-worktree-belief-backrefs-and-adoption";
|
|
843
844
|
surface: {
|
|
844
845
|
operation: "list_worktrees_by_belief";
|
|
@@ -847,9 +848,7 @@ declare const WorktreeBeliefAdoptionContractSchema: z.ZodEffects<z.ZodObject<{
|
|
|
847
848
|
cliCommand: "surface call list_worktrees_by_belief";
|
|
848
849
|
restPath: "GET /worktrees/by-belief";
|
|
849
850
|
};
|
|
850
|
-
contractVersion: "c2_rd_worktree_belief_adoption.v1";
|
|
851
851
|
graphWorktreeId: "tn74cd18y1paca8p6djs5jwa6s85wt8c";
|
|
852
|
-
modelUuid: string;
|
|
853
852
|
compositionKey: "worktree_belief_adoption_projection_v1";
|
|
854
853
|
quality: {
|
|
855
854
|
backrefQueryCoverage: 1;
|
|
@@ -859,6 +858,7 @@ declare const WorktreeBeliefAdoptionContractSchema: z.ZodEffects<z.ZodObject<{
|
|
|
859
858
|
confidenceSeparationCoverage: 1;
|
|
860
859
|
q5DeliberationCoverage: 1;
|
|
861
860
|
};
|
|
861
|
+
modelUuid: string;
|
|
862
862
|
expectedRefusals: ("intrinsic_confidence_mutation_refused" | "adoption_without_reference_path_refused" | "intent2_intrinsic_sl_only_ranking_refused" | "unclassified_empty_target_belief_worktree_refused")[];
|
|
863
863
|
emptyTargetBeliefAuditRules: {
|
|
864
864
|
disposition: "needs-backfill" | "intentionally-targetless" | "migration-debt";
|
|
@@ -874,20 +874,21 @@ declare const WorktreeBeliefAdoptionContractSchema: z.ZodEffects<z.ZodObject<{
|
|
|
874
874
|
opinion_u: number;
|
|
875
875
|
};
|
|
876
876
|
structuralAdoptionProjection: {
|
|
877
|
-
confidenceEffect: "none";
|
|
878
877
|
worktreeReferenceCount: number;
|
|
879
878
|
descendantCount: number;
|
|
880
879
|
repeatedOperationalUseCount: number;
|
|
881
880
|
referencePaths: {
|
|
882
|
-
source: "code" | "worktreeBeliefCluster" | "worktrees.targetBeliefIds" | "docs" | "operator_receipt";
|
|
883
881
|
path: string;
|
|
882
|
+
source: "code" | "docs" | "worktreeBeliefCluster" | "worktrees.targetBeliefIds" | "operator_receipt";
|
|
884
883
|
relationType: string;
|
|
885
|
-
worktreeId?: string | undefined;
|
|
886
|
-
lane?: string | null | undefined;
|
|
887
884
|
campaign?: number | null | undefined;
|
|
885
|
+
lane?: string | null | undefined;
|
|
886
|
+
worktreeId?: string | undefined;
|
|
888
887
|
orderInLane?: number | null | undefined;
|
|
889
888
|
}[];
|
|
890
889
|
intrinsicConfidenceMutation: false;
|
|
890
|
+
projectionVersion: "worktree_belief_adoption_projection.v1";
|
|
891
|
+
confidenceEffect: "none";
|
|
891
892
|
rankingSignals: {
|
|
892
893
|
worktreeReferenceCount: number;
|
|
893
894
|
descendantCount: number;
|
|
@@ -896,7 +897,6 @@ declare const WorktreeBeliefAdoptionContractSchema: z.ZodEffects<z.ZodObject<{
|
|
|
896
897
|
intrinsicSupportRequired: false;
|
|
897
898
|
};
|
|
898
899
|
beliefId: string;
|
|
899
|
-
projectionVersion: "worktree_belief_adoption_projection.v1";
|
|
900
900
|
codeExpressionPaths: string[];
|
|
901
901
|
docsExpressionPaths: string[];
|
|
902
902
|
};
|
|
@@ -1062,6 +1062,7 @@ declare const WORKTREE_BELIEF_ADOPTION_CONTRACT: {
|
|
|
1062
1062
|
};
|
|
1063
1063
|
declare const parsedWorktreeBeliefAdoptionContract: {
|
|
1064
1064
|
worktree: "C2-RD.1";
|
|
1065
|
+
contractVersion: "c2_rd_worktree_belief_adoption.v1";
|
|
1065
1066
|
lane: "c2-rd-worktree-belief-backrefs-and-adoption";
|
|
1066
1067
|
surface: {
|
|
1067
1068
|
operation: "list_worktrees_by_belief";
|
|
@@ -1070,9 +1071,7 @@ declare const parsedWorktreeBeliefAdoptionContract: {
|
|
|
1070
1071
|
cliCommand: "surface call list_worktrees_by_belief";
|
|
1071
1072
|
restPath: "GET /worktrees/by-belief";
|
|
1072
1073
|
};
|
|
1073
|
-
contractVersion: "c2_rd_worktree_belief_adoption.v1";
|
|
1074
1074
|
graphWorktreeId: "tn74cd18y1paca8p6djs5jwa6s85wt8c";
|
|
1075
|
-
modelUuid: string;
|
|
1076
1075
|
compositionKey: "worktree_belief_adoption_projection_v1";
|
|
1077
1076
|
quality: {
|
|
1078
1077
|
backrefQueryCoverage: 1;
|
|
@@ -1082,6 +1081,7 @@ declare const parsedWorktreeBeliefAdoptionContract: {
|
|
|
1082
1081
|
confidenceSeparationCoverage: 1;
|
|
1083
1082
|
q5DeliberationCoverage: 1;
|
|
1084
1083
|
};
|
|
1084
|
+
modelUuid: string;
|
|
1085
1085
|
expectedRefusals: ("intrinsic_confidence_mutation_refused" | "adoption_without_reference_path_refused" | "intent2_intrinsic_sl_only_ranking_refused" | "unclassified_empty_target_belief_worktree_refused")[];
|
|
1086
1086
|
emptyTargetBeliefAuditRules: {
|
|
1087
1087
|
disposition: "needs-backfill" | "intentionally-targetless" | "migration-debt";
|
|
@@ -1097,20 +1097,21 @@ declare const parsedWorktreeBeliefAdoptionContract: {
|
|
|
1097
1097
|
opinion_u: number;
|
|
1098
1098
|
};
|
|
1099
1099
|
structuralAdoptionProjection: {
|
|
1100
|
-
confidenceEffect: "none";
|
|
1101
1100
|
worktreeReferenceCount: number;
|
|
1102
1101
|
descendantCount: number;
|
|
1103
1102
|
repeatedOperationalUseCount: number;
|
|
1104
1103
|
referencePaths: {
|
|
1105
|
-
source: "code" | "worktreeBeliefCluster" | "worktrees.targetBeliefIds" | "docs" | "operator_receipt";
|
|
1106
1104
|
path: string;
|
|
1105
|
+
source: "code" | "docs" | "worktreeBeliefCluster" | "worktrees.targetBeliefIds" | "operator_receipt";
|
|
1107
1106
|
relationType: string;
|
|
1108
|
-
worktreeId?: string | undefined;
|
|
1109
|
-
lane?: string | null | undefined;
|
|
1110
1107
|
campaign?: number | null | undefined;
|
|
1108
|
+
lane?: string | null | undefined;
|
|
1109
|
+
worktreeId?: string | undefined;
|
|
1111
1110
|
orderInLane?: number | null | undefined;
|
|
1112
1111
|
}[];
|
|
1113
1112
|
intrinsicConfidenceMutation: false;
|
|
1113
|
+
projectionVersion: "worktree_belief_adoption_projection.v1";
|
|
1114
|
+
confidenceEffect: "none";
|
|
1114
1115
|
rankingSignals: {
|
|
1115
1116
|
worktreeReferenceCount: number;
|
|
1116
1117
|
descendantCount: number;
|
|
@@ -1119,7 +1120,6 @@ declare const parsedWorktreeBeliefAdoptionContract: {
|
|
|
1119
1120
|
intrinsicSupportRequired: false;
|
|
1120
1121
|
};
|
|
1121
1122
|
beliefId: string;
|
|
1122
|
-
projectionVersion: "worktree_belief_adoption_projection.v1";
|
|
1123
1123
|
codeExpressionPaths: string[];
|
|
1124
1124
|
docsExpressionPaths: string[];
|
|
1125
1125
|
};
|
|
@@ -1166,10 +1166,10 @@ declare const WORKTREE_BELIEF_ADOPTION_COMPOSITION_ROW: {
|
|
|
1166
1166
|
allowedDepths: ("low" | "medium" | "high" | "extra-high")[];
|
|
1167
1167
|
qualityVector: string[];
|
|
1168
1168
|
identity: {
|
|
1169
|
+
registryKeyField: "key";
|
|
1169
1170
|
canonicalPublicIdField: "compositionUuid";
|
|
1170
1171
|
canonicalPublicIdVersion: "uuidv7";
|
|
1171
1172
|
storageLocatorSemantic: false;
|
|
1172
|
-
registryKeyField: "key";
|
|
1173
1173
|
contentAddressFields: string[];
|
|
1174
1174
|
};
|
|
1175
1175
|
authorization: {
|
|
@@ -1208,10 +1208,10 @@ declare const WORKTREE_BELIEF_ADOPTION_COMPOSITION_ROW: {
|
|
|
1208
1208
|
allowedDepths: ("medium" | "high" | "extra-high")[];
|
|
1209
1209
|
qualityVector: string[];
|
|
1210
1210
|
identity: {
|
|
1211
|
+
registryKeyField: "key";
|
|
1211
1212
|
canonicalPublicIdField: "compositionUuid";
|
|
1212
1213
|
canonicalPublicIdVersion: "uuidv7";
|
|
1213
1214
|
storageLocatorSemantic: false;
|
|
1214
|
-
registryKeyField: "key";
|
|
1215
1215
|
contentAddressFields: string[];
|
|
1216
1216
|
};
|
|
1217
1217
|
authorization: {
|
|
@@ -1250,10 +1250,10 @@ declare const WORKTREE_BELIEF_ADOPTION_COMPOSITION_ROW: {
|
|
|
1250
1250
|
allowedDepths: ("low" | "medium" | "high" | "extra-high")[];
|
|
1251
1251
|
qualityVector: string[];
|
|
1252
1252
|
identity: {
|
|
1253
|
+
registryKeyField: "key";
|
|
1253
1254
|
canonicalPublicIdField: "compositionUuid";
|
|
1254
1255
|
canonicalPublicIdVersion: "uuidv7";
|
|
1255
1256
|
storageLocatorSemantic: false;
|
|
1256
|
-
registryKeyField: "key";
|
|
1257
1257
|
contentAddressFields: string[];
|
|
1258
1258
|
};
|
|
1259
1259
|
authorization: {
|
|
@@ -1292,10 +1292,10 @@ declare const WORKTREE_BELIEF_ADOPTION_COMPOSITION_ROW: {
|
|
|
1292
1292
|
allowedDepths: ("low" | "medium" | "high" | "extra-high")[];
|
|
1293
1293
|
qualityVector: string[];
|
|
1294
1294
|
identity: {
|
|
1295
|
+
registryKeyField: "key";
|
|
1295
1296
|
canonicalPublicIdField: "compositionUuid";
|
|
1296
1297
|
canonicalPublicIdVersion: "uuidv7";
|
|
1297
1298
|
storageLocatorSemantic: false;
|
|
1298
|
-
registryKeyField: "key";
|
|
1299
1299
|
contentAddressFields: string[];
|
|
1300
1300
|
};
|
|
1301
1301
|
authorization: {
|
|
@@ -1325,19 +1325,19 @@ declare const WORKTREE_BELIEF_ADOPTION_COMPOSITION_ROW: {
|
|
|
1325
1325
|
key: string;
|
|
1326
1326
|
emittedAs: string;
|
|
1327
1327
|
classification: "substrate_contract";
|
|
1328
|
-
lifecycle: "
|
|
1328
|
+
lifecycle: "reserved";
|
|
1329
1329
|
ownerLane: string;
|
|
1330
1330
|
dependsOn: string[];
|
|
1331
1331
|
primitives: string[];
|
|
1332
1332
|
sourceSurfaces: string[];
|
|
1333
1333
|
defaultDepth: "extra-high";
|
|
1334
|
-
allowedDepths: ("
|
|
1334
|
+
allowedDepths: ("high" | "extra-high")[];
|
|
1335
1335
|
qualityVector: string[];
|
|
1336
1336
|
identity: {
|
|
1337
|
+
registryKeyField: "key";
|
|
1337
1338
|
canonicalPublicIdField: "compositionUuid";
|
|
1338
1339
|
canonicalPublicIdVersion: "uuidv7";
|
|
1339
1340
|
storageLocatorSemantic: false;
|
|
1340
|
-
registryKeyField: "key";
|
|
1341
1341
|
contentAddressFields: string[];
|
|
1342
1342
|
};
|
|
1343
1343
|
authorization: {
|
|
@@ -1372,14 +1372,14 @@ declare const WORKTREE_BELIEF_ADOPTION_COMPOSITION_ROW: {
|
|
|
1372
1372
|
dependsOn: string[];
|
|
1373
1373
|
primitives: string[];
|
|
1374
1374
|
sourceSurfaces: string[];
|
|
1375
|
-
defaultDepth: "
|
|
1376
|
-
allowedDepths: ("high" | "extra-high")[];
|
|
1375
|
+
defaultDepth: "high";
|
|
1376
|
+
allowedDepths: ("medium" | "high" | "extra-high")[];
|
|
1377
1377
|
qualityVector: string[];
|
|
1378
1378
|
identity: {
|
|
1379
|
+
registryKeyField: "key";
|
|
1379
1380
|
canonicalPublicIdField: "compositionUuid";
|
|
1380
1381
|
canonicalPublicIdVersion: "uuidv7";
|
|
1381
1382
|
storageLocatorSemantic: false;
|
|
1382
|
-
registryKeyField: "key";
|
|
1383
1383
|
contentAddressFields: string[];
|
|
1384
1384
|
};
|
|
1385
1385
|
authorization: {
|
|
@@ -1409,19 +1409,19 @@ declare const WORKTREE_BELIEF_ADOPTION_COMPOSITION_ROW: {
|
|
|
1409
1409
|
key: string;
|
|
1410
1410
|
emittedAs: string;
|
|
1411
1411
|
classification: "substrate_contract";
|
|
1412
|
-
lifecycle: "
|
|
1412
|
+
lifecycle: "current";
|
|
1413
1413
|
ownerLane: string;
|
|
1414
1414
|
dependsOn: string[];
|
|
1415
1415
|
primitives: string[];
|
|
1416
1416
|
sourceSurfaces: string[];
|
|
1417
|
-
defaultDepth: "high";
|
|
1418
|
-
allowedDepths: ("medium" | "high" | "extra-high")[];
|
|
1417
|
+
defaultDepth: "extra-high";
|
|
1418
|
+
allowedDepths: ("low" | "medium" | "high" | "extra-high")[];
|
|
1419
1419
|
qualityVector: string[];
|
|
1420
1420
|
identity: {
|
|
1421
|
+
registryKeyField: "key";
|
|
1421
1422
|
canonicalPublicIdField: "compositionUuid";
|
|
1422
1423
|
canonicalPublicIdVersion: "uuidv7";
|
|
1423
1424
|
storageLocatorSemantic: false;
|
|
1424
|
-
registryKeyField: "key";
|
|
1425
1425
|
contentAddressFields: string[];
|
|
1426
1426
|
};
|
|
1427
1427
|
authorization: {
|