@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
|
@@ -36,14 +36,14 @@ declare const ParsimonyDiagnosticSchema: z.ZodEffects<z.ZodObject<{
|
|
|
36
36
|
blocksRatification: z.ZodLiteral<false>;
|
|
37
37
|
status: z.ZodEnum<["open", "resolved", "deferred", "superseded"]>;
|
|
38
38
|
}, "strip", z.ZodTypeAny, {
|
|
39
|
-
status: "
|
|
39
|
+
status: "superseded" | "resolved" | "open" | "deferred";
|
|
40
40
|
needUuid: string;
|
|
41
41
|
needType: "needs_parsimony_review";
|
|
42
42
|
blockingMode: "advisory";
|
|
43
43
|
blocksRatification: false;
|
|
44
44
|
typedNeedVersion: "typed_need_v1";
|
|
45
45
|
}, {
|
|
46
|
-
status: "
|
|
46
|
+
status: "superseded" | "resolved" | "open" | "deferred";
|
|
47
47
|
needUuid: string;
|
|
48
48
|
needType: "needs_parsimony_review";
|
|
49
49
|
blockingMode: "advisory";
|
|
@@ -109,13 +109,13 @@ declare const ParsimonyDiagnosticSchema: z.ZodEffects<z.ZodObject<{
|
|
|
109
109
|
duplicateSourceMaterialUuids: z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">;
|
|
110
110
|
rationale: z.ZodString;
|
|
111
111
|
}, "strip", z.ZodTypeAny, {
|
|
112
|
-
score: number;
|
|
113
112
|
rationale: string;
|
|
113
|
+
score: number;
|
|
114
114
|
nearDuplicateCount: number;
|
|
115
115
|
duplicateSourceMaterialUuids: string[];
|
|
116
116
|
}, {
|
|
117
|
-
score: number;
|
|
118
117
|
rationale: string;
|
|
118
|
+
score: number;
|
|
119
119
|
nearDuplicateCount: number;
|
|
120
120
|
duplicateSourceMaterialUuids: string[];
|
|
121
121
|
}>;
|
|
@@ -124,12 +124,12 @@ declare const ParsimonyDiagnosticSchema: z.ZodEffects<z.ZodObject<{
|
|
|
124
124
|
candidateMergeTargetUuids: z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">;
|
|
125
125
|
rationale: z.ZodString;
|
|
126
126
|
}, "strip", z.ZodTypeAny, {
|
|
127
|
-
score: number;
|
|
128
127
|
rationale: string;
|
|
128
|
+
score: number;
|
|
129
129
|
candidateMergeTargetUuids: string[];
|
|
130
130
|
}, {
|
|
131
|
-
score: number;
|
|
132
131
|
rationale: string;
|
|
132
|
+
score: number;
|
|
133
133
|
candidateMergeTargetUuids: string[];
|
|
134
134
|
}>;
|
|
135
135
|
sourceSpanDensity: z.ZodObject<{
|
|
@@ -193,14 +193,14 @@ declare const ParsimonyDiagnosticSchema: z.ZodEffects<z.ZodObject<{
|
|
|
193
193
|
coverageScore: number;
|
|
194
194
|
};
|
|
195
195
|
duplicatePressure: {
|
|
196
|
-
score: number;
|
|
197
196
|
rationale: string;
|
|
197
|
+
score: number;
|
|
198
198
|
nearDuplicateCount: number;
|
|
199
199
|
duplicateSourceMaterialUuids: string[];
|
|
200
200
|
};
|
|
201
201
|
mergePressure: {
|
|
202
|
-
score: number;
|
|
203
202
|
rationale: string;
|
|
203
|
+
score: number;
|
|
204
204
|
candidateMergeTargetUuids: string[];
|
|
205
205
|
};
|
|
206
206
|
sourceSpanDensity: {
|
|
@@ -225,14 +225,14 @@ declare const ParsimonyDiagnosticSchema: z.ZodEffects<z.ZodObject<{
|
|
|
225
225
|
coverageScore: number;
|
|
226
226
|
};
|
|
227
227
|
duplicatePressure: {
|
|
228
|
-
score: number;
|
|
229
228
|
rationale: string;
|
|
229
|
+
score: number;
|
|
230
230
|
nearDuplicateCount: number;
|
|
231
231
|
duplicateSourceMaterialUuids: string[];
|
|
232
232
|
};
|
|
233
233
|
mergePressure: {
|
|
234
|
-
score: number;
|
|
235
234
|
rationale: string;
|
|
235
|
+
score: number;
|
|
236
236
|
candidateMergeTargetUuids: string[];
|
|
237
237
|
};
|
|
238
238
|
sourceSpanDensity: {
|
|
@@ -308,24 +308,20 @@ declare const ParsimonyDiagnosticSchema: z.ZodEffects<z.ZodObject<{
|
|
|
308
308
|
clerkId: z.ZodNullable<z.ZodString>;
|
|
309
309
|
}, "strip", z.ZodTypeAny, {
|
|
310
310
|
principalId: string;
|
|
311
|
-
principalType: "
|
|
311
|
+
principalType: "agent" | "user" | "system";
|
|
312
312
|
clerkId: string | null;
|
|
313
313
|
}, {
|
|
314
314
|
principalId: string;
|
|
315
|
-
principalType: "
|
|
315
|
+
principalType: "agent" | "user" | "system";
|
|
316
316
|
clerkId: string | null;
|
|
317
317
|
}>;
|
|
318
318
|
rationale: z.ZodString;
|
|
319
319
|
}, "strip", z.ZodTypeAny, {
|
|
320
|
+
rationale: string;
|
|
320
321
|
contractVersion: "parsimony_diagnostic_v1";
|
|
321
|
-
ownerWorktree: "GV2.0.5";
|
|
322
322
|
createdAt: string;
|
|
323
|
-
createdBy: {
|
|
324
|
-
principalId: string;
|
|
325
|
-
principalType: "user" | "agent" | "system";
|
|
326
|
-
clerkId: string | null;
|
|
327
|
-
};
|
|
328
323
|
severity: "high" | "none" | "review" | "watch";
|
|
324
|
+
ownerWorktree: "GV2.0.5";
|
|
329
325
|
subjectRef: {
|
|
330
326
|
uuid: string;
|
|
331
327
|
storageLocator: {
|
|
@@ -338,7 +334,7 @@ declare const ParsimonyDiagnosticSchema: z.ZodEffects<z.ZodObject<{
|
|
|
338
334
|
};
|
|
339
335
|
diagnosticUuid: string;
|
|
340
336
|
openedTypedNeed: {
|
|
341
|
-
status: "
|
|
337
|
+
status: "superseded" | "resolved" | "open" | "deferred";
|
|
342
338
|
needUuid: string;
|
|
343
339
|
needType: "needs_parsimony_review";
|
|
344
340
|
blockingMode: "advisory";
|
|
@@ -365,7 +361,11 @@ declare const ParsimonyDiagnosticSchema: z.ZodEffects<z.ZodObject<{
|
|
|
365
361
|
canBlock: false;
|
|
366
362
|
}[];
|
|
367
363
|
};
|
|
368
|
-
|
|
364
|
+
createdBy: {
|
|
365
|
+
principalId: string;
|
|
366
|
+
principalType: "agent" | "user" | "system";
|
|
367
|
+
clerkId: string | null;
|
|
368
|
+
};
|
|
369
369
|
inputs: {
|
|
370
370
|
evidenceCoverage: {
|
|
371
371
|
rationale: string;
|
|
@@ -375,14 +375,14 @@ declare const ParsimonyDiagnosticSchema: z.ZodEffects<z.ZodObject<{
|
|
|
375
375
|
coverageScore: number;
|
|
376
376
|
};
|
|
377
377
|
duplicatePressure: {
|
|
378
|
-
score: number;
|
|
379
378
|
rationale: string;
|
|
379
|
+
score: number;
|
|
380
380
|
nearDuplicateCount: number;
|
|
381
381
|
duplicateSourceMaterialUuids: string[];
|
|
382
382
|
};
|
|
383
383
|
mergePressure: {
|
|
384
|
-
score: number;
|
|
385
384
|
rationale: string;
|
|
385
|
+
score: number;
|
|
386
386
|
candidateMergeTargetUuids: string[];
|
|
387
387
|
};
|
|
388
388
|
sourceSpanDensity: {
|
|
@@ -403,15 +403,11 @@ declare const ParsimonyDiagnosticSchema: z.ZodEffects<z.ZodObject<{
|
|
|
403
403
|
recommendedAction: "none" | "record_complexity_rationale" | "consider_merge" | "review_representation";
|
|
404
404
|
closureRequiredBeforeRatification: false;
|
|
405
405
|
}, {
|
|
406
|
+
rationale: string;
|
|
406
407
|
contractVersion: "parsimony_diagnostic_v1";
|
|
407
|
-
ownerWorktree: "GV2.0.5";
|
|
408
408
|
createdAt: string;
|
|
409
|
-
createdBy: {
|
|
410
|
-
principalId: string;
|
|
411
|
-
principalType: "user" | "agent" | "system";
|
|
412
|
-
clerkId: string | null;
|
|
413
|
-
};
|
|
414
409
|
severity: "high" | "none" | "review" | "watch";
|
|
410
|
+
ownerWorktree: "GV2.0.5";
|
|
415
411
|
subjectRef: {
|
|
416
412
|
uuid: string;
|
|
417
413
|
storageLocator: {
|
|
@@ -424,7 +420,7 @@ declare const ParsimonyDiagnosticSchema: z.ZodEffects<z.ZodObject<{
|
|
|
424
420
|
};
|
|
425
421
|
diagnosticUuid: string;
|
|
426
422
|
openedTypedNeed: {
|
|
427
|
-
status: "
|
|
423
|
+
status: "superseded" | "resolved" | "open" | "deferred";
|
|
428
424
|
needUuid: string;
|
|
429
425
|
needType: "needs_parsimony_review";
|
|
430
426
|
blockingMode: "advisory";
|
|
@@ -451,7 +447,11 @@ declare const ParsimonyDiagnosticSchema: z.ZodEffects<z.ZodObject<{
|
|
|
451
447
|
canBlock: false;
|
|
452
448
|
}[];
|
|
453
449
|
};
|
|
454
|
-
|
|
450
|
+
createdBy: {
|
|
451
|
+
principalId: string;
|
|
452
|
+
principalType: "agent" | "user" | "system";
|
|
453
|
+
clerkId: string | null;
|
|
454
|
+
};
|
|
455
455
|
inputs: {
|
|
456
456
|
evidenceCoverage: {
|
|
457
457
|
rationale: string;
|
|
@@ -461,14 +461,14 @@ declare const ParsimonyDiagnosticSchema: z.ZodEffects<z.ZodObject<{
|
|
|
461
461
|
coverageScore: number;
|
|
462
462
|
};
|
|
463
463
|
duplicatePressure: {
|
|
464
|
-
score: number;
|
|
465
464
|
rationale: string;
|
|
465
|
+
score: number;
|
|
466
466
|
nearDuplicateCount: number;
|
|
467
467
|
duplicateSourceMaterialUuids: string[];
|
|
468
468
|
};
|
|
469
469
|
mergePressure: {
|
|
470
|
-
score: number;
|
|
471
470
|
rationale: string;
|
|
471
|
+
score: number;
|
|
472
472
|
candidateMergeTargetUuids: string[];
|
|
473
473
|
};
|
|
474
474
|
sourceSpanDensity: {
|
|
@@ -489,15 +489,11 @@ declare const ParsimonyDiagnosticSchema: z.ZodEffects<z.ZodObject<{
|
|
|
489
489
|
recommendedAction: "none" | "record_complexity_rationale" | "consider_merge" | "review_representation";
|
|
490
490
|
closureRequiredBeforeRatification: false;
|
|
491
491
|
}>, {
|
|
492
|
+
rationale: string;
|
|
492
493
|
contractVersion: "parsimony_diagnostic_v1";
|
|
493
|
-
ownerWorktree: "GV2.0.5";
|
|
494
494
|
createdAt: string;
|
|
495
|
-
createdBy: {
|
|
496
|
-
principalId: string;
|
|
497
|
-
principalType: "user" | "agent" | "system";
|
|
498
|
-
clerkId: string | null;
|
|
499
|
-
};
|
|
500
495
|
severity: "high" | "none" | "review" | "watch";
|
|
496
|
+
ownerWorktree: "GV2.0.5";
|
|
501
497
|
subjectRef: {
|
|
502
498
|
uuid: string;
|
|
503
499
|
storageLocator: {
|
|
@@ -510,7 +506,7 @@ declare const ParsimonyDiagnosticSchema: z.ZodEffects<z.ZodObject<{
|
|
|
510
506
|
};
|
|
511
507
|
diagnosticUuid: string;
|
|
512
508
|
openedTypedNeed: {
|
|
513
|
-
status: "
|
|
509
|
+
status: "superseded" | "resolved" | "open" | "deferred";
|
|
514
510
|
needUuid: string;
|
|
515
511
|
needType: "needs_parsimony_review";
|
|
516
512
|
blockingMode: "advisory";
|
|
@@ -537,7 +533,11 @@ declare const ParsimonyDiagnosticSchema: z.ZodEffects<z.ZodObject<{
|
|
|
537
533
|
canBlock: false;
|
|
538
534
|
}[];
|
|
539
535
|
};
|
|
540
|
-
|
|
536
|
+
createdBy: {
|
|
537
|
+
principalId: string;
|
|
538
|
+
principalType: "agent" | "user" | "system";
|
|
539
|
+
clerkId: string | null;
|
|
540
|
+
};
|
|
541
541
|
inputs: {
|
|
542
542
|
evidenceCoverage: {
|
|
543
543
|
rationale: string;
|
|
@@ -547,14 +547,14 @@ declare const ParsimonyDiagnosticSchema: z.ZodEffects<z.ZodObject<{
|
|
|
547
547
|
coverageScore: number;
|
|
548
548
|
};
|
|
549
549
|
duplicatePressure: {
|
|
550
|
-
score: number;
|
|
551
550
|
rationale: string;
|
|
551
|
+
score: number;
|
|
552
552
|
nearDuplicateCount: number;
|
|
553
553
|
duplicateSourceMaterialUuids: string[];
|
|
554
554
|
};
|
|
555
555
|
mergePressure: {
|
|
556
|
-
score: number;
|
|
557
556
|
rationale: string;
|
|
557
|
+
score: number;
|
|
558
558
|
candidateMergeTargetUuids: string[];
|
|
559
559
|
};
|
|
560
560
|
sourceSpanDensity: {
|
|
@@ -575,15 +575,11 @@ declare const ParsimonyDiagnosticSchema: z.ZodEffects<z.ZodObject<{
|
|
|
575
575
|
recommendedAction: "none" | "record_complexity_rationale" | "consider_merge" | "review_representation";
|
|
576
576
|
closureRequiredBeforeRatification: false;
|
|
577
577
|
}, {
|
|
578
|
+
rationale: string;
|
|
578
579
|
contractVersion: "parsimony_diagnostic_v1";
|
|
579
|
-
ownerWorktree: "GV2.0.5";
|
|
580
580
|
createdAt: string;
|
|
581
|
-
createdBy: {
|
|
582
|
-
principalId: string;
|
|
583
|
-
principalType: "user" | "agent" | "system";
|
|
584
|
-
clerkId: string | null;
|
|
585
|
-
};
|
|
586
581
|
severity: "high" | "none" | "review" | "watch";
|
|
582
|
+
ownerWorktree: "GV2.0.5";
|
|
587
583
|
subjectRef: {
|
|
588
584
|
uuid: string;
|
|
589
585
|
storageLocator: {
|
|
@@ -596,7 +592,7 @@ declare const ParsimonyDiagnosticSchema: z.ZodEffects<z.ZodObject<{
|
|
|
596
592
|
};
|
|
597
593
|
diagnosticUuid: string;
|
|
598
594
|
openedTypedNeed: {
|
|
599
|
-
status: "
|
|
595
|
+
status: "superseded" | "resolved" | "open" | "deferred";
|
|
600
596
|
needUuid: string;
|
|
601
597
|
needType: "needs_parsimony_review";
|
|
602
598
|
blockingMode: "advisory";
|
|
@@ -623,7 +619,11 @@ declare const ParsimonyDiagnosticSchema: z.ZodEffects<z.ZodObject<{
|
|
|
623
619
|
canBlock: false;
|
|
624
620
|
}[];
|
|
625
621
|
};
|
|
626
|
-
|
|
622
|
+
createdBy: {
|
|
623
|
+
principalId: string;
|
|
624
|
+
principalType: "agent" | "user" | "system";
|
|
625
|
+
clerkId: string | null;
|
|
626
|
+
};
|
|
627
627
|
inputs: {
|
|
628
628
|
evidenceCoverage: {
|
|
629
629
|
rationale: string;
|
|
@@ -633,14 +633,14 @@ declare const ParsimonyDiagnosticSchema: z.ZodEffects<z.ZodObject<{
|
|
|
633
633
|
coverageScore: number;
|
|
634
634
|
};
|
|
635
635
|
duplicatePressure: {
|
|
636
|
-
score: number;
|
|
637
636
|
rationale: string;
|
|
637
|
+
score: number;
|
|
638
638
|
nearDuplicateCount: number;
|
|
639
639
|
duplicateSourceMaterialUuids: string[];
|
|
640
640
|
};
|
|
641
641
|
mergePressure: {
|
|
642
|
-
score: number;
|
|
643
642
|
rationale: string;
|
|
643
|
+
score: number;
|
|
644
644
|
candidateMergeTargetUuids: string[];
|
|
645
645
|
};
|
|
646
646
|
sourceSpanDensity: {
|
|
@@ -679,14 +679,14 @@ declare const ParsimonyDiagnosticPacketSchema: z.ZodEffects<z.ZodObject<{
|
|
|
679
679
|
blocksRatification: z.ZodLiteral<false>;
|
|
680
680
|
status: z.ZodEnum<["open", "resolved", "deferred", "superseded"]>;
|
|
681
681
|
}, "strip", z.ZodTypeAny, {
|
|
682
|
-
status: "
|
|
682
|
+
status: "superseded" | "resolved" | "open" | "deferred";
|
|
683
683
|
needUuid: string;
|
|
684
684
|
needType: "needs_parsimony_review";
|
|
685
685
|
blockingMode: "advisory";
|
|
686
686
|
blocksRatification: false;
|
|
687
687
|
typedNeedVersion: "typed_need_v1";
|
|
688
688
|
}, {
|
|
689
|
-
status: "
|
|
689
|
+
status: "superseded" | "resolved" | "open" | "deferred";
|
|
690
690
|
needUuid: string;
|
|
691
691
|
needType: "needs_parsimony_review";
|
|
692
692
|
blockingMode: "advisory";
|
|
@@ -752,13 +752,13 @@ declare const ParsimonyDiagnosticPacketSchema: z.ZodEffects<z.ZodObject<{
|
|
|
752
752
|
duplicateSourceMaterialUuids: z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">;
|
|
753
753
|
rationale: z.ZodString;
|
|
754
754
|
}, "strip", z.ZodTypeAny, {
|
|
755
|
-
score: number;
|
|
756
755
|
rationale: string;
|
|
756
|
+
score: number;
|
|
757
757
|
nearDuplicateCount: number;
|
|
758
758
|
duplicateSourceMaterialUuids: string[];
|
|
759
759
|
}, {
|
|
760
|
-
score: number;
|
|
761
760
|
rationale: string;
|
|
761
|
+
score: number;
|
|
762
762
|
nearDuplicateCount: number;
|
|
763
763
|
duplicateSourceMaterialUuids: string[];
|
|
764
764
|
}>;
|
|
@@ -767,12 +767,12 @@ declare const ParsimonyDiagnosticPacketSchema: z.ZodEffects<z.ZodObject<{
|
|
|
767
767
|
candidateMergeTargetUuids: z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">;
|
|
768
768
|
rationale: z.ZodString;
|
|
769
769
|
}, "strip", z.ZodTypeAny, {
|
|
770
|
-
score: number;
|
|
771
770
|
rationale: string;
|
|
771
|
+
score: number;
|
|
772
772
|
candidateMergeTargetUuids: string[];
|
|
773
773
|
}, {
|
|
774
|
-
score: number;
|
|
775
774
|
rationale: string;
|
|
775
|
+
score: number;
|
|
776
776
|
candidateMergeTargetUuids: string[];
|
|
777
777
|
}>;
|
|
778
778
|
sourceSpanDensity: z.ZodObject<{
|
|
@@ -836,14 +836,14 @@ declare const ParsimonyDiagnosticPacketSchema: z.ZodEffects<z.ZodObject<{
|
|
|
836
836
|
coverageScore: number;
|
|
837
837
|
};
|
|
838
838
|
duplicatePressure: {
|
|
839
|
-
score: number;
|
|
840
839
|
rationale: string;
|
|
840
|
+
score: number;
|
|
841
841
|
nearDuplicateCount: number;
|
|
842
842
|
duplicateSourceMaterialUuids: string[];
|
|
843
843
|
};
|
|
844
844
|
mergePressure: {
|
|
845
|
-
score: number;
|
|
846
845
|
rationale: string;
|
|
846
|
+
score: number;
|
|
847
847
|
candidateMergeTargetUuids: string[];
|
|
848
848
|
};
|
|
849
849
|
sourceSpanDensity: {
|
|
@@ -868,14 +868,14 @@ declare const ParsimonyDiagnosticPacketSchema: z.ZodEffects<z.ZodObject<{
|
|
|
868
868
|
coverageScore: number;
|
|
869
869
|
};
|
|
870
870
|
duplicatePressure: {
|
|
871
|
-
score: number;
|
|
872
871
|
rationale: string;
|
|
872
|
+
score: number;
|
|
873
873
|
nearDuplicateCount: number;
|
|
874
874
|
duplicateSourceMaterialUuids: string[];
|
|
875
875
|
};
|
|
876
876
|
mergePressure: {
|
|
877
|
-
score: number;
|
|
878
877
|
rationale: string;
|
|
878
|
+
score: number;
|
|
879
879
|
candidateMergeTargetUuids: string[];
|
|
880
880
|
};
|
|
881
881
|
sourceSpanDensity: {
|
|
@@ -951,24 +951,20 @@ declare const ParsimonyDiagnosticPacketSchema: z.ZodEffects<z.ZodObject<{
|
|
|
951
951
|
clerkId: z.ZodNullable<z.ZodString>;
|
|
952
952
|
}, "strip", z.ZodTypeAny, {
|
|
953
953
|
principalId: string;
|
|
954
|
-
principalType: "
|
|
954
|
+
principalType: "agent" | "user" | "system";
|
|
955
955
|
clerkId: string | null;
|
|
956
956
|
}, {
|
|
957
957
|
principalId: string;
|
|
958
|
-
principalType: "
|
|
958
|
+
principalType: "agent" | "user" | "system";
|
|
959
959
|
clerkId: string | null;
|
|
960
960
|
}>;
|
|
961
961
|
rationale: z.ZodString;
|
|
962
962
|
}, "strip", z.ZodTypeAny, {
|
|
963
|
+
rationale: string;
|
|
963
964
|
contractVersion: "parsimony_diagnostic_v1";
|
|
964
|
-
ownerWorktree: "GV2.0.5";
|
|
965
965
|
createdAt: string;
|
|
966
|
-
createdBy: {
|
|
967
|
-
principalId: string;
|
|
968
|
-
principalType: "user" | "agent" | "system";
|
|
969
|
-
clerkId: string | null;
|
|
970
|
-
};
|
|
971
966
|
severity: "high" | "none" | "review" | "watch";
|
|
967
|
+
ownerWorktree: "GV2.0.5";
|
|
972
968
|
subjectRef: {
|
|
973
969
|
uuid: string;
|
|
974
970
|
storageLocator: {
|
|
@@ -981,7 +977,7 @@ declare const ParsimonyDiagnosticPacketSchema: z.ZodEffects<z.ZodObject<{
|
|
|
981
977
|
};
|
|
982
978
|
diagnosticUuid: string;
|
|
983
979
|
openedTypedNeed: {
|
|
984
|
-
status: "
|
|
980
|
+
status: "superseded" | "resolved" | "open" | "deferred";
|
|
985
981
|
needUuid: string;
|
|
986
982
|
needType: "needs_parsimony_review";
|
|
987
983
|
blockingMode: "advisory";
|
|
@@ -1008,7 +1004,11 @@ declare const ParsimonyDiagnosticPacketSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1008
1004
|
canBlock: false;
|
|
1009
1005
|
}[];
|
|
1010
1006
|
};
|
|
1011
|
-
|
|
1007
|
+
createdBy: {
|
|
1008
|
+
principalId: string;
|
|
1009
|
+
principalType: "agent" | "user" | "system";
|
|
1010
|
+
clerkId: string | null;
|
|
1011
|
+
};
|
|
1012
1012
|
inputs: {
|
|
1013
1013
|
evidenceCoverage: {
|
|
1014
1014
|
rationale: string;
|
|
@@ -1018,14 +1018,14 @@ declare const ParsimonyDiagnosticPacketSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1018
1018
|
coverageScore: number;
|
|
1019
1019
|
};
|
|
1020
1020
|
duplicatePressure: {
|
|
1021
|
-
score: number;
|
|
1022
1021
|
rationale: string;
|
|
1022
|
+
score: number;
|
|
1023
1023
|
nearDuplicateCount: number;
|
|
1024
1024
|
duplicateSourceMaterialUuids: string[];
|
|
1025
1025
|
};
|
|
1026
1026
|
mergePressure: {
|
|
1027
|
-
score: number;
|
|
1028
1027
|
rationale: string;
|
|
1028
|
+
score: number;
|
|
1029
1029
|
candidateMergeTargetUuids: string[];
|
|
1030
1030
|
};
|
|
1031
1031
|
sourceSpanDensity: {
|
|
@@ -1046,15 +1046,11 @@ declare const ParsimonyDiagnosticPacketSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1046
1046
|
recommendedAction: "none" | "record_complexity_rationale" | "consider_merge" | "review_representation";
|
|
1047
1047
|
closureRequiredBeforeRatification: false;
|
|
1048
1048
|
}, {
|
|
1049
|
+
rationale: string;
|
|
1049
1050
|
contractVersion: "parsimony_diagnostic_v1";
|
|
1050
|
-
ownerWorktree: "GV2.0.5";
|
|
1051
1051
|
createdAt: string;
|
|
1052
|
-
createdBy: {
|
|
1053
|
-
principalId: string;
|
|
1054
|
-
principalType: "user" | "agent" | "system";
|
|
1055
|
-
clerkId: string | null;
|
|
1056
|
-
};
|
|
1057
1052
|
severity: "high" | "none" | "review" | "watch";
|
|
1053
|
+
ownerWorktree: "GV2.0.5";
|
|
1058
1054
|
subjectRef: {
|
|
1059
1055
|
uuid: string;
|
|
1060
1056
|
storageLocator: {
|
|
@@ -1067,7 +1063,7 @@ declare const ParsimonyDiagnosticPacketSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1067
1063
|
};
|
|
1068
1064
|
diagnosticUuid: string;
|
|
1069
1065
|
openedTypedNeed: {
|
|
1070
|
-
status: "
|
|
1066
|
+
status: "superseded" | "resolved" | "open" | "deferred";
|
|
1071
1067
|
needUuid: string;
|
|
1072
1068
|
needType: "needs_parsimony_review";
|
|
1073
1069
|
blockingMode: "advisory";
|
|
@@ -1094,7 +1090,11 @@ declare const ParsimonyDiagnosticPacketSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1094
1090
|
canBlock: false;
|
|
1095
1091
|
}[];
|
|
1096
1092
|
};
|
|
1097
|
-
|
|
1093
|
+
createdBy: {
|
|
1094
|
+
principalId: string;
|
|
1095
|
+
principalType: "agent" | "user" | "system";
|
|
1096
|
+
clerkId: string | null;
|
|
1097
|
+
};
|
|
1098
1098
|
inputs: {
|
|
1099
1099
|
evidenceCoverage: {
|
|
1100
1100
|
rationale: string;
|
|
@@ -1104,14 +1104,14 @@ declare const ParsimonyDiagnosticPacketSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1104
1104
|
coverageScore: number;
|
|
1105
1105
|
};
|
|
1106
1106
|
duplicatePressure: {
|
|
1107
|
-
score: number;
|
|
1108
1107
|
rationale: string;
|
|
1108
|
+
score: number;
|
|
1109
1109
|
nearDuplicateCount: number;
|
|
1110
1110
|
duplicateSourceMaterialUuids: string[];
|
|
1111
1111
|
};
|
|
1112
1112
|
mergePressure: {
|
|
1113
|
-
score: number;
|
|
1114
1113
|
rationale: string;
|
|
1114
|
+
score: number;
|
|
1115
1115
|
candidateMergeTargetUuids: string[];
|
|
1116
1116
|
};
|
|
1117
1117
|
sourceSpanDensity: {
|
|
@@ -1132,15 +1132,11 @@ declare const ParsimonyDiagnosticPacketSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1132
1132
|
recommendedAction: "none" | "record_complexity_rationale" | "consider_merge" | "review_representation";
|
|
1133
1133
|
closureRequiredBeforeRatification: false;
|
|
1134
1134
|
}>, {
|
|
1135
|
+
rationale: string;
|
|
1135
1136
|
contractVersion: "parsimony_diagnostic_v1";
|
|
1136
|
-
ownerWorktree: "GV2.0.5";
|
|
1137
1137
|
createdAt: string;
|
|
1138
|
-
createdBy: {
|
|
1139
|
-
principalId: string;
|
|
1140
|
-
principalType: "user" | "agent" | "system";
|
|
1141
|
-
clerkId: string | null;
|
|
1142
|
-
};
|
|
1143
1138
|
severity: "high" | "none" | "review" | "watch";
|
|
1139
|
+
ownerWorktree: "GV2.0.5";
|
|
1144
1140
|
subjectRef: {
|
|
1145
1141
|
uuid: string;
|
|
1146
1142
|
storageLocator: {
|
|
@@ -1153,7 +1149,7 @@ declare const ParsimonyDiagnosticPacketSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1153
1149
|
};
|
|
1154
1150
|
diagnosticUuid: string;
|
|
1155
1151
|
openedTypedNeed: {
|
|
1156
|
-
status: "
|
|
1152
|
+
status: "superseded" | "resolved" | "open" | "deferred";
|
|
1157
1153
|
needUuid: string;
|
|
1158
1154
|
needType: "needs_parsimony_review";
|
|
1159
1155
|
blockingMode: "advisory";
|
|
@@ -1180,7 +1176,11 @@ declare const ParsimonyDiagnosticPacketSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1180
1176
|
canBlock: false;
|
|
1181
1177
|
}[];
|
|
1182
1178
|
};
|
|
1183
|
-
|
|
1179
|
+
createdBy: {
|
|
1180
|
+
principalId: string;
|
|
1181
|
+
principalType: "agent" | "user" | "system";
|
|
1182
|
+
clerkId: string | null;
|
|
1183
|
+
};
|
|
1184
1184
|
inputs: {
|
|
1185
1185
|
evidenceCoverage: {
|
|
1186
1186
|
rationale: string;
|
|
@@ -1190,14 +1190,14 @@ declare const ParsimonyDiagnosticPacketSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1190
1190
|
coverageScore: number;
|
|
1191
1191
|
};
|
|
1192
1192
|
duplicatePressure: {
|
|
1193
|
-
score: number;
|
|
1194
1193
|
rationale: string;
|
|
1194
|
+
score: number;
|
|
1195
1195
|
nearDuplicateCount: number;
|
|
1196
1196
|
duplicateSourceMaterialUuids: string[];
|
|
1197
1197
|
};
|
|
1198
1198
|
mergePressure: {
|
|
1199
|
-
score: number;
|
|
1200
1199
|
rationale: string;
|
|
1200
|
+
score: number;
|
|
1201
1201
|
candidateMergeTargetUuids: string[];
|
|
1202
1202
|
};
|
|
1203
1203
|
sourceSpanDensity: {
|
|
@@ -1218,15 +1218,11 @@ declare const ParsimonyDiagnosticPacketSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1218
1218
|
recommendedAction: "none" | "record_complexity_rationale" | "consider_merge" | "review_representation";
|
|
1219
1219
|
closureRequiredBeforeRatification: false;
|
|
1220
1220
|
}, {
|
|
1221
|
+
rationale: string;
|
|
1221
1222
|
contractVersion: "parsimony_diagnostic_v1";
|
|
1222
|
-
ownerWorktree: "GV2.0.5";
|
|
1223
1223
|
createdAt: string;
|
|
1224
|
-
createdBy: {
|
|
1225
|
-
principalId: string;
|
|
1226
|
-
principalType: "user" | "agent" | "system";
|
|
1227
|
-
clerkId: string | null;
|
|
1228
|
-
};
|
|
1229
1224
|
severity: "high" | "none" | "review" | "watch";
|
|
1225
|
+
ownerWorktree: "GV2.0.5";
|
|
1230
1226
|
subjectRef: {
|
|
1231
1227
|
uuid: string;
|
|
1232
1228
|
storageLocator: {
|
|
@@ -1239,7 +1235,7 @@ declare const ParsimonyDiagnosticPacketSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1239
1235
|
};
|
|
1240
1236
|
diagnosticUuid: string;
|
|
1241
1237
|
openedTypedNeed: {
|
|
1242
|
-
status: "
|
|
1238
|
+
status: "superseded" | "resolved" | "open" | "deferred";
|
|
1243
1239
|
needUuid: string;
|
|
1244
1240
|
needType: "needs_parsimony_review";
|
|
1245
1241
|
blockingMode: "advisory";
|
|
@@ -1266,7 +1262,11 @@ declare const ParsimonyDiagnosticPacketSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1266
1262
|
canBlock: false;
|
|
1267
1263
|
}[];
|
|
1268
1264
|
};
|
|
1269
|
-
|
|
1265
|
+
createdBy: {
|
|
1266
|
+
principalId: string;
|
|
1267
|
+
principalType: "agent" | "user" | "system";
|
|
1268
|
+
clerkId: string | null;
|
|
1269
|
+
};
|
|
1270
1270
|
inputs: {
|
|
1271
1271
|
evidenceCoverage: {
|
|
1272
1272
|
rationale: string;
|
|
@@ -1276,14 +1276,14 @@ declare const ParsimonyDiagnosticPacketSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1276
1276
|
coverageScore: number;
|
|
1277
1277
|
};
|
|
1278
1278
|
duplicatePressure: {
|
|
1279
|
-
score: number;
|
|
1280
1279
|
rationale: string;
|
|
1280
|
+
score: number;
|
|
1281
1281
|
nearDuplicateCount: number;
|
|
1282
1282
|
duplicateSourceMaterialUuids: string[];
|
|
1283
1283
|
};
|
|
1284
1284
|
mergePressure: {
|
|
1285
|
-
score: number;
|
|
1286
1285
|
rationale: string;
|
|
1286
|
+
score: number;
|
|
1287
1287
|
candidateMergeTargetUuids: string[];
|
|
1288
1288
|
};
|
|
1289
1289
|
sourceSpanDensity: {
|
|
@@ -1319,9 +1319,9 @@ declare const ParsimonyDiagnosticPacketSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1319
1319
|
complexityJustifiedBy: z.ZodArray<z.ZodEnum<["source_span_density", "evidence_coverage", "contradiction_pressure", "policy_trace", "lineage_preservation"]>, "many">;
|
|
1320
1320
|
rationale: z.ZodString;
|
|
1321
1321
|
}, "strip", z.ZodTypeAny, {
|
|
1322
|
-
confidenceEffect: "none";
|
|
1323
|
-
diagnosticUuid: string;
|
|
1324
1322
|
rationale: string;
|
|
1323
|
+
diagnosticUuid: string;
|
|
1324
|
+
confidenceEffect: "none";
|
|
1325
1325
|
fixtureId: "high_parsimony_pressure_still_allows_adoption";
|
|
1326
1326
|
receiptDisposition: "ratified";
|
|
1327
1327
|
transitionKind: "adoption";
|
|
@@ -1333,9 +1333,9 @@ declare const ParsimonyDiagnosticPacketSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1333
1333
|
subjectiveLogicConfidenceAfter: number;
|
|
1334
1334
|
complexityJustifiedBy: ("source_span_density" | "evidence_coverage" | "contradiction_pressure" | "policy_trace" | "lineage_preservation")[];
|
|
1335
1335
|
}, {
|
|
1336
|
-
confidenceEffect: "none";
|
|
1337
|
-
diagnosticUuid: string;
|
|
1338
1336
|
rationale: string;
|
|
1337
|
+
diagnosticUuid: string;
|
|
1338
|
+
confidenceEffect: "none";
|
|
1339
1339
|
fixtureId: "high_parsimony_pressure_still_allows_adoption";
|
|
1340
1340
|
receiptDisposition: "ratified";
|
|
1341
1341
|
transitionKind: "adoption";
|
|
@@ -1347,9 +1347,9 @@ declare const ParsimonyDiagnosticPacketSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1347
1347
|
subjectiveLogicConfidenceAfter: number;
|
|
1348
1348
|
complexityJustifiedBy: ("source_span_density" | "evidence_coverage" | "contradiction_pressure" | "policy_trace" | "lineage_preservation")[];
|
|
1349
1349
|
}>, {
|
|
1350
|
-
confidenceEffect: "none";
|
|
1351
|
-
diagnosticUuid: string;
|
|
1352
1350
|
rationale: string;
|
|
1351
|
+
diagnosticUuid: string;
|
|
1352
|
+
confidenceEffect: "none";
|
|
1353
1353
|
fixtureId: "high_parsimony_pressure_still_allows_adoption";
|
|
1354
1354
|
receiptDisposition: "ratified";
|
|
1355
1355
|
transitionKind: "adoption";
|
|
@@ -1361,9 +1361,9 @@ declare const ParsimonyDiagnosticPacketSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1361
1361
|
subjectiveLogicConfidenceAfter: number;
|
|
1362
1362
|
complexityJustifiedBy: ("source_span_density" | "evidence_coverage" | "contradiction_pressure" | "policy_trace" | "lineage_preservation")[];
|
|
1363
1363
|
}, {
|
|
1364
|
-
confidenceEffect: "none";
|
|
1365
|
-
diagnosticUuid: string;
|
|
1366
1364
|
rationale: string;
|
|
1365
|
+
diagnosticUuid: string;
|
|
1366
|
+
confidenceEffect: "none";
|
|
1367
1367
|
fixtureId: "high_parsimony_pressure_still_allows_adoption";
|
|
1368
1368
|
receiptDisposition: "ratified";
|
|
1369
1369
|
transitionKind: "adoption";
|
|
@@ -1381,15 +1381,11 @@ declare const ParsimonyDiagnosticPacketSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1381
1381
|
contractVersion: "parsimony_diagnostic_v1";
|
|
1382
1382
|
transitionReceiptVersion: "transition_receipt_v1";
|
|
1383
1383
|
diagnostics: {
|
|
1384
|
+
rationale: string;
|
|
1384
1385
|
contractVersion: "parsimony_diagnostic_v1";
|
|
1385
|
-
ownerWorktree: "GV2.0.5";
|
|
1386
1386
|
createdAt: string;
|
|
1387
|
-
createdBy: {
|
|
1388
|
-
principalId: string;
|
|
1389
|
-
principalType: "user" | "agent" | "system";
|
|
1390
|
-
clerkId: string | null;
|
|
1391
|
-
};
|
|
1392
1387
|
severity: "high" | "none" | "review" | "watch";
|
|
1388
|
+
ownerWorktree: "GV2.0.5";
|
|
1393
1389
|
subjectRef: {
|
|
1394
1390
|
uuid: string;
|
|
1395
1391
|
storageLocator: {
|
|
@@ -1402,7 +1398,7 @@ declare const ParsimonyDiagnosticPacketSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1402
1398
|
};
|
|
1403
1399
|
diagnosticUuid: string;
|
|
1404
1400
|
openedTypedNeed: {
|
|
1405
|
-
status: "
|
|
1401
|
+
status: "superseded" | "resolved" | "open" | "deferred";
|
|
1406
1402
|
needUuid: string;
|
|
1407
1403
|
needType: "needs_parsimony_review";
|
|
1408
1404
|
blockingMode: "advisory";
|
|
@@ -1429,7 +1425,11 @@ declare const ParsimonyDiagnosticPacketSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1429
1425
|
canBlock: false;
|
|
1430
1426
|
}[];
|
|
1431
1427
|
};
|
|
1432
|
-
|
|
1428
|
+
createdBy: {
|
|
1429
|
+
principalId: string;
|
|
1430
|
+
principalType: "agent" | "user" | "system";
|
|
1431
|
+
clerkId: string | null;
|
|
1432
|
+
};
|
|
1433
1433
|
inputs: {
|
|
1434
1434
|
evidenceCoverage: {
|
|
1435
1435
|
rationale: string;
|
|
@@ -1439,14 +1439,14 @@ declare const ParsimonyDiagnosticPacketSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1439
1439
|
coverageScore: number;
|
|
1440
1440
|
};
|
|
1441
1441
|
duplicatePressure: {
|
|
1442
|
-
score: number;
|
|
1443
1442
|
rationale: string;
|
|
1443
|
+
score: number;
|
|
1444
1444
|
nearDuplicateCount: number;
|
|
1445
1445
|
duplicateSourceMaterialUuids: string[];
|
|
1446
1446
|
};
|
|
1447
1447
|
mergePressure: {
|
|
1448
|
-
score: number;
|
|
1449
1448
|
rationale: string;
|
|
1449
|
+
score: number;
|
|
1450
1450
|
candidateMergeTargetUuids: string[];
|
|
1451
1451
|
};
|
|
1452
1452
|
sourceSpanDensity: {
|
|
@@ -1473,9 +1473,9 @@ declare const ParsimonyDiagnosticPacketSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1473
1473
|
graphV2MirrorRebuildBlocked: true;
|
|
1474
1474
|
typedNeedVersion: "typed_need_v1";
|
|
1475
1475
|
justifiedComplexRepresentationFixture: {
|
|
1476
|
-
confidenceEffect: "none";
|
|
1477
|
-
diagnosticUuid: string;
|
|
1478
1476
|
rationale: string;
|
|
1477
|
+
diagnosticUuid: string;
|
|
1478
|
+
confidenceEffect: "none";
|
|
1479
1479
|
fixtureId: "high_parsimony_pressure_still_allows_adoption";
|
|
1480
1480
|
receiptDisposition: "ratified";
|
|
1481
1481
|
transitionKind: "adoption";
|
|
@@ -1491,15 +1491,11 @@ declare const ParsimonyDiagnosticPacketSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1491
1491
|
contractVersion: "parsimony_diagnostic_v1";
|
|
1492
1492
|
transitionReceiptVersion: "transition_receipt_v1";
|
|
1493
1493
|
diagnostics: {
|
|
1494
|
+
rationale: string;
|
|
1494
1495
|
contractVersion: "parsimony_diagnostic_v1";
|
|
1495
|
-
ownerWorktree: "GV2.0.5";
|
|
1496
1496
|
createdAt: string;
|
|
1497
|
-
createdBy: {
|
|
1498
|
-
principalId: string;
|
|
1499
|
-
principalType: "user" | "agent" | "system";
|
|
1500
|
-
clerkId: string | null;
|
|
1501
|
-
};
|
|
1502
1497
|
severity: "high" | "none" | "review" | "watch";
|
|
1498
|
+
ownerWorktree: "GV2.0.5";
|
|
1503
1499
|
subjectRef: {
|
|
1504
1500
|
uuid: string;
|
|
1505
1501
|
storageLocator: {
|
|
@@ -1512,7 +1508,7 @@ declare const ParsimonyDiagnosticPacketSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1512
1508
|
};
|
|
1513
1509
|
diagnosticUuid: string;
|
|
1514
1510
|
openedTypedNeed: {
|
|
1515
|
-
status: "
|
|
1511
|
+
status: "superseded" | "resolved" | "open" | "deferred";
|
|
1516
1512
|
needUuid: string;
|
|
1517
1513
|
needType: "needs_parsimony_review";
|
|
1518
1514
|
blockingMode: "advisory";
|
|
@@ -1539,7 +1535,11 @@ declare const ParsimonyDiagnosticPacketSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1539
1535
|
canBlock: false;
|
|
1540
1536
|
}[];
|
|
1541
1537
|
};
|
|
1542
|
-
|
|
1538
|
+
createdBy: {
|
|
1539
|
+
principalId: string;
|
|
1540
|
+
principalType: "agent" | "user" | "system";
|
|
1541
|
+
clerkId: string | null;
|
|
1542
|
+
};
|
|
1543
1543
|
inputs: {
|
|
1544
1544
|
evidenceCoverage: {
|
|
1545
1545
|
rationale: string;
|
|
@@ -1549,14 +1549,14 @@ declare const ParsimonyDiagnosticPacketSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1549
1549
|
coverageScore: number;
|
|
1550
1550
|
};
|
|
1551
1551
|
duplicatePressure: {
|
|
1552
|
-
score: number;
|
|
1553
1552
|
rationale: string;
|
|
1553
|
+
score: number;
|
|
1554
1554
|
nearDuplicateCount: number;
|
|
1555
1555
|
duplicateSourceMaterialUuids: string[];
|
|
1556
1556
|
};
|
|
1557
1557
|
mergePressure: {
|
|
1558
|
-
score: number;
|
|
1559
1558
|
rationale: string;
|
|
1559
|
+
score: number;
|
|
1560
1560
|
candidateMergeTargetUuids: string[];
|
|
1561
1561
|
};
|
|
1562
1562
|
sourceSpanDensity: {
|
|
@@ -1583,9 +1583,9 @@ declare const ParsimonyDiagnosticPacketSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1583
1583
|
graphV2MirrorRebuildBlocked: true;
|
|
1584
1584
|
typedNeedVersion: "typed_need_v1";
|
|
1585
1585
|
justifiedComplexRepresentationFixture: {
|
|
1586
|
-
confidenceEffect: "none";
|
|
1587
|
-
diagnosticUuid: string;
|
|
1588
1586
|
rationale: string;
|
|
1587
|
+
diagnosticUuid: string;
|
|
1588
|
+
confidenceEffect: "none";
|
|
1589
1589
|
fixtureId: "high_parsimony_pressure_still_allows_adoption";
|
|
1590
1590
|
receiptDisposition: "ratified";
|
|
1591
1591
|
transitionKind: "adoption";
|
|
@@ -1601,15 +1601,11 @@ declare const ParsimonyDiagnosticPacketSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1601
1601
|
contractVersion: "parsimony_diagnostic_v1";
|
|
1602
1602
|
transitionReceiptVersion: "transition_receipt_v1";
|
|
1603
1603
|
diagnostics: {
|
|
1604
|
+
rationale: string;
|
|
1604
1605
|
contractVersion: "parsimony_diagnostic_v1";
|
|
1605
|
-
ownerWorktree: "GV2.0.5";
|
|
1606
1606
|
createdAt: string;
|
|
1607
|
-
createdBy: {
|
|
1608
|
-
principalId: string;
|
|
1609
|
-
principalType: "user" | "agent" | "system";
|
|
1610
|
-
clerkId: string | null;
|
|
1611
|
-
};
|
|
1612
1607
|
severity: "high" | "none" | "review" | "watch";
|
|
1608
|
+
ownerWorktree: "GV2.0.5";
|
|
1613
1609
|
subjectRef: {
|
|
1614
1610
|
uuid: string;
|
|
1615
1611
|
storageLocator: {
|
|
@@ -1622,7 +1618,7 @@ declare const ParsimonyDiagnosticPacketSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1622
1618
|
};
|
|
1623
1619
|
diagnosticUuid: string;
|
|
1624
1620
|
openedTypedNeed: {
|
|
1625
|
-
status: "
|
|
1621
|
+
status: "superseded" | "resolved" | "open" | "deferred";
|
|
1626
1622
|
needUuid: string;
|
|
1627
1623
|
needType: "needs_parsimony_review";
|
|
1628
1624
|
blockingMode: "advisory";
|
|
@@ -1649,7 +1645,11 @@ declare const ParsimonyDiagnosticPacketSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1649
1645
|
canBlock: false;
|
|
1650
1646
|
}[];
|
|
1651
1647
|
};
|
|
1652
|
-
|
|
1648
|
+
createdBy: {
|
|
1649
|
+
principalId: string;
|
|
1650
|
+
principalType: "agent" | "user" | "system";
|
|
1651
|
+
clerkId: string | null;
|
|
1652
|
+
};
|
|
1653
1653
|
inputs: {
|
|
1654
1654
|
evidenceCoverage: {
|
|
1655
1655
|
rationale: string;
|
|
@@ -1659,14 +1659,14 @@ declare const ParsimonyDiagnosticPacketSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1659
1659
|
coverageScore: number;
|
|
1660
1660
|
};
|
|
1661
1661
|
duplicatePressure: {
|
|
1662
|
-
score: number;
|
|
1663
1662
|
rationale: string;
|
|
1663
|
+
score: number;
|
|
1664
1664
|
nearDuplicateCount: number;
|
|
1665
1665
|
duplicateSourceMaterialUuids: string[];
|
|
1666
1666
|
};
|
|
1667
1667
|
mergePressure: {
|
|
1668
|
-
score: number;
|
|
1669
1668
|
rationale: string;
|
|
1669
|
+
score: number;
|
|
1670
1670
|
candidateMergeTargetUuids: string[];
|
|
1671
1671
|
};
|
|
1672
1672
|
sourceSpanDensity: {
|
|
@@ -1693,9 +1693,9 @@ declare const ParsimonyDiagnosticPacketSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1693
1693
|
graphV2MirrorRebuildBlocked: true;
|
|
1694
1694
|
typedNeedVersion: "typed_need_v1";
|
|
1695
1695
|
justifiedComplexRepresentationFixture: {
|
|
1696
|
-
confidenceEffect: "none";
|
|
1697
|
-
diagnosticUuid: string;
|
|
1698
1696
|
rationale: string;
|
|
1697
|
+
diagnosticUuid: string;
|
|
1698
|
+
confidenceEffect: "none";
|
|
1699
1699
|
fixtureId: "high_parsimony_pressure_still_allows_adoption";
|
|
1700
1700
|
receiptDisposition: "ratified";
|
|
1701
1701
|
transitionKind: "adoption";
|
|
@@ -1711,15 +1711,11 @@ declare const ParsimonyDiagnosticPacketSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1711
1711
|
contractVersion: "parsimony_diagnostic_v1";
|
|
1712
1712
|
transitionReceiptVersion: "transition_receipt_v1";
|
|
1713
1713
|
diagnostics: {
|
|
1714
|
+
rationale: string;
|
|
1714
1715
|
contractVersion: "parsimony_diagnostic_v1";
|
|
1715
|
-
ownerWorktree: "GV2.0.5";
|
|
1716
1716
|
createdAt: string;
|
|
1717
|
-
createdBy: {
|
|
1718
|
-
principalId: string;
|
|
1719
|
-
principalType: "user" | "agent" | "system";
|
|
1720
|
-
clerkId: string | null;
|
|
1721
|
-
};
|
|
1722
1717
|
severity: "high" | "none" | "review" | "watch";
|
|
1718
|
+
ownerWorktree: "GV2.0.5";
|
|
1723
1719
|
subjectRef: {
|
|
1724
1720
|
uuid: string;
|
|
1725
1721
|
storageLocator: {
|
|
@@ -1732,7 +1728,7 @@ declare const ParsimonyDiagnosticPacketSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1732
1728
|
};
|
|
1733
1729
|
diagnosticUuid: string;
|
|
1734
1730
|
openedTypedNeed: {
|
|
1735
|
-
status: "
|
|
1731
|
+
status: "superseded" | "resolved" | "open" | "deferred";
|
|
1736
1732
|
needUuid: string;
|
|
1737
1733
|
needType: "needs_parsimony_review";
|
|
1738
1734
|
blockingMode: "advisory";
|
|
@@ -1759,7 +1755,11 @@ declare const ParsimonyDiagnosticPacketSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1759
1755
|
canBlock: false;
|
|
1760
1756
|
}[];
|
|
1761
1757
|
};
|
|
1762
|
-
|
|
1758
|
+
createdBy: {
|
|
1759
|
+
principalId: string;
|
|
1760
|
+
principalType: "agent" | "user" | "system";
|
|
1761
|
+
clerkId: string | null;
|
|
1762
|
+
};
|
|
1763
1763
|
inputs: {
|
|
1764
1764
|
evidenceCoverage: {
|
|
1765
1765
|
rationale: string;
|
|
@@ -1769,14 +1769,14 @@ declare const ParsimonyDiagnosticPacketSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1769
1769
|
coverageScore: number;
|
|
1770
1770
|
};
|
|
1771
1771
|
duplicatePressure: {
|
|
1772
|
-
score: number;
|
|
1773
1772
|
rationale: string;
|
|
1773
|
+
score: number;
|
|
1774
1774
|
nearDuplicateCount: number;
|
|
1775
1775
|
duplicateSourceMaterialUuids: string[];
|
|
1776
1776
|
};
|
|
1777
1777
|
mergePressure: {
|
|
1778
|
-
score: number;
|
|
1779
1778
|
rationale: string;
|
|
1779
|
+
score: number;
|
|
1780
1780
|
candidateMergeTargetUuids: string[];
|
|
1781
1781
|
};
|
|
1782
1782
|
sourceSpanDensity: {
|
|
@@ -1803,9 +1803,9 @@ declare const ParsimonyDiagnosticPacketSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1803
1803
|
graphV2MirrorRebuildBlocked: true;
|
|
1804
1804
|
typedNeedVersion: "typed_need_v1";
|
|
1805
1805
|
justifiedComplexRepresentationFixture: {
|
|
1806
|
-
confidenceEffect: "none";
|
|
1807
|
-
diagnosticUuid: string;
|
|
1808
1806
|
rationale: string;
|
|
1807
|
+
diagnosticUuid: string;
|
|
1808
|
+
confidenceEffect: "none";
|
|
1809
1809
|
fixtureId: "high_parsimony_pressure_still_allows_adoption";
|
|
1810
1810
|
receiptDisposition: "ratified";
|
|
1811
1811
|
transitionKind: "adoption";
|
|
@@ -1858,14 +1858,14 @@ declare const ParsimonyDiagnosticContractSchema: z.ZodObject<{
|
|
|
1858
1858
|
blocksRatification: z.ZodLiteral<false>;
|
|
1859
1859
|
status: z.ZodEnum<["open", "resolved", "deferred", "superseded"]>;
|
|
1860
1860
|
}, "strip", z.ZodTypeAny, {
|
|
1861
|
-
status: "
|
|
1861
|
+
status: "superseded" | "resolved" | "open" | "deferred";
|
|
1862
1862
|
needUuid: string;
|
|
1863
1863
|
needType: "needs_parsimony_review";
|
|
1864
1864
|
blockingMode: "advisory";
|
|
1865
1865
|
blocksRatification: false;
|
|
1866
1866
|
typedNeedVersion: "typed_need_v1";
|
|
1867
1867
|
}, {
|
|
1868
|
-
status: "
|
|
1868
|
+
status: "superseded" | "resolved" | "open" | "deferred";
|
|
1869
1869
|
needUuid: string;
|
|
1870
1870
|
needType: "needs_parsimony_review";
|
|
1871
1871
|
blockingMode: "advisory";
|
|
@@ -1931,13 +1931,13 @@ declare const ParsimonyDiagnosticContractSchema: z.ZodObject<{
|
|
|
1931
1931
|
duplicateSourceMaterialUuids: z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">;
|
|
1932
1932
|
rationale: z.ZodString;
|
|
1933
1933
|
}, "strip", z.ZodTypeAny, {
|
|
1934
|
-
score: number;
|
|
1935
1934
|
rationale: string;
|
|
1935
|
+
score: number;
|
|
1936
1936
|
nearDuplicateCount: number;
|
|
1937
1937
|
duplicateSourceMaterialUuids: string[];
|
|
1938
1938
|
}, {
|
|
1939
|
-
score: number;
|
|
1940
1939
|
rationale: string;
|
|
1940
|
+
score: number;
|
|
1941
1941
|
nearDuplicateCount: number;
|
|
1942
1942
|
duplicateSourceMaterialUuids: string[];
|
|
1943
1943
|
}>;
|
|
@@ -1946,12 +1946,12 @@ declare const ParsimonyDiagnosticContractSchema: z.ZodObject<{
|
|
|
1946
1946
|
candidateMergeTargetUuids: z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">;
|
|
1947
1947
|
rationale: z.ZodString;
|
|
1948
1948
|
}, "strip", z.ZodTypeAny, {
|
|
1949
|
-
score: number;
|
|
1950
1949
|
rationale: string;
|
|
1950
|
+
score: number;
|
|
1951
1951
|
candidateMergeTargetUuids: string[];
|
|
1952
1952
|
}, {
|
|
1953
|
-
score: number;
|
|
1954
1953
|
rationale: string;
|
|
1954
|
+
score: number;
|
|
1955
1955
|
candidateMergeTargetUuids: string[];
|
|
1956
1956
|
}>;
|
|
1957
1957
|
sourceSpanDensity: z.ZodObject<{
|
|
@@ -2015,14 +2015,14 @@ declare const ParsimonyDiagnosticContractSchema: z.ZodObject<{
|
|
|
2015
2015
|
coverageScore: number;
|
|
2016
2016
|
};
|
|
2017
2017
|
duplicatePressure: {
|
|
2018
|
-
score: number;
|
|
2019
2018
|
rationale: string;
|
|
2019
|
+
score: number;
|
|
2020
2020
|
nearDuplicateCount: number;
|
|
2021
2021
|
duplicateSourceMaterialUuids: string[];
|
|
2022
2022
|
};
|
|
2023
2023
|
mergePressure: {
|
|
2024
|
-
score: number;
|
|
2025
2024
|
rationale: string;
|
|
2025
|
+
score: number;
|
|
2026
2026
|
candidateMergeTargetUuids: string[];
|
|
2027
2027
|
};
|
|
2028
2028
|
sourceSpanDensity: {
|
|
@@ -2047,14 +2047,14 @@ declare const ParsimonyDiagnosticContractSchema: z.ZodObject<{
|
|
|
2047
2047
|
coverageScore: number;
|
|
2048
2048
|
};
|
|
2049
2049
|
duplicatePressure: {
|
|
2050
|
-
score: number;
|
|
2051
2050
|
rationale: string;
|
|
2051
|
+
score: number;
|
|
2052
2052
|
nearDuplicateCount: number;
|
|
2053
2053
|
duplicateSourceMaterialUuids: string[];
|
|
2054
2054
|
};
|
|
2055
2055
|
mergePressure: {
|
|
2056
|
-
score: number;
|
|
2057
2056
|
rationale: string;
|
|
2057
|
+
score: number;
|
|
2058
2058
|
candidateMergeTargetUuids: string[];
|
|
2059
2059
|
};
|
|
2060
2060
|
sourceSpanDensity: {
|
|
@@ -2130,24 +2130,20 @@ declare const ParsimonyDiagnosticContractSchema: z.ZodObject<{
|
|
|
2130
2130
|
clerkId: z.ZodNullable<z.ZodString>;
|
|
2131
2131
|
}, "strip", z.ZodTypeAny, {
|
|
2132
2132
|
principalId: string;
|
|
2133
|
-
principalType: "
|
|
2133
|
+
principalType: "agent" | "user" | "system";
|
|
2134
2134
|
clerkId: string | null;
|
|
2135
2135
|
}, {
|
|
2136
2136
|
principalId: string;
|
|
2137
|
-
principalType: "
|
|
2137
|
+
principalType: "agent" | "user" | "system";
|
|
2138
2138
|
clerkId: string | null;
|
|
2139
2139
|
}>;
|
|
2140
2140
|
rationale: z.ZodString;
|
|
2141
2141
|
}, "strip", z.ZodTypeAny, {
|
|
2142
|
+
rationale: string;
|
|
2142
2143
|
contractVersion: "parsimony_diagnostic_v1";
|
|
2143
|
-
ownerWorktree: "GV2.0.5";
|
|
2144
2144
|
createdAt: string;
|
|
2145
|
-
createdBy: {
|
|
2146
|
-
principalId: string;
|
|
2147
|
-
principalType: "user" | "agent" | "system";
|
|
2148
|
-
clerkId: string | null;
|
|
2149
|
-
};
|
|
2150
2145
|
severity: "high" | "none" | "review" | "watch";
|
|
2146
|
+
ownerWorktree: "GV2.0.5";
|
|
2151
2147
|
subjectRef: {
|
|
2152
2148
|
uuid: string;
|
|
2153
2149
|
storageLocator: {
|
|
@@ -2160,7 +2156,7 @@ declare const ParsimonyDiagnosticContractSchema: z.ZodObject<{
|
|
|
2160
2156
|
};
|
|
2161
2157
|
diagnosticUuid: string;
|
|
2162
2158
|
openedTypedNeed: {
|
|
2163
|
-
status: "
|
|
2159
|
+
status: "superseded" | "resolved" | "open" | "deferred";
|
|
2164
2160
|
needUuid: string;
|
|
2165
2161
|
needType: "needs_parsimony_review";
|
|
2166
2162
|
blockingMode: "advisory";
|
|
@@ -2187,7 +2183,11 @@ declare const ParsimonyDiagnosticContractSchema: z.ZodObject<{
|
|
|
2187
2183
|
canBlock: false;
|
|
2188
2184
|
}[];
|
|
2189
2185
|
};
|
|
2190
|
-
|
|
2186
|
+
createdBy: {
|
|
2187
|
+
principalId: string;
|
|
2188
|
+
principalType: "agent" | "user" | "system";
|
|
2189
|
+
clerkId: string | null;
|
|
2190
|
+
};
|
|
2191
2191
|
inputs: {
|
|
2192
2192
|
evidenceCoverage: {
|
|
2193
2193
|
rationale: string;
|
|
@@ -2197,14 +2197,14 @@ declare const ParsimonyDiagnosticContractSchema: z.ZodObject<{
|
|
|
2197
2197
|
coverageScore: number;
|
|
2198
2198
|
};
|
|
2199
2199
|
duplicatePressure: {
|
|
2200
|
-
score: number;
|
|
2201
2200
|
rationale: string;
|
|
2201
|
+
score: number;
|
|
2202
2202
|
nearDuplicateCount: number;
|
|
2203
2203
|
duplicateSourceMaterialUuids: string[];
|
|
2204
2204
|
};
|
|
2205
2205
|
mergePressure: {
|
|
2206
|
-
score: number;
|
|
2207
2206
|
rationale: string;
|
|
2207
|
+
score: number;
|
|
2208
2208
|
candidateMergeTargetUuids: string[];
|
|
2209
2209
|
};
|
|
2210
2210
|
sourceSpanDensity: {
|
|
@@ -2225,15 +2225,11 @@ declare const ParsimonyDiagnosticContractSchema: z.ZodObject<{
|
|
|
2225
2225
|
recommendedAction: "none" | "record_complexity_rationale" | "consider_merge" | "review_representation";
|
|
2226
2226
|
closureRequiredBeforeRatification: false;
|
|
2227
2227
|
}, {
|
|
2228
|
+
rationale: string;
|
|
2228
2229
|
contractVersion: "parsimony_diagnostic_v1";
|
|
2229
|
-
ownerWorktree: "GV2.0.5";
|
|
2230
2230
|
createdAt: string;
|
|
2231
|
-
createdBy: {
|
|
2232
|
-
principalId: string;
|
|
2233
|
-
principalType: "user" | "agent" | "system";
|
|
2234
|
-
clerkId: string | null;
|
|
2235
|
-
};
|
|
2236
2231
|
severity: "high" | "none" | "review" | "watch";
|
|
2232
|
+
ownerWorktree: "GV2.0.5";
|
|
2237
2233
|
subjectRef: {
|
|
2238
2234
|
uuid: string;
|
|
2239
2235
|
storageLocator: {
|
|
@@ -2246,7 +2242,7 @@ declare const ParsimonyDiagnosticContractSchema: z.ZodObject<{
|
|
|
2246
2242
|
};
|
|
2247
2243
|
diagnosticUuid: string;
|
|
2248
2244
|
openedTypedNeed: {
|
|
2249
|
-
status: "
|
|
2245
|
+
status: "superseded" | "resolved" | "open" | "deferred";
|
|
2250
2246
|
needUuid: string;
|
|
2251
2247
|
needType: "needs_parsimony_review";
|
|
2252
2248
|
blockingMode: "advisory";
|
|
@@ -2273,7 +2269,11 @@ declare const ParsimonyDiagnosticContractSchema: z.ZodObject<{
|
|
|
2273
2269
|
canBlock: false;
|
|
2274
2270
|
}[];
|
|
2275
2271
|
};
|
|
2276
|
-
|
|
2272
|
+
createdBy: {
|
|
2273
|
+
principalId: string;
|
|
2274
|
+
principalType: "agent" | "user" | "system";
|
|
2275
|
+
clerkId: string | null;
|
|
2276
|
+
};
|
|
2277
2277
|
inputs: {
|
|
2278
2278
|
evidenceCoverage: {
|
|
2279
2279
|
rationale: string;
|
|
@@ -2283,14 +2283,14 @@ declare const ParsimonyDiagnosticContractSchema: z.ZodObject<{
|
|
|
2283
2283
|
coverageScore: number;
|
|
2284
2284
|
};
|
|
2285
2285
|
duplicatePressure: {
|
|
2286
|
-
score: number;
|
|
2287
2286
|
rationale: string;
|
|
2287
|
+
score: number;
|
|
2288
2288
|
nearDuplicateCount: number;
|
|
2289
2289
|
duplicateSourceMaterialUuids: string[];
|
|
2290
2290
|
};
|
|
2291
2291
|
mergePressure: {
|
|
2292
|
-
score: number;
|
|
2293
2292
|
rationale: string;
|
|
2293
|
+
score: number;
|
|
2294
2294
|
candidateMergeTargetUuids: string[];
|
|
2295
2295
|
};
|
|
2296
2296
|
sourceSpanDensity: {
|
|
@@ -2311,15 +2311,11 @@ declare const ParsimonyDiagnosticContractSchema: z.ZodObject<{
|
|
|
2311
2311
|
recommendedAction: "none" | "record_complexity_rationale" | "consider_merge" | "review_representation";
|
|
2312
2312
|
closureRequiredBeforeRatification: false;
|
|
2313
2313
|
}>, {
|
|
2314
|
+
rationale: string;
|
|
2314
2315
|
contractVersion: "parsimony_diagnostic_v1";
|
|
2315
|
-
ownerWorktree: "GV2.0.5";
|
|
2316
2316
|
createdAt: string;
|
|
2317
|
-
createdBy: {
|
|
2318
|
-
principalId: string;
|
|
2319
|
-
principalType: "user" | "agent" | "system";
|
|
2320
|
-
clerkId: string | null;
|
|
2321
|
-
};
|
|
2322
2317
|
severity: "high" | "none" | "review" | "watch";
|
|
2318
|
+
ownerWorktree: "GV2.0.5";
|
|
2323
2319
|
subjectRef: {
|
|
2324
2320
|
uuid: string;
|
|
2325
2321
|
storageLocator: {
|
|
@@ -2332,7 +2328,7 @@ declare const ParsimonyDiagnosticContractSchema: z.ZodObject<{
|
|
|
2332
2328
|
};
|
|
2333
2329
|
diagnosticUuid: string;
|
|
2334
2330
|
openedTypedNeed: {
|
|
2335
|
-
status: "
|
|
2331
|
+
status: "superseded" | "resolved" | "open" | "deferred";
|
|
2336
2332
|
needUuid: string;
|
|
2337
2333
|
needType: "needs_parsimony_review";
|
|
2338
2334
|
blockingMode: "advisory";
|
|
@@ -2359,7 +2355,11 @@ declare const ParsimonyDiagnosticContractSchema: z.ZodObject<{
|
|
|
2359
2355
|
canBlock: false;
|
|
2360
2356
|
}[];
|
|
2361
2357
|
};
|
|
2362
|
-
|
|
2358
|
+
createdBy: {
|
|
2359
|
+
principalId: string;
|
|
2360
|
+
principalType: "agent" | "user" | "system";
|
|
2361
|
+
clerkId: string | null;
|
|
2362
|
+
};
|
|
2363
2363
|
inputs: {
|
|
2364
2364
|
evidenceCoverage: {
|
|
2365
2365
|
rationale: string;
|
|
@@ -2369,14 +2369,14 @@ declare const ParsimonyDiagnosticContractSchema: z.ZodObject<{
|
|
|
2369
2369
|
coverageScore: number;
|
|
2370
2370
|
};
|
|
2371
2371
|
duplicatePressure: {
|
|
2372
|
-
score: number;
|
|
2373
2372
|
rationale: string;
|
|
2373
|
+
score: number;
|
|
2374
2374
|
nearDuplicateCount: number;
|
|
2375
2375
|
duplicateSourceMaterialUuids: string[];
|
|
2376
2376
|
};
|
|
2377
2377
|
mergePressure: {
|
|
2378
|
-
score: number;
|
|
2379
2378
|
rationale: string;
|
|
2379
|
+
score: number;
|
|
2380
2380
|
candidateMergeTargetUuids: string[];
|
|
2381
2381
|
};
|
|
2382
2382
|
sourceSpanDensity: {
|
|
@@ -2397,15 +2397,11 @@ declare const ParsimonyDiagnosticContractSchema: z.ZodObject<{
|
|
|
2397
2397
|
recommendedAction: "none" | "record_complexity_rationale" | "consider_merge" | "review_representation";
|
|
2398
2398
|
closureRequiredBeforeRatification: false;
|
|
2399
2399
|
}, {
|
|
2400
|
+
rationale: string;
|
|
2400
2401
|
contractVersion: "parsimony_diagnostic_v1";
|
|
2401
|
-
ownerWorktree: "GV2.0.5";
|
|
2402
2402
|
createdAt: string;
|
|
2403
|
-
createdBy: {
|
|
2404
|
-
principalId: string;
|
|
2405
|
-
principalType: "user" | "agent" | "system";
|
|
2406
|
-
clerkId: string | null;
|
|
2407
|
-
};
|
|
2408
2403
|
severity: "high" | "none" | "review" | "watch";
|
|
2404
|
+
ownerWorktree: "GV2.0.5";
|
|
2409
2405
|
subjectRef: {
|
|
2410
2406
|
uuid: string;
|
|
2411
2407
|
storageLocator: {
|
|
@@ -2418,7 +2414,7 @@ declare const ParsimonyDiagnosticContractSchema: z.ZodObject<{
|
|
|
2418
2414
|
};
|
|
2419
2415
|
diagnosticUuid: string;
|
|
2420
2416
|
openedTypedNeed: {
|
|
2421
|
-
status: "
|
|
2417
|
+
status: "superseded" | "resolved" | "open" | "deferred";
|
|
2422
2418
|
needUuid: string;
|
|
2423
2419
|
needType: "needs_parsimony_review";
|
|
2424
2420
|
blockingMode: "advisory";
|
|
@@ -2445,7 +2441,11 @@ declare const ParsimonyDiagnosticContractSchema: z.ZodObject<{
|
|
|
2445
2441
|
canBlock: false;
|
|
2446
2442
|
}[];
|
|
2447
2443
|
};
|
|
2448
|
-
|
|
2444
|
+
createdBy: {
|
|
2445
|
+
principalId: string;
|
|
2446
|
+
principalType: "agent" | "user" | "system";
|
|
2447
|
+
clerkId: string | null;
|
|
2448
|
+
};
|
|
2449
2449
|
inputs: {
|
|
2450
2450
|
evidenceCoverage: {
|
|
2451
2451
|
rationale: string;
|
|
@@ -2455,14 +2455,14 @@ declare const ParsimonyDiagnosticContractSchema: z.ZodObject<{
|
|
|
2455
2455
|
coverageScore: number;
|
|
2456
2456
|
};
|
|
2457
2457
|
duplicatePressure: {
|
|
2458
|
-
score: number;
|
|
2459
2458
|
rationale: string;
|
|
2459
|
+
score: number;
|
|
2460
2460
|
nearDuplicateCount: number;
|
|
2461
2461
|
duplicateSourceMaterialUuids: string[];
|
|
2462
2462
|
};
|
|
2463
2463
|
mergePressure: {
|
|
2464
|
-
score: number;
|
|
2465
2464
|
rationale: string;
|
|
2465
|
+
score: number;
|
|
2466
2466
|
candidateMergeTargetUuids: string[];
|
|
2467
2467
|
};
|
|
2468
2468
|
sourceSpanDensity: {
|
|
@@ -2498,9 +2498,9 @@ declare const ParsimonyDiagnosticContractSchema: z.ZodObject<{
|
|
|
2498
2498
|
complexityJustifiedBy: z.ZodArray<z.ZodEnum<["source_span_density", "evidence_coverage", "contradiction_pressure", "policy_trace", "lineage_preservation"]>, "many">;
|
|
2499
2499
|
rationale: z.ZodString;
|
|
2500
2500
|
}, "strip", z.ZodTypeAny, {
|
|
2501
|
-
confidenceEffect: "none";
|
|
2502
|
-
diagnosticUuid: string;
|
|
2503
2501
|
rationale: string;
|
|
2502
|
+
diagnosticUuid: string;
|
|
2503
|
+
confidenceEffect: "none";
|
|
2504
2504
|
fixtureId: "high_parsimony_pressure_still_allows_adoption";
|
|
2505
2505
|
receiptDisposition: "ratified";
|
|
2506
2506
|
transitionKind: "adoption";
|
|
@@ -2512,9 +2512,9 @@ declare const ParsimonyDiagnosticContractSchema: z.ZodObject<{
|
|
|
2512
2512
|
subjectiveLogicConfidenceAfter: number;
|
|
2513
2513
|
complexityJustifiedBy: ("source_span_density" | "evidence_coverage" | "contradiction_pressure" | "policy_trace" | "lineage_preservation")[];
|
|
2514
2514
|
}, {
|
|
2515
|
-
confidenceEffect: "none";
|
|
2516
|
-
diagnosticUuid: string;
|
|
2517
2515
|
rationale: string;
|
|
2516
|
+
diagnosticUuid: string;
|
|
2517
|
+
confidenceEffect: "none";
|
|
2518
2518
|
fixtureId: "high_parsimony_pressure_still_allows_adoption";
|
|
2519
2519
|
receiptDisposition: "ratified";
|
|
2520
2520
|
transitionKind: "adoption";
|
|
@@ -2526,9 +2526,9 @@ declare const ParsimonyDiagnosticContractSchema: z.ZodObject<{
|
|
|
2526
2526
|
subjectiveLogicConfidenceAfter: number;
|
|
2527
2527
|
complexityJustifiedBy: ("source_span_density" | "evidence_coverage" | "contradiction_pressure" | "policy_trace" | "lineage_preservation")[];
|
|
2528
2528
|
}>, {
|
|
2529
|
-
confidenceEffect: "none";
|
|
2530
|
-
diagnosticUuid: string;
|
|
2531
2529
|
rationale: string;
|
|
2530
|
+
diagnosticUuid: string;
|
|
2531
|
+
confidenceEffect: "none";
|
|
2532
2532
|
fixtureId: "high_parsimony_pressure_still_allows_adoption";
|
|
2533
2533
|
receiptDisposition: "ratified";
|
|
2534
2534
|
transitionKind: "adoption";
|
|
@@ -2540,9 +2540,9 @@ declare const ParsimonyDiagnosticContractSchema: z.ZodObject<{
|
|
|
2540
2540
|
subjectiveLogicConfidenceAfter: number;
|
|
2541
2541
|
complexityJustifiedBy: ("source_span_density" | "evidence_coverage" | "contradiction_pressure" | "policy_trace" | "lineage_preservation")[];
|
|
2542
2542
|
}, {
|
|
2543
|
-
confidenceEffect: "none";
|
|
2544
|
-
diagnosticUuid: string;
|
|
2545
2543
|
rationale: string;
|
|
2544
|
+
diagnosticUuid: string;
|
|
2545
|
+
confidenceEffect: "none";
|
|
2546
2546
|
fixtureId: "high_parsimony_pressure_still_allows_adoption";
|
|
2547
2547
|
receiptDisposition: "ratified";
|
|
2548
2548
|
transitionKind: "adoption";
|
|
@@ -2560,15 +2560,11 @@ declare const ParsimonyDiagnosticContractSchema: z.ZodObject<{
|
|
|
2560
2560
|
contractVersion: "parsimony_diagnostic_v1";
|
|
2561
2561
|
transitionReceiptVersion: "transition_receipt_v1";
|
|
2562
2562
|
diagnostics: {
|
|
2563
|
+
rationale: string;
|
|
2563
2564
|
contractVersion: "parsimony_diagnostic_v1";
|
|
2564
|
-
ownerWorktree: "GV2.0.5";
|
|
2565
2565
|
createdAt: string;
|
|
2566
|
-
createdBy: {
|
|
2567
|
-
principalId: string;
|
|
2568
|
-
principalType: "user" | "agent" | "system";
|
|
2569
|
-
clerkId: string | null;
|
|
2570
|
-
};
|
|
2571
2566
|
severity: "high" | "none" | "review" | "watch";
|
|
2567
|
+
ownerWorktree: "GV2.0.5";
|
|
2572
2568
|
subjectRef: {
|
|
2573
2569
|
uuid: string;
|
|
2574
2570
|
storageLocator: {
|
|
@@ -2581,7 +2577,7 @@ declare const ParsimonyDiagnosticContractSchema: z.ZodObject<{
|
|
|
2581
2577
|
};
|
|
2582
2578
|
diagnosticUuid: string;
|
|
2583
2579
|
openedTypedNeed: {
|
|
2584
|
-
status: "
|
|
2580
|
+
status: "superseded" | "resolved" | "open" | "deferred";
|
|
2585
2581
|
needUuid: string;
|
|
2586
2582
|
needType: "needs_parsimony_review";
|
|
2587
2583
|
blockingMode: "advisory";
|
|
@@ -2608,7 +2604,11 @@ declare const ParsimonyDiagnosticContractSchema: z.ZodObject<{
|
|
|
2608
2604
|
canBlock: false;
|
|
2609
2605
|
}[];
|
|
2610
2606
|
};
|
|
2611
|
-
|
|
2607
|
+
createdBy: {
|
|
2608
|
+
principalId: string;
|
|
2609
|
+
principalType: "agent" | "user" | "system";
|
|
2610
|
+
clerkId: string | null;
|
|
2611
|
+
};
|
|
2612
2612
|
inputs: {
|
|
2613
2613
|
evidenceCoverage: {
|
|
2614
2614
|
rationale: string;
|
|
@@ -2618,14 +2618,14 @@ declare const ParsimonyDiagnosticContractSchema: z.ZodObject<{
|
|
|
2618
2618
|
coverageScore: number;
|
|
2619
2619
|
};
|
|
2620
2620
|
duplicatePressure: {
|
|
2621
|
-
score: number;
|
|
2622
2621
|
rationale: string;
|
|
2622
|
+
score: number;
|
|
2623
2623
|
nearDuplicateCount: number;
|
|
2624
2624
|
duplicateSourceMaterialUuids: string[];
|
|
2625
2625
|
};
|
|
2626
2626
|
mergePressure: {
|
|
2627
|
-
score: number;
|
|
2628
2627
|
rationale: string;
|
|
2628
|
+
score: number;
|
|
2629
2629
|
candidateMergeTargetUuids: string[];
|
|
2630
2630
|
};
|
|
2631
2631
|
sourceSpanDensity: {
|
|
@@ -2652,9 +2652,9 @@ declare const ParsimonyDiagnosticContractSchema: z.ZodObject<{
|
|
|
2652
2652
|
graphV2MirrorRebuildBlocked: true;
|
|
2653
2653
|
typedNeedVersion: "typed_need_v1";
|
|
2654
2654
|
justifiedComplexRepresentationFixture: {
|
|
2655
|
-
confidenceEffect: "none";
|
|
2656
|
-
diagnosticUuid: string;
|
|
2657
2655
|
rationale: string;
|
|
2656
|
+
diagnosticUuid: string;
|
|
2657
|
+
confidenceEffect: "none";
|
|
2658
2658
|
fixtureId: "high_parsimony_pressure_still_allows_adoption";
|
|
2659
2659
|
receiptDisposition: "ratified";
|
|
2660
2660
|
transitionKind: "adoption";
|
|
@@ -2670,15 +2670,11 @@ declare const ParsimonyDiagnosticContractSchema: z.ZodObject<{
|
|
|
2670
2670
|
contractVersion: "parsimony_diagnostic_v1";
|
|
2671
2671
|
transitionReceiptVersion: "transition_receipt_v1";
|
|
2672
2672
|
diagnostics: {
|
|
2673
|
+
rationale: string;
|
|
2673
2674
|
contractVersion: "parsimony_diagnostic_v1";
|
|
2674
|
-
ownerWorktree: "GV2.0.5";
|
|
2675
2675
|
createdAt: string;
|
|
2676
|
-
createdBy: {
|
|
2677
|
-
principalId: string;
|
|
2678
|
-
principalType: "user" | "agent" | "system";
|
|
2679
|
-
clerkId: string | null;
|
|
2680
|
-
};
|
|
2681
2676
|
severity: "high" | "none" | "review" | "watch";
|
|
2677
|
+
ownerWorktree: "GV2.0.5";
|
|
2682
2678
|
subjectRef: {
|
|
2683
2679
|
uuid: string;
|
|
2684
2680
|
storageLocator: {
|
|
@@ -2691,7 +2687,7 @@ declare const ParsimonyDiagnosticContractSchema: z.ZodObject<{
|
|
|
2691
2687
|
};
|
|
2692
2688
|
diagnosticUuid: string;
|
|
2693
2689
|
openedTypedNeed: {
|
|
2694
|
-
status: "
|
|
2690
|
+
status: "superseded" | "resolved" | "open" | "deferred";
|
|
2695
2691
|
needUuid: string;
|
|
2696
2692
|
needType: "needs_parsimony_review";
|
|
2697
2693
|
blockingMode: "advisory";
|
|
@@ -2718,7 +2714,11 @@ declare const ParsimonyDiagnosticContractSchema: z.ZodObject<{
|
|
|
2718
2714
|
canBlock: false;
|
|
2719
2715
|
}[];
|
|
2720
2716
|
};
|
|
2721
|
-
|
|
2717
|
+
createdBy: {
|
|
2718
|
+
principalId: string;
|
|
2719
|
+
principalType: "agent" | "user" | "system";
|
|
2720
|
+
clerkId: string | null;
|
|
2721
|
+
};
|
|
2722
2722
|
inputs: {
|
|
2723
2723
|
evidenceCoverage: {
|
|
2724
2724
|
rationale: string;
|
|
@@ -2728,14 +2728,14 @@ declare const ParsimonyDiagnosticContractSchema: z.ZodObject<{
|
|
|
2728
2728
|
coverageScore: number;
|
|
2729
2729
|
};
|
|
2730
2730
|
duplicatePressure: {
|
|
2731
|
-
score: number;
|
|
2732
2731
|
rationale: string;
|
|
2732
|
+
score: number;
|
|
2733
2733
|
nearDuplicateCount: number;
|
|
2734
2734
|
duplicateSourceMaterialUuids: string[];
|
|
2735
2735
|
};
|
|
2736
2736
|
mergePressure: {
|
|
2737
|
-
score: number;
|
|
2738
2737
|
rationale: string;
|
|
2738
|
+
score: number;
|
|
2739
2739
|
candidateMergeTargetUuids: string[];
|
|
2740
2740
|
};
|
|
2741
2741
|
sourceSpanDensity: {
|
|
@@ -2762,9 +2762,9 @@ declare const ParsimonyDiagnosticContractSchema: z.ZodObject<{
|
|
|
2762
2762
|
graphV2MirrorRebuildBlocked: true;
|
|
2763
2763
|
typedNeedVersion: "typed_need_v1";
|
|
2764
2764
|
justifiedComplexRepresentationFixture: {
|
|
2765
|
-
confidenceEffect: "none";
|
|
2766
|
-
diagnosticUuid: string;
|
|
2767
2765
|
rationale: string;
|
|
2766
|
+
diagnosticUuid: string;
|
|
2767
|
+
confidenceEffect: "none";
|
|
2768
2768
|
fixtureId: "high_parsimony_pressure_still_allows_adoption";
|
|
2769
2769
|
receiptDisposition: "ratified";
|
|
2770
2770
|
transitionKind: "adoption";
|
|
@@ -2780,15 +2780,11 @@ declare const ParsimonyDiagnosticContractSchema: z.ZodObject<{
|
|
|
2780
2780
|
contractVersion: "parsimony_diagnostic_v1";
|
|
2781
2781
|
transitionReceiptVersion: "transition_receipt_v1";
|
|
2782
2782
|
diagnostics: {
|
|
2783
|
+
rationale: string;
|
|
2783
2784
|
contractVersion: "parsimony_diagnostic_v1";
|
|
2784
|
-
ownerWorktree: "GV2.0.5";
|
|
2785
2785
|
createdAt: string;
|
|
2786
|
-
createdBy: {
|
|
2787
|
-
principalId: string;
|
|
2788
|
-
principalType: "user" | "agent" | "system";
|
|
2789
|
-
clerkId: string | null;
|
|
2790
|
-
};
|
|
2791
2786
|
severity: "high" | "none" | "review" | "watch";
|
|
2787
|
+
ownerWorktree: "GV2.0.5";
|
|
2792
2788
|
subjectRef: {
|
|
2793
2789
|
uuid: string;
|
|
2794
2790
|
storageLocator: {
|
|
@@ -2801,7 +2797,7 @@ declare const ParsimonyDiagnosticContractSchema: z.ZodObject<{
|
|
|
2801
2797
|
};
|
|
2802
2798
|
diagnosticUuid: string;
|
|
2803
2799
|
openedTypedNeed: {
|
|
2804
|
-
status: "
|
|
2800
|
+
status: "superseded" | "resolved" | "open" | "deferred";
|
|
2805
2801
|
needUuid: string;
|
|
2806
2802
|
needType: "needs_parsimony_review";
|
|
2807
2803
|
blockingMode: "advisory";
|
|
@@ -2828,7 +2824,11 @@ declare const ParsimonyDiagnosticContractSchema: z.ZodObject<{
|
|
|
2828
2824
|
canBlock: false;
|
|
2829
2825
|
}[];
|
|
2830
2826
|
};
|
|
2831
|
-
|
|
2827
|
+
createdBy: {
|
|
2828
|
+
principalId: string;
|
|
2829
|
+
principalType: "agent" | "user" | "system";
|
|
2830
|
+
clerkId: string | null;
|
|
2831
|
+
};
|
|
2832
2832
|
inputs: {
|
|
2833
2833
|
evidenceCoverage: {
|
|
2834
2834
|
rationale: string;
|
|
@@ -2838,14 +2838,14 @@ declare const ParsimonyDiagnosticContractSchema: z.ZodObject<{
|
|
|
2838
2838
|
coverageScore: number;
|
|
2839
2839
|
};
|
|
2840
2840
|
duplicatePressure: {
|
|
2841
|
-
score: number;
|
|
2842
2841
|
rationale: string;
|
|
2842
|
+
score: number;
|
|
2843
2843
|
nearDuplicateCount: number;
|
|
2844
2844
|
duplicateSourceMaterialUuids: string[];
|
|
2845
2845
|
};
|
|
2846
2846
|
mergePressure: {
|
|
2847
|
-
score: number;
|
|
2848
2847
|
rationale: string;
|
|
2848
|
+
score: number;
|
|
2849
2849
|
candidateMergeTargetUuids: string[];
|
|
2850
2850
|
};
|
|
2851
2851
|
sourceSpanDensity: {
|
|
@@ -2872,9 +2872,9 @@ declare const ParsimonyDiagnosticContractSchema: z.ZodObject<{
|
|
|
2872
2872
|
graphV2MirrorRebuildBlocked: true;
|
|
2873
2873
|
typedNeedVersion: "typed_need_v1";
|
|
2874
2874
|
justifiedComplexRepresentationFixture: {
|
|
2875
|
-
confidenceEffect: "none";
|
|
2876
|
-
diagnosticUuid: string;
|
|
2877
2875
|
rationale: string;
|
|
2876
|
+
diagnosticUuid: string;
|
|
2877
|
+
confidenceEffect: "none";
|
|
2878
2878
|
fixtureId: "high_parsimony_pressure_still_allows_adoption";
|
|
2879
2879
|
receiptDisposition: "ratified";
|
|
2880
2880
|
transitionKind: "adoption";
|
|
@@ -2890,15 +2890,11 @@ declare const ParsimonyDiagnosticContractSchema: z.ZodObject<{
|
|
|
2890
2890
|
contractVersion: "parsimony_diagnostic_v1";
|
|
2891
2891
|
transitionReceiptVersion: "transition_receipt_v1";
|
|
2892
2892
|
diagnostics: {
|
|
2893
|
+
rationale: string;
|
|
2893
2894
|
contractVersion: "parsimony_diagnostic_v1";
|
|
2894
|
-
ownerWorktree: "GV2.0.5";
|
|
2895
2895
|
createdAt: string;
|
|
2896
|
-
createdBy: {
|
|
2897
|
-
principalId: string;
|
|
2898
|
-
principalType: "user" | "agent" | "system";
|
|
2899
|
-
clerkId: string | null;
|
|
2900
|
-
};
|
|
2901
2896
|
severity: "high" | "none" | "review" | "watch";
|
|
2897
|
+
ownerWorktree: "GV2.0.5";
|
|
2902
2898
|
subjectRef: {
|
|
2903
2899
|
uuid: string;
|
|
2904
2900
|
storageLocator: {
|
|
@@ -2911,7 +2907,7 @@ declare const ParsimonyDiagnosticContractSchema: z.ZodObject<{
|
|
|
2911
2907
|
};
|
|
2912
2908
|
diagnosticUuid: string;
|
|
2913
2909
|
openedTypedNeed: {
|
|
2914
|
-
status: "
|
|
2910
|
+
status: "superseded" | "resolved" | "open" | "deferred";
|
|
2915
2911
|
needUuid: string;
|
|
2916
2912
|
needType: "needs_parsimony_review";
|
|
2917
2913
|
blockingMode: "advisory";
|
|
@@ -2938,7 +2934,11 @@ declare const ParsimonyDiagnosticContractSchema: z.ZodObject<{
|
|
|
2938
2934
|
canBlock: false;
|
|
2939
2935
|
}[];
|
|
2940
2936
|
};
|
|
2941
|
-
|
|
2937
|
+
createdBy: {
|
|
2938
|
+
principalId: string;
|
|
2939
|
+
principalType: "agent" | "user" | "system";
|
|
2940
|
+
clerkId: string | null;
|
|
2941
|
+
};
|
|
2942
2942
|
inputs: {
|
|
2943
2943
|
evidenceCoverage: {
|
|
2944
2944
|
rationale: string;
|
|
@@ -2948,14 +2948,14 @@ declare const ParsimonyDiagnosticContractSchema: z.ZodObject<{
|
|
|
2948
2948
|
coverageScore: number;
|
|
2949
2949
|
};
|
|
2950
2950
|
duplicatePressure: {
|
|
2951
|
-
score: number;
|
|
2952
2951
|
rationale: string;
|
|
2952
|
+
score: number;
|
|
2953
2953
|
nearDuplicateCount: number;
|
|
2954
2954
|
duplicateSourceMaterialUuids: string[];
|
|
2955
2955
|
};
|
|
2956
2956
|
mergePressure: {
|
|
2957
|
-
score: number;
|
|
2958
2957
|
rationale: string;
|
|
2958
|
+
score: number;
|
|
2959
2959
|
candidateMergeTargetUuids: string[];
|
|
2960
2960
|
};
|
|
2961
2961
|
sourceSpanDensity: {
|
|
@@ -2982,9 +2982,9 @@ declare const ParsimonyDiagnosticContractSchema: z.ZodObject<{
|
|
|
2982
2982
|
graphV2MirrorRebuildBlocked: true;
|
|
2983
2983
|
typedNeedVersion: "typed_need_v1";
|
|
2984
2984
|
justifiedComplexRepresentationFixture: {
|
|
2985
|
-
confidenceEffect: "none";
|
|
2986
|
-
diagnosticUuid: string;
|
|
2987
2985
|
rationale: string;
|
|
2986
|
+
diagnosticUuid: string;
|
|
2987
|
+
confidenceEffect: "none";
|
|
2988
2988
|
fixtureId: "high_parsimony_pressure_still_allows_adoption";
|
|
2989
2989
|
receiptDisposition: "ratified";
|
|
2990
2990
|
transitionKind: "adoption";
|
|
@@ -2999,30 +2999,26 @@ declare const ParsimonyDiagnosticContractSchema: z.ZodObject<{
|
|
|
2999
2999
|
}>;
|
|
3000
3000
|
}, "strip", z.ZodTypeAny, {
|
|
3001
3001
|
worktree: "GV2.0.5";
|
|
3002
|
-
lane: "c2-gv2-transition-intelligence-preflight";
|
|
3003
3002
|
contractVersion: "parsimony_diagnostic_v1";
|
|
3004
|
-
|
|
3003
|
+
lane: "c2-gv2-transition-intelligence-preflight";
|
|
3005
3004
|
graphWorktreeId: "tn7914y2gr8qptshyh2kp5gay98843my";
|
|
3006
3005
|
compositionKey: "parsimony_diagnostic_v1";
|
|
3006
|
+
refusalFixtures: ("non_uuidv7_diagnostic_identity" | "missing_duplicate_pressure" | "missing_merge_pressure" | "missing_source_span_density" | "missing_evidence_coverage" | "missing_complexity_rationale" | "blocking_effect_not_advisory_only" | "parsimony_blocks_adoption" | "parsimony_blocks_fork" | "parsimony_blocks_disposition" | "confidence_mutation_attempt" | "needs_parsimony_review_not_advisory" | "diagnostic_without_receipt_attachment")[];
|
|
3007
3007
|
tasks: {
|
|
3008
3008
|
title: string;
|
|
3009
3009
|
requiredProof: string;
|
|
3010
3010
|
taskId: string;
|
|
3011
3011
|
}[];
|
|
3012
|
-
dependsOnCompositions: ("
|
|
3012
|
+
dependsOnCompositions: ("transition_receipt_v1" | "source_material_adoption_ledger_v1" | "source_material_total_partition_v1" | "typed_need_v1")[];
|
|
3013
3013
|
positivePacket: {
|
|
3014
3014
|
contractVersion: "parsimony_diagnostic_v1";
|
|
3015
3015
|
transitionReceiptVersion: "transition_receipt_v1";
|
|
3016
3016
|
diagnostics: {
|
|
3017
|
+
rationale: string;
|
|
3017
3018
|
contractVersion: "parsimony_diagnostic_v1";
|
|
3018
|
-
ownerWorktree: "GV2.0.5";
|
|
3019
3019
|
createdAt: string;
|
|
3020
|
-
createdBy: {
|
|
3021
|
-
principalId: string;
|
|
3022
|
-
principalType: "user" | "agent" | "system";
|
|
3023
|
-
clerkId: string | null;
|
|
3024
|
-
};
|
|
3025
3020
|
severity: "high" | "none" | "review" | "watch";
|
|
3021
|
+
ownerWorktree: "GV2.0.5";
|
|
3026
3022
|
subjectRef: {
|
|
3027
3023
|
uuid: string;
|
|
3028
3024
|
storageLocator: {
|
|
@@ -3035,7 +3031,7 @@ declare const ParsimonyDiagnosticContractSchema: z.ZodObject<{
|
|
|
3035
3031
|
};
|
|
3036
3032
|
diagnosticUuid: string;
|
|
3037
3033
|
openedTypedNeed: {
|
|
3038
|
-
status: "
|
|
3034
|
+
status: "superseded" | "resolved" | "open" | "deferred";
|
|
3039
3035
|
needUuid: string;
|
|
3040
3036
|
needType: "needs_parsimony_review";
|
|
3041
3037
|
blockingMode: "advisory";
|
|
@@ -3062,7 +3058,11 @@ declare const ParsimonyDiagnosticContractSchema: z.ZodObject<{
|
|
|
3062
3058
|
canBlock: false;
|
|
3063
3059
|
}[];
|
|
3064
3060
|
};
|
|
3065
|
-
|
|
3061
|
+
createdBy: {
|
|
3062
|
+
principalId: string;
|
|
3063
|
+
principalType: "agent" | "user" | "system";
|
|
3064
|
+
clerkId: string | null;
|
|
3065
|
+
};
|
|
3066
3066
|
inputs: {
|
|
3067
3067
|
evidenceCoverage: {
|
|
3068
3068
|
rationale: string;
|
|
@@ -3072,14 +3072,14 @@ declare const ParsimonyDiagnosticContractSchema: z.ZodObject<{
|
|
|
3072
3072
|
coverageScore: number;
|
|
3073
3073
|
};
|
|
3074
3074
|
duplicatePressure: {
|
|
3075
|
-
score: number;
|
|
3076
3075
|
rationale: string;
|
|
3076
|
+
score: number;
|
|
3077
3077
|
nearDuplicateCount: number;
|
|
3078
3078
|
duplicateSourceMaterialUuids: string[];
|
|
3079
3079
|
};
|
|
3080
3080
|
mergePressure: {
|
|
3081
|
-
score: number;
|
|
3082
3081
|
rationale: string;
|
|
3082
|
+
score: number;
|
|
3083
3083
|
candidateMergeTargetUuids: string[];
|
|
3084
3084
|
};
|
|
3085
3085
|
sourceSpanDensity: {
|
|
@@ -3106,9 +3106,9 @@ declare const ParsimonyDiagnosticContractSchema: z.ZodObject<{
|
|
|
3106
3106
|
graphV2MirrorRebuildBlocked: true;
|
|
3107
3107
|
typedNeedVersion: "typed_need_v1";
|
|
3108
3108
|
justifiedComplexRepresentationFixture: {
|
|
3109
|
-
confidenceEffect: "none";
|
|
3110
|
-
diagnosticUuid: string;
|
|
3111
3109
|
rationale: string;
|
|
3110
|
+
diagnosticUuid: string;
|
|
3111
|
+
confidenceEffect: "none";
|
|
3112
3112
|
fixtureId: "high_parsimony_pressure_still_allows_adoption";
|
|
3113
3113
|
receiptDisposition: "ratified";
|
|
3114
3114
|
transitionKind: "adoption";
|
|
@@ -3124,30 +3124,26 @@ declare const ParsimonyDiagnosticContractSchema: z.ZodObject<{
|
|
|
3124
3124
|
diagnosticInputKeys: ("evidenceCoverage" | "duplicatePressure" | "mergePressure" | "sourceSpanDensity" | "complexityRationale" | "reviewerNote")[];
|
|
3125
3125
|
}, {
|
|
3126
3126
|
worktree: "GV2.0.5";
|
|
3127
|
-
lane: "c2-gv2-transition-intelligence-preflight";
|
|
3128
3127
|
contractVersion: "parsimony_diagnostic_v1";
|
|
3129
|
-
|
|
3128
|
+
lane: "c2-gv2-transition-intelligence-preflight";
|
|
3130
3129
|
graphWorktreeId: "tn7914y2gr8qptshyh2kp5gay98843my";
|
|
3131
3130
|
compositionKey: "parsimony_diagnostic_v1";
|
|
3131
|
+
refusalFixtures: ("non_uuidv7_diagnostic_identity" | "missing_duplicate_pressure" | "missing_merge_pressure" | "missing_source_span_density" | "missing_evidence_coverage" | "missing_complexity_rationale" | "blocking_effect_not_advisory_only" | "parsimony_blocks_adoption" | "parsimony_blocks_fork" | "parsimony_blocks_disposition" | "confidence_mutation_attempt" | "needs_parsimony_review_not_advisory" | "diagnostic_without_receipt_attachment")[];
|
|
3132
3132
|
tasks: {
|
|
3133
3133
|
title: string;
|
|
3134
3134
|
requiredProof: string;
|
|
3135
3135
|
taskId: string;
|
|
3136
3136
|
}[];
|
|
3137
|
-
dependsOnCompositions: ("
|
|
3137
|
+
dependsOnCompositions: ("transition_receipt_v1" | "source_material_adoption_ledger_v1" | "source_material_total_partition_v1" | "typed_need_v1")[];
|
|
3138
3138
|
positivePacket: {
|
|
3139
3139
|
contractVersion: "parsimony_diagnostic_v1";
|
|
3140
3140
|
transitionReceiptVersion: "transition_receipt_v1";
|
|
3141
3141
|
diagnostics: {
|
|
3142
|
+
rationale: string;
|
|
3142
3143
|
contractVersion: "parsimony_diagnostic_v1";
|
|
3143
|
-
ownerWorktree: "GV2.0.5";
|
|
3144
3144
|
createdAt: string;
|
|
3145
|
-
createdBy: {
|
|
3146
|
-
principalId: string;
|
|
3147
|
-
principalType: "user" | "agent" | "system";
|
|
3148
|
-
clerkId: string | null;
|
|
3149
|
-
};
|
|
3150
3145
|
severity: "high" | "none" | "review" | "watch";
|
|
3146
|
+
ownerWorktree: "GV2.0.5";
|
|
3151
3147
|
subjectRef: {
|
|
3152
3148
|
uuid: string;
|
|
3153
3149
|
storageLocator: {
|
|
@@ -3160,7 +3156,7 @@ declare const ParsimonyDiagnosticContractSchema: z.ZodObject<{
|
|
|
3160
3156
|
};
|
|
3161
3157
|
diagnosticUuid: string;
|
|
3162
3158
|
openedTypedNeed: {
|
|
3163
|
-
status: "
|
|
3159
|
+
status: "superseded" | "resolved" | "open" | "deferred";
|
|
3164
3160
|
needUuid: string;
|
|
3165
3161
|
needType: "needs_parsimony_review";
|
|
3166
3162
|
blockingMode: "advisory";
|
|
@@ -3187,7 +3183,11 @@ declare const ParsimonyDiagnosticContractSchema: z.ZodObject<{
|
|
|
3187
3183
|
canBlock: false;
|
|
3188
3184
|
}[];
|
|
3189
3185
|
};
|
|
3190
|
-
|
|
3186
|
+
createdBy: {
|
|
3187
|
+
principalId: string;
|
|
3188
|
+
principalType: "agent" | "user" | "system";
|
|
3189
|
+
clerkId: string | null;
|
|
3190
|
+
};
|
|
3191
3191
|
inputs: {
|
|
3192
3192
|
evidenceCoverage: {
|
|
3193
3193
|
rationale: string;
|
|
@@ -3197,14 +3197,14 @@ declare const ParsimonyDiagnosticContractSchema: z.ZodObject<{
|
|
|
3197
3197
|
coverageScore: number;
|
|
3198
3198
|
};
|
|
3199
3199
|
duplicatePressure: {
|
|
3200
|
-
score: number;
|
|
3201
3200
|
rationale: string;
|
|
3201
|
+
score: number;
|
|
3202
3202
|
nearDuplicateCount: number;
|
|
3203
3203
|
duplicateSourceMaterialUuids: string[];
|
|
3204
3204
|
};
|
|
3205
3205
|
mergePressure: {
|
|
3206
|
-
score: number;
|
|
3207
3206
|
rationale: string;
|
|
3207
|
+
score: number;
|
|
3208
3208
|
candidateMergeTargetUuids: string[];
|
|
3209
3209
|
};
|
|
3210
3210
|
sourceSpanDensity: {
|
|
@@ -3231,9 +3231,9 @@ declare const ParsimonyDiagnosticContractSchema: z.ZodObject<{
|
|
|
3231
3231
|
graphV2MirrorRebuildBlocked: true;
|
|
3232
3232
|
typedNeedVersion: "typed_need_v1";
|
|
3233
3233
|
justifiedComplexRepresentationFixture: {
|
|
3234
|
-
confidenceEffect: "none";
|
|
3235
|
-
diagnosticUuid: string;
|
|
3236
3234
|
rationale: string;
|
|
3235
|
+
diagnosticUuid: string;
|
|
3236
|
+
confidenceEffect: "none";
|
|
3237
3237
|
fixtureId: "high_parsimony_pressure_still_allows_adoption";
|
|
3238
3238
|
receiptDisposition: "ratified";
|
|
3239
3239
|
transitionKind: "adoption";
|
|
@@ -3347,7 +3347,7 @@ declare const PARSIMONY_DIAGNOSTIC_POSITIVE_PACKET: {
|
|
|
3347
3347
|
createdAt: string;
|
|
3348
3348
|
createdBy: {
|
|
3349
3349
|
principalId: string;
|
|
3350
|
-
principalType: "
|
|
3350
|
+
principalType: "agent" | "user" | "system";
|
|
3351
3351
|
clerkId: string | null;
|
|
3352
3352
|
};
|
|
3353
3353
|
rationale: string;
|
|
@@ -3376,7 +3376,7 @@ declare const PARSIMONY_DIAGNOSTIC_CONTRACT: {
|
|
|
3376
3376
|
graphWorktreeId: "tn7914y2gr8qptshyh2kp5gay98843my";
|
|
3377
3377
|
lane: "c2-gv2-transition-intelligence-preflight";
|
|
3378
3378
|
compositionKey: "parsimony_diagnostic_v1";
|
|
3379
|
-
dependsOnCompositions: ("
|
|
3379
|
+
dependsOnCompositions: ("transition_receipt_v1" | "source_material_adoption_ledger_v1" | "source_material_total_partition_v1" | "typed_need_v1")[];
|
|
3380
3380
|
diagnosticInputKeys: ("evidenceCoverage" | "duplicatePressure" | "mergePressure" | "sourceSpanDensity" | "complexityRationale" | "reviewerNote")[];
|
|
3381
3381
|
tasks: ({
|
|
3382
3382
|
taskId: "s17db3yfk48yc6vzybexmnkmcn8847dz";
|
|
@@ -3492,7 +3492,7 @@ declare const PARSIMONY_DIAGNOSTIC_CONTRACT: {
|
|
|
3492
3492
|
createdAt: string;
|
|
3493
3493
|
createdBy: {
|
|
3494
3494
|
principalId: string;
|
|
3495
|
-
principalType: "
|
|
3495
|
+
principalType: "agent" | "user" | "system";
|
|
3496
3496
|
clerkId: string | null;
|
|
3497
3497
|
};
|
|
3498
3498
|
rationale: string;
|
|
@@ -3518,30 +3518,26 @@ declare const PARSIMONY_DIAGNOSTIC_CONTRACT: {
|
|
|
3518
3518
|
};
|
|
3519
3519
|
declare const parsedParsimonyDiagnosticContract: {
|
|
3520
3520
|
worktree: "GV2.0.5";
|
|
3521
|
-
lane: "c2-gv2-transition-intelligence-preflight";
|
|
3522
3521
|
contractVersion: "parsimony_diagnostic_v1";
|
|
3523
|
-
|
|
3522
|
+
lane: "c2-gv2-transition-intelligence-preflight";
|
|
3524
3523
|
graphWorktreeId: "tn7914y2gr8qptshyh2kp5gay98843my";
|
|
3525
3524
|
compositionKey: "parsimony_diagnostic_v1";
|
|
3525
|
+
refusalFixtures: ("non_uuidv7_diagnostic_identity" | "missing_duplicate_pressure" | "missing_merge_pressure" | "missing_source_span_density" | "missing_evidence_coverage" | "missing_complexity_rationale" | "blocking_effect_not_advisory_only" | "parsimony_blocks_adoption" | "parsimony_blocks_fork" | "parsimony_blocks_disposition" | "confidence_mutation_attempt" | "needs_parsimony_review_not_advisory" | "diagnostic_without_receipt_attachment")[];
|
|
3526
3526
|
tasks: {
|
|
3527
3527
|
title: string;
|
|
3528
3528
|
requiredProof: string;
|
|
3529
3529
|
taskId: string;
|
|
3530
3530
|
}[];
|
|
3531
|
-
dependsOnCompositions: ("
|
|
3531
|
+
dependsOnCompositions: ("transition_receipt_v1" | "source_material_adoption_ledger_v1" | "source_material_total_partition_v1" | "typed_need_v1")[];
|
|
3532
3532
|
positivePacket: {
|
|
3533
3533
|
contractVersion: "parsimony_diagnostic_v1";
|
|
3534
3534
|
transitionReceiptVersion: "transition_receipt_v1";
|
|
3535
3535
|
diagnostics: {
|
|
3536
|
+
rationale: string;
|
|
3536
3537
|
contractVersion: "parsimony_diagnostic_v1";
|
|
3537
|
-
ownerWorktree: "GV2.0.5";
|
|
3538
3538
|
createdAt: string;
|
|
3539
|
-
createdBy: {
|
|
3540
|
-
principalId: string;
|
|
3541
|
-
principalType: "user" | "agent" | "system";
|
|
3542
|
-
clerkId: string | null;
|
|
3543
|
-
};
|
|
3544
3539
|
severity: "high" | "none" | "review" | "watch";
|
|
3540
|
+
ownerWorktree: "GV2.0.5";
|
|
3545
3541
|
subjectRef: {
|
|
3546
3542
|
uuid: string;
|
|
3547
3543
|
storageLocator: {
|
|
@@ -3554,7 +3550,7 @@ declare const parsedParsimonyDiagnosticContract: {
|
|
|
3554
3550
|
};
|
|
3555
3551
|
diagnosticUuid: string;
|
|
3556
3552
|
openedTypedNeed: {
|
|
3557
|
-
status: "
|
|
3553
|
+
status: "superseded" | "resolved" | "open" | "deferred";
|
|
3558
3554
|
needUuid: string;
|
|
3559
3555
|
needType: "needs_parsimony_review";
|
|
3560
3556
|
blockingMode: "advisory";
|
|
@@ -3581,7 +3577,11 @@ declare const parsedParsimonyDiagnosticContract: {
|
|
|
3581
3577
|
canBlock: false;
|
|
3582
3578
|
}[];
|
|
3583
3579
|
};
|
|
3584
|
-
|
|
3580
|
+
createdBy: {
|
|
3581
|
+
principalId: string;
|
|
3582
|
+
principalType: "agent" | "user" | "system";
|
|
3583
|
+
clerkId: string | null;
|
|
3584
|
+
};
|
|
3585
3585
|
inputs: {
|
|
3586
3586
|
evidenceCoverage: {
|
|
3587
3587
|
rationale: string;
|
|
@@ -3591,14 +3591,14 @@ declare const parsedParsimonyDiagnosticContract: {
|
|
|
3591
3591
|
coverageScore: number;
|
|
3592
3592
|
};
|
|
3593
3593
|
duplicatePressure: {
|
|
3594
|
-
score: number;
|
|
3595
3594
|
rationale: string;
|
|
3595
|
+
score: number;
|
|
3596
3596
|
nearDuplicateCount: number;
|
|
3597
3597
|
duplicateSourceMaterialUuids: string[];
|
|
3598
3598
|
};
|
|
3599
3599
|
mergePressure: {
|
|
3600
|
-
score: number;
|
|
3601
3600
|
rationale: string;
|
|
3601
|
+
score: number;
|
|
3602
3602
|
candidateMergeTargetUuids: string[];
|
|
3603
3603
|
};
|
|
3604
3604
|
sourceSpanDensity: {
|
|
@@ -3625,9 +3625,9 @@ declare const parsedParsimonyDiagnosticContract: {
|
|
|
3625
3625
|
graphV2MirrorRebuildBlocked: true;
|
|
3626
3626
|
typedNeedVersion: "typed_need_v1";
|
|
3627
3627
|
justifiedComplexRepresentationFixture: {
|
|
3628
|
-
confidenceEffect: "none";
|
|
3629
|
-
diagnosticUuid: string;
|
|
3630
3628
|
rationale: string;
|
|
3629
|
+
diagnosticUuid: string;
|
|
3630
|
+
confidenceEffect: "none";
|
|
3631
3631
|
fixtureId: "high_parsimony_pressure_still_allows_adoption";
|
|
3632
3632
|
receiptDisposition: "ratified";
|
|
3633
3633
|
transitionKind: "adoption";
|
|
@@ -3649,15 +3649,11 @@ declare function buildParsimonyDiagnosticRefusalFixtures(): {
|
|
|
3649
3649
|
contractVersion: "parsimony_diagnostic_v1";
|
|
3650
3650
|
transitionReceiptVersion: "transition_receipt_v1";
|
|
3651
3651
|
diagnostics: {
|
|
3652
|
+
rationale: string;
|
|
3652
3653
|
contractVersion: "parsimony_diagnostic_v1";
|
|
3653
|
-
ownerWorktree: "GV2.0.5";
|
|
3654
3654
|
createdAt: string;
|
|
3655
|
-
createdBy: {
|
|
3656
|
-
principalId: string;
|
|
3657
|
-
principalType: "user" | "agent" | "system";
|
|
3658
|
-
clerkId: string | null;
|
|
3659
|
-
};
|
|
3660
3655
|
severity: "high" | "none" | "review" | "watch";
|
|
3656
|
+
ownerWorktree: "GV2.0.5";
|
|
3661
3657
|
subjectRef: {
|
|
3662
3658
|
uuid: string;
|
|
3663
3659
|
storageLocator: {
|
|
@@ -3670,7 +3666,7 @@ declare function buildParsimonyDiagnosticRefusalFixtures(): {
|
|
|
3670
3666
|
};
|
|
3671
3667
|
diagnosticUuid: string;
|
|
3672
3668
|
openedTypedNeed: {
|
|
3673
|
-
status: "
|
|
3669
|
+
status: "superseded" | "resolved" | "open" | "deferred";
|
|
3674
3670
|
needUuid: string;
|
|
3675
3671
|
needType: "needs_parsimony_review";
|
|
3676
3672
|
blockingMode: "advisory";
|
|
@@ -3697,7 +3693,11 @@ declare function buildParsimonyDiagnosticRefusalFixtures(): {
|
|
|
3697
3693
|
canBlock: false;
|
|
3698
3694
|
}[];
|
|
3699
3695
|
};
|
|
3700
|
-
|
|
3696
|
+
createdBy: {
|
|
3697
|
+
principalId: string;
|
|
3698
|
+
principalType: "agent" | "user" | "system";
|
|
3699
|
+
clerkId: string | null;
|
|
3700
|
+
};
|
|
3701
3701
|
inputs: {
|
|
3702
3702
|
evidenceCoverage: {
|
|
3703
3703
|
rationale: string;
|
|
@@ -3707,14 +3707,14 @@ declare function buildParsimonyDiagnosticRefusalFixtures(): {
|
|
|
3707
3707
|
coverageScore: number;
|
|
3708
3708
|
};
|
|
3709
3709
|
duplicatePressure: {
|
|
3710
|
-
score: number;
|
|
3711
3710
|
rationale: string;
|
|
3711
|
+
score: number;
|
|
3712
3712
|
nearDuplicateCount: number;
|
|
3713
3713
|
duplicateSourceMaterialUuids: string[];
|
|
3714
3714
|
};
|
|
3715
3715
|
mergePressure: {
|
|
3716
|
-
score: number;
|
|
3717
3716
|
rationale: string;
|
|
3717
|
+
score: number;
|
|
3718
3718
|
candidateMergeTargetUuids: string[];
|
|
3719
3719
|
};
|
|
3720
3720
|
sourceSpanDensity: {
|
|
@@ -3741,9 +3741,9 @@ declare function buildParsimonyDiagnosticRefusalFixtures(): {
|
|
|
3741
3741
|
graphV2MirrorRebuildBlocked: true;
|
|
3742
3742
|
typedNeedVersion: "typed_need_v1";
|
|
3743
3743
|
justifiedComplexRepresentationFixture: {
|
|
3744
|
-
confidenceEffect: "none";
|
|
3745
|
-
diagnosticUuid: string;
|
|
3746
3744
|
rationale: string;
|
|
3745
|
+
diagnosticUuid: string;
|
|
3746
|
+
confidenceEffect: "none";
|
|
3747
3747
|
fixtureId: "high_parsimony_pressure_still_allows_adoption";
|
|
3748
3748
|
receiptDisposition: "ratified";
|
|
3749
3749
|
transitionKind: "adoption";
|