@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
|
@@ -179,17 +179,17 @@ declare const SourceMaterialTotalPartitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
179
179
|
}>;
|
|
180
180
|
rationale: z.ZodString;
|
|
181
181
|
}, "strip", z.ZodTypeAny, {
|
|
182
|
+
rationale: string;
|
|
182
183
|
fromUuid: string;
|
|
183
184
|
toUuid: string;
|
|
184
|
-
rationale: string;
|
|
185
185
|
receiptRef: {
|
|
186
186
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
187
187
|
receiptRef: string;
|
|
188
188
|
};
|
|
189
189
|
}, {
|
|
190
|
+
rationale: string;
|
|
190
191
|
fromUuid: string;
|
|
191
192
|
toUuid: string;
|
|
192
|
-
rationale: string;
|
|
193
193
|
receiptRef: {
|
|
194
194
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
195
195
|
receiptRef: string;
|
|
@@ -213,9 +213,9 @@ declare const SourceMaterialTotalPartitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
213
213
|
oldName: z.ZodString;
|
|
214
214
|
newName: z.ZodString;
|
|
215
215
|
}, "strip", z.ZodTypeAny, {
|
|
216
|
+
rationale: string;
|
|
216
217
|
fromUuid: string;
|
|
217
218
|
toUuid: string;
|
|
218
|
-
rationale: string;
|
|
219
219
|
receiptRef: {
|
|
220
220
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
221
221
|
receiptRef: string;
|
|
@@ -223,9 +223,9 @@ declare const SourceMaterialTotalPartitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
223
223
|
oldName: string;
|
|
224
224
|
newName: string;
|
|
225
225
|
}, {
|
|
226
|
+
rationale: string;
|
|
226
227
|
fromUuid: string;
|
|
227
228
|
toUuid: string;
|
|
228
|
-
rationale: string;
|
|
229
229
|
receiptRef: {
|
|
230
230
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
231
231
|
receiptRef: string;
|
|
@@ -248,16 +248,16 @@ declare const SourceMaterialTotalPartitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
248
248
|
}>, "many">;
|
|
249
249
|
rationale: z.ZodString;
|
|
250
250
|
}, "strip", z.ZodTypeAny, {
|
|
251
|
-
fromUuid: string;
|
|
252
251
|
rationale: string;
|
|
252
|
+
fromUuid: string;
|
|
253
253
|
successorUuids: string[];
|
|
254
254
|
requiredReceipts: {
|
|
255
255
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
256
256
|
receiptRef: string;
|
|
257
257
|
}[];
|
|
258
258
|
}, {
|
|
259
|
-
fromUuid: string;
|
|
260
259
|
rationale: string;
|
|
260
|
+
fromUuid: string;
|
|
261
261
|
successorUuids: string[];
|
|
262
262
|
requiredReceipts: {
|
|
263
263
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
@@ -279,16 +279,16 @@ declare const SourceMaterialTotalPartitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
279
279
|
}>, "many">;
|
|
280
280
|
rationale: z.ZodString;
|
|
281
281
|
}, "strip", z.ZodTypeAny, {
|
|
282
|
-
toUuid: string;
|
|
283
282
|
rationale: string;
|
|
283
|
+
toUuid: string;
|
|
284
284
|
requiredReceipts: {
|
|
285
285
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
286
286
|
receiptRef: string;
|
|
287
287
|
}[];
|
|
288
288
|
fromUuids: string[];
|
|
289
289
|
}, {
|
|
290
|
-
toUuid: string;
|
|
291
290
|
rationale: string;
|
|
291
|
+
toUuid: string;
|
|
292
292
|
requiredReceipts: {
|
|
293
293
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
294
294
|
receiptRef: string;
|
|
@@ -309,15 +309,15 @@ declare const SourceMaterialTotalPartitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
309
309
|
}>;
|
|
310
310
|
rationale: z.ZodString;
|
|
311
311
|
}, "strip", z.ZodTypeAny, {
|
|
312
|
-
fromUuid: string;
|
|
313
312
|
rationale: string;
|
|
313
|
+
fromUuid: string;
|
|
314
314
|
deprecationReceiptRef: {
|
|
315
315
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
316
316
|
receiptRef: string;
|
|
317
317
|
};
|
|
318
318
|
}, {
|
|
319
|
-
fromUuid: string;
|
|
320
319
|
rationale: string;
|
|
320
|
+
fromUuid: string;
|
|
321
321
|
deprecationReceiptRef: {
|
|
322
322
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
323
323
|
receiptRef: string;
|
|
@@ -333,43 +333,43 @@ declare const SourceMaterialTotalPartitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
333
333
|
blocksRatification: z.ZodBoolean;
|
|
334
334
|
rationale: z.ZodString;
|
|
335
335
|
}, "strip", z.ZodTypeAny, {
|
|
336
|
+
rationale: string;
|
|
336
337
|
ownerWorktree: "GV2.0.4";
|
|
337
338
|
needUuid: string;
|
|
338
|
-
disposition: "resolved" | "open" | "deferred";
|
|
339
339
|
needType: "missing_evidence" | "needs_mapping" | "needs_verifier" | "needs_source_span" | "needs_benchmark" | "needs_policy_decision" | "needs_lineage_disposition" | "needs_parsimony_review";
|
|
340
|
-
|
|
340
|
+
disposition: "resolved" | "open" | "deferred";
|
|
341
341
|
blocksRatification: boolean;
|
|
342
342
|
}, {
|
|
343
|
+
rationale: string;
|
|
343
344
|
ownerWorktree: "GV2.0.4";
|
|
344
345
|
needUuid: string;
|
|
345
|
-
disposition: "resolved" | "open" | "deferred";
|
|
346
346
|
needType: "missing_evidence" | "needs_mapping" | "needs_verifier" | "needs_source_span" | "needs_benchmark" | "needs_policy_decision" | "needs_lineage_disposition" | "needs_parsimony_review";
|
|
347
|
-
|
|
347
|
+
disposition: "resolved" | "open" | "deferred";
|
|
348
348
|
blocksRatification: boolean;
|
|
349
349
|
}>;
|
|
350
350
|
rationale: z.ZodString;
|
|
351
351
|
}, "strip", z.ZodTypeAny, {
|
|
352
|
+
rationale: string;
|
|
352
353
|
fromUuid: string;
|
|
353
354
|
typedNeed: {
|
|
355
|
+
rationale: string;
|
|
354
356
|
ownerWorktree: "GV2.0.4";
|
|
355
357
|
needUuid: string;
|
|
356
|
-
disposition: "resolved" | "open" | "deferred";
|
|
357
358
|
needType: "missing_evidence" | "needs_mapping" | "needs_verifier" | "needs_source_span" | "needs_benchmark" | "needs_policy_decision" | "needs_lineage_disposition" | "needs_parsimony_review";
|
|
358
|
-
|
|
359
|
+
disposition: "resolved" | "open" | "deferred";
|
|
359
360
|
blocksRatification: boolean;
|
|
360
361
|
};
|
|
361
|
-
rationale: string;
|
|
362
362
|
}, {
|
|
363
|
+
rationale: string;
|
|
363
364
|
fromUuid: string;
|
|
364
365
|
typedNeed: {
|
|
366
|
+
rationale: string;
|
|
365
367
|
ownerWorktree: "GV2.0.4";
|
|
366
368
|
needUuid: string;
|
|
367
|
-
disposition: "resolved" | "open" | "deferred";
|
|
368
369
|
needType: "missing_evidence" | "needs_mapping" | "needs_verifier" | "needs_source_span" | "needs_benchmark" | "needs_policy_decision" | "needs_lineage_disposition" | "needs_parsimony_review";
|
|
369
|
-
|
|
370
|
+
disposition: "resolved" | "open" | "deferred";
|
|
370
371
|
blocksRatification: boolean;
|
|
371
372
|
};
|
|
372
|
-
rationale: string;
|
|
373
373
|
}>, "many">;
|
|
374
374
|
residual: z.ZodArray<z.ZodObject<{
|
|
375
375
|
toUuid: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -381,48 +381,48 @@ declare const SourceMaterialTotalPartitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
381
381
|
blocksRatification: z.ZodBoolean;
|
|
382
382
|
rationale: z.ZodString;
|
|
383
383
|
}, "strip", z.ZodTypeAny, {
|
|
384
|
+
rationale: string;
|
|
384
385
|
ownerWorktree: "GV2.0.4";
|
|
385
386
|
needUuid: string;
|
|
386
|
-
disposition: "resolved" | "open" | "deferred";
|
|
387
387
|
needType: "missing_evidence" | "needs_mapping" | "needs_verifier" | "needs_source_span" | "needs_benchmark" | "needs_policy_decision" | "needs_lineage_disposition" | "needs_parsimony_review";
|
|
388
|
-
|
|
388
|
+
disposition: "resolved" | "open" | "deferred";
|
|
389
389
|
blocksRatification: boolean;
|
|
390
390
|
}, {
|
|
391
|
+
rationale: string;
|
|
391
392
|
ownerWorktree: "GV2.0.4";
|
|
392
393
|
needUuid: string;
|
|
393
|
-
disposition: "resolved" | "open" | "deferred";
|
|
394
394
|
needType: "missing_evidence" | "needs_mapping" | "needs_verifier" | "needs_source_span" | "needs_benchmark" | "needs_policy_decision" | "needs_lineage_disposition" | "needs_parsimony_review";
|
|
395
|
-
|
|
395
|
+
disposition: "resolved" | "open" | "deferred";
|
|
396
396
|
blocksRatification: boolean;
|
|
397
397
|
}>;
|
|
398
398
|
rationale: z.ZodString;
|
|
399
399
|
}, "strip", z.ZodTypeAny, {
|
|
400
|
+
rationale: string;
|
|
400
401
|
toUuid: string;
|
|
401
402
|
typedNeed: {
|
|
403
|
+
rationale: string;
|
|
402
404
|
ownerWorktree: "GV2.0.4";
|
|
403
405
|
needUuid: string;
|
|
404
|
-
disposition: "resolved" | "open" | "deferred";
|
|
405
406
|
needType: "missing_evidence" | "needs_mapping" | "needs_verifier" | "needs_source_span" | "needs_benchmark" | "needs_policy_decision" | "needs_lineage_disposition" | "needs_parsimony_review";
|
|
406
|
-
|
|
407
|
+
disposition: "resolved" | "open" | "deferred";
|
|
407
408
|
blocksRatification: boolean;
|
|
408
409
|
};
|
|
409
|
-
rationale: string;
|
|
410
410
|
}, {
|
|
411
|
+
rationale: string;
|
|
411
412
|
toUuid: string;
|
|
412
413
|
typedNeed: {
|
|
414
|
+
rationale: string;
|
|
413
415
|
ownerWorktree: "GV2.0.4";
|
|
414
416
|
needUuid: string;
|
|
415
|
-
disposition: "resolved" | "open" | "deferred";
|
|
416
417
|
needType: "missing_evidence" | "needs_mapping" | "needs_verifier" | "needs_source_span" | "needs_benchmark" | "needs_policy_decision" | "needs_lineage_disposition" | "needs_parsimony_review";
|
|
417
|
-
|
|
418
|
+
disposition: "resolved" | "open" | "deferred";
|
|
418
419
|
blocksRatification: boolean;
|
|
419
420
|
};
|
|
420
|
-
rationale: string;
|
|
421
421
|
}>, "many">;
|
|
422
422
|
}, "strip", z.ZodTypeAny, {
|
|
423
423
|
split: {
|
|
424
|
-
fromUuid: string;
|
|
425
424
|
rationale: string;
|
|
425
|
+
fromUuid: string;
|
|
426
426
|
successorUuids: string[];
|
|
427
427
|
requiredReceipts: {
|
|
428
428
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
@@ -430,8 +430,8 @@ declare const SourceMaterialTotalPartitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
430
430
|
}[];
|
|
431
431
|
}[];
|
|
432
432
|
merged: {
|
|
433
|
-
toUuid: string;
|
|
434
433
|
rationale: string;
|
|
434
|
+
toUuid: string;
|
|
435
435
|
requiredReceipts: {
|
|
436
436
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
437
437
|
receiptRef: string;
|
|
@@ -439,29 +439,29 @@ declare const SourceMaterialTotalPartitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
439
439
|
fromUuids: string[];
|
|
440
440
|
}[];
|
|
441
441
|
deprecated: {
|
|
442
|
-
fromUuid: string;
|
|
443
442
|
rationale: string;
|
|
443
|
+
fromUuid: string;
|
|
444
444
|
deprecationReceiptRef: {
|
|
445
445
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
446
446
|
receiptRef: string;
|
|
447
447
|
};
|
|
448
448
|
}[];
|
|
449
449
|
residual: {
|
|
450
|
+
rationale: string;
|
|
450
451
|
toUuid: string;
|
|
451
452
|
typedNeed: {
|
|
453
|
+
rationale: string;
|
|
452
454
|
ownerWorktree: "GV2.0.4";
|
|
453
455
|
needUuid: string;
|
|
454
|
-
disposition: "resolved" | "open" | "deferred";
|
|
455
456
|
needType: "missing_evidence" | "needs_mapping" | "needs_verifier" | "needs_source_span" | "needs_benchmark" | "needs_policy_decision" | "needs_lineage_disposition" | "needs_parsimony_review";
|
|
456
|
-
|
|
457
|
+
disposition: "resolved" | "open" | "deferred";
|
|
457
458
|
blocksRatification: boolean;
|
|
458
459
|
};
|
|
459
|
-
rationale: string;
|
|
460
460
|
}[];
|
|
461
461
|
renamed: {
|
|
462
|
+
rationale: string;
|
|
462
463
|
fromUuid: string;
|
|
463
464
|
toUuid: string;
|
|
464
|
-
rationale: string;
|
|
465
465
|
receiptRef: {
|
|
466
466
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
467
467
|
receiptRef: string;
|
|
@@ -470,30 +470,30 @@ declare const SourceMaterialTotalPartitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
470
470
|
newName: string;
|
|
471
471
|
}[];
|
|
472
472
|
preserved: {
|
|
473
|
+
rationale: string;
|
|
473
474
|
fromUuid: string;
|
|
474
475
|
toUuid: string;
|
|
475
|
-
rationale: string;
|
|
476
476
|
receiptRef: {
|
|
477
477
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
478
478
|
receiptRef: string;
|
|
479
479
|
};
|
|
480
480
|
}[];
|
|
481
481
|
unmapped: {
|
|
482
|
+
rationale: string;
|
|
482
483
|
fromUuid: string;
|
|
483
484
|
typedNeed: {
|
|
485
|
+
rationale: string;
|
|
484
486
|
ownerWorktree: "GV2.0.4";
|
|
485
487
|
needUuid: string;
|
|
486
|
-
disposition: "resolved" | "open" | "deferred";
|
|
487
488
|
needType: "missing_evidence" | "needs_mapping" | "needs_verifier" | "needs_source_span" | "needs_benchmark" | "needs_policy_decision" | "needs_lineage_disposition" | "needs_parsimony_review";
|
|
488
|
-
|
|
489
|
+
disposition: "resolved" | "open" | "deferred";
|
|
489
490
|
blocksRatification: boolean;
|
|
490
491
|
};
|
|
491
|
-
rationale: string;
|
|
492
492
|
}[];
|
|
493
493
|
}, {
|
|
494
494
|
split: {
|
|
495
|
-
fromUuid: string;
|
|
496
495
|
rationale: string;
|
|
496
|
+
fromUuid: string;
|
|
497
497
|
successorUuids: string[];
|
|
498
498
|
requiredReceipts: {
|
|
499
499
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
@@ -501,8 +501,8 @@ declare const SourceMaterialTotalPartitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
501
501
|
}[];
|
|
502
502
|
}[];
|
|
503
503
|
merged: {
|
|
504
|
-
toUuid: string;
|
|
505
504
|
rationale: string;
|
|
505
|
+
toUuid: string;
|
|
506
506
|
requiredReceipts: {
|
|
507
507
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
508
508
|
receiptRef: string;
|
|
@@ -510,29 +510,29 @@ declare const SourceMaterialTotalPartitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
510
510
|
fromUuids: string[];
|
|
511
511
|
}[];
|
|
512
512
|
deprecated: {
|
|
513
|
-
fromUuid: string;
|
|
514
513
|
rationale: string;
|
|
514
|
+
fromUuid: string;
|
|
515
515
|
deprecationReceiptRef: {
|
|
516
516
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
517
517
|
receiptRef: string;
|
|
518
518
|
};
|
|
519
519
|
}[];
|
|
520
520
|
residual: {
|
|
521
|
+
rationale: string;
|
|
521
522
|
toUuid: string;
|
|
522
523
|
typedNeed: {
|
|
524
|
+
rationale: string;
|
|
523
525
|
ownerWorktree: "GV2.0.4";
|
|
524
526
|
needUuid: string;
|
|
525
|
-
disposition: "resolved" | "open" | "deferred";
|
|
526
527
|
needType: "missing_evidence" | "needs_mapping" | "needs_verifier" | "needs_source_span" | "needs_benchmark" | "needs_policy_decision" | "needs_lineage_disposition" | "needs_parsimony_review";
|
|
527
|
-
|
|
528
|
+
disposition: "resolved" | "open" | "deferred";
|
|
528
529
|
blocksRatification: boolean;
|
|
529
530
|
};
|
|
530
|
-
rationale: string;
|
|
531
531
|
}[];
|
|
532
532
|
renamed: {
|
|
533
|
+
rationale: string;
|
|
533
534
|
fromUuid: string;
|
|
534
535
|
toUuid: string;
|
|
535
|
-
rationale: string;
|
|
536
536
|
receiptRef: {
|
|
537
537
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
538
538
|
receiptRef: string;
|
|
@@ -541,31 +541,32 @@ declare const SourceMaterialTotalPartitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
541
541
|
newName: string;
|
|
542
542
|
}[];
|
|
543
543
|
preserved: {
|
|
544
|
+
rationale: string;
|
|
544
545
|
fromUuid: string;
|
|
545
546
|
toUuid: string;
|
|
546
|
-
rationale: string;
|
|
547
547
|
receiptRef: {
|
|
548
548
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
549
549
|
receiptRef: string;
|
|
550
550
|
};
|
|
551
551
|
}[];
|
|
552
552
|
unmapped: {
|
|
553
|
+
rationale: string;
|
|
553
554
|
fromUuid: string;
|
|
554
555
|
typedNeed: {
|
|
556
|
+
rationale: string;
|
|
555
557
|
ownerWorktree: "GV2.0.4";
|
|
556
558
|
needUuid: string;
|
|
557
|
-
disposition: "resolved" | "open" | "deferred";
|
|
558
559
|
needType: "missing_evidence" | "needs_mapping" | "needs_verifier" | "needs_source_span" | "needs_benchmark" | "needs_policy_decision" | "needs_lineage_disposition" | "needs_parsimony_review";
|
|
559
|
-
|
|
560
|
+
disposition: "resolved" | "open" | "deferred";
|
|
560
561
|
blocksRatification: boolean;
|
|
561
562
|
};
|
|
562
|
-
rationale: string;
|
|
563
563
|
}[];
|
|
564
564
|
}>;
|
|
565
565
|
rowMigrationRequired: z.ZodLiteral<false>;
|
|
566
566
|
mirrorRebuildBlocked: z.ZodLiteral<true>;
|
|
567
567
|
}, "strip", z.ZodTypeAny, {
|
|
568
568
|
contractVersion: "source_material_total_partition_v1";
|
|
569
|
+
rulesetVersion: string;
|
|
569
570
|
partitionUuid: string;
|
|
570
571
|
transitionReceiptVersion: "transition_receipt_v1";
|
|
571
572
|
fromSet: {
|
|
@@ -597,13 +598,12 @@ declare const SourceMaterialTotalPartitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
597
598
|
sourceState: "archived" | "rejected" | "raw" | "candidate" | "adopted" | "merged";
|
|
598
599
|
}[];
|
|
599
600
|
disposition: "superseded" | "rejected" | "proposed" | "deferred" | "ratified";
|
|
600
|
-
rulesetVersion: string;
|
|
601
601
|
mirrorRebuildBlocked: true;
|
|
602
602
|
rowMigrationRequired: false;
|
|
603
603
|
buckets: {
|
|
604
604
|
split: {
|
|
605
|
-
fromUuid: string;
|
|
606
605
|
rationale: string;
|
|
606
|
+
fromUuid: string;
|
|
607
607
|
successorUuids: string[];
|
|
608
608
|
requiredReceipts: {
|
|
609
609
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
@@ -611,8 +611,8 @@ declare const SourceMaterialTotalPartitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
611
611
|
}[];
|
|
612
612
|
}[];
|
|
613
613
|
merged: {
|
|
614
|
-
toUuid: string;
|
|
615
614
|
rationale: string;
|
|
615
|
+
toUuid: string;
|
|
616
616
|
requiredReceipts: {
|
|
617
617
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
618
618
|
receiptRef: string;
|
|
@@ -620,29 +620,29 @@ declare const SourceMaterialTotalPartitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
620
620
|
fromUuids: string[];
|
|
621
621
|
}[];
|
|
622
622
|
deprecated: {
|
|
623
|
-
fromUuid: string;
|
|
624
623
|
rationale: string;
|
|
624
|
+
fromUuid: string;
|
|
625
625
|
deprecationReceiptRef: {
|
|
626
626
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
627
627
|
receiptRef: string;
|
|
628
628
|
};
|
|
629
629
|
}[];
|
|
630
630
|
residual: {
|
|
631
|
+
rationale: string;
|
|
631
632
|
toUuid: string;
|
|
632
633
|
typedNeed: {
|
|
634
|
+
rationale: string;
|
|
633
635
|
ownerWorktree: "GV2.0.4";
|
|
634
636
|
needUuid: string;
|
|
635
|
-
disposition: "resolved" | "open" | "deferred";
|
|
636
637
|
needType: "missing_evidence" | "needs_mapping" | "needs_verifier" | "needs_source_span" | "needs_benchmark" | "needs_policy_decision" | "needs_lineage_disposition" | "needs_parsimony_review";
|
|
637
|
-
|
|
638
|
+
disposition: "resolved" | "open" | "deferred";
|
|
638
639
|
blocksRatification: boolean;
|
|
639
640
|
};
|
|
640
|
-
rationale: string;
|
|
641
641
|
}[];
|
|
642
642
|
renamed: {
|
|
643
|
+
rationale: string;
|
|
643
644
|
fromUuid: string;
|
|
644
645
|
toUuid: string;
|
|
645
|
-
rationale: string;
|
|
646
646
|
receiptRef: {
|
|
647
647
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
648
648
|
receiptRef: string;
|
|
@@ -651,29 +651,30 @@ declare const SourceMaterialTotalPartitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
651
651
|
newName: string;
|
|
652
652
|
}[];
|
|
653
653
|
preserved: {
|
|
654
|
+
rationale: string;
|
|
654
655
|
fromUuid: string;
|
|
655
656
|
toUuid: string;
|
|
656
|
-
rationale: string;
|
|
657
657
|
receiptRef: {
|
|
658
658
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
659
659
|
receiptRef: string;
|
|
660
660
|
};
|
|
661
661
|
}[];
|
|
662
662
|
unmapped: {
|
|
663
|
+
rationale: string;
|
|
663
664
|
fromUuid: string;
|
|
664
665
|
typedNeed: {
|
|
666
|
+
rationale: string;
|
|
665
667
|
ownerWorktree: "GV2.0.4";
|
|
666
668
|
needUuid: string;
|
|
667
|
-
disposition: "resolved" | "open" | "deferred";
|
|
668
669
|
needType: "missing_evidence" | "needs_mapping" | "needs_verifier" | "needs_source_span" | "needs_benchmark" | "needs_policy_decision" | "needs_lineage_disposition" | "needs_parsimony_review";
|
|
669
|
-
|
|
670
|
+
disposition: "resolved" | "open" | "deferred";
|
|
670
671
|
blocksRatification: boolean;
|
|
671
672
|
};
|
|
672
|
-
rationale: string;
|
|
673
673
|
}[];
|
|
674
674
|
};
|
|
675
675
|
}, {
|
|
676
676
|
contractVersion: "source_material_total_partition_v1";
|
|
677
|
+
rulesetVersion: string;
|
|
677
678
|
partitionUuid: string;
|
|
678
679
|
transitionReceiptVersion: "transition_receipt_v1";
|
|
679
680
|
fromSet: {
|
|
@@ -705,13 +706,12 @@ declare const SourceMaterialTotalPartitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
705
706
|
sourceState: "archived" | "rejected" | "raw" | "candidate" | "adopted" | "merged";
|
|
706
707
|
}[];
|
|
707
708
|
disposition: "superseded" | "rejected" | "proposed" | "deferred" | "ratified";
|
|
708
|
-
rulesetVersion: string;
|
|
709
709
|
mirrorRebuildBlocked: true;
|
|
710
710
|
rowMigrationRequired: false;
|
|
711
711
|
buckets: {
|
|
712
712
|
split: {
|
|
713
|
-
fromUuid: string;
|
|
714
713
|
rationale: string;
|
|
714
|
+
fromUuid: string;
|
|
715
715
|
successorUuids: string[];
|
|
716
716
|
requiredReceipts: {
|
|
717
717
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
@@ -719,8 +719,8 @@ declare const SourceMaterialTotalPartitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
719
719
|
}[];
|
|
720
720
|
}[];
|
|
721
721
|
merged: {
|
|
722
|
-
toUuid: string;
|
|
723
722
|
rationale: string;
|
|
723
|
+
toUuid: string;
|
|
724
724
|
requiredReceipts: {
|
|
725
725
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
726
726
|
receiptRef: string;
|
|
@@ -728,29 +728,29 @@ declare const SourceMaterialTotalPartitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
728
728
|
fromUuids: string[];
|
|
729
729
|
}[];
|
|
730
730
|
deprecated: {
|
|
731
|
-
fromUuid: string;
|
|
732
731
|
rationale: string;
|
|
732
|
+
fromUuid: string;
|
|
733
733
|
deprecationReceiptRef: {
|
|
734
734
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
735
735
|
receiptRef: string;
|
|
736
736
|
};
|
|
737
737
|
}[];
|
|
738
738
|
residual: {
|
|
739
|
+
rationale: string;
|
|
739
740
|
toUuid: string;
|
|
740
741
|
typedNeed: {
|
|
742
|
+
rationale: string;
|
|
741
743
|
ownerWorktree: "GV2.0.4";
|
|
742
744
|
needUuid: string;
|
|
743
|
-
disposition: "resolved" | "open" | "deferred";
|
|
744
745
|
needType: "missing_evidence" | "needs_mapping" | "needs_verifier" | "needs_source_span" | "needs_benchmark" | "needs_policy_decision" | "needs_lineage_disposition" | "needs_parsimony_review";
|
|
745
|
-
|
|
746
|
+
disposition: "resolved" | "open" | "deferred";
|
|
746
747
|
blocksRatification: boolean;
|
|
747
748
|
};
|
|
748
|
-
rationale: string;
|
|
749
749
|
}[];
|
|
750
750
|
renamed: {
|
|
751
|
+
rationale: string;
|
|
751
752
|
fromUuid: string;
|
|
752
753
|
toUuid: string;
|
|
753
|
-
rationale: string;
|
|
754
754
|
receiptRef: {
|
|
755
755
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
756
756
|
receiptRef: string;
|
|
@@ -759,29 +759,30 @@ declare const SourceMaterialTotalPartitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
759
759
|
newName: string;
|
|
760
760
|
}[];
|
|
761
761
|
preserved: {
|
|
762
|
+
rationale: string;
|
|
762
763
|
fromUuid: string;
|
|
763
764
|
toUuid: string;
|
|
764
|
-
rationale: string;
|
|
765
765
|
receiptRef: {
|
|
766
766
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
767
767
|
receiptRef: string;
|
|
768
768
|
};
|
|
769
769
|
}[];
|
|
770
770
|
unmapped: {
|
|
771
|
+
rationale: string;
|
|
771
772
|
fromUuid: string;
|
|
772
773
|
typedNeed: {
|
|
774
|
+
rationale: string;
|
|
773
775
|
ownerWorktree: "GV2.0.4";
|
|
774
776
|
needUuid: string;
|
|
775
|
-
disposition: "resolved" | "open" | "deferred";
|
|
776
777
|
needType: "missing_evidence" | "needs_mapping" | "needs_verifier" | "needs_source_span" | "needs_benchmark" | "needs_policy_decision" | "needs_lineage_disposition" | "needs_parsimony_review";
|
|
777
|
-
|
|
778
|
+
disposition: "resolved" | "open" | "deferred";
|
|
778
779
|
blocksRatification: boolean;
|
|
779
780
|
};
|
|
780
|
-
rationale: string;
|
|
781
781
|
}[];
|
|
782
782
|
};
|
|
783
783
|
}>, {
|
|
784
784
|
contractVersion: "source_material_total_partition_v1";
|
|
785
|
+
rulesetVersion: string;
|
|
785
786
|
partitionUuid: string;
|
|
786
787
|
transitionReceiptVersion: "transition_receipt_v1";
|
|
787
788
|
fromSet: {
|
|
@@ -813,13 +814,12 @@ declare const SourceMaterialTotalPartitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
813
814
|
sourceState: "archived" | "rejected" | "raw" | "candidate" | "adopted" | "merged";
|
|
814
815
|
}[];
|
|
815
816
|
disposition: "superseded" | "rejected" | "proposed" | "deferred" | "ratified";
|
|
816
|
-
rulesetVersion: string;
|
|
817
817
|
mirrorRebuildBlocked: true;
|
|
818
818
|
rowMigrationRequired: false;
|
|
819
819
|
buckets: {
|
|
820
820
|
split: {
|
|
821
|
-
fromUuid: string;
|
|
822
821
|
rationale: string;
|
|
822
|
+
fromUuid: string;
|
|
823
823
|
successorUuids: string[];
|
|
824
824
|
requiredReceipts: {
|
|
825
825
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
@@ -827,8 +827,8 @@ declare const SourceMaterialTotalPartitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
827
827
|
}[];
|
|
828
828
|
}[];
|
|
829
829
|
merged: {
|
|
830
|
-
toUuid: string;
|
|
831
830
|
rationale: string;
|
|
831
|
+
toUuid: string;
|
|
832
832
|
requiredReceipts: {
|
|
833
833
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
834
834
|
receiptRef: string;
|
|
@@ -836,29 +836,29 @@ declare const SourceMaterialTotalPartitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
836
836
|
fromUuids: string[];
|
|
837
837
|
}[];
|
|
838
838
|
deprecated: {
|
|
839
|
-
fromUuid: string;
|
|
840
839
|
rationale: string;
|
|
840
|
+
fromUuid: string;
|
|
841
841
|
deprecationReceiptRef: {
|
|
842
842
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
843
843
|
receiptRef: string;
|
|
844
844
|
};
|
|
845
845
|
}[];
|
|
846
846
|
residual: {
|
|
847
|
+
rationale: string;
|
|
847
848
|
toUuid: string;
|
|
848
849
|
typedNeed: {
|
|
850
|
+
rationale: string;
|
|
849
851
|
ownerWorktree: "GV2.0.4";
|
|
850
852
|
needUuid: string;
|
|
851
|
-
disposition: "resolved" | "open" | "deferred";
|
|
852
853
|
needType: "missing_evidence" | "needs_mapping" | "needs_verifier" | "needs_source_span" | "needs_benchmark" | "needs_policy_decision" | "needs_lineage_disposition" | "needs_parsimony_review";
|
|
853
|
-
|
|
854
|
+
disposition: "resolved" | "open" | "deferred";
|
|
854
855
|
blocksRatification: boolean;
|
|
855
856
|
};
|
|
856
|
-
rationale: string;
|
|
857
857
|
}[];
|
|
858
858
|
renamed: {
|
|
859
|
+
rationale: string;
|
|
859
860
|
fromUuid: string;
|
|
860
861
|
toUuid: string;
|
|
861
|
-
rationale: string;
|
|
862
862
|
receiptRef: {
|
|
863
863
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
864
864
|
receiptRef: string;
|
|
@@ -867,29 +867,30 @@ declare const SourceMaterialTotalPartitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
867
867
|
newName: string;
|
|
868
868
|
}[];
|
|
869
869
|
preserved: {
|
|
870
|
+
rationale: string;
|
|
870
871
|
fromUuid: string;
|
|
871
872
|
toUuid: string;
|
|
872
|
-
rationale: string;
|
|
873
873
|
receiptRef: {
|
|
874
874
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
875
875
|
receiptRef: string;
|
|
876
876
|
};
|
|
877
877
|
}[];
|
|
878
878
|
unmapped: {
|
|
879
|
+
rationale: string;
|
|
879
880
|
fromUuid: string;
|
|
880
881
|
typedNeed: {
|
|
882
|
+
rationale: string;
|
|
881
883
|
ownerWorktree: "GV2.0.4";
|
|
882
884
|
needUuid: string;
|
|
883
|
-
disposition: "resolved" | "open" | "deferred";
|
|
884
885
|
needType: "missing_evidence" | "needs_mapping" | "needs_verifier" | "needs_source_span" | "needs_benchmark" | "needs_policy_decision" | "needs_lineage_disposition" | "needs_parsimony_review";
|
|
885
|
-
|
|
886
|
+
disposition: "resolved" | "open" | "deferred";
|
|
886
887
|
blocksRatification: boolean;
|
|
887
888
|
};
|
|
888
|
-
rationale: string;
|
|
889
889
|
}[];
|
|
890
890
|
};
|
|
891
891
|
}, {
|
|
892
892
|
contractVersion: "source_material_total_partition_v1";
|
|
893
|
+
rulesetVersion: string;
|
|
893
894
|
partitionUuid: string;
|
|
894
895
|
transitionReceiptVersion: "transition_receipt_v1";
|
|
895
896
|
fromSet: {
|
|
@@ -921,13 +922,12 @@ declare const SourceMaterialTotalPartitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
921
922
|
sourceState: "archived" | "rejected" | "raw" | "candidate" | "adopted" | "merged";
|
|
922
923
|
}[];
|
|
923
924
|
disposition: "superseded" | "rejected" | "proposed" | "deferred" | "ratified";
|
|
924
|
-
rulesetVersion: string;
|
|
925
925
|
mirrorRebuildBlocked: true;
|
|
926
926
|
rowMigrationRequired: false;
|
|
927
927
|
buckets: {
|
|
928
928
|
split: {
|
|
929
|
-
fromUuid: string;
|
|
930
929
|
rationale: string;
|
|
930
|
+
fromUuid: string;
|
|
931
931
|
successorUuids: string[];
|
|
932
932
|
requiredReceipts: {
|
|
933
933
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
@@ -935,8 +935,8 @@ declare const SourceMaterialTotalPartitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
935
935
|
}[];
|
|
936
936
|
}[];
|
|
937
937
|
merged: {
|
|
938
|
-
toUuid: string;
|
|
939
938
|
rationale: string;
|
|
939
|
+
toUuid: string;
|
|
940
940
|
requiredReceipts: {
|
|
941
941
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
942
942
|
receiptRef: string;
|
|
@@ -944,29 +944,29 @@ declare const SourceMaterialTotalPartitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
944
944
|
fromUuids: string[];
|
|
945
945
|
}[];
|
|
946
946
|
deprecated: {
|
|
947
|
-
fromUuid: string;
|
|
948
947
|
rationale: string;
|
|
948
|
+
fromUuid: string;
|
|
949
949
|
deprecationReceiptRef: {
|
|
950
950
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
951
951
|
receiptRef: string;
|
|
952
952
|
};
|
|
953
953
|
}[];
|
|
954
954
|
residual: {
|
|
955
|
+
rationale: string;
|
|
955
956
|
toUuid: string;
|
|
956
957
|
typedNeed: {
|
|
958
|
+
rationale: string;
|
|
957
959
|
ownerWorktree: "GV2.0.4";
|
|
958
960
|
needUuid: string;
|
|
959
|
-
disposition: "resolved" | "open" | "deferred";
|
|
960
961
|
needType: "missing_evidence" | "needs_mapping" | "needs_verifier" | "needs_source_span" | "needs_benchmark" | "needs_policy_decision" | "needs_lineage_disposition" | "needs_parsimony_review";
|
|
961
|
-
|
|
962
|
+
disposition: "resolved" | "open" | "deferred";
|
|
962
963
|
blocksRatification: boolean;
|
|
963
964
|
};
|
|
964
|
-
rationale: string;
|
|
965
965
|
}[];
|
|
966
966
|
renamed: {
|
|
967
|
+
rationale: string;
|
|
967
968
|
fromUuid: string;
|
|
968
969
|
toUuid: string;
|
|
969
|
-
rationale: string;
|
|
970
970
|
receiptRef: {
|
|
971
971
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
972
972
|
receiptRef: string;
|
|
@@ -975,25 +975,25 @@ declare const SourceMaterialTotalPartitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
975
975
|
newName: string;
|
|
976
976
|
}[];
|
|
977
977
|
preserved: {
|
|
978
|
+
rationale: string;
|
|
978
979
|
fromUuid: string;
|
|
979
980
|
toUuid: string;
|
|
980
|
-
rationale: string;
|
|
981
981
|
receiptRef: {
|
|
982
982
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
983
983
|
receiptRef: string;
|
|
984
984
|
};
|
|
985
985
|
}[];
|
|
986
986
|
unmapped: {
|
|
987
|
+
rationale: string;
|
|
987
988
|
fromUuid: string;
|
|
988
989
|
typedNeed: {
|
|
990
|
+
rationale: string;
|
|
989
991
|
ownerWorktree: "GV2.0.4";
|
|
990
992
|
needUuid: string;
|
|
991
|
-
disposition: "resolved" | "open" | "deferred";
|
|
992
993
|
needType: "missing_evidence" | "needs_mapping" | "needs_verifier" | "needs_source_span" | "needs_benchmark" | "needs_policy_decision" | "needs_lineage_disposition" | "needs_parsimony_review";
|
|
993
|
-
|
|
994
|
+
disposition: "resolved" | "open" | "deferred";
|
|
994
995
|
blocksRatification: boolean;
|
|
995
996
|
};
|
|
996
|
-
rationale: string;
|
|
997
997
|
}[];
|
|
998
998
|
};
|
|
999
999
|
}>;
|
|
@@ -1189,17 +1189,17 @@ declare const SourceMaterialTotalPartitionContractSchema: z.ZodObject<{
|
|
|
1189
1189
|
}>;
|
|
1190
1190
|
rationale: z.ZodString;
|
|
1191
1191
|
}, "strip", z.ZodTypeAny, {
|
|
1192
|
+
rationale: string;
|
|
1192
1193
|
fromUuid: string;
|
|
1193
1194
|
toUuid: string;
|
|
1194
|
-
rationale: string;
|
|
1195
1195
|
receiptRef: {
|
|
1196
1196
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
1197
1197
|
receiptRef: string;
|
|
1198
1198
|
};
|
|
1199
1199
|
}, {
|
|
1200
|
+
rationale: string;
|
|
1200
1201
|
fromUuid: string;
|
|
1201
1202
|
toUuid: string;
|
|
1202
|
-
rationale: string;
|
|
1203
1203
|
receiptRef: {
|
|
1204
1204
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
1205
1205
|
receiptRef: string;
|
|
@@ -1223,9 +1223,9 @@ declare const SourceMaterialTotalPartitionContractSchema: z.ZodObject<{
|
|
|
1223
1223
|
oldName: z.ZodString;
|
|
1224
1224
|
newName: z.ZodString;
|
|
1225
1225
|
}, "strip", z.ZodTypeAny, {
|
|
1226
|
+
rationale: string;
|
|
1226
1227
|
fromUuid: string;
|
|
1227
1228
|
toUuid: string;
|
|
1228
|
-
rationale: string;
|
|
1229
1229
|
receiptRef: {
|
|
1230
1230
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
1231
1231
|
receiptRef: string;
|
|
@@ -1233,9 +1233,9 @@ declare const SourceMaterialTotalPartitionContractSchema: z.ZodObject<{
|
|
|
1233
1233
|
oldName: string;
|
|
1234
1234
|
newName: string;
|
|
1235
1235
|
}, {
|
|
1236
|
+
rationale: string;
|
|
1236
1237
|
fromUuid: string;
|
|
1237
1238
|
toUuid: string;
|
|
1238
|
-
rationale: string;
|
|
1239
1239
|
receiptRef: {
|
|
1240
1240
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
1241
1241
|
receiptRef: string;
|
|
@@ -1258,16 +1258,16 @@ declare const SourceMaterialTotalPartitionContractSchema: z.ZodObject<{
|
|
|
1258
1258
|
}>, "many">;
|
|
1259
1259
|
rationale: z.ZodString;
|
|
1260
1260
|
}, "strip", z.ZodTypeAny, {
|
|
1261
|
-
fromUuid: string;
|
|
1262
1261
|
rationale: string;
|
|
1262
|
+
fromUuid: string;
|
|
1263
1263
|
successorUuids: string[];
|
|
1264
1264
|
requiredReceipts: {
|
|
1265
1265
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
1266
1266
|
receiptRef: string;
|
|
1267
1267
|
}[];
|
|
1268
1268
|
}, {
|
|
1269
|
-
fromUuid: string;
|
|
1270
1269
|
rationale: string;
|
|
1270
|
+
fromUuid: string;
|
|
1271
1271
|
successorUuids: string[];
|
|
1272
1272
|
requiredReceipts: {
|
|
1273
1273
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
@@ -1289,16 +1289,16 @@ declare const SourceMaterialTotalPartitionContractSchema: z.ZodObject<{
|
|
|
1289
1289
|
}>, "many">;
|
|
1290
1290
|
rationale: z.ZodString;
|
|
1291
1291
|
}, "strip", z.ZodTypeAny, {
|
|
1292
|
-
toUuid: string;
|
|
1293
1292
|
rationale: string;
|
|
1293
|
+
toUuid: string;
|
|
1294
1294
|
requiredReceipts: {
|
|
1295
1295
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
1296
1296
|
receiptRef: string;
|
|
1297
1297
|
}[];
|
|
1298
1298
|
fromUuids: string[];
|
|
1299
1299
|
}, {
|
|
1300
|
-
toUuid: string;
|
|
1301
1300
|
rationale: string;
|
|
1301
|
+
toUuid: string;
|
|
1302
1302
|
requiredReceipts: {
|
|
1303
1303
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
1304
1304
|
receiptRef: string;
|
|
@@ -1319,15 +1319,15 @@ declare const SourceMaterialTotalPartitionContractSchema: z.ZodObject<{
|
|
|
1319
1319
|
}>;
|
|
1320
1320
|
rationale: z.ZodString;
|
|
1321
1321
|
}, "strip", z.ZodTypeAny, {
|
|
1322
|
-
fromUuid: string;
|
|
1323
1322
|
rationale: string;
|
|
1323
|
+
fromUuid: string;
|
|
1324
1324
|
deprecationReceiptRef: {
|
|
1325
1325
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
1326
1326
|
receiptRef: string;
|
|
1327
1327
|
};
|
|
1328
1328
|
}, {
|
|
1329
|
-
fromUuid: string;
|
|
1330
1329
|
rationale: string;
|
|
1330
|
+
fromUuid: string;
|
|
1331
1331
|
deprecationReceiptRef: {
|
|
1332
1332
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
1333
1333
|
receiptRef: string;
|
|
@@ -1343,43 +1343,43 @@ declare const SourceMaterialTotalPartitionContractSchema: z.ZodObject<{
|
|
|
1343
1343
|
blocksRatification: z.ZodBoolean;
|
|
1344
1344
|
rationale: z.ZodString;
|
|
1345
1345
|
}, "strip", z.ZodTypeAny, {
|
|
1346
|
+
rationale: string;
|
|
1346
1347
|
ownerWorktree: "GV2.0.4";
|
|
1347
1348
|
needUuid: string;
|
|
1348
|
-
disposition: "resolved" | "open" | "deferred";
|
|
1349
1349
|
needType: "missing_evidence" | "needs_mapping" | "needs_verifier" | "needs_source_span" | "needs_benchmark" | "needs_policy_decision" | "needs_lineage_disposition" | "needs_parsimony_review";
|
|
1350
|
-
|
|
1350
|
+
disposition: "resolved" | "open" | "deferred";
|
|
1351
1351
|
blocksRatification: boolean;
|
|
1352
1352
|
}, {
|
|
1353
|
+
rationale: string;
|
|
1353
1354
|
ownerWorktree: "GV2.0.4";
|
|
1354
1355
|
needUuid: string;
|
|
1355
|
-
disposition: "resolved" | "open" | "deferred";
|
|
1356
1356
|
needType: "missing_evidence" | "needs_mapping" | "needs_verifier" | "needs_source_span" | "needs_benchmark" | "needs_policy_decision" | "needs_lineage_disposition" | "needs_parsimony_review";
|
|
1357
|
-
|
|
1357
|
+
disposition: "resolved" | "open" | "deferred";
|
|
1358
1358
|
blocksRatification: boolean;
|
|
1359
1359
|
}>;
|
|
1360
1360
|
rationale: z.ZodString;
|
|
1361
1361
|
}, "strip", z.ZodTypeAny, {
|
|
1362
|
+
rationale: string;
|
|
1362
1363
|
fromUuid: string;
|
|
1363
1364
|
typedNeed: {
|
|
1365
|
+
rationale: string;
|
|
1364
1366
|
ownerWorktree: "GV2.0.4";
|
|
1365
1367
|
needUuid: string;
|
|
1366
|
-
disposition: "resolved" | "open" | "deferred";
|
|
1367
1368
|
needType: "missing_evidence" | "needs_mapping" | "needs_verifier" | "needs_source_span" | "needs_benchmark" | "needs_policy_decision" | "needs_lineage_disposition" | "needs_parsimony_review";
|
|
1368
|
-
|
|
1369
|
+
disposition: "resolved" | "open" | "deferred";
|
|
1369
1370
|
blocksRatification: boolean;
|
|
1370
1371
|
};
|
|
1371
|
-
rationale: string;
|
|
1372
1372
|
}, {
|
|
1373
|
+
rationale: string;
|
|
1373
1374
|
fromUuid: string;
|
|
1374
1375
|
typedNeed: {
|
|
1376
|
+
rationale: string;
|
|
1375
1377
|
ownerWorktree: "GV2.0.4";
|
|
1376
1378
|
needUuid: string;
|
|
1377
|
-
disposition: "resolved" | "open" | "deferred";
|
|
1378
1379
|
needType: "missing_evidence" | "needs_mapping" | "needs_verifier" | "needs_source_span" | "needs_benchmark" | "needs_policy_decision" | "needs_lineage_disposition" | "needs_parsimony_review";
|
|
1379
|
-
|
|
1380
|
+
disposition: "resolved" | "open" | "deferred";
|
|
1380
1381
|
blocksRatification: boolean;
|
|
1381
1382
|
};
|
|
1382
|
-
rationale: string;
|
|
1383
1383
|
}>, "many">;
|
|
1384
1384
|
residual: z.ZodArray<z.ZodObject<{
|
|
1385
1385
|
toUuid: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -1391,48 +1391,48 @@ declare const SourceMaterialTotalPartitionContractSchema: z.ZodObject<{
|
|
|
1391
1391
|
blocksRatification: z.ZodBoolean;
|
|
1392
1392
|
rationale: z.ZodString;
|
|
1393
1393
|
}, "strip", z.ZodTypeAny, {
|
|
1394
|
+
rationale: string;
|
|
1394
1395
|
ownerWorktree: "GV2.0.4";
|
|
1395
1396
|
needUuid: string;
|
|
1396
|
-
disposition: "resolved" | "open" | "deferred";
|
|
1397
1397
|
needType: "missing_evidence" | "needs_mapping" | "needs_verifier" | "needs_source_span" | "needs_benchmark" | "needs_policy_decision" | "needs_lineage_disposition" | "needs_parsimony_review";
|
|
1398
|
-
|
|
1398
|
+
disposition: "resolved" | "open" | "deferred";
|
|
1399
1399
|
blocksRatification: boolean;
|
|
1400
1400
|
}, {
|
|
1401
|
+
rationale: string;
|
|
1401
1402
|
ownerWorktree: "GV2.0.4";
|
|
1402
1403
|
needUuid: string;
|
|
1403
|
-
disposition: "resolved" | "open" | "deferred";
|
|
1404
1404
|
needType: "missing_evidence" | "needs_mapping" | "needs_verifier" | "needs_source_span" | "needs_benchmark" | "needs_policy_decision" | "needs_lineage_disposition" | "needs_parsimony_review";
|
|
1405
|
-
|
|
1405
|
+
disposition: "resolved" | "open" | "deferred";
|
|
1406
1406
|
blocksRatification: boolean;
|
|
1407
1407
|
}>;
|
|
1408
1408
|
rationale: z.ZodString;
|
|
1409
1409
|
}, "strip", z.ZodTypeAny, {
|
|
1410
|
+
rationale: string;
|
|
1410
1411
|
toUuid: string;
|
|
1411
1412
|
typedNeed: {
|
|
1413
|
+
rationale: string;
|
|
1412
1414
|
ownerWorktree: "GV2.0.4";
|
|
1413
1415
|
needUuid: string;
|
|
1414
|
-
disposition: "resolved" | "open" | "deferred";
|
|
1415
1416
|
needType: "missing_evidence" | "needs_mapping" | "needs_verifier" | "needs_source_span" | "needs_benchmark" | "needs_policy_decision" | "needs_lineage_disposition" | "needs_parsimony_review";
|
|
1416
|
-
|
|
1417
|
+
disposition: "resolved" | "open" | "deferred";
|
|
1417
1418
|
blocksRatification: boolean;
|
|
1418
1419
|
};
|
|
1419
|
-
rationale: string;
|
|
1420
1420
|
}, {
|
|
1421
|
+
rationale: string;
|
|
1421
1422
|
toUuid: string;
|
|
1422
1423
|
typedNeed: {
|
|
1424
|
+
rationale: string;
|
|
1423
1425
|
ownerWorktree: "GV2.0.4";
|
|
1424
1426
|
needUuid: string;
|
|
1425
|
-
disposition: "resolved" | "open" | "deferred";
|
|
1426
1427
|
needType: "missing_evidence" | "needs_mapping" | "needs_verifier" | "needs_source_span" | "needs_benchmark" | "needs_policy_decision" | "needs_lineage_disposition" | "needs_parsimony_review";
|
|
1427
|
-
|
|
1428
|
+
disposition: "resolved" | "open" | "deferred";
|
|
1428
1429
|
blocksRatification: boolean;
|
|
1429
1430
|
};
|
|
1430
|
-
rationale: string;
|
|
1431
1431
|
}>, "many">;
|
|
1432
1432
|
}, "strip", z.ZodTypeAny, {
|
|
1433
1433
|
split: {
|
|
1434
|
-
fromUuid: string;
|
|
1435
1434
|
rationale: string;
|
|
1435
|
+
fromUuid: string;
|
|
1436
1436
|
successorUuids: string[];
|
|
1437
1437
|
requiredReceipts: {
|
|
1438
1438
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
@@ -1440,8 +1440,8 @@ declare const SourceMaterialTotalPartitionContractSchema: z.ZodObject<{
|
|
|
1440
1440
|
}[];
|
|
1441
1441
|
}[];
|
|
1442
1442
|
merged: {
|
|
1443
|
-
toUuid: string;
|
|
1444
1443
|
rationale: string;
|
|
1444
|
+
toUuid: string;
|
|
1445
1445
|
requiredReceipts: {
|
|
1446
1446
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
1447
1447
|
receiptRef: string;
|
|
@@ -1449,29 +1449,29 @@ declare const SourceMaterialTotalPartitionContractSchema: z.ZodObject<{
|
|
|
1449
1449
|
fromUuids: string[];
|
|
1450
1450
|
}[];
|
|
1451
1451
|
deprecated: {
|
|
1452
|
-
fromUuid: string;
|
|
1453
1452
|
rationale: string;
|
|
1453
|
+
fromUuid: string;
|
|
1454
1454
|
deprecationReceiptRef: {
|
|
1455
1455
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
1456
1456
|
receiptRef: string;
|
|
1457
1457
|
};
|
|
1458
1458
|
}[];
|
|
1459
1459
|
residual: {
|
|
1460
|
+
rationale: string;
|
|
1460
1461
|
toUuid: string;
|
|
1461
1462
|
typedNeed: {
|
|
1463
|
+
rationale: string;
|
|
1462
1464
|
ownerWorktree: "GV2.0.4";
|
|
1463
1465
|
needUuid: string;
|
|
1464
|
-
disposition: "resolved" | "open" | "deferred";
|
|
1465
1466
|
needType: "missing_evidence" | "needs_mapping" | "needs_verifier" | "needs_source_span" | "needs_benchmark" | "needs_policy_decision" | "needs_lineage_disposition" | "needs_parsimony_review";
|
|
1466
|
-
|
|
1467
|
+
disposition: "resolved" | "open" | "deferred";
|
|
1467
1468
|
blocksRatification: boolean;
|
|
1468
1469
|
};
|
|
1469
|
-
rationale: string;
|
|
1470
1470
|
}[];
|
|
1471
1471
|
renamed: {
|
|
1472
|
+
rationale: string;
|
|
1472
1473
|
fromUuid: string;
|
|
1473
1474
|
toUuid: string;
|
|
1474
|
-
rationale: string;
|
|
1475
1475
|
receiptRef: {
|
|
1476
1476
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
1477
1477
|
receiptRef: string;
|
|
@@ -1480,30 +1480,30 @@ declare const SourceMaterialTotalPartitionContractSchema: z.ZodObject<{
|
|
|
1480
1480
|
newName: string;
|
|
1481
1481
|
}[];
|
|
1482
1482
|
preserved: {
|
|
1483
|
+
rationale: string;
|
|
1483
1484
|
fromUuid: string;
|
|
1484
1485
|
toUuid: string;
|
|
1485
|
-
rationale: string;
|
|
1486
1486
|
receiptRef: {
|
|
1487
1487
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
1488
1488
|
receiptRef: string;
|
|
1489
1489
|
};
|
|
1490
1490
|
}[];
|
|
1491
1491
|
unmapped: {
|
|
1492
|
+
rationale: string;
|
|
1492
1493
|
fromUuid: string;
|
|
1493
1494
|
typedNeed: {
|
|
1495
|
+
rationale: string;
|
|
1494
1496
|
ownerWorktree: "GV2.0.4";
|
|
1495
1497
|
needUuid: string;
|
|
1496
|
-
disposition: "resolved" | "open" | "deferred";
|
|
1497
1498
|
needType: "missing_evidence" | "needs_mapping" | "needs_verifier" | "needs_source_span" | "needs_benchmark" | "needs_policy_decision" | "needs_lineage_disposition" | "needs_parsimony_review";
|
|
1498
|
-
|
|
1499
|
+
disposition: "resolved" | "open" | "deferred";
|
|
1499
1500
|
blocksRatification: boolean;
|
|
1500
1501
|
};
|
|
1501
|
-
rationale: string;
|
|
1502
1502
|
}[];
|
|
1503
1503
|
}, {
|
|
1504
1504
|
split: {
|
|
1505
|
-
fromUuid: string;
|
|
1506
1505
|
rationale: string;
|
|
1506
|
+
fromUuid: string;
|
|
1507
1507
|
successorUuids: string[];
|
|
1508
1508
|
requiredReceipts: {
|
|
1509
1509
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
@@ -1511,8 +1511,8 @@ declare const SourceMaterialTotalPartitionContractSchema: z.ZodObject<{
|
|
|
1511
1511
|
}[];
|
|
1512
1512
|
}[];
|
|
1513
1513
|
merged: {
|
|
1514
|
-
toUuid: string;
|
|
1515
1514
|
rationale: string;
|
|
1515
|
+
toUuid: string;
|
|
1516
1516
|
requiredReceipts: {
|
|
1517
1517
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
1518
1518
|
receiptRef: string;
|
|
@@ -1520,29 +1520,29 @@ declare const SourceMaterialTotalPartitionContractSchema: z.ZodObject<{
|
|
|
1520
1520
|
fromUuids: string[];
|
|
1521
1521
|
}[];
|
|
1522
1522
|
deprecated: {
|
|
1523
|
-
fromUuid: string;
|
|
1524
1523
|
rationale: string;
|
|
1524
|
+
fromUuid: string;
|
|
1525
1525
|
deprecationReceiptRef: {
|
|
1526
1526
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
1527
1527
|
receiptRef: string;
|
|
1528
1528
|
};
|
|
1529
1529
|
}[];
|
|
1530
1530
|
residual: {
|
|
1531
|
+
rationale: string;
|
|
1531
1532
|
toUuid: string;
|
|
1532
1533
|
typedNeed: {
|
|
1534
|
+
rationale: string;
|
|
1533
1535
|
ownerWorktree: "GV2.0.4";
|
|
1534
1536
|
needUuid: string;
|
|
1535
|
-
disposition: "resolved" | "open" | "deferred";
|
|
1536
1537
|
needType: "missing_evidence" | "needs_mapping" | "needs_verifier" | "needs_source_span" | "needs_benchmark" | "needs_policy_decision" | "needs_lineage_disposition" | "needs_parsimony_review";
|
|
1537
|
-
|
|
1538
|
+
disposition: "resolved" | "open" | "deferred";
|
|
1538
1539
|
blocksRatification: boolean;
|
|
1539
1540
|
};
|
|
1540
|
-
rationale: string;
|
|
1541
1541
|
}[];
|
|
1542
1542
|
renamed: {
|
|
1543
|
+
rationale: string;
|
|
1543
1544
|
fromUuid: string;
|
|
1544
1545
|
toUuid: string;
|
|
1545
|
-
rationale: string;
|
|
1546
1546
|
receiptRef: {
|
|
1547
1547
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
1548
1548
|
receiptRef: string;
|
|
@@ -1551,31 +1551,32 @@ declare const SourceMaterialTotalPartitionContractSchema: z.ZodObject<{
|
|
|
1551
1551
|
newName: string;
|
|
1552
1552
|
}[];
|
|
1553
1553
|
preserved: {
|
|
1554
|
+
rationale: string;
|
|
1554
1555
|
fromUuid: string;
|
|
1555
1556
|
toUuid: string;
|
|
1556
|
-
rationale: string;
|
|
1557
1557
|
receiptRef: {
|
|
1558
1558
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
1559
1559
|
receiptRef: string;
|
|
1560
1560
|
};
|
|
1561
1561
|
}[];
|
|
1562
1562
|
unmapped: {
|
|
1563
|
+
rationale: string;
|
|
1563
1564
|
fromUuid: string;
|
|
1564
1565
|
typedNeed: {
|
|
1566
|
+
rationale: string;
|
|
1565
1567
|
ownerWorktree: "GV2.0.4";
|
|
1566
1568
|
needUuid: string;
|
|
1567
|
-
disposition: "resolved" | "open" | "deferred";
|
|
1568
1569
|
needType: "missing_evidence" | "needs_mapping" | "needs_verifier" | "needs_source_span" | "needs_benchmark" | "needs_policy_decision" | "needs_lineage_disposition" | "needs_parsimony_review";
|
|
1569
|
-
|
|
1570
|
+
disposition: "resolved" | "open" | "deferred";
|
|
1570
1571
|
blocksRatification: boolean;
|
|
1571
1572
|
};
|
|
1572
|
-
rationale: string;
|
|
1573
1573
|
}[];
|
|
1574
1574
|
}>;
|
|
1575
1575
|
rowMigrationRequired: z.ZodLiteral<false>;
|
|
1576
1576
|
mirrorRebuildBlocked: z.ZodLiteral<true>;
|
|
1577
1577
|
}, "strip", z.ZodTypeAny, {
|
|
1578
1578
|
contractVersion: "source_material_total_partition_v1";
|
|
1579
|
+
rulesetVersion: string;
|
|
1579
1580
|
partitionUuid: string;
|
|
1580
1581
|
transitionReceiptVersion: "transition_receipt_v1";
|
|
1581
1582
|
fromSet: {
|
|
@@ -1607,13 +1608,12 @@ declare const SourceMaterialTotalPartitionContractSchema: z.ZodObject<{
|
|
|
1607
1608
|
sourceState: "archived" | "rejected" | "raw" | "candidate" | "adopted" | "merged";
|
|
1608
1609
|
}[];
|
|
1609
1610
|
disposition: "superseded" | "rejected" | "proposed" | "deferred" | "ratified";
|
|
1610
|
-
rulesetVersion: string;
|
|
1611
1611
|
mirrorRebuildBlocked: true;
|
|
1612
1612
|
rowMigrationRequired: false;
|
|
1613
1613
|
buckets: {
|
|
1614
1614
|
split: {
|
|
1615
|
-
fromUuid: string;
|
|
1616
1615
|
rationale: string;
|
|
1616
|
+
fromUuid: string;
|
|
1617
1617
|
successorUuids: string[];
|
|
1618
1618
|
requiredReceipts: {
|
|
1619
1619
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
@@ -1621,8 +1621,8 @@ declare const SourceMaterialTotalPartitionContractSchema: z.ZodObject<{
|
|
|
1621
1621
|
}[];
|
|
1622
1622
|
}[];
|
|
1623
1623
|
merged: {
|
|
1624
|
-
toUuid: string;
|
|
1625
1624
|
rationale: string;
|
|
1625
|
+
toUuid: string;
|
|
1626
1626
|
requiredReceipts: {
|
|
1627
1627
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
1628
1628
|
receiptRef: string;
|
|
@@ -1630,29 +1630,29 @@ declare const SourceMaterialTotalPartitionContractSchema: z.ZodObject<{
|
|
|
1630
1630
|
fromUuids: string[];
|
|
1631
1631
|
}[];
|
|
1632
1632
|
deprecated: {
|
|
1633
|
-
fromUuid: string;
|
|
1634
1633
|
rationale: string;
|
|
1634
|
+
fromUuid: string;
|
|
1635
1635
|
deprecationReceiptRef: {
|
|
1636
1636
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
1637
1637
|
receiptRef: string;
|
|
1638
1638
|
};
|
|
1639
1639
|
}[];
|
|
1640
1640
|
residual: {
|
|
1641
|
+
rationale: string;
|
|
1641
1642
|
toUuid: string;
|
|
1642
1643
|
typedNeed: {
|
|
1644
|
+
rationale: string;
|
|
1643
1645
|
ownerWorktree: "GV2.0.4";
|
|
1644
1646
|
needUuid: string;
|
|
1645
|
-
disposition: "resolved" | "open" | "deferred";
|
|
1646
1647
|
needType: "missing_evidence" | "needs_mapping" | "needs_verifier" | "needs_source_span" | "needs_benchmark" | "needs_policy_decision" | "needs_lineage_disposition" | "needs_parsimony_review";
|
|
1647
|
-
|
|
1648
|
+
disposition: "resolved" | "open" | "deferred";
|
|
1648
1649
|
blocksRatification: boolean;
|
|
1649
1650
|
};
|
|
1650
|
-
rationale: string;
|
|
1651
1651
|
}[];
|
|
1652
1652
|
renamed: {
|
|
1653
|
+
rationale: string;
|
|
1653
1654
|
fromUuid: string;
|
|
1654
1655
|
toUuid: string;
|
|
1655
|
-
rationale: string;
|
|
1656
1656
|
receiptRef: {
|
|
1657
1657
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
1658
1658
|
receiptRef: string;
|
|
@@ -1661,29 +1661,30 @@ declare const SourceMaterialTotalPartitionContractSchema: z.ZodObject<{
|
|
|
1661
1661
|
newName: string;
|
|
1662
1662
|
}[];
|
|
1663
1663
|
preserved: {
|
|
1664
|
+
rationale: string;
|
|
1664
1665
|
fromUuid: string;
|
|
1665
1666
|
toUuid: string;
|
|
1666
|
-
rationale: string;
|
|
1667
1667
|
receiptRef: {
|
|
1668
1668
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
1669
1669
|
receiptRef: string;
|
|
1670
1670
|
};
|
|
1671
1671
|
}[];
|
|
1672
1672
|
unmapped: {
|
|
1673
|
+
rationale: string;
|
|
1673
1674
|
fromUuid: string;
|
|
1674
1675
|
typedNeed: {
|
|
1676
|
+
rationale: string;
|
|
1675
1677
|
ownerWorktree: "GV2.0.4";
|
|
1676
1678
|
needUuid: string;
|
|
1677
|
-
disposition: "resolved" | "open" | "deferred";
|
|
1678
1679
|
needType: "missing_evidence" | "needs_mapping" | "needs_verifier" | "needs_source_span" | "needs_benchmark" | "needs_policy_decision" | "needs_lineage_disposition" | "needs_parsimony_review";
|
|
1679
|
-
|
|
1680
|
+
disposition: "resolved" | "open" | "deferred";
|
|
1680
1681
|
blocksRatification: boolean;
|
|
1681
1682
|
};
|
|
1682
|
-
rationale: string;
|
|
1683
1683
|
}[];
|
|
1684
1684
|
};
|
|
1685
1685
|
}, {
|
|
1686
1686
|
contractVersion: "source_material_total_partition_v1";
|
|
1687
|
+
rulesetVersion: string;
|
|
1687
1688
|
partitionUuid: string;
|
|
1688
1689
|
transitionReceiptVersion: "transition_receipt_v1";
|
|
1689
1690
|
fromSet: {
|
|
@@ -1715,13 +1716,12 @@ declare const SourceMaterialTotalPartitionContractSchema: z.ZodObject<{
|
|
|
1715
1716
|
sourceState: "archived" | "rejected" | "raw" | "candidate" | "adopted" | "merged";
|
|
1716
1717
|
}[];
|
|
1717
1718
|
disposition: "superseded" | "rejected" | "proposed" | "deferred" | "ratified";
|
|
1718
|
-
rulesetVersion: string;
|
|
1719
1719
|
mirrorRebuildBlocked: true;
|
|
1720
1720
|
rowMigrationRequired: false;
|
|
1721
1721
|
buckets: {
|
|
1722
1722
|
split: {
|
|
1723
|
-
fromUuid: string;
|
|
1724
1723
|
rationale: string;
|
|
1724
|
+
fromUuid: string;
|
|
1725
1725
|
successorUuids: string[];
|
|
1726
1726
|
requiredReceipts: {
|
|
1727
1727
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
@@ -1729,8 +1729,8 @@ declare const SourceMaterialTotalPartitionContractSchema: z.ZodObject<{
|
|
|
1729
1729
|
}[];
|
|
1730
1730
|
}[];
|
|
1731
1731
|
merged: {
|
|
1732
|
-
toUuid: string;
|
|
1733
1732
|
rationale: string;
|
|
1733
|
+
toUuid: string;
|
|
1734
1734
|
requiredReceipts: {
|
|
1735
1735
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
1736
1736
|
receiptRef: string;
|
|
@@ -1738,29 +1738,29 @@ declare const SourceMaterialTotalPartitionContractSchema: z.ZodObject<{
|
|
|
1738
1738
|
fromUuids: string[];
|
|
1739
1739
|
}[];
|
|
1740
1740
|
deprecated: {
|
|
1741
|
-
fromUuid: string;
|
|
1742
1741
|
rationale: string;
|
|
1742
|
+
fromUuid: string;
|
|
1743
1743
|
deprecationReceiptRef: {
|
|
1744
1744
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
1745
1745
|
receiptRef: string;
|
|
1746
1746
|
};
|
|
1747
1747
|
}[];
|
|
1748
1748
|
residual: {
|
|
1749
|
+
rationale: string;
|
|
1749
1750
|
toUuid: string;
|
|
1750
1751
|
typedNeed: {
|
|
1752
|
+
rationale: string;
|
|
1751
1753
|
ownerWorktree: "GV2.0.4";
|
|
1752
1754
|
needUuid: string;
|
|
1753
|
-
disposition: "resolved" | "open" | "deferred";
|
|
1754
1755
|
needType: "missing_evidence" | "needs_mapping" | "needs_verifier" | "needs_source_span" | "needs_benchmark" | "needs_policy_decision" | "needs_lineage_disposition" | "needs_parsimony_review";
|
|
1755
|
-
|
|
1756
|
+
disposition: "resolved" | "open" | "deferred";
|
|
1756
1757
|
blocksRatification: boolean;
|
|
1757
1758
|
};
|
|
1758
|
-
rationale: string;
|
|
1759
1759
|
}[];
|
|
1760
1760
|
renamed: {
|
|
1761
|
+
rationale: string;
|
|
1761
1762
|
fromUuid: string;
|
|
1762
1763
|
toUuid: string;
|
|
1763
|
-
rationale: string;
|
|
1764
1764
|
receiptRef: {
|
|
1765
1765
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
1766
1766
|
receiptRef: string;
|
|
@@ -1769,29 +1769,30 @@ declare const SourceMaterialTotalPartitionContractSchema: z.ZodObject<{
|
|
|
1769
1769
|
newName: string;
|
|
1770
1770
|
}[];
|
|
1771
1771
|
preserved: {
|
|
1772
|
+
rationale: string;
|
|
1772
1773
|
fromUuid: string;
|
|
1773
1774
|
toUuid: string;
|
|
1774
|
-
rationale: string;
|
|
1775
1775
|
receiptRef: {
|
|
1776
1776
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
1777
1777
|
receiptRef: string;
|
|
1778
1778
|
};
|
|
1779
1779
|
}[];
|
|
1780
1780
|
unmapped: {
|
|
1781
|
+
rationale: string;
|
|
1781
1782
|
fromUuid: string;
|
|
1782
1783
|
typedNeed: {
|
|
1784
|
+
rationale: string;
|
|
1783
1785
|
ownerWorktree: "GV2.0.4";
|
|
1784
1786
|
needUuid: string;
|
|
1785
|
-
disposition: "resolved" | "open" | "deferred";
|
|
1786
1787
|
needType: "missing_evidence" | "needs_mapping" | "needs_verifier" | "needs_source_span" | "needs_benchmark" | "needs_policy_decision" | "needs_lineage_disposition" | "needs_parsimony_review";
|
|
1787
|
-
|
|
1788
|
+
disposition: "resolved" | "open" | "deferred";
|
|
1788
1789
|
blocksRatification: boolean;
|
|
1789
1790
|
};
|
|
1790
|
-
rationale: string;
|
|
1791
1791
|
}[];
|
|
1792
1792
|
};
|
|
1793
1793
|
}>, {
|
|
1794
1794
|
contractVersion: "source_material_total_partition_v1";
|
|
1795
|
+
rulesetVersion: string;
|
|
1795
1796
|
partitionUuid: string;
|
|
1796
1797
|
transitionReceiptVersion: "transition_receipt_v1";
|
|
1797
1798
|
fromSet: {
|
|
@@ -1823,13 +1824,12 @@ declare const SourceMaterialTotalPartitionContractSchema: z.ZodObject<{
|
|
|
1823
1824
|
sourceState: "archived" | "rejected" | "raw" | "candidate" | "adopted" | "merged";
|
|
1824
1825
|
}[];
|
|
1825
1826
|
disposition: "superseded" | "rejected" | "proposed" | "deferred" | "ratified";
|
|
1826
|
-
rulesetVersion: string;
|
|
1827
1827
|
mirrorRebuildBlocked: true;
|
|
1828
1828
|
rowMigrationRequired: false;
|
|
1829
1829
|
buckets: {
|
|
1830
1830
|
split: {
|
|
1831
|
-
fromUuid: string;
|
|
1832
1831
|
rationale: string;
|
|
1832
|
+
fromUuid: string;
|
|
1833
1833
|
successorUuids: string[];
|
|
1834
1834
|
requiredReceipts: {
|
|
1835
1835
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
@@ -1837,8 +1837,8 @@ declare const SourceMaterialTotalPartitionContractSchema: z.ZodObject<{
|
|
|
1837
1837
|
}[];
|
|
1838
1838
|
}[];
|
|
1839
1839
|
merged: {
|
|
1840
|
-
toUuid: string;
|
|
1841
1840
|
rationale: string;
|
|
1841
|
+
toUuid: string;
|
|
1842
1842
|
requiredReceipts: {
|
|
1843
1843
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
1844
1844
|
receiptRef: string;
|
|
@@ -1846,29 +1846,29 @@ declare const SourceMaterialTotalPartitionContractSchema: z.ZodObject<{
|
|
|
1846
1846
|
fromUuids: string[];
|
|
1847
1847
|
}[];
|
|
1848
1848
|
deprecated: {
|
|
1849
|
-
fromUuid: string;
|
|
1850
1849
|
rationale: string;
|
|
1850
|
+
fromUuid: string;
|
|
1851
1851
|
deprecationReceiptRef: {
|
|
1852
1852
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
1853
1853
|
receiptRef: string;
|
|
1854
1854
|
};
|
|
1855
1855
|
}[];
|
|
1856
1856
|
residual: {
|
|
1857
|
+
rationale: string;
|
|
1857
1858
|
toUuid: string;
|
|
1858
1859
|
typedNeed: {
|
|
1860
|
+
rationale: string;
|
|
1859
1861
|
ownerWorktree: "GV2.0.4";
|
|
1860
1862
|
needUuid: string;
|
|
1861
|
-
disposition: "resolved" | "open" | "deferred";
|
|
1862
1863
|
needType: "missing_evidence" | "needs_mapping" | "needs_verifier" | "needs_source_span" | "needs_benchmark" | "needs_policy_decision" | "needs_lineage_disposition" | "needs_parsimony_review";
|
|
1863
|
-
|
|
1864
|
+
disposition: "resolved" | "open" | "deferred";
|
|
1864
1865
|
blocksRatification: boolean;
|
|
1865
1866
|
};
|
|
1866
|
-
rationale: string;
|
|
1867
1867
|
}[];
|
|
1868
1868
|
renamed: {
|
|
1869
|
+
rationale: string;
|
|
1869
1870
|
fromUuid: string;
|
|
1870
1871
|
toUuid: string;
|
|
1871
|
-
rationale: string;
|
|
1872
1872
|
receiptRef: {
|
|
1873
1873
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
1874
1874
|
receiptRef: string;
|
|
@@ -1877,29 +1877,30 @@ declare const SourceMaterialTotalPartitionContractSchema: z.ZodObject<{
|
|
|
1877
1877
|
newName: string;
|
|
1878
1878
|
}[];
|
|
1879
1879
|
preserved: {
|
|
1880
|
+
rationale: string;
|
|
1880
1881
|
fromUuid: string;
|
|
1881
1882
|
toUuid: string;
|
|
1882
|
-
rationale: string;
|
|
1883
1883
|
receiptRef: {
|
|
1884
1884
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
1885
1885
|
receiptRef: string;
|
|
1886
1886
|
};
|
|
1887
1887
|
}[];
|
|
1888
1888
|
unmapped: {
|
|
1889
|
+
rationale: string;
|
|
1889
1890
|
fromUuid: string;
|
|
1890
1891
|
typedNeed: {
|
|
1892
|
+
rationale: string;
|
|
1891
1893
|
ownerWorktree: "GV2.0.4";
|
|
1892
1894
|
needUuid: string;
|
|
1893
|
-
disposition: "resolved" | "open" | "deferred";
|
|
1894
1895
|
needType: "missing_evidence" | "needs_mapping" | "needs_verifier" | "needs_source_span" | "needs_benchmark" | "needs_policy_decision" | "needs_lineage_disposition" | "needs_parsimony_review";
|
|
1895
|
-
|
|
1896
|
+
disposition: "resolved" | "open" | "deferred";
|
|
1896
1897
|
blocksRatification: boolean;
|
|
1897
1898
|
};
|
|
1898
|
-
rationale: string;
|
|
1899
1899
|
}[];
|
|
1900
1900
|
};
|
|
1901
1901
|
}, {
|
|
1902
1902
|
contractVersion: "source_material_total_partition_v1";
|
|
1903
|
+
rulesetVersion: string;
|
|
1903
1904
|
partitionUuid: string;
|
|
1904
1905
|
transitionReceiptVersion: "transition_receipt_v1";
|
|
1905
1906
|
fromSet: {
|
|
@@ -1931,13 +1932,12 @@ declare const SourceMaterialTotalPartitionContractSchema: z.ZodObject<{
|
|
|
1931
1932
|
sourceState: "archived" | "rejected" | "raw" | "candidate" | "adopted" | "merged";
|
|
1932
1933
|
}[];
|
|
1933
1934
|
disposition: "superseded" | "rejected" | "proposed" | "deferred" | "ratified";
|
|
1934
|
-
rulesetVersion: string;
|
|
1935
1935
|
mirrorRebuildBlocked: true;
|
|
1936
1936
|
rowMigrationRequired: false;
|
|
1937
1937
|
buckets: {
|
|
1938
1938
|
split: {
|
|
1939
|
-
fromUuid: string;
|
|
1940
1939
|
rationale: string;
|
|
1940
|
+
fromUuid: string;
|
|
1941
1941
|
successorUuids: string[];
|
|
1942
1942
|
requiredReceipts: {
|
|
1943
1943
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
@@ -1945,8 +1945,8 @@ declare const SourceMaterialTotalPartitionContractSchema: z.ZodObject<{
|
|
|
1945
1945
|
}[];
|
|
1946
1946
|
}[];
|
|
1947
1947
|
merged: {
|
|
1948
|
-
toUuid: string;
|
|
1949
1948
|
rationale: string;
|
|
1949
|
+
toUuid: string;
|
|
1950
1950
|
requiredReceipts: {
|
|
1951
1951
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
1952
1952
|
receiptRef: string;
|
|
@@ -1954,29 +1954,29 @@ declare const SourceMaterialTotalPartitionContractSchema: z.ZodObject<{
|
|
|
1954
1954
|
fromUuids: string[];
|
|
1955
1955
|
}[];
|
|
1956
1956
|
deprecated: {
|
|
1957
|
-
fromUuid: string;
|
|
1958
1957
|
rationale: string;
|
|
1958
|
+
fromUuid: string;
|
|
1959
1959
|
deprecationReceiptRef: {
|
|
1960
1960
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
1961
1961
|
receiptRef: string;
|
|
1962
1962
|
};
|
|
1963
1963
|
}[];
|
|
1964
1964
|
residual: {
|
|
1965
|
+
rationale: string;
|
|
1965
1966
|
toUuid: string;
|
|
1966
1967
|
typedNeed: {
|
|
1968
|
+
rationale: string;
|
|
1967
1969
|
ownerWorktree: "GV2.0.4";
|
|
1968
1970
|
needUuid: string;
|
|
1969
|
-
disposition: "resolved" | "open" | "deferred";
|
|
1970
1971
|
needType: "missing_evidence" | "needs_mapping" | "needs_verifier" | "needs_source_span" | "needs_benchmark" | "needs_policy_decision" | "needs_lineage_disposition" | "needs_parsimony_review";
|
|
1971
|
-
|
|
1972
|
+
disposition: "resolved" | "open" | "deferred";
|
|
1972
1973
|
blocksRatification: boolean;
|
|
1973
1974
|
};
|
|
1974
|
-
rationale: string;
|
|
1975
1975
|
}[];
|
|
1976
1976
|
renamed: {
|
|
1977
|
+
rationale: string;
|
|
1977
1978
|
fromUuid: string;
|
|
1978
1979
|
toUuid: string;
|
|
1979
|
-
rationale: string;
|
|
1980
1980
|
receiptRef: {
|
|
1981
1981
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
1982
1982
|
receiptRef: string;
|
|
@@ -1985,35 +1985,35 @@ declare const SourceMaterialTotalPartitionContractSchema: z.ZodObject<{
|
|
|
1985
1985
|
newName: string;
|
|
1986
1986
|
}[];
|
|
1987
1987
|
preserved: {
|
|
1988
|
+
rationale: string;
|
|
1988
1989
|
fromUuid: string;
|
|
1989
1990
|
toUuid: string;
|
|
1990
|
-
rationale: string;
|
|
1991
1991
|
receiptRef: {
|
|
1992
1992
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
1993
1993
|
receiptRef: string;
|
|
1994
1994
|
};
|
|
1995
1995
|
}[];
|
|
1996
1996
|
unmapped: {
|
|
1997
|
+
rationale: string;
|
|
1997
1998
|
fromUuid: string;
|
|
1998
1999
|
typedNeed: {
|
|
2000
|
+
rationale: string;
|
|
1999
2001
|
ownerWorktree: "GV2.0.4";
|
|
2000
2002
|
needUuid: string;
|
|
2001
|
-
disposition: "resolved" | "open" | "deferred";
|
|
2002
2003
|
needType: "missing_evidence" | "needs_mapping" | "needs_verifier" | "needs_source_span" | "needs_benchmark" | "needs_policy_decision" | "needs_lineage_disposition" | "needs_parsimony_review";
|
|
2003
|
-
|
|
2004
|
+
disposition: "resolved" | "open" | "deferred";
|
|
2004
2005
|
blocksRatification: boolean;
|
|
2005
2006
|
};
|
|
2006
|
-
rationale: string;
|
|
2007
2007
|
}[];
|
|
2008
2008
|
};
|
|
2009
2009
|
}>;
|
|
2010
2010
|
}, "strip", z.ZodTypeAny, {
|
|
2011
2011
|
worktree: "GV2.0.3";
|
|
2012
|
-
lane: "c2-gv2-transition-intelligence-preflight";
|
|
2013
2012
|
contractVersion: "source_material_total_partition_v1";
|
|
2014
|
-
|
|
2013
|
+
lane: "c2-gv2-transition-intelligence-preflight";
|
|
2015
2014
|
graphWorktreeId: "tn757xb7q3ec72xdptd1gyq1tn885jyy";
|
|
2016
2015
|
compositionKey: "source_material_total_partition_v1";
|
|
2016
|
+
refusalFixtures: ("duplicate_bucket_assignment" | "missing_residual_coverage" | "residual_overlaps_mapped_target" | "unmapped_without_lineage_need" | "split_without_multiple_successors" | "merge_without_multiple_predecessors" | "ratified_with_open_unmapped" | "non_uuidv7_subject_ref")[];
|
|
2017
2017
|
tasks: {
|
|
2018
2018
|
title: string;
|
|
2019
2019
|
requiredProof: string;
|
|
@@ -2031,6 +2031,7 @@ declare const SourceMaterialTotalPartitionContractSchema: z.ZodObject<{
|
|
|
2031
2031
|
};
|
|
2032
2032
|
positivePartition: {
|
|
2033
2033
|
contractVersion: "source_material_total_partition_v1";
|
|
2034
|
+
rulesetVersion: string;
|
|
2034
2035
|
partitionUuid: string;
|
|
2035
2036
|
transitionReceiptVersion: "transition_receipt_v1";
|
|
2036
2037
|
fromSet: {
|
|
@@ -2062,13 +2063,12 @@ declare const SourceMaterialTotalPartitionContractSchema: z.ZodObject<{
|
|
|
2062
2063
|
sourceState: "archived" | "rejected" | "raw" | "candidate" | "adopted" | "merged";
|
|
2063
2064
|
}[];
|
|
2064
2065
|
disposition: "superseded" | "rejected" | "proposed" | "deferred" | "ratified";
|
|
2065
|
-
rulesetVersion: string;
|
|
2066
2066
|
mirrorRebuildBlocked: true;
|
|
2067
2067
|
rowMigrationRequired: false;
|
|
2068
2068
|
buckets: {
|
|
2069
2069
|
split: {
|
|
2070
|
-
fromUuid: string;
|
|
2071
2070
|
rationale: string;
|
|
2071
|
+
fromUuid: string;
|
|
2072
2072
|
successorUuids: string[];
|
|
2073
2073
|
requiredReceipts: {
|
|
2074
2074
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
@@ -2076,8 +2076,8 @@ declare const SourceMaterialTotalPartitionContractSchema: z.ZodObject<{
|
|
|
2076
2076
|
}[];
|
|
2077
2077
|
}[];
|
|
2078
2078
|
merged: {
|
|
2079
|
-
toUuid: string;
|
|
2080
2079
|
rationale: string;
|
|
2080
|
+
toUuid: string;
|
|
2081
2081
|
requiredReceipts: {
|
|
2082
2082
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
2083
2083
|
receiptRef: string;
|
|
@@ -2085,29 +2085,29 @@ declare const SourceMaterialTotalPartitionContractSchema: z.ZodObject<{
|
|
|
2085
2085
|
fromUuids: string[];
|
|
2086
2086
|
}[];
|
|
2087
2087
|
deprecated: {
|
|
2088
|
-
fromUuid: string;
|
|
2089
2088
|
rationale: string;
|
|
2089
|
+
fromUuid: string;
|
|
2090
2090
|
deprecationReceiptRef: {
|
|
2091
2091
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
2092
2092
|
receiptRef: string;
|
|
2093
2093
|
};
|
|
2094
2094
|
}[];
|
|
2095
2095
|
residual: {
|
|
2096
|
+
rationale: string;
|
|
2096
2097
|
toUuid: string;
|
|
2097
2098
|
typedNeed: {
|
|
2099
|
+
rationale: string;
|
|
2098
2100
|
ownerWorktree: "GV2.0.4";
|
|
2099
2101
|
needUuid: string;
|
|
2100
|
-
disposition: "resolved" | "open" | "deferred";
|
|
2101
2102
|
needType: "missing_evidence" | "needs_mapping" | "needs_verifier" | "needs_source_span" | "needs_benchmark" | "needs_policy_decision" | "needs_lineage_disposition" | "needs_parsimony_review";
|
|
2102
|
-
|
|
2103
|
+
disposition: "resolved" | "open" | "deferred";
|
|
2103
2104
|
blocksRatification: boolean;
|
|
2104
2105
|
};
|
|
2105
|
-
rationale: string;
|
|
2106
2106
|
}[];
|
|
2107
2107
|
renamed: {
|
|
2108
|
+
rationale: string;
|
|
2108
2109
|
fromUuid: string;
|
|
2109
2110
|
toUuid: string;
|
|
2110
|
-
rationale: string;
|
|
2111
2111
|
receiptRef: {
|
|
2112
2112
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
2113
2113
|
receiptRef: string;
|
|
@@ -2116,35 +2116,35 @@ declare const SourceMaterialTotalPartitionContractSchema: z.ZodObject<{
|
|
|
2116
2116
|
newName: string;
|
|
2117
2117
|
}[];
|
|
2118
2118
|
preserved: {
|
|
2119
|
+
rationale: string;
|
|
2119
2120
|
fromUuid: string;
|
|
2120
2121
|
toUuid: string;
|
|
2121
|
-
rationale: string;
|
|
2122
2122
|
receiptRef: {
|
|
2123
2123
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
2124
2124
|
receiptRef: string;
|
|
2125
2125
|
};
|
|
2126
2126
|
}[];
|
|
2127
2127
|
unmapped: {
|
|
2128
|
+
rationale: string;
|
|
2128
2129
|
fromUuid: string;
|
|
2129
2130
|
typedNeed: {
|
|
2131
|
+
rationale: string;
|
|
2130
2132
|
ownerWorktree: "GV2.0.4";
|
|
2131
2133
|
needUuid: string;
|
|
2132
|
-
disposition: "resolved" | "open" | "deferred";
|
|
2133
2134
|
needType: "missing_evidence" | "needs_mapping" | "needs_verifier" | "needs_source_span" | "needs_benchmark" | "needs_policy_decision" | "needs_lineage_disposition" | "needs_parsimony_review";
|
|
2134
|
-
|
|
2135
|
+
disposition: "resolved" | "open" | "deferred";
|
|
2135
2136
|
blocksRatification: boolean;
|
|
2136
2137
|
};
|
|
2137
|
-
rationale: string;
|
|
2138
2138
|
}[];
|
|
2139
2139
|
};
|
|
2140
2140
|
};
|
|
2141
2141
|
}, {
|
|
2142
2142
|
worktree: "GV2.0.3";
|
|
2143
|
-
lane: "c2-gv2-transition-intelligence-preflight";
|
|
2144
2143
|
contractVersion: "source_material_total_partition_v1";
|
|
2145
|
-
|
|
2144
|
+
lane: "c2-gv2-transition-intelligence-preflight";
|
|
2146
2145
|
graphWorktreeId: "tn757xb7q3ec72xdptd1gyq1tn885jyy";
|
|
2147
2146
|
compositionKey: "source_material_total_partition_v1";
|
|
2147
|
+
refusalFixtures: ("duplicate_bucket_assignment" | "missing_residual_coverage" | "residual_overlaps_mapped_target" | "unmapped_without_lineage_need" | "split_without_multiple_successors" | "merge_without_multiple_predecessors" | "ratified_with_open_unmapped" | "non_uuidv7_subject_ref")[];
|
|
2148
2148
|
tasks: {
|
|
2149
2149
|
title: string;
|
|
2150
2150
|
requiredProof: string;
|
|
@@ -2162,6 +2162,7 @@ declare const SourceMaterialTotalPartitionContractSchema: z.ZodObject<{
|
|
|
2162
2162
|
};
|
|
2163
2163
|
positivePartition: {
|
|
2164
2164
|
contractVersion: "source_material_total_partition_v1";
|
|
2165
|
+
rulesetVersion: string;
|
|
2165
2166
|
partitionUuid: string;
|
|
2166
2167
|
transitionReceiptVersion: "transition_receipt_v1";
|
|
2167
2168
|
fromSet: {
|
|
@@ -2193,13 +2194,12 @@ declare const SourceMaterialTotalPartitionContractSchema: z.ZodObject<{
|
|
|
2193
2194
|
sourceState: "archived" | "rejected" | "raw" | "candidate" | "adopted" | "merged";
|
|
2194
2195
|
}[];
|
|
2195
2196
|
disposition: "superseded" | "rejected" | "proposed" | "deferred" | "ratified";
|
|
2196
|
-
rulesetVersion: string;
|
|
2197
2197
|
mirrorRebuildBlocked: true;
|
|
2198
2198
|
rowMigrationRequired: false;
|
|
2199
2199
|
buckets: {
|
|
2200
2200
|
split: {
|
|
2201
|
-
fromUuid: string;
|
|
2202
2201
|
rationale: string;
|
|
2202
|
+
fromUuid: string;
|
|
2203
2203
|
successorUuids: string[];
|
|
2204
2204
|
requiredReceipts: {
|
|
2205
2205
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
@@ -2207,8 +2207,8 @@ declare const SourceMaterialTotalPartitionContractSchema: z.ZodObject<{
|
|
|
2207
2207
|
}[];
|
|
2208
2208
|
}[];
|
|
2209
2209
|
merged: {
|
|
2210
|
-
toUuid: string;
|
|
2211
2210
|
rationale: string;
|
|
2211
|
+
toUuid: string;
|
|
2212
2212
|
requiredReceipts: {
|
|
2213
2213
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
2214
2214
|
receiptRef: string;
|
|
@@ -2216,29 +2216,29 @@ declare const SourceMaterialTotalPartitionContractSchema: z.ZodObject<{
|
|
|
2216
2216
|
fromUuids: string[];
|
|
2217
2217
|
}[];
|
|
2218
2218
|
deprecated: {
|
|
2219
|
-
fromUuid: string;
|
|
2220
2219
|
rationale: string;
|
|
2220
|
+
fromUuid: string;
|
|
2221
2221
|
deprecationReceiptRef: {
|
|
2222
2222
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
2223
2223
|
receiptRef: string;
|
|
2224
2224
|
};
|
|
2225
2225
|
}[];
|
|
2226
2226
|
residual: {
|
|
2227
|
+
rationale: string;
|
|
2227
2228
|
toUuid: string;
|
|
2228
2229
|
typedNeed: {
|
|
2230
|
+
rationale: string;
|
|
2229
2231
|
ownerWorktree: "GV2.0.4";
|
|
2230
2232
|
needUuid: string;
|
|
2231
|
-
disposition: "resolved" | "open" | "deferred";
|
|
2232
2233
|
needType: "missing_evidence" | "needs_mapping" | "needs_verifier" | "needs_source_span" | "needs_benchmark" | "needs_policy_decision" | "needs_lineage_disposition" | "needs_parsimony_review";
|
|
2233
|
-
|
|
2234
|
+
disposition: "resolved" | "open" | "deferred";
|
|
2234
2235
|
blocksRatification: boolean;
|
|
2235
2236
|
};
|
|
2236
|
-
rationale: string;
|
|
2237
2237
|
}[];
|
|
2238
2238
|
renamed: {
|
|
2239
|
+
rationale: string;
|
|
2239
2240
|
fromUuid: string;
|
|
2240
2241
|
toUuid: string;
|
|
2241
|
-
rationale: string;
|
|
2242
2242
|
receiptRef: {
|
|
2243
2243
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
2244
2244
|
receiptRef: string;
|
|
@@ -2247,25 +2247,25 @@ declare const SourceMaterialTotalPartitionContractSchema: z.ZodObject<{
|
|
|
2247
2247
|
newName: string;
|
|
2248
2248
|
}[];
|
|
2249
2249
|
preserved: {
|
|
2250
|
+
rationale: string;
|
|
2250
2251
|
fromUuid: string;
|
|
2251
2252
|
toUuid: string;
|
|
2252
|
-
rationale: string;
|
|
2253
2253
|
receiptRef: {
|
|
2254
2254
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
2255
2255
|
receiptRef: string;
|
|
2256
2256
|
};
|
|
2257
2257
|
}[];
|
|
2258
2258
|
unmapped: {
|
|
2259
|
+
rationale: string;
|
|
2259
2260
|
fromUuid: string;
|
|
2260
2261
|
typedNeed: {
|
|
2262
|
+
rationale: string;
|
|
2261
2263
|
ownerWorktree: "GV2.0.4";
|
|
2262
2264
|
needUuid: string;
|
|
2263
|
-
disposition: "resolved" | "open" | "deferred";
|
|
2264
2265
|
needType: "missing_evidence" | "needs_mapping" | "needs_verifier" | "needs_source_span" | "needs_benchmark" | "needs_policy_decision" | "needs_lineage_disposition" | "needs_parsimony_review";
|
|
2265
|
-
|
|
2266
|
+
disposition: "resolved" | "open" | "deferred";
|
|
2266
2267
|
blocksRatification: boolean;
|
|
2267
2268
|
};
|
|
2268
|
-
rationale: string;
|
|
2269
2269
|
}[];
|
|
2270
2270
|
};
|
|
2271
2271
|
};
|
|
@@ -2527,11 +2527,11 @@ declare const SOURCE_MATERIAL_TOTAL_PARTITION_CONTRACT: {
|
|
|
2527
2527
|
};
|
|
2528
2528
|
declare const parsedSourceMaterialTotalPartitionContract: {
|
|
2529
2529
|
worktree: "GV2.0.3";
|
|
2530
|
-
lane: "c2-gv2-transition-intelligence-preflight";
|
|
2531
2530
|
contractVersion: "source_material_total_partition_v1";
|
|
2532
|
-
|
|
2531
|
+
lane: "c2-gv2-transition-intelligence-preflight";
|
|
2533
2532
|
graphWorktreeId: "tn757xb7q3ec72xdptd1gyq1tn885jyy";
|
|
2534
2533
|
compositionKey: "source_material_total_partition_v1";
|
|
2534
|
+
refusalFixtures: ("duplicate_bucket_assignment" | "missing_residual_coverage" | "residual_overlaps_mapped_target" | "unmapped_without_lineage_need" | "split_without_multiple_successors" | "merge_without_multiple_predecessors" | "ratified_with_open_unmapped" | "non_uuidv7_subject_ref")[];
|
|
2535
2535
|
tasks: {
|
|
2536
2536
|
title: string;
|
|
2537
2537
|
requiredProof: string;
|
|
@@ -2549,6 +2549,7 @@ declare const parsedSourceMaterialTotalPartitionContract: {
|
|
|
2549
2549
|
};
|
|
2550
2550
|
positivePartition: {
|
|
2551
2551
|
contractVersion: "source_material_total_partition_v1";
|
|
2552
|
+
rulesetVersion: string;
|
|
2552
2553
|
partitionUuid: string;
|
|
2553
2554
|
transitionReceiptVersion: "transition_receipt_v1";
|
|
2554
2555
|
fromSet: {
|
|
@@ -2580,13 +2581,12 @@ declare const parsedSourceMaterialTotalPartitionContract: {
|
|
|
2580
2581
|
sourceState: "archived" | "rejected" | "raw" | "candidate" | "adopted" | "merged";
|
|
2581
2582
|
}[];
|
|
2582
2583
|
disposition: "superseded" | "rejected" | "proposed" | "deferred" | "ratified";
|
|
2583
|
-
rulesetVersion: string;
|
|
2584
2584
|
mirrorRebuildBlocked: true;
|
|
2585
2585
|
rowMigrationRequired: false;
|
|
2586
2586
|
buckets: {
|
|
2587
2587
|
split: {
|
|
2588
|
-
fromUuid: string;
|
|
2589
2588
|
rationale: string;
|
|
2589
|
+
fromUuid: string;
|
|
2590
2590
|
successorUuids: string[];
|
|
2591
2591
|
requiredReceipts: {
|
|
2592
2592
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
@@ -2594,8 +2594,8 @@ declare const parsedSourceMaterialTotalPartitionContract: {
|
|
|
2594
2594
|
}[];
|
|
2595
2595
|
}[];
|
|
2596
2596
|
merged: {
|
|
2597
|
-
toUuid: string;
|
|
2598
2597
|
rationale: string;
|
|
2598
|
+
toUuid: string;
|
|
2599
2599
|
requiredReceipts: {
|
|
2600
2600
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
2601
2601
|
receiptRef: string;
|
|
@@ -2603,29 +2603,29 @@ declare const parsedSourceMaterialTotalPartitionContract: {
|
|
|
2603
2603
|
fromUuids: string[];
|
|
2604
2604
|
}[];
|
|
2605
2605
|
deprecated: {
|
|
2606
|
-
fromUuid: string;
|
|
2607
2606
|
rationale: string;
|
|
2607
|
+
fromUuid: string;
|
|
2608
2608
|
deprecationReceiptRef: {
|
|
2609
2609
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
2610
2610
|
receiptRef: string;
|
|
2611
2611
|
};
|
|
2612
2612
|
}[];
|
|
2613
2613
|
residual: {
|
|
2614
|
+
rationale: string;
|
|
2614
2615
|
toUuid: string;
|
|
2615
2616
|
typedNeed: {
|
|
2617
|
+
rationale: string;
|
|
2616
2618
|
ownerWorktree: "GV2.0.4";
|
|
2617
2619
|
needUuid: string;
|
|
2618
|
-
disposition: "resolved" | "open" | "deferred";
|
|
2619
2620
|
needType: "missing_evidence" | "needs_mapping" | "needs_verifier" | "needs_source_span" | "needs_benchmark" | "needs_policy_decision" | "needs_lineage_disposition" | "needs_parsimony_review";
|
|
2620
|
-
|
|
2621
|
+
disposition: "resolved" | "open" | "deferred";
|
|
2621
2622
|
blocksRatification: boolean;
|
|
2622
2623
|
};
|
|
2623
|
-
rationale: string;
|
|
2624
2624
|
}[];
|
|
2625
2625
|
renamed: {
|
|
2626
|
+
rationale: string;
|
|
2626
2627
|
fromUuid: string;
|
|
2627
2628
|
toUuid: string;
|
|
2628
|
-
rationale: string;
|
|
2629
2629
|
receiptRef: {
|
|
2630
2630
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
2631
2631
|
receiptRef: string;
|
|
@@ -2634,25 +2634,25 @@ declare const parsedSourceMaterialTotalPartitionContract: {
|
|
|
2634
2634
|
newName: string;
|
|
2635
2635
|
}[];
|
|
2636
2636
|
preserved: {
|
|
2637
|
+
rationale: string;
|
|
2637
2638
|
fromUuid: string;
|
|
2638
2639
|
toUuid: string;
|
|
2639
|
-
rationale: string;
|
|
2640
2640
|
receiptRef: {
|
|
2641
2641
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
2642
2642
|
receiptRef: string;
|
|
2643
2643
|
};
|
|
2644
2644
|
}[];
|
|
2645
2645
|
unmapped: {
|
|
2646
|
+
rationale: string;
|
|
2646
2647
|
fromUuid: string;
|
|
2647
2648
|
typedNeed: {
|
|
2649
|
+
rationale: string;
|
|
2648
2650
|
ownerWorktree: "GV2.0.4";
|
|
2649
2651
|
needUuid: string;
|
|
2650
|
-
disposition: "resolved" | "open" | "deferred";
|
|
2651
2652
|
needType: "missing_evidence" | "needs_mapping" | "needs_verifier" | "needs_source_span" | "needs_benchmark" | "needs_policy_decision" | "needs_lineage_disposition" | "needs_parsimony_review";
|
|
2652
|
-
|
|
2653
|
+
disposition: "resolved" | "open" | "deferred";
|
|
2653
2654
|
blocksRatification: boolean;
|
|
2654
2655
|
};
|
|
2655
|
-
rationale: string;
|
|
2656
2656
|
}[];
|
|
2657
2657
|
};
|
|
2658
2658
|
};
|
|
@@ -2662,6 +2662,7 @@ declare function buildSourceMaterialTotalPartitionRefusalFixtures(): {
|
|
|
2662
2662
|
expectedDecision: "reject";
|
|
2663
2663
|
partition: {
|
|
2664
2664
|
contractVersion: "source_material_total_partition_v1";
|
|
2665
|
+
rulesetVersion: string;
|
|
2665
2666
|
partitionUuid: string;
|
|
2666
2667
|
transitionReceiptVersion: "transition_receipt_v1";
|
|
2667
2668
|
fromSet: {
|
|
@@ -2693,13 +2694,12 @@ declare function buildSourceMaterialTotalPartitionRefusalFixtures(): {
|
|
|
2693
2694
|
sourceState: "archived" | "rejected" | "raw" | "candidate" | "adopted" | "merged";
|
|
2694
2695
|
}[];
|
|
2695
2696
|
disposition: "superseded" | "rejected" | "proposed" | "deferred" | "ratified";
|
|
2696
|
-
rulesetVersion: string;
|
|
2697
2697
|
mirrorRebuildBlocked: true;
|
|
2698
2698
|
rowMigrationRequired: false;
|
|
2699
2699
|
buckets: {
|
|
2700
2700
|
split: {
|
|
2701
|
-
fromUuid: string;
|
|
2702
2701
|
rationale: string;
|
|
2702
|
+
fromUuid: string;
|
|
2703
2703
|
successorUuids: string[];
|
|
2704
2704
|
requiredReceipts: {
|
|
2705
2705
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
@@ -2707,8 +2707,8 @@ declare function buildSourceMaterialTotalPartitionRefusalFixtures(): {
|
|
|
2707
2707
|
}[];
|
|
2708
2708
|
}[];
|
|
2709
2709
|
merged: {
|
|
2710
|
-
toUuid: string;
|
|
2711
2710
|
rationale: string;
|
|
2711
|
+
toUuid: string;
|
|
2712
2712
|
requiredReceipts: {
|
|
2713
2713
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
2714
2714
|
receiptRef: string;
|
|
@@ -2716,29 +2716,29 @@ declare function buildSourceMaterialTotalPartitionRefusalFixtures(): {
|
|
|
2716
2716
|
fromUuids: string[];
|
|
2717
2717
|
}[];
|
|
2718
2718
|
deprecated: {
|
|
2719
|
-
fromUuid: string;
|
|
2720
2719
|
rationale: string;
|
|
2720
|
+
fromUuid: string;
|
|
2721
2721
|
deprecationReceiptRef: {
|
|
2722
2722
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
2723
2723
|
receiptRef: string;
|
|
2724
2724
|
};
|
|
2725
2725
|
}[];
|
|
2726
2726
|
residual: {
|
|
2727
|
+
rationale: string;
|
|
2727
2728
|
toUuid: string;
|
|
2728
2729
|
typedNeed: {
|
|
2730
|
+
rationale: string;
|
|
2729
2731
|
ownerWorktree: "GV2.0.4";
|
|
2730
2732
|
needUuid: string;
|
|
2731
|
-
disposition: "resolved" | "open" | "deferred";
|
|
2732
2733
|
needType: "missing_evidence" | "needs_mapping" | "needs_verifier" | "needs_source_span" | "needs_benchmark" | "needs_policy_decision" | "needs_lineage_disposition" | "needs_parsimony_review";
|
|
2733
|
-
|
|
2734
|
+
disposition: "resolved" | "open" | "deferred";
|
|
2734
2735
|
blocksRatification: boolean;
|
|
2735
2736
|
};
|
|
2736
|
-
rationale: string;
|
|
2737
2737
|
}[];
|
|
2738
2738
|
renamed: {
|
|
2739
|
+
rationale: string;
|
|
2739
2740
|
fromUuid: string;
|
|
2740
2741
|
toUuid: string;
|
|
2741
|
-
rationale: string;
|
|
2742
2742
|
receiptRef: {
|
|
2743
2743
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
2744
2744
|
receiptRef: string;
|
|
@@ -2747,25 +2747,25 @@ declare function buildSourceMaterialTotalPartitionRefusalFixtures(): {
|
|
|
2747
2747
|
newName: string;
|
|
2748
2748
|
}[];
|
|
2749
2749
|
preserved: {
|
|
2750
|
+
rationale: string;
|
|
2750
2751
|
fromUuid: string;
|
|
2751
2752
|
toUuid: string;
|
|
2752
|
-
rationale: string;
|
|
2753
2753
|
receiptRef: {
|
|
2754
2754
|
receiptKind: "merge_receipt" | "transition_receipt" | "fork_receipt" | "supersedes_receipt" | "deprecation_receipt";
|
|
2755
2755
|
receiptRef: string;
|
|
2756
2756
|
};
|
|
2757
2757
|
}[];
|
|
2758
2758
|
unmapped: {
|
|
2759
|
+
rationale: string;
|
|
2759
2760
|
fromUuid: string;
|
|
2760
2761
|
typedNeed: {
|
|
2762
|
+
rationale: string;
|
|
2761
2763
|
ownerWorktree: "GV2.0.4";
|
|
2762
2764
|
needUuid: string;
|
|
2763
|
-
disposition: "resolved" | "open" | "deferred";
|
|
2764
2765
|
needType: "missing_evidence" | "needs_mapping" | "needs_verifier" | "needs_source_span" | "needs_benchmark" | "needs_policy_decision" | "needs_lineage_disposition" | "needs_parsimony_review";
|
|
2765
|
-
|
|
2766
|
+
disposition: "resolved" | "open" | "deferred";
|
|
2766
2767
|
blocksRatification: boolean;
|
|
2767
2768
|
};
|
|
2768
|
-
rationale: string;
|
|
2769
2769
|
}[];
|
|
2770
2770
|
};
|
|
2771
2771
|
};
|