@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
|
@@ -45,22 +45,22 @@ declare const PreRebuildCloseoutGatePacketSchema: z.ZodEffects<z.ZodObject<{
|
|
|
45
45
|
docsAnchor: z.ZodString;
|
|
46
46
|
fixturePath: z.ZodString;
|
|
47
47
|
}, "strip", z.ZodTypeAny, {
|
|
48
|
-
status: "completed";
|
|
49
48
|
worktree: "GV2.0.1" | "GV2.0.2" | "GV2.0.3" | "GV2.0.4" | "GV2.0.5" | "GV2.0.6";
|
|
50
|
-
|
|
49
|
+
status: "completed";
|
|
51
50
|
graphWorktreeId: string;
|
|
52
51
|
compositionKey: "prior_art_vocabulary_firewall_v1" | "transition_receipt_v1" | "source_material_total_partition_v1" | "typed_need_v1" | "parsimony_diagnostic_v1" | "retrieval_search_discovery_receipt_v1";
|
|
52
|
+
docsAnchor: string;
|
|
53
53
|
fixturePath: string;
|
|
54
54
|
taskCount: number;
|
|
55
55
|
evidenceRef: string;
|
|
56
56
|
completedTaskCount: number;
|
|
57
57
|
validationCommand: string;
|
|
58
58
|
}, {
|
|
59
|
-
status: "completed";
|
|
60
59
|
worktree: "GV2.0.1" | "GV2.0.2" | "GV2.0.3" | "GV2.0.4" | "GV2.0.5" | "GV2.0.6";
|
|
61
|
-
|
|
60
|
+
status: "completed";
|
|
62
61
|
graphWorktreeId: string;
|
|
63
62
|
compositionKey: "prior_art_vocabulary_firewall_v1" | "transition_receipt_v1" | "source_material_total_partition_v1" | "typed_need_v1" | "parsimony_diagnostic_v1" | "retrieval_search_discovery_receipt_v1";
|
|
63
|
+
docsAnchor: string;
|
|
64
64
|
fixturePath: string;
|
|
65
65
|
taskCount: number;
|
|
66
66
|
evidenceRef: string;
|
|
@@ -81,20 +81,20 @@ declare const PreRebuildCloseoutGatePacketSchema: z.ZodEffects<z.ZodObject<{
|
|
|
81
81
|
evidenceRef: z.ZodString;
|
|
82
82
|
blocksGv21Start: z.ZodLiteral<false>;
|
|
83
83
|
}, "strip", z.ZodTypeAny, {
|
|
84
|
+
rationale: string;
|
|
84
85
|
ownerWorktree: string;
|
|
85
86
|
needUuid: string;
|
|
86
|
-
disposition: "deferred";
|
|
87
87
|
needType: string;
|
|
88
|
-
|
|
88
|
+
disposition: "deferred";
|
|
89
89
|
blockingMode: "blocking";
|
|
90
90
|
evidenceRef: string;
|
|
91
91
|
blocksGv21Start: false;
|
|
92
92
|
}, {
|
|
93
|
+
rationale: string;
|
|
93
94
|
ownerWorktree: string;
|
|
94
95
|
needUuid: string;
|
|
95
|
-
disposition: "deferred";
|
|
96
96
|
needType: string;
|
|
97
|
-
|
|
97
|
+
disposition: "deferred";
|
|
98
98
|
blockingMode: "blocking";
|
|
99
99
|
evidenceRef: string;
|
|
100
100
|
blocksGv21Start: false;
|
|
@@ -106,11 +106,11 @@ declare const PreRebuildCloseoutGatePacketSchema: z.ZodEffects<z.ZodObject<{
|
|
|
106
106
|
typedNeedFixtureOpenBlockingNeedCount: number;
|
|
107
107
|
openBlockingNeedCount: number;
|
|
108
108
|
deferredBlockingNeeds: {
|
|
109
|
+
rationale: string;
|
|
109
110
|
ownerWorktree: string;
|
|
110
111
|
needUuid: string;
|
|
111
|
-
disposition: "deferred";
|
|
112
112
|
needType: string;
|
|
113
|
-
|
|
113
|
+
disposition: "deferred";
|
|
114
114
|
blockingMode: "blocking";
|
|
115
115
|
evidenceRef: string;
|
|
116
116
|
blocksGv21Start: false;
|
|
@@ -122,11 +122,11 @@ declare const PreRebuildCloseoutGatePacketSchema: z.ZodEffects<z.ZodObject<{
|
|
|
122
122
|
typedNeedFixtureOpenBlockingNeedCount: number;
|
|
123
123
|
openBlockingNeedCount: number;
|
|
124
124
|
deferredBlockingNeeds: {
|
|
125
|
+
rationale: string;
|
|
125
126
|
ownerWorktree: string;
|
|
126
127
|
needUuid: string;
|
|
127
|
-
disposition: "deferred";
|
|
128
128
|
needType: string;
|
|
129
|
-
|
|
129
|
+
disposition: "deferred";
|
|
130
130
|
blockingMode: "blocking";
|
|
131
131
|
evidenceRef: string;
|
|
132
132
|
blocksGv21Start: false;
|
|
@@ -138,11 +138,11 @@ declare const PreRebuildCloseoutGatePacketSchema: z.ZodEffects<z.ZodObject<{
|
|
|
138
138
|
typedNeedFixtureOpenBlockingNeedCount: number;
|
|
139
139
|
openBlockingNeedCount: number;
|
|
140
140
|
deferredBlockingNeeds: {
|
|
141
|
+
rationale: string;
|
|
141
142
|
ownerWorktree: string;
|
|
142
143
|
needUuid: string;
|
|
143
|
-
disposition: "deferred";
|
|
144
144
|
needType: string;
|
|
145
|
-
|
|
145
|
+
disposition: "deferred";
|
|
146
146
|
blockingMode: "blocking";
|
|
147
147
|
evidenceRef: string;
|
|
148
148
|
blocksGv21Start: false;
|
|
@@ -154,11 +154,11 @@ declare const PreRebuildCloseoutGatePacketSchema: z.ZodEffects<z.ZodObject<{
|
|
|
154
154
|
typedNeedFixtureOpenBlockingNeedCount: number;
|
|
155
155
|
openBlockingNeedCount: number;
|
|
156
156
|
deferredBlockingNeeds: {
|
|
157
|
+
rationale: string;
|
|
157
158
|
ownerWorktree: string;
|
|
158
159
|
needUuid: string;
|
|
159
|
-
disposition: "deferred";
|
|
160
160
|
needType: string;
|
|
161
|
-
|
|
161
|
+
disposition: "deferred";
|
|
162
162
|
blockingMode: "blocking";
|
|
163
163
|
evidenceRef: string;
|
|
164
164
|
blocksGv21Start: false;
|
|
@@ -239,14 +239,15 @@ declare const PreRebuildCloseoutGatePacketSchema: z.ZodEffects<z.ZodObject<{
|
|
|
239
239
|
productionResetBlocked: z.ZodLiteral<true>;
|
|
240
240
|
}, "strip", z.ZodTypeAny, {
|
|
241
241
|
contractVersion: "pre_rebuild_closeout_gate_v1";
|
|
242
|
+
graphWorktreeId: "tn7bf3aagze3dax530rb9yv1w188592m";
|
|
242
243
|
ownerWorktree: "GV2.0.7";
|
|
243
244
|
closeoutReceiptUuid: string;
|
|
244
245
|
completedPreflightWorktrees: {
|
|
245
|
-
status: "completed";
|
|
246
246
|
worktree: "GV2.0.1" | "GV2.0.2" | "GV2.0.3" | "GV2.0.4" | "GV2.0.5" | "GV2.0.6";
|
|
247
|
-
|
|
247
|
+
status: "completed";
|
|
248
248
|
graphWorktreeId: string;
|
|
249
249
|
compositionKey: "prior_art_vocabulary_firewall_v1" | "transition_receipt_v1" | "source_material_total_partition_v1" | "typed_need_v1" | "parsimony_diagnostic_v1" | "retrieval_search_discovery_receipt_v1";
|
|
250
|
+
docsAnchor: string;
|
|
250
251
|
fixturePath: string;
|
|
251
252
|
taskCount: number;
|
|
252
253
|
evidenceRef: string;
|
|
@@ -258,11 +259,11 @@ declare const PreRebuildCloseoutGatePacketSchema: z.ZodEffects<z.ZodObject<{
|
|
|
258
259
|
typedNeedFixtureOpenBlockingNeedCount: number;
|
|
259
260
|
openBlockingNeedCount: number;
|
|
260
261
|
deferredBlockingNeeds: {
|
|
262
|
+
rationale: string;
|
|
261
263
|
ownerWorktree: string;
|
|
262
264
|
needUuid: string;
|
|
263
|
-
disposition: "deferred";
|
|
264
265
|
needType: string;
|
|
265
|
-
|
|
266
|
+
disposition: "deferred";
|
|
266
267
|
blockingMode: "blocking";
|
|
267
268
|
evidenceRef: string;
|
|
268
269
|
blocksGv21Start: false;
|
|
@@ -284,7 +285,6 @@ declare const PreRebuildCloseoutGatePacketSchema: z.ZodEffects<z.ZodObject<{
|
|
|
284
285
|
legacyPreferenceAfterHardCutAllowed: false;
|
|
285
286
|
deletionCriteria: string;
|
|
286
287
|
};
|
|
287
|
-
graphWorktreeId: "tn7bf3aagze3dax530rb9yv1w188592m";
|
|
288
288
|
rowMigrationRequired: false;
|
|
289
289
|
graphV2MirrorRebuildBlocked: true;
|
|
290
290
|
gv21Handoff: {
|
|
@@ -302,14 +302,15 @@ declare const PreRebuildCloseoutGatePacketSchema: z.ZodEffects<z.ZodObject<{
|
|
|
302
302
|
productionResetBlocked: true;
|
|
303
303
|
}, {
|
|
304
304
|
contractVersion: "pre_rebuild_closeout_gate_v1";
|
|
305
|
+
graphWorktreeId: "tn7bf3aagze3dax530rb9yv1w188592m";
|
|
305
306
|
ownerWorktree: "GV2.0.7";
|
|
306
307
|
closeoutReceiptUuid: string;
|
|
307
308
|
completedPreflightWorktrees: {
|
|
308
|
-
status: "completed";
|
|
309
309
|
worktree: "GV2.0.1" | "GV2.0.2" | "GV2.0.3" | "GV2.0.4" | "GV2.0.5" | "GV2.0.6";
|
|
310
|
-
|
|
310
|
+
status: "completed";
|
|
311
311
|
graphWorktreeId: string;
|
|
312
312
|
compositionKey: "prior_art_vocabulary_firewall_v1" | "transition_receipt_v1" | "source_material_total_partition_v1" | "typed_need_v1" | "parsimony_diagnostic_v1" | "retrieval_search_discovery_receipt_v1";
|
|
313
|
+
docsAnchor: string;
|
|
313
314
|
fixturePath: string;
|
|
314
315
|
taskCount: number;
|
|
315
316
|
evidenceRef: string;
|
|
@@ -321,11 +322,11 @@ declare const PreRebuildCloseoutGatePacketSchema: z.ZodEffects<z.ZodObject<{
|
|
|
321
322
|
typedNeedFixtureOpenBlockingNeedCount: number;
|
|
322
323
|
openBlockingNeedCount: number;
|
|
323
324
|
deferredBlockingNeeds: {
|
|
325
|
+
rationale: string;
|
|
324
326
|
ownerWorktree: string;
|
|
325
327
|
needUuid: string;
|
|
326
|
-
disposition: "deferred";
|
|
327
328
|
needType: string;
|
|
328
|
-
|
|
329
|
+
disposition: "deferred";
|
|
329
330
|
blockingMode: "blocking";
|
|
330
331
|
evidenceRef: string;
|
|
331
332
|
blocksGv21Start: false;
|
|
@@ -347,7 +348,6 @@ declare const PreRebuildCloseoutGatePacketSchema: z.ZodEffects<z.ZodObject<{
|
|
|
347
348
|
legacyPreferenceAfterHardCutAllowed: false;
|
|
348
349
|
deletionCriteria: string;
|
|
349
350
|
};
|
|
350
|
-
graphWorktreeId: "tn7bf3aagze3dax530rb9yv1w188592m";
|
|
351
351
|
rowMigrationRequired: false;
|
|
352
352
|
graphV2MirrorRebuildBlocked: true;
|
|
353
353
|
gv21Handoff: {
|
|
@@ -365,14 +365,15 @@ declare const PreRebuildCloseoutGatePacketSchema: z.ZodEffects<z.ZodObject<{
|
|
|
365
365
|
productionResetBlocked: true;
|
|
366
366
|
}>, {
|
|
367
367
|
contractVersion: "pre_rebuild_closeout_gate_v1";
|
|
368
|
+
graphWorktreeId: "tn7bf3aagze3dax530rb9yv1w188592m";
|
|
368
369
|
ownerWorktree: "GV2.0.7";
|
|
369
370
|
closeoutReceiptUuid: string;
|
|
370
371
|
completedPreflightWorktrees: {
|
|
371
|
-
status: "completed";
|
|
372
372
|
worktree: "GV2.0.1" | "GV2.0.2" | "GV2.0.3" | "GV2.0.4" | "GV2.0.5" | "GV2.0.6";
|
|
373
|
-
|
|
373
|
+
status: "completed";
|
|
374
374
|
graphWorktreeId: string;
|
|
375
375
|
compositionKey: "prior_art_vocabulary_firewall_v1" | "transition_receipt_v1" | "source_material_total_partition_v1" | "typed_need_v1" | "parsimony_diagnostic_v1" | "retrieval_search_discovery_receipt_v1";
|
|
376
|
+
docsAnchor: string;
|
|
376
377
|
fixturePath: string;
|
|
377
378
|
taskCount: number;
|
|
378
379
|
evidenceRef: string;
|
|
@@ -384,11 +385,11 @@ declare const PreRebuildCloseoutGatePacketSchema: z.ZodEffects<z.ZodObject<{
|
|
|
384
385
|
typedNeedFixtureOpenBlockingNeedCount: number;
|
|
385
386
|
openBlockingNeedCount: number;
|
|
386
387
|
deferredBlockingNeeds: {
|
|
388
|
+
rationale: string;
|
|
387
389
|
ownerWorktree: string;
|
|
388
390
|
needUuid: string;
|
|
389
|
-
disposition: "deferred";
|
|
390
391
|
needType: string;
|
|
391
|
-
|
|
392
|
+
disposition: "deferred";
|
|
392
393
|
blockingMode: "blocking";
|
|
393
394
|
evidenceRef: string;
|
|
394
395
|
blocksGv21Start: false;
|
|
@@ -410,7 +411,6 @@ declare const PreRebuildCloseoutGatePacketSchema: z.ZodEffects<z.ZodObject<{
|
|
|
410
411
|
legacyPreferenceAfterHardCutAllowed: false;
|
|
411
412
|
deletionCriteria: string;
|
|
412
413
|
};
|
|
413
|
-
graphWorktreeId: "tn7bf3aagze3dax530rb9yv1w188592m";
|
|
414
414
|
rowMigrationRequired: false;
|
|
415
415
|
graphV2MirrorRebuildBlocked: true;
|
|
416
416
|
gv21Handoff: {
|
|
@@ -428,14 +428,15 @@ declare const PreRebuildCloseoutGatePacketSchema: z.ZodEffects<z.ZodObject<{
|
|
|
428
428
|
productionResetBlocked: true;
|
|
429
429
|
}, {
|
|
430
430
|
contractVersion: "pre_rebuild_closeout_gate_v1";
|
|
431
|
+
graphWorktreeId: "tn7bf3aagze3dax530rb9yv1w188592m";
|
|
431
432
|
ownerWorktree: "GV2.0.7";
|
|
432
433
|
closeoutReceiptUuid: string;
|
|
433
434
|
completedPreflightWorktrees: {
|
|
434
|
-
status: "completed";
|
|
435
435
|
worktree: "GV2.0.1" | "GV2.0.2" | "GV2.0.3" | "GV2.0.4" | "GV2.0.5" | "GV2.0.6";
|
|
436
|
-
|
|
436
|
+
status: "completed";
|
|
437
437
|
graphWorktreeId: string;
|
|
438
438
|
compositionKey: "prior_art_vocabulary_firewall_v1" | "transition_receipt_v1" | "source_material_total_partition_v1" | "typed_need_v1" | "parsimony_diagnostic_v1" | "retrieval_search_discovery_receipt_v1";
|
|
439
|
+
docsAnchor: string;
|
|
439
440
|
fixturePath: string;
|
|
440
441
|
taskCount: number;
|
|
441
442
|
evidenceRef: string;
|
|
@@ -447,11 +448,11 @@ declare const PreRebuildCloseoutGatePacketSchema: z.ZodEffects<z.ZodObject<{
|
|
|
447
448
|
typedNeedFixtureOpenBlockingNeedCount: number;
|
|
448
449
|
openBlockingNeedCount: number;
|
|
449
450
|
deferredBlockingNeeds: {
|
|
451
|
+
rationale: string;
|
|
450
452
|
ownerWorktree: string;
|
|
451
453
|
needUuid: string;
|
|
452
|
-
disposition: "deferred";
|
|
453
454
|
needType: string;
|
|
454
|
-
|
|
455
|
+
disposition: "deferred";
|
|
455
456
|
blockingMode: "blocking";
|
|
456
457
|
evidenceRef: string;
|
|
457
458
|
blocksGv21Start: false;
|
|
@@ -473,7 +474,6 @@ declare const PreRebuildCloseoutGatePacketSchema: z.ZodEffects<z.ZodObject<{
|
|
|
473
474
|
legacyPreferenceAfterHardCutAllowed: false;
|
|
474
475
|
deletionCriteria: string;
|
|
475
476
|
};
|
|
476
|
-
graphWorktreeId: "tn7bf3aagze3dax530rb9yv1w188592m";
|
|
477
477
|
rowMigrationRequired: false;
|
|
478
478
|
graphV2MirrorRebuildBlocked: true;
|
|
479
479
|
gv21Handoff: {
|
|
@@ -528,22 +528,22 @@ declare const PreRebuildCloseoutGateContractSchema: z.ZodObject<{
|
|
|
528
528
|
docsAnchor: z.ZodString;
|
|
529
529
|
fixturePath: z.ZodString;
|
|
530
530
|
}, "strip", z.ZodTypeAny, {
|
|
531
|
-
status: "completed";
|
|
532
531
|
worktree: "GV2.0.1" | "GV2.0.2" | "GV2.0.3" | "GV2.0.4" | "GV2.0.5" | "GV2.0.6";
|
|
533
|
-
|
|
532
|
+
status: "completed";
|
|
534
533
|
graphWorktreeId: string;
|
|
535
534
|
compositionKey: "prior_art_vocabulary_firewall_v1" | "transition_receipt_v1" | "source_material_total_partition_v1" | "typed_need_v1" | "parsimony_diagnostic_v1" | "retrieval_search_discovery_receipt_v1";
|
|
535
|
+
docsAnchor: string;
|
|
536
536
|
fixturePath: string;
|
|
537
537
|
taskCount: number;
|
|
538
538
|
evidenceRef: string;
|
|
539
539
|
completedTaskCount: number;
|
|
540
540
|
validationCommand: string;
|
|
541
541
|
}, {
|
|
542
|
-
status: "completed";
|
|
543
542
|
worktree: "GV2.0.1" | "GV2.0.2" | "GV2.0.3" | "GV2.0.4" | "GV2.0.5" | "GV2.0.6";
|
|
544
|
-
|
|
543
|
+
status: "completed";
|
|
545
544
|
graphWorktreeId: string;
|
|
546
545
|
compositionKey: "prior_art_vocabulary_firewall_v1" | "transition_receipt_v1" | "source_material_total_partition_v1" | "typed_need_v1" | "parsimony_diagnostic_v1" | "retrieval_search_discovery_receipt_v1";
|
|
546
|
+
docsAnchor: string;
|
|
547
547
|
fixturePath: string;
|
|
548
548
|
taskCount: number;
|
|
549
549
|
evidenceRef: string;
|
|
@@ -564,20 +564,20 @@ declare const PreRebuildCloseoutGateContractSchema: z.ZodObject<{
|
|
|
564
564
|
evidenceRef: z.ZodString;
|
|
565
565
|
blocksGv21Start: z.ZodLiteral<false>;
|
|
566
566
|
}, "strip", z.ZodTypeAny, {
|
|
567
|
+
rationale: string;
|
|
567
568
|
ownerWorktree: string;
|
|
568
569
|
needUuid: string;
|
|
569
|
-
disposition: "deferred";
|
|
570
570
|
needType: string;
|
|
571
|
-
|
|
571
|
+
disposition: "deferred";
|
|
572
572
|
blockingMode: "blocking";
|
|
573
573
|
evidenceRef: string;
|
|
574
574
|
blocksGv21Start: false;
|
|
575
575
|
}, {
|
|
576
|
+
rationale: string;
|
|
576
577
|
ownerWorktree: string;
|
|
577
578
|
needUuid: string;
|
|
578
|
-
disposition: "deferred";
|
|
579
579
|
needType: string;
|
|
580
|
-
|
|
580
|
+
disposition: "deferred";
|
|
581
581
|
blockingMode: "blocking";
|
|
582
582
|
evidenceRef: string;
|
|
583
583
|
blocksGv21Start: false;
|
|
@@ -589,11 +589,11 @@ declare const PreRebuildCloseoutGateContractSchema: z.ZodObject<{
|
|
|
589
589
|
typedNeedFixtureOpenBlockingNeedCount: number;
|
|
590
590
|
openBlockingNeedCount: number;
|
|
591
591
|
deferredBlockingNeeds: {
|
|
592
|
+
rationale: string;
|
|
592
593
|
ownerWorktree: string;
|
|
593
594
|
needUuid: string;
|
|
594
|
-
disposition: "deferred";
|
|
595
595
|
needType: string;
|
|
596
|
-
|
|
596
|
+
disposition: "deferred";
|
|
597
597
|
blockingMode: "blocking";
|
|
598
598
|
evidenceRef: string;
|
|
599
599
|
blocksGv21Start: false;
|
|
@@ -605,11 +605,11 @@ declare const PreRebuildCloseoutGateContractSchema: z.ZodObject<{
|
|
|
605
605
|
typedNeedFixtureOpenBlockingNeedCount: number;
|
|
606
606
|
openBlockingNeedCount: number;
|
|
607
607
|
deferredBlockingNeeds: {
|
|
608
|
+
rationale: string;
|
|
608
609
|
ownerWorktree: string;
|
|
609
610
|
needUuid: string;
|
|
610
|
-
disposition: "deferred";
|
|
611
611
|
needType: string;
|
|
612
|
-
|
|
612
|
+
disposition: "deferred";
|
|
613
613
|
blockingMode: "blocking";
|
|
614
614
|
evidenceRef: string;
|
|
615
615
|
blocksGv21Start: false;
|
|
@@ -621,11 +621,11 @@ declare const PreRebuildCloseoutGateContractSchema: z.ZodObject<{
|
|
|
621
621
|
typedNeedFixtureOpenBlockingNeedCount: number;
|
|
622
622
|
openBlockingNeedCount: number;
|
|
623
623
|
deferredBlockingNeeds: {
|
|
624
|
+
rationale: string;
|
|
624
625
|
ownerWorktree: string;
|
|
625
626
|
needUuid: string;
|
|
626
|
-
disposition: "deferred";
|
|
627
627
|
needType: string;
|
|
628
|
-
|
|
628
|
+
disposition: "deferred";
|
|
629
629
|
blockingMode: "blocking";
|
|
630
630
|
evidenceRef: string;
|
|
631
631
|
blocksGv21Start: false;
|
|
@@ -637,11 +637,11 @@ declare const PreRebuildCloseoutGateContractSchema: z.ZodObject<{
|
|
|
637
637
|
typedNeedFixtureOpenBlockingNeedCount: number;
|
|
638
638
|
openBlockingNeedCount: number;
|
|
639
639
|
deferredBlockingNeeds: {
|
|
640
|
+
rationale: string;
|
|
640
641
|
ownerWorktree: string;
|
|
641
642
|
needUuid: string;
|
|
642
|
-
disposition: "deferred";
|
|
643
643
|
needType: string;
|
|
644
|
-
|
|
644
|
+
disposition: "deferred";
|
|
645
645
|
blockingMode: "blocking";
|
|
646
646
|
evidenceRef: string;
|
|
647
647
|
blocksGv21Start: false;
|
|
@@ -722,14 +722,15 @@ declare const PreRebuildCloseoutGateContractSchema: z.ZodObject<{
|
|
|
722
722
|
productionResetBlocked: z.ZodLiteral<true>;
|
|
723
723
|
}, "strip", z.ZodTypeAny, {
|
|
724
724
|
contractVersion: "pre_rebuild_closeout_gate_v1";
|
|
725
|
+
graphWorktreeId: "tn7bf3aagze3dax530rb9yv1w188592m";
|
|
725
726
|
ownerWorktree: "GV2.0.7";
|
|
726
727
|
closeoutReceiptUuid: string;
|
|
727
728
|
completedPreflightWorktrees: {
|
|
728
|
-
status: "completed";
|
|
729
729
|
worktree: "GV2.0.1" | "GV2.0.2" | "GV2.0.3" | "GV2.0.4" | "GV2.0.5" | "GV2.0.6";
|
|
730
|
-
|
|
730
|
+
status: "completed";
|
|
731
731
|
graphWorktreeId: string;
|
|
732
732
|
compositionKey: "prior_art_vocabulary_firewall_v1" | "transition_receipt_v1" | "source_material_total_partition_v1" | "typed_need_v1" | "parsimony_diagnostic_v1" | "retrieval_search_discovery_receipt_v1";
|
|
733
|
+
docsAnchor: string;
|
|
733
734
|
fixturePath: string;
|
|
734
735
|
taskCount: number;
|
|
735
736
|
evidenceRef: string;
|
|
@@ -741,11 +742,11 @@ declare const PreRebuildCloseoutGateContractSchema: z.ZodObject<{
|
|
|
741
742
|
typedNeedFixtureOpenBlockingNeedCount: number;
|
|
742
743
|
openBlockingNeedCount: number;
|
|
743
744
|
deferredBlockingNeeds: {
|
|
745
|
+
rationale: string;
|
|
744
746
|
ownerWorktree: string;
|
|
745
747
|
needUuid: string;
|
|
746
|
-
disposition: "deferred";
|
|
747
748
|
needType: string;
|
|
748
|
-
|
|
749
|
+
disposition: "deferred";
|
|
749
750
|
blockingMode: "blocking";
|
|
750
751
|
evidenceRef: string;
|
|
751
752
|
blocksGv21Start: false;
|
|
@@ -767,7 +768,6 @@ declare const PreRebuildCloseoutGateContractSchema: z.ZodObject<{
|
|
|
767
768
|
legacyPreferenceAfterHardCutAllowed: false;
|
|
768
769
|
deletionCriteria: string;
|
|
769
770
|
};
|
|
770
|
-
graphWorktreeId: "tn7bf3aagze3dax530rb9yv1w188592m";
|
|
771
771
|
rowMigrationRequired: false;
|
|
772
772
|
graphV2MirrorRebuildBlocked: true;
|
|
773
773
|
gv21Handoff: {
|
|
@@ -785,14 +785,15 @@ declare const PreRebuildCloseoutGateContractSchema: z.ZodObject<{
|
|
|
785
785
|
productionResetBlocked: true;
|
|
786
786
|
}, {
|
|
787
787
|
contractVersion: "pre_rebuild_closeout_gate_v1";
|
|
788
|
+
graphWorktreeId: "tn7bf3aagze3dax530rb9yv1w188592m";
|
|
788
789
|
ownerWorktree: "GV2.0.7";
|
|
789
790
|
closeoutReceiptUuid: string;
|
|
790
791
|
completedPreflightWorktrees: {
|
|
791
|
-
status: "completed";
|
|
792
792
|
worktree: "GV2.0.1" | "GV2.0.2" | "GV2.0.3" | "GV2.0.4" | "GV2.0.5" | "GV2.0.6";
|
|
793
|
-
|
|
793
|
+
status: "completed";
|
|
794
794
|
graphWorktreeId: string;
|
|
795
795
|
compositionKey: "prior_art_vocabulary_firewall_v1" | "transition_receipt_v1" | "source_material_total_partition_v1" | "typed_need_v1" | "parsimony_diagnostic_v1" | "retrieval_search_discovery_receipt_v1";
|
|
796
|
+
docsAnchor: string;
|
|
796
797
|
fixturePath: string;
|
|
797
798
|
taskCount: number;
|
|
798
799
|
evidenceRef: string;
|
|
@@ -804,11 +805,11 @@ declare const PreRebuildCloseoutGateContractSchema: z.ZodObject<{
|
|
|
804
805
|
typedNeedFixtureOpenBlockingNeedCount: number;
|
|
805
806
|
openBlockingNeedCount: number;
|
|
806
807
|
deferredBlockingNeeds: {
|
|
808
|
+
rationale: string;
|
|
807
809
|
ownerWorktree: string;
|
|
808
810
|
needUuid: string;
|
|
809
|
-
disposition: "deferred";
|
|
810
811
|
needType: string;
|
|
811
|
-
|
|
812
|
+
disposition: "deferred";
|
|
812
813
|
blockingMode: "blocking";
|
|
813
814
|
evidenceRef: string;
|
|
814
815
|
blocksGv21Start: false;
|
|
@@ -830,7 +831,6 @@ declare const PreRebuildCloseoutGateContractSchema: z.ZodObject<{
|
|
|
830
831
|
legacyPreferenceAfterHardCutAllowed: false;
|
|
831
832
|
deletionCriteria: string;
|
|
832
833
|
};
|
|
833
|
-
graphWorktreeId: "tn7bf3aagze3dax530rb9yv1w188592m";
|
|
834
834
|
rowMigrationRequired: false;
|
|
835
835
|
graphV2MirrorRebuildBlocked: true;
|
|
836
836
|
gv21Handoff: {
|
|
@@ -848,14 +848,15 @@ declare const PreRebuildCloseoutGateContractSchema: z.ZodObject<{
|
|
|
848
848
|
productionResetBlocked: true;
|
|
849
849
|
}>, {
|
|
850
850
|
contractVersion: "pre_rebuild_closeout_gate_v1";
|
|
851
|
+
graphWorktreeId: "tn7bf3aagze3dax530rb9yv1w188592m";
|
|
851
852
|
ownerWorktree: "GV2.0.7";
|
|
852
853
|
closeoutReceiptUuid: string;
|
|
853
854
|
completedPreflightWorktrees: {
|
|
854
|
-
status: "completed";
|
|
855
855
|
worktree: "GV2.0.1" | "GV2.0.2" | "GV2.0.3" | "GV2.0.4" | "GV2.0.5" | "GV2.0.6";
|
|
856
|
-
|
|
856
|
+
status: "completed";
|
|
857
857
|
graphWorktreeId: string;
|
|
858
858
|
compositionKey: "prior_art_vocabulary_firewall_v1" | "transition_receipt_v1" | "source_material_total_partition_v1" | "typed_need_v1" | "parsimony_diagnostic_v1" | "retrieval_search_discovery_receipt_v1";
|
|
859
|
+
docsAnchor: string;
|
|
859
860
|
fixturePath: string;
|
|
860
861
|
taskCount: number;
|
|
861
862
|
evidenceRef: string;
|
|
@@ -867,11 +868,11 @@ declare const PreRebuildCloseoutGateContractSchema: z.ZodObject<{
|
|
|
867
868
|
typedNeedFixtureOpenBlockingNeedCount: number;
|
|
868
869
|
openBlockingNeedCount: number;
|
|
869
870
|
deferredBlockingNeeds: {
|
|
871
|
+
rationale: string;
|
|
870
872
|
ownerWorktree: string;
|
|
871
873
|
needUuid: string;
|
|
872
|
-
disposition: "deferred";
|
|
873
874
|
needType: string;
|
|
874
|
-
|
|
875
|
+
disposition: "deferred";
|
|
875
876
|
blockingMode: "blocking";
|
|
876
877
|
evidenceRef: string;
|
|
877
878
|
blocksGv21Start: false;
|
|
@@ -893,7 +894,6 @@ declare const PreRebuildCloseoutGateContractSchema: z.ZodObject<{
|
|
|
893
894
|
legacyPreferenceAfterHardCutAllowed: false;
|
|
894
895
|
deletionCriteria: string;
|
|
895
896
|
};
|
|
896
|
-
graphWorktreeId: "tn7bf3aagze3dax530rb9yv1w188592m";
|
|
897
897
|
rowMigrationRequired: false;
|
|
898
898
|
graphV2MirrorRebuildBlocked: true;
|
|
899
899
|
gv21Handoff: {
|
|
@@ -911,14 +911,15 @@ declare const PreRebuildCloseoutGateContractSchema: z.ZodObject<{
|
|
|
911
911
|
productionResetBlocked: true;
|
|
912
912
|
}, {
|
|
913
913
|
contractVersion: "pre_rebuild_closeout_gate_v1";
|
|
914
|
+
graphWorktreeId: "tn7bf3aagze3dax530rb9yv1w188592m";
|
|
914
915
|
ownerWorktree: "GV2.0.7";
|
|
915
916
|
closeoutReceiptUuid: string;
|
|
916
917
|
completedPreflightWorktrees: {
|
|
917
|
-
status: "completed";
|
|
918
918
|
worktree: "GV2.0.1" | "GV2.0.2" | "GV2.0.3" | "GV2.0.4" | "GV2.0.5" | "GV2.0.6";
|
|
919
|
-
|
|
919
|
+
status: "completed";
|
|
920
920
|
graphWorktreeId: string;
|
|
921
921
|
compositionKey: "prior_art_vocabulary_firewall_v1" | "transition_receipt_v1" | "source_material_total_partition_v1" | "typed_need_v1" | "parsimony_diagnostic_v1" | "retrieval_search_discovery_receipt_v1";
|
|
922
|
+
docsAnchor: string;
|
|
922
923
|
fixturePath: string;
|
|
923
924
|
taskCount: number;
|
|
924
925
|
evidenceRef: string;
|
|
@@ -930,11 +931,11 @@ declare const PreRebuildCloseoutGateContractSchema: z.ZodObject<{
|
|
|
930
931
|
typedNeedFixtureOpenBlockingNeedCount: number;
|
|
931
932
|
openBlockingNeedCount: number;
|
|
932
933
|
deferredBlockingNeeds: {
|
|
934
|
+
rationale: string;
|
|
933
935
|
ownerWorktree: string;
|
|
934
936
|
needUuid: string;
|
|
935
|
-
disposition: "deferred";
|
|
936
937
|
needType: string;
|
|
937
|
-
|
|
938
|
+
disposition: "deferred";
|
|
938
939
|
blockingMode: "blocking";
|
|
939
940
|
evidenceRef: string;
|
|
940
941
|
blocksGv21Start: false;
|
|
@@ -956,7 +957,6 @@ declare const PreRebuildCloseoutGateContractSchema: z.ZodObject<{
|
|
|
956
957
|
legacyPreferenceAfterHardCutAllowed: false;
|
|
957
958
|
deletionCriteria: string;
|
|
958
959
|
};
|
|
959
|
-
graphWorktreeId: "tn7bf3aagze3dax530rb9yv1w188592m";
|
|
960
960
|
rowMigrationRequired: false;
|
|
961
961
|
graphV2MirrorRebuildBlocked: true;
|
|
962
962
|
gv21Handoff: {
|
|
@@ -975,11 +975,11 @@ declare const PreRebuildCloseoutGateContractSchema: z.ZodObject<{
|
|
|
975
975
|
}>;
|
|
976
976
|
}, "strip", z.ZodTypeAny, {
|
|
977
977
|
worktree: "GV2.0.7";
|
|
978
|
-
lane: "c2-gv2-transition-intelligence-preflight";
|
|
979
978
|
contractVersion: "pre_rebuild_closeout_gate_v1";
|
|
980
|
-
|
|
979
|
+
lane: "c2-gv2-transition-intelligence-preflight";
|
|
981
980
|
graphWorktreeId: "tn7bf3aagze3dax530rb9yv1w188592m";
|
|
982
981
|
compositionKey: "pre_rebuild_closeout_gate_v1";
|
|
982
|
+
refusalFixtures: ("row_migration_attempt" | "missing_completed_preflight_worktree" | "missing_closeout_evidence_ref" | "missing_required_validation_command" | "open_blocking_typed_need" | "deferred_typed_need_without_rationale" | "missing_gv21_dependency_edge" | "gv21_handoff_missing_first_command" | "missing_source_material_receipt_check" | "graph_v2_reset_unblocked" | "legacy_bridge_identity_preferred_after_hard_cut" | "gv21_handoff_uses_raw_convex_command")[];
|
|
983
983
|
tasks: {
|
|
984
984
|
title: string;
|
|
985
985
|
requiredProof: string;
|
|
@@ -988,14 +988,15 @@ declare const PreRebuildCloseoutGateContractSchema: z.ZodObject<{
|
|
|
988
988
|
dependsOnCompositions: ("prior_art_vocabulary_firewall_v1" | "transition_receipt_v1" | "source_material_total_partition_v1" | "typed_need_v1" | "parsimony_diagnostic_v1" | "retrieval_search_discovery_receipt_v1")[];
|
|
989
989
|
positivePacket: {
|
|
990
990
|
contractVersion: "pre_rebuild_closeout_gate_v1";
|
|
991
|
+
graphWorktreeId: "tn7bf3aagze3dax530rb9yv1w188592m";
|
|
991
992
|
ownerWorktree: "GV2.0.7";
|
|
992
993
|
closeoutReceiptUuid: string;
|
|
993
994
|
completedPreflightWorktrees: {
|
|
994
|
-
status: "completed";
|
|
995
995
|
worktree: "GV2.0.1" | "GV2.0.2" | "GV2.0.3" | "GV2.0.4" | "GV2.0.5" | "GV2.0.6";
|
|
996
|
-
|
|
996
|
+
status: "completed";
|
|
997
997
|
graphWorktreeId: string;
|
|
998
998
|
compositionKey: "prior_art_vocabulary_firewall_v1" | "transition_receipt_v1" | "source_material_total_partition_v1" | "typed_need_v1" | "parsimony_diagnostic_v1" | "retrieval_search_discovery_receipt_v1";
|
|
999
|
+
docsAnchor: string;
|
|
999
1000
|
fixturePath: string;
|
|
1000
1001
|
taskCount: number;
|
|
1001
1002
|
evidenceRef: string;
|
|
@@ -1007,11 +1008,11 @@ declare const PreRebuildCloseoutGateContractSchema: z.ZodObject<{
|
|
|
1007
1008
|
typedNeedFixtureOpenBlockingNeedCount: number;
|
|
1008
1009
|
openBlockingNeedCount: number;
|
|
1009
1010
|
deferredBlockingNeeds: {
|
|
1011
|
+
rationale: string;
|
|
1010
1012
|
ownerWorktree: string;
|
|
1011
1013
|
needUuid: string;
|
|
1012
|
-
disposition: "deferred";
|
|
1013
1014
|
needType: string;
|
|
1014
|
-
|
|
1015
|
+
disposition: "deferred";
|
|
1015
1016
|
blockingMode: "blocking";
|
|
1016
1017
|
evidenceRef: string;
|
|
1017
1018
|
blocksGv21Start: false;
|
|
@@ -1033,7 +1034,6 @@ declare const PreRebuildCloseoutGateContractSchema: z.ZodObject<{
|
|
|
1033
1034
|
legacyPreferenceAfterHardCutAllowed: false;
|
|
1034
1035
|
deletionCriteria: string;
|
|
1035
1036
|
};
|
|
1036
|
-
graphWorktreeId: "tn7bf3aagze3dax530rb9yv1w188592m";
|
|
1037
1037
|
rowMigrationRequired: false;
|
|
1038
1038
|
graphV2MirrorRebuildBlocked: true;
|
|
1039
1039
|
gv21Handoff: {
|
|
@@ -1052,11 +1052,11 @@ declare const PreRebuildCloseoutGateContractSchema: z.ZodObject<{
|
|
|
1052
1052
|
};
|
|
1053
1053
|
}, {
|
|
1054
1054
|
worktree: "GV2.0.7";
|
|
1055
|
-
lane: "c2-gv2-transition-intelligence-preflight";
|
|
1056
1055
|
contractVersion: "pre_rebuild_closeout_gate_v1";
|
|
1057
|
-
|
|
1056
|
+
lane: "c2-gv2-transition-intelligence-preflight";
|
|
1058
1057
|
graphWorktreeId: "tn7bf3aagze3dax530rb9yv1w188592m";
|
|
1059
1058
|
compositionKey: "pre_rebuild_closeout_gate_v1";
|
|
1059
|
+
refusalFixtures: ("row_migration_attempt" | "missing_completed_preflight_worktree" | "missing_closeout_evidence_ref" | "missing_required_validation_command" | "open_blocking_typed_need" | "deferred_typed_need_without_rationale" | "missing_gv21_dependency_edge" | "gv21_handoff_missing_first_command" | "missing_source_material_receipt_check" | "graph_v2_reset_unblocked" | "legacy_bridge_identity_preferred_after_hard_cut" | "gv21_handoff_uses_raw_convex_command")[];
|
|
1060
1060
|
tasks: {
|
|
1061
1061
|
title: string;
|
|
1062
1062
|
requiredProof: string;
|
|
@@ -1065,14 +1065,15 @@ declare const PreRebuildCloseoutGateContractSchema: z.ZodObject<{
|
|
|
1065
1065
|
dependsOnCompositions: ("prior_art_vocabulary_firewall_v1" | "transition_receipt_v1" | "source_material_total_partition_v1" | "typed_need_v1" | "parsimony_diagnostic_v1" | "retrieval_search_discovery_receipt_v1")[];
|
|
1066
1066
|
positivePacket: {
|
|
1067
1067
|
contractVersion: "pre_rebuild_closeout_gate_v1";
|
|
1068
|
+
graphWorktreeId: "tn7bf3aagze3dax530rb9yv1w188592m";
|
|
1068
1069
|
ownerWorktree: "GV2.0.7";
|
|
1069
1070
|
closeoutReceiptUuid: string;
|
|
1070
1071
|
completedPreflightWorktrees: {
|
|
1071
|
-
status: "completed";
|
|
1072
1072
|
worktree: "GV2.0.1" | "GV2.0.2" | "GV2.0.3" | "GV2.0.4" | "GV2.0.5" | "GV2.0.6";
|
|
1073
|
-
|
|
1073
|
+
status: "completed";
|
|
1074
1074
|
graphWorktreeId: string;
|
|
1075
1075
|
compositionKey: "prior_art_vocabulary_firewall_v1" | "transition_receipt_v1" | "source_material_total_partition_v1" | "typed_need_v1" | "parsimony_diagnostic_v1" | "retrieval_search_discovery_receipt_v1";
|
|
1076
|
+
docsAnchor: string;
|
|
1076
1077
|
fixturePath: string;
|
|
1077
1078
|
taskCount: number;
|
|
1078
1079
|
evidenceRef: string;
|
|
@@ -1084,11 +1085,11 @@ declare const PreRebuildCloseoutGateContractSchema: z.ZodObject<{
|
|
|
1084
1085
|
typedNeedFixtureOpenBlockingNeedCount: number;
|
|
1085
1086
|
openBlockingNeedCount: number;
|
|
1086
1087
|
deferredBlockingNeeds: {
|
|
1088
|
+
rationale: string;
|
|
1087
1089
|
ownerWorktree: string;
|
|
1088
1090
|
needUuid: string;
|
|
1089
|
-
disposition: "deferred";
|
|
1090
1091
|
needType: string;
|
|
1091
|
-
|
|
1092
|
+
disposition: "deferred";
|
|
1092
1093
|
blockingMode: "blocking";
|
|
1093
1094
|
evidenceRef: string;
|
|
1094
1095
|
blocksGv21Start: false;
|
|
@@ -1110,7 +1111,6 @@ declare const PreRebuildCloseoutGateContractSchema: z.ZodObject<{
|
|
|
1110
1111
|
legacyPreferenceAfterHardCutAllowed: false;
|
|
1111
1112
|
deletionCriteria: string;
|
|
1112
1113
|
};
|
|
1113
|
-
graphWorktreeId: "tn7bf3aagze3dax530rb9yv1w188592m";
|
|
1114
1114
|
rowMigrationRequired: false;
|
|
1115
1115
|
graphV2MirrorRebuildBlocked: true;
|
|
1116
1116
|
gv21Handoff: {
|
|
@@ -1378,11 +1378,11 @@ declare const PRE_REBUILD_CLOSEOUT_GATE_CONTRACT: {
|
|
|
1378
1378
|
};
|
|
1379
1379
|
declare const parsedPreRebuildCloseoutGateContract: {
|
|
1380
1380
|
worktree: "GV2.0.7";
|
|
1381
|
-
lane: "c2-gv2-transition-intelligence-preflight";
|
|
1382
1381
|
contractVersion: "pre_rebuild_closeout_gate_v1";
|
|
1383
|
-
|
|
1382
|
+
lane: "c2-gv2-transition-intelligence-preflight";
|
|
1384
1383
|
graphWorktreeId: "tn7bf3aagze3dax530rb9yv1w188592m";
|
|
1385
1384
|
compositionKey: "pre_rebuild_closeout_gate_v1";
|
|
1385
|
+
refusalFixtures: ("row_migration_attempt" | "missing_completed_preflight_worktree" | "missing_closeout_evidence_ref" | "missing_required_validation_command" | "open_blocking_typed_need" | "deferred_typed_need_without_rationale" | "missing_gv21_dependency_edge" | "gv21_handoff_missing_first_command" | "missing_source_material_receipt_check" | "graph_v2_reset_unblocked" | "legacy_bridge_identity_preferred_after_hard_cut" | "gv21_handoff_uses_raw_convex_command")[];
|
|
1386
1386
|
tasks: {
|
|
1387
1387
|
title: string;
|
|
1388
1388
|
requiredProof: string;
|
|
@@ -1391,14 +1391,15 @@ declare const parsedPreRebuildCloseoutGateContract: {
|
|
|
1391
1391
|
dependsOnCompositions: ("prior_art_vocabulary_firewall_v1" | "transition_receipt_v1" | "source_material_total_partition_v1" | "typed_need_v1" | "parsimony_diagnostic_v1" | "retrieval_search_discovery_receipt_v1")[];
|
|
1392
1392
|
positivePacket: {
|
|
1393
1393
|
contractVersion: "pre_rebuild_closeout_gate_v1";
|
|
1394
|
+
graphWorktreeId: "tn7bf3aagze3dax530rb9yv1w188592m";
|
|
1394
1395
|
ownerWorktree: "GV2.0.7";
|
|
1395
1396
|
closeoutReceiptUuid: string;
|
|
1396
1397
|
completedPreflightWorktrees: {
|
|
1397
|
-
status: "completed";
|
|
1398
1398
|
worktree: "GV2.0.1" | "GV2.0.2" | "GV2.0.3" | "GV2.0.4" | "GV2.0.5" | "GV2.0.6";
|
|
1399
|
-
|
|
1399
|
+
status: "completed";
|
|
1400
1400
|
graphWorktreeId: string;
|
|
1401
1401
|
compositionKey: "prior_art_vocabulary_firewall_v1" | "transition_receipt_v1" | "source_material_total_partition_v1" | "typed_need_v1" | "parsimony_diagnostic_v1" | "retrieval_search_discovery_receipt_v1";
|
|
1402
|
+
docsAnchor: string;
|
|
1402
1403
|
fixturePath: string;
|
|
1403
1404
|
taskCount: number;
|
|
1404
1405
|
evidenceRef: string;
|
|
@@ -1410,11 +1411,11 @@ declare const parsedPreRebuildCloseoutGateContract: {
|
|
|
1410
1411
|
typedNeedFixtureOpenBlockingNeedCount: number;
|
|
1411
1412
|
openBlockingNeedCount: number;
|
|
1412
1413
|
deferredBlockingNeeds: {
|
|
1414
|
+
rationale: string;
|
|
1413
1415
|
ownerWorktree: string;
|
|
1414
1416
|
needUuid: string;
|
|
1415
|
-
disposition: "deferred";
|
|
1416
1417
|
needType: string;
|
|
1417
|
-
|
|
1418
|
+
disposition: "deferred";
|
|
1418
1419
|
blockingMode: "blocking";
|
|
1419
1420
|
evidenceRef: string;
|
|
1420
1421
|
blocksGv21Start: false;
|
|
@@ -1436,7 +1437,6 @@ declare const parsedPreRebuildCloseoutGateContract: {
|
|
|
1436
1437
|
legacyPreferenceAfterHardCutAllowed: false;
|
|
1437
1438
|
deletionCriteria: string;
|
|
1438
1439
|
};
|
|
1439
|
-
graphWorktreeId: "tn7bf3aagze3dax530rb9yv1w188592m";
|
|
1440
1440
|
rowMigrationRequired: false;
|
|
1441
1441
|
graphV2MirrorRebuildBlocked: true;
|
|
1442
1442
|
gv21Handoff: {
|
|
@@ -1458,14 +1458,15 @@ declare function buildPreRebuildCloseoutGateRefusalFixtures(): ({
|
|
|
1458
1458
|
id: "missing_completed_preflight_worktree";
|
|
1459
1459
|
packet: {
|
|
1460
1460
|
contractVersion: "pre_rebuild_closeout_gate_v1";
|
|
1461
|
+
graphWorktreeId: "tn7bf3aagze3dax530rb9yv1w188592m";
|
|
1461
1462
|
ownerWorktree: "GV2.0.7";
|
|
1462
1463
|
closeoutReceiptUuid: string;
|
|
1463
1464
|
completedPreflightWorktrees: {
|
|
1464
|
-
status: "completed";
|
|
1465
1465
|
worktree: "GV2.0.1" | "GV2.0.2" | "GV2.0.3" | "GV2.0.4" | "GV2.0.5" | "GV2.0.6";
|
|
1466
|
-
|
|
1466
|
+
status: "completed";
|
|
1467
1467
|
graphWorktreeId: string;
|
|
1468
1468
|
compositionKey: "prior_art_vocabulary_firewall_v1" | "transition_receipt_v1" | "source_material_total_partition_v1" | "typed_need_v1" | "parsimony_diagnostic_v1" | "retrieval_search_discovery_receipt_v1";
|
|
1469
|
+
docsAnchor: string;
|
|
1469
1470
|
fixturePath: string;
|
|
1470
1471
|
taskCount: number;
|
|
1471
1472
|
evidenceRef: string;
|
|
@@ -1477,11 +1478,11 @@ declare function buildPreRebuildCloseoutGateRefusalFixtures(): ({
|
|
|
1477
1478
|
typedNeedFixtureOpenBlockingNeedCount: number;
|
|
1478
1479
|
openBlockingNeedCount: number;
|
|
1479
1480
|
deferredBlockingNeeds: {
|
|
1481
|
+
rationale: string;
|
|
1480
1482
|
ownerWorktree: string;
|
|
1481
1483
|
needUuid: string;
|
|
1482
|
-
disposition: "deferred";
|
|
1483
1484
|
needType: string;
|
|
1484
|
-
|
|
1485
|
+
disposition: "deferred";
|
|
1485
1486
|
blockingMode: "blocking";
|
|
1486
1487
|
evidenceRef: string;
|
|
1487
1488
|
blocksGv21Start: false;
|
|
@@ -1503,7 +1504,6 @@ declare function buildPreRebuildCloseoutGateRefusalFixtures(): ({
|
|
|
1503
1504
|
legacyPreferenceAfterHardCutAllowed: false;
|
|
1504
1505
|
deletionCriteria: string;
|
|
1505
1506
|
};
|
|
1506
|
-
graphWorktreeId: "tn7bf3aagze3dax530rb9yv1w188592m";
|
|
1507
1507
|
rowMigrationRequired: false;
|
|
1508
1508
|
graphV2MirrorRebuildBlocked: true;
|
|
1509
1509
|
gv21Handoff: {
|
|
@@ -1524,14 +1524,15 @@ declare function buildPreRebuildCloseoutGateRefusalFixtures(): ({
|
|
|
1524
1524
|
id: "missing_closeout_evidence_ref";
|
|
1525
1525
|
packet: {
|
|
1526
1526
|
contractVersion: "pre_rebuild_closeout_gate_v1";
|
|
1527
|
+
graphWorktreeId: "tn7bf3aagze3dax530rb9yv1w188592m";
|
|
1527
1528
|
ownerWorktree: "GV2.0.7";
|
|
1528
1529
|
closeoutReceiptUuid: string;
|
|
1529
1530
|
completedPreflightWorktrees: {
|
|
1530
|
-
status: "completed";
|
|
1531
1531
|
worktree: "GV2.0.1" | "GV2.0.2" | "GV2.0.3" | "GV2.0.4" | "GV2.0.5" | "GV2.0.6";
|
|
1532
|
-
|
|
1532
|
+
status: "completed";
|
|
1533
1533
|
graphWorktreeId: string;
|
|
1534
1534
|
compositionKey: "prior_art_vocabulary_firewall_v1" | "transition_receipt_v1" | "source_material_total_partition_v1" | "typed_need_v1" | "parsimony_diagnostic_v1" | "retrieval_search_discovery_receipt_v1";
|
|
1535
|
+
docsAnchor: string;
|
|
1535
1536
|
fixturePath: string;
|
|
1536
1537
|
taskCount: number;
|
|
1537
1538
|
evidenceRef: string;
|
|
@@ -1543,11 +1544,11 @@ declare function buildPreRebuildCloseoutGateRefusalFixtures(): ({
|
|
|
1543
1544
|
typedNeedFixtureOpenBlockingNeedCount: number;
|
|
1544
1545
|
openBlockingNeedCount: number;
|
|
1545
1546
|
deferredBlockingNeeds: {
|
|
1547
|
+
rationale: string;
|
|
1546
1548
|
ownerWorktree: string;
|
|
1547
1549
|
needUuid: string;
|
|
1548
|
-
disposition: "deferred";
|
|
1549
1550
|
needType: string;
|
|
1550
|
-
|
|
1551
|
+
disposition: "deferred";
|
|
1551
1552
|
blockingMode: "blocking";
|
|
1552
1553
|
evidenceRef: string;
|
|
1553
1554
|
blocksGv21Start: false;
|
|
@@ -1569,7 +1570,6 @@ declare function buildPreRebuildCloseoutGateRefusalFixtures(): ({
|
|
|
1569
1570
|
legacyPreferenceAfterHardCutAllowed: false;
|
|
1570
1571
|
deletionCriteria: string;
|
|
1571
1572
|
};
|
|
1572
|
-
graphWorktreeId: "tn7bf3aagze3dax530rb9yv1w188592m";
|
|
1573
1573
|
rowMigrationRequired: false;
|
|
1574
1574
|
graphV2MirrorRebuildBlocked: true;
|
|
1575
1575
|
gv21Handoff: {
|
|
@@ -1590,14 +1590,15 @@ declare function buildPreRebuildCloseoutGateRefusalFixtures(): ({
|
|
|
1590
1590
|
id: "missing_required_validation_command";
|
|
1591
1591
|
packet: {
|
|
1592
1592
|
contractVersion: "pre_rebuild_closeout_gate_v1";
|
|
1593
|
+
graphWorktreeId: "tn7bf3aagze3dax530rb9yv1w188592m";
|
|
1593
1594
|
ownerWorktree: "GV2.0.7";
|
|
1594
1595
|
closeoutReceiptUuid: string;
|
|
1595
1596
|
completedPreflightWorktrees: {
|
|
1596
|
-
status: "completed";
|
|
1597
1597
|
worktree: "GV2.0.1" | "GV2.0.2" | "GV2.0.3" | "GV2.0.4" | "GV2.0.5" | "GV2.0.6";
|
|
1598
|
-
|
|
1598
|
+
status: "completed";
|
|
1599
1599
|
graphWorktreeId: string;
|
|
1600
1600
|
compositionKey: "prior_art_vocabulary_firewall_v1" | "transition_receipt_v1" | "source_material_total_partition_v1" | "typed_need_v1" | "parsimony_diagnostic_v1" | "retrieval_search_discovery_receipt_v1";
|
|
1601
|
+
docsAnchor: string;
|
|
1601
1602
|
fixturePath: string;
|
|
1602
1603
|
taskCount: number;
|
|
1603
1604
|
evidenceRef: string;
|
|
@@ -1609,11 +1610,11 @@ declare function buildPreRebuildCloseoutGateRefusalFixtures(): ({
|
|
|
1609
1610
|
typedNeedFixtureOpenBlockingNeedCount: number;
|
|
1610
1611
|
openBlockingNeedCount: number;
|
|
1611
1612
|
deferredBlockingNeeds: {
|
|
1613
|
+
rationale: string;
|
|
1612
1614
|
ownerWorktree: string;
|
|
1613
1615
|
needUuid: string;
|
|
1614
|
-
disposition: "deferred";
|
|
1615
1616
|
needType: string;
|
|
1616
|
-
|
|
1617
|
+
disposition: "deferred";
|
|
1617
1618
|
blockingMode: "blocking";
|
|
1618
1619
|
evidenceRef: string;
|
|
1619
1620
|
blocksGv21Start: false;
|
|
@@ -1635,7 +1636,6 @@ declare function buildPreRebuildCloseoutGateRefusalFixtures(): ({
|
|
|
1635
1636
|
legacyPreferenceAfterHardCutAllowed: false;
|
|
1636
1637
|
deletionCriteria: string;
|
|
1637
1638
|
};
|
|
1638
|
-
graphWorktreeId: "tn7bf3aagze3dax530rb9yv1w188592m";
|
|
1639
1639
|
rowMigrationRequired: false;
|
|
1640
1640
|
graphV2MirrorRebuildBlocked: true;
|
|
1641
1641
|
gv21Handoff: {
|
|
@@ -1656,14 +1656,15 @@ declare function buildPreRebuildCloseoutGateRefusalFixtures(): ({
|
|
|
1656
1656
|
id: "open_blocking_typed_need";
|
|
1657
1657
|
packet: {
|
|
1658
1658
|
contractVersion: "pre_rebuild_closeout_gate_v1";
|
|
1659
|
+
graphWorktreeId: "tn7bf3aagze3dax530rb9yv1w188592m";
|
|
1659
1660
|
ownerWorktree: "GV2.0.7";
|
|
1660
1661
|
closeoutReceiptUuid: string;
|
|
1661
1662
|
completedPreflightWorktrees: {
|
|
1662
|
-
status: "completed";
|
|
1663
1663
|
worktree: "GV2.0.1" | "GV2.0.2" | "GV2.0.3" | "GV2.0.4" | "GV2.0.5" | "GV2.0.6";
|
|
1664
|
-
|
|
1664
|
+
status: "completed";
|
|
1665
1665
|
graphWorktreeId: string;
|
|
1666
1666
|
compositionKey: "prior_art_vocabulary_firewall_v1" | "transition_receipt_v1" | "source_material_total_partition_v1" | "typed_need_v1" | "parsimony_diagnostic_v1" | "retrieval_search_discovery_receipt_v1";
|
|
1667
|
+
docsAnchor: string;
|
|
1667
1668
|
fixturePath: string;
|
|
1668
1669
|
taskCount: number;
|
|
1669
1670
|
evidenceRef: string;
|
|
@@ -1675,11 +1676,11 @@ declare function buildPreRebuildCloseoutGateRefusalFixtures(): ({
|
|
|
1675
1676
|
typedNeedFixtureOpenBlockingNeedCount: number;
|
|
1676
1677
|
openBlockingNeedCount: number;
|
|
1677
1678
|
deferredBlockingNeeds: {
|
|
1679
|
+
rationale: string;
|
|
1678
1680
|
ownerWorktree: string;
|
|
1679
1681
|
needUuid: string;
|
|
1680
|
-
disposition: "deferred";
|
|
1681
1682
|
needType: string;
|
|
1682
|
-
|
|
1683
|
+
disposition: "deferred";
|
|
1683
1684
|
blockingMode: "blocking";
|
|
1684
1685
|
evidenceRef: string;
|
|
1685
1686
|
blocksGv21Start: false;
|
|
@@ -1701,7 +1702,6 @@ declare function buildPreRebuildCloseoutGateRefusalFixtures(): ({
|
|
|
1701
1702
|
legacyPreferenceAfterHardCutAllowed: false;
|
|
1702
1703
|
deletionCriteria: string;
|
|
1703
1704
|
};
|
|
1704
|
-
graphWorktreeId: "tn7bf3aagze3dax530rb9yv1w188592m";
|
|
1705
1705
|
rowMigrationRequired: false;
|
|
1706
1706
|
graphV2MirrorRebuildBlocked: true;
|
|
1707
1707
|
gv21Handoff: {
|
|
@@ -1722,14 +1722,15 @@ declare function buildPreRebuildCloseoutGateRefusalFixtures(): ({
|
|
|
1722
1722
|
id: "deferred_typed_need_without_rationale";
|
|
1723
1723
|
packet: {
|
|
1724
1724
|
contractVersion: "pre_rebuild_closeout_gate_v1";
|
|
1725
|
+
graphWorktreeId: "tn7bf3aagze3dax530rb9yv1w188592m";
|
|
1725
1726
|
ownerWorktree: "GV2.0.7";
|
|
1726
1727
|
closeoutReceiptUuid: string;
|
|
1727
1728
|
completedPreflightWorktrees: {
|
|
1728
|
-
status: "completed";
|
|
1729
1729
|
worktree: "GV2.0.1" | "GV2.0.2" | "GV2.0.3" | "GV2.0.4" | "GV2.0.5" | "GV2.0.6";
|
|
1730
|
-
|
|
1730
|
+
status: "completed";
|
|
1731
1731
|
graphWorktreeId: string;
|
|
1732
1732
|
compositionKey: "prior_art_vocabulary_firewall_v1" | "transition_receipt_v1" | "source_material_total_partition_v1" | "typed_need_v1" | "parsimony_diagnostic_v1" | "retrieval_search_discovery_receipt_v1";
|
|
1733
|
+
docsAnchor: string;
|
|
1733
1734
|
fixturePath: string;
|
|
1734
1735
|
taskCount: number;
|
|
1735
1736
|
evidenceRef: string;
|
|
@@ -1741,11 +1742,11 @@ declare function buildPreRebuildCloseoutGateRefusalFixtures(): ({
|
|
|
1741
1742
|
typedNeedFixtureOpenBlockingNeedCount: number;
|
|
1742
1743
|
openBlockingNeedCount: number;
|
|
1743
1744
|
deferredBlockingNeeds: {
|
|
1745
|
+
rationale: string;
|
|
1744
1746
|
ownerWorktree: string;
|
|
1745
1747
|
needUuid: string;
|
|
1746
|
-
disposition: "deferred";
|
|
1747
1748
|
needType: string;
|
|
1748
|
-
|
|
1749
|
+
disposition: "deferred";
|
|
1749
1750
|
blockingMode: "blocking";
|
|
1750
1751
|
evidenceRef: string;
|
|
1751
1752
|
blocksGv21Start: false;
|
|
@@ -1767,7 +1768,6 @@ declare function buildPreRebuildCloseoutGateRefusalFixtures(): ({
|
|
|
1767
1768
|
legacyPreferenceAfterHardCutAllowed: false;
|
|
1768
1769
|
deletionCriteria: string;
|
|
1769
1770
|
};
|
|
1770
|
-
graphWorktreeId: "tn7bf3aagze3dax530rb9yv1w188592m";
|
|
1771
1771
|
rowMigrationRequired: false;
|
|
1772
1772
|
graphV2MirrorRebuildBlocked: true;
|
|
1773
1773
|
gv21Handoff: {
|
|
@@ -1788,14 +1788,15 @@ declare function buildPreRebuildCloseoutGateRefusalFixtures(): ({
|
|
|
1788
1788
|
id: "missing_gv21_dependency_edge";
|
|
1789
1789
|
packet: {
|
|
1790
1790
|
contractVersion: "pre_rebuild_closeout_gate_v1";
|
|
1791
|
+
graphWorktreeId: "tn7bf3aagze3dax530rb9yv1w188592m";
|
|
1791
1792
|
ownerWorktree: "GV2.0.7";
|
|
1792
1793
|
closeoutReceiptUuid: string;
|
|
1793
1794
|
completedPreflightWorktrees: {
|
|
1794
|
-
status: "completed";
|
|
1795
1795
|
worktree: "GV2.0.1" | "GV2.0.2" | "GV2.0.3" | "GV2.0.4" | "GV2.0.5" | "GV2.0.6";
|
|
1796
|
-
|
|
1796
|
+
status: "completed";
|
|
1797
1797
|
graphWorktreeId: string;
|
|
1798
1798
|
compositionKey: "prior_art_vocabulary_firewall_v1" | "transition_receipt_v1" | "source_material_total_partition_v1" | "typed_need_v1" | "parsimony_diagnostic_v1" | "retrieval_search_discovery_receipt_v1";
|
|
1799
|
+
docsAnchor: string;
|
|
1799
1800
|
fixturePath: string;
|
|
1800
1801
|
taskCount: number;
|
|
1801
1802
|
evidenceRef: string;
|
|
@@ -1807,11 +1808,11 @@ declare function buildPreRebuildCloseoutGateRefusalFixtures(): ({
|
|
|
1807
1808
|
typedNeedFixtureOpenBlockingNeedCount: number;
|
|
1808
1809
|
openBlockingNeedCount: number;
|
|
1809
1810
|
deferredBlockingNeeds: {
|
|
1811
|
+
rationale: string;
|
|
1810
1812
|
ownerWorktree: string;
|
|
1811
1813
|
needUuid: string;
|
|
1812
|
-
disposition: "deferred";
|
|
1813
1814
|
needType: string;
|
|
1814
|
-
|
|
1815
|
+
disposition: "deferred";
|
|
1815
1816
|
blockingMode: "blocking";
|
|
1816
1817
|
evidenceRef: string;
|
|
1817
1818
|
blocksGv21Start: false;
|
|
@@ -1833,7 +1834,6 @@ declare function buildPreRebuildCloseoutGateRefusalFixtures(): ({
|
|
|
1833
1834
|
legacyPreferenceAfterHardCutAllowed: false;
|
|
1834
1835
|
deletionCriteria: string;
|
|
1835
1836
|
};
|
|
1836
|
-
graphWorktreeId: "tn7bf3aagze3dax530rb9yv1w188592m";
|
|
1837
1837
|
rowMigrationRequired: false;
|
|
1838
1838
|
graphV2MirrorRebuildBlocked: true;
|
|
1839
1839
|
gv21Handoff: {
|
|
@@ -1854,14 +1854,15 @@ declare function buildPreRebuildCloseoutGateRefusalFixtures(): ({
|
|
|
1854
1854
|
id: "gv21_handoff_missing_first_command";
|
|
1855
1855
|
packet: {
|
|
1856
1856
|
contractVersion: "pre_rebuild_closeout_gate_v1";
|
|
1857
|
+
graphWorktreeId: "tn7bf3aagze3dax530rb9yv1w188592m";
|
|
1857
1858
|
ownerWorktree: "GV2.0.7";
|
|
1858
1859
|
closeoutReceiptUuid: string;
|
|
1859
1860
|
completedPreflightWorktrees: {
|
|
1860
|
-
status: "completed";
|
|
1861
1861
|
worktree: "GV2.0.1" | "GV2.0.2" | "GV2.0.3" | "GV2.0.4" | "GV2.0.5" | "GV2.0.6";
|
|
1862
|
-
|
|
1862
|
+
status: "completed";
|
|
1863
1863
|
graphWorktreeId: string;
|
|
1864
1864
|
compositionKey: "prior_art_vocabulary_firewall_v1" | "transition_receipt_v1" | "source_material_total_partition_v1" | "typed_need_v1" | "parsimony_diagnostic_v1" | "retrieval_search_discovery_receipt_v1";
|
|
1865
|
+
docsAnchor: string;
|
|
1865
1866
|
fixturePath: string;
|
|
1866
1867
|
taskCount: number;
|
|
1867
1868
|
evidenceRef: string;
|
|
@@ -1873,11 +1874,11 @@ declare function buildPreRebuildCloseoutGateRefusalFixtures(): ({
|
|
|
1873
1874
|
typedNeedFixtureOpenBlockingNeedCount: number;
|
|
1874
1875
|
openBlockingNeedCount: number;
|
|
1875
1876
|
deferredBlockingNeeds: {
|
|
1877
|
+
rationale: string;
|
|
1876
1878
|
ownerWorktree: string;
|
|
1877
1879
|
needUuid: string;
|
|
1878
|
-
disposition: "deferred";
|
|
1879
1880
|
needType: string;
|
|
1880
|
-
|
|
1881
|
+
disposition: "deferred";
|
|
1881
1882
|
blockingMode: "blocking";
|
|
1882
1883
|
evidenceRef: string;
|
|
1883
1884
|
blocksGv21Start: false;
|
|
@@ -1899,7 +1900,6 @@ declare function buildPreRebuildCloseoutGateRefusalFixtures(): ({
|
|
|
1899
1900
|
legacyPreferenceAfterHardCutAllowed: false;
|
|
1900
1901
|
deletionCriteria: string;
|
|
1901
1902
|
};
|
|
1902
|
-
graphWorktreeId: "tn7bf3aagze3dax530rb9yv1w188592m";
|
|
1903
1903
|
rowMigrationRequired: false;
|
|
1904
1904
|
graphV2MirrorRebuildBlocked: true;
|
|
1905
1905
|
gv21Handoff: {
|
|
@@ -1920,14 +1920,15 @@ declare function buildPreRebuildCloseoutGateRefusalFixtures(): ({
|
|
|
1920
1920
|
id: "missing_source_material_receipt_check";
|
|
1921
1921
|
packet: {
|
|
1922
1922
|
contractVersion: "pre_rebuild_closeout_gate_v1";
|
|
1923
|
+
graphWorktreeId: "tn7bf3aagze3dax530rb9yv1w188592m";
|
|
1923
1924
|
ownerWorktree: "GV2.0.7";
|
|
1924
1925
|
closeoutReceiptUuid: string;
|
|
1925
1926
|
completedPreflightWorktrees: {
|
|
1926
|
-
status: "completed";
|
|
1927
1927
|
worktree: "GV2.0.1" | "GV2.0.2" | "GV2.0.3" | "GV2.0.4" | "GV2.0.5" | "GV2.0.6";
|
|
1928
|
-
|
|
1928
|
+
status: "completed";
|
|
1929
1929
|
graphWorktreeId: string;
|
|
1930
1930
|
compositionKey: "prior_art_vocabulary_firewall_v1" | "transition_receipt_v1" | "source_material_total_partition_v1" | "typed_need_v1" | "parsimony_diagnostic_v1" | "retrieval_search_discovery_receipt_v1";
|
|
1931
|
+
docsAnchor: string;
|
|
1931
1932
|
fixturePath: string;
|
|
1932
1933
|
taskCount: number;
|
|
1933
1934
|
evidenceRef: string;
|
|
@@ -1939,11 +1940,11 @@ declare function buildPreRebuildCloseoutGateRefusalFixtures(): ({
|
|
|
1939
1940
|
typedNeedFixtureOpenBlockingNeedCount: number;
|
|
1940
1941
|
openBlockingNeedCount: number;
|
|
1941
1942
|
deferredBlockingNeeds: {
|
|
1943
|
+
rationale: string;
|
|
1942
1944
|
ownerWorktree: string;
|
|
1943
1945
|
needUuid: string;
|
|
1944
|
-
disposition: "deferred";
|
|
1945
1946
|
needType: string;
|
|
1946
|
-
|
|
1947
|
+
disposition: "deferred";
|
|
1947
1948
|
blockingMode: "blocking";
|
|
1948
1949
|
evidenceRef: string;
|
|
1949
1950
|
blocksGv21Start: false;
|
|
@@ -1965,7 +1966,6 @@ declare function buildPreRebuildCloseoutGateRefusalFixtures(): ({
|
|
|
1965
1966
|
legacyPreferenceAfterHardCutAllowed: false;
|
|
1966
1967
|
deletionCriteria: string;
|
|
1967
1968
|
};
|
|
1968
|
-
graphWorktreeId: "tn7bf3aagze3dax530rb9yv1w188592m";
|
|
1969
1969
|
rowMigrationRequired: false;
|
|
1970
1970
|
graphV2MirrorRebuildBlocked: true;
|
|
1971
1971
|
gv21Handoff: {
|
|
@@ -1986,14 +1986,15 @@ declare function buildPreRebuildCloseoutGateRefusalFixtures(): ({
|
|
|
1986
1986
|
id: "graph_v2_reset_unblocked";
|
|
1987
1987
|
packet: {
|
|
1988
1988
|
contractVersion: "pre_rebuild_closeout_gate_v1";
|
|
1989
|
+
graphWorktreeId: "tn7bf3aagze3dax530rb9yv1w188592m";
|
|
1989
1990
|
ownerWorktree: "GV2.0.7";
|
|
1990
1991
|
closeoutReceiptUuid: string;
|
|
1991
1992
|
completedPreflightWorktrees: {
|
|
1992
|
-
status: "completed";
|
|
1993
1993
|
worktree: "GV2.0.1" | "GV2.0.2" | "GV2.0.3" | "GV2.0.4" | "GV2.0.5" | "GV2.0.6";
|
|
1994
|
-
|
|
1994
|
+
status: "completed";
|
|
1995
1995
|
graphWorktreeId: string;
|
|
1996
1996
|
compositionKey: "prior_art_vocabulary_firewall_v1" | "transition_receipt_v1" | "source_material_total_partition_v1" | "typed_need_v1" | "parsimony_diagnostic_v1" | "retrieval_search_discovery_receipt_v1";
|
|
1997
|
+
docsAnchor: string;
|
|
1997
1998
|
fixturePath: string;
|
|
1998
1999
|
taskCount: number;
|
|
1999
2000
|
evidenceRef: string;
|
|
@@ -2005,11 +2006,11 @@ declare function buildPreRebuildCloseoutGateRefusalFixtures(): ({
|
|
|
2005
2006
|
typedNeedFixtureOpenBlockingNeedCount: number;
|
|
2006
2007
|
openBlockingNeedCount: number;
|
|
2007
2008
|
deferredBlockingNeeds: {
|
|
2009
|
+
rationale: string;
|
|
2008
2010
|
ownerWorktree: string;
|
|
2009
2011
|
needUuid: string;
|
|
2010
|
-
disposition: "deferred";
|
|
2011
2012
|
needType: string;
|
|
2012
|
-
|
|
2013
|
+
disposition: "deferred";
|
|
2013
2014
|
blockingMode: "blocking";
|
|
2014
2015
|
evidenceRef: string;
|
|
2015
2016
|
blocksGv21Start: false;
|
|
@@ -2031,7 +2032,6 @@ declare function buildPreRebuildCloseoutGateRefusalFixtures(): ({
|
|
|
2031
2032
|
legacyPreferenceAfterHardCutAllowed: false;
|
|
2032
2033
|
deletionCriteria: string;
|
|
2033
2034
|
};
|
|
2034
|
-
graphWorktreeId: "tn7bf3aagze3dax530rb9yv1w188592m";
|
|
2035
2035
|
rowMigrationRequired: false;
|
|
2036
2036
|
graphV2MirrorRebuildBlocked: true;
|
|
2037
2037
|
gv21Handoff: {
|
|
@@ -2052,14 +2052,15 @@ declare function buildPreRebuildCloseoutGateRefusalFixtures(): ({
|
|
|
2052
2052
|
id: "row_migration_attempt";
|
|
2053
2053
|
packet: {
|
|
2054
2054
|
contractVersion: "pre_rebuild_closeout_gate_v1";
|
|
2055
|
+
graphWorktreeId: "tn7bf3aagze3dax530rb9yv1w188592m";
|
|
2055
2056
|
ownerWorktree: "GV2.0.7";
|
|
2056
2057
|
closeoutReceiptUuid: string;
|
|
2057
2058
|
completedPreflightWorktrees: {
|
|
2058
|
-
status: "completed";
|
|
2059
2059
|
worktree: "GV2.0.1" | "GV2.0.2" | "GV2.0.3" | "GV2.0.4" | "GV2.0.5" | "GV2.0.6";
|
|
2060
|
-
|
|
2060
|
+
status: "completed";
|
|
2061
2061
|
graphWorktreeId: string;
|
|
2062
2062
|
compositionKey: "prior_art_vocabulary_firewall_v1" | "transition_receipt_v1" | "source_material_total_partition_v1" | "typed_need_v1" | "parsimony_diagnostic_v1" | "retrieval_search_discovery_receipt_v1";
|
|
2063
|
+
docsAnchor: string;
|
|
2063
2064
|
fixturePath: string;
|
|
2064
2065
|
taskCount: number;
|
|
2065
2066
|
evidenceRef: string;
|
|
@@ -2071,11 +2072,11 @@ declare function buildPreRebuildCloseoutGateRefusalFixtures(): ({
|
|
|
2071
2072
|
typedNeedFixtureOpenBlockingNeedCount: number;
|
|
2072
2073
|
openBlockingNeedCount: number;
|
|
2073
2074
|
deferredBlockingNeeds: {
|
|
2075
|
+
rationale: string;
|
|
2074
2076
|
ownerWorktree: string;
|
|
2075
2077
|
needUuid: string;
|
|
2076
|
-
disposition: "deferred";
|
|
2077
2078
|
needType: string;
|
|
2078
|
-
|
|
2079
|
+
disposition: "deferred";
|
|
2079
2080
|
blockingMode: "blocking";
|
|
2080
2081
|
evidenceRef: string;
|
|
2081
2082
|
blocksGv21Start: false;
|
|
@@ -2097,7 +2098,6 @@ declare function buildPreRebuildCloseoutGateRefusalFixtures(): ({
|
|
|
2097
2098
|
legacyPreferenceAfterHardCutAllowed: false;
|
|
2098
2099
|
deletionCriteria: string;
|
|
2099
2100
|
};
|
|
2100
|
-
graphWorktreeId: "tn7bf3aagze3dax530rb9yv1w188592m";
|
|
2101
2101
|
rowMigrationRequired: false;
|
|
2102
2102
|
graphV2MirrorRebuildBlocked: true;
|
|
2103
2103
|
gv21Handoff: {
|
|
@@ -2118,14 +2118,15 @@ declare function buildPreRebuildCloseoutGateRefusalFixtures(): ({
|
|
|
2118
2118
|
id: "legacy_bridge_identity_preferred_after_hard_cut";
|
|
2119
2119
|
packet: {
|
|
2120
2120
|
contractVersion: "pre_rebuild_closeout_gate_v1";
|
|
2121
|
+
graphWorktreeId: "tn7bf3aagze3dax530rb9yv1w188592m";
|
|
2121
2122
|
ownerWorktree: "GV2.0.7";
|
|
2122
2123
|
closeoutReceiptUuid: string;
|
|
2123
2124
|
completedPreflightWorktrees: {
|
|
2124
|
-
status: "completed";
|
|
2125
2125
|
worktree: "GV2.0.1" | "GV2.0.2" | "GV2.0.3" | "GV2.0.4" | "GV2.0.5" | "GV2.0.6";
|
|
2126
|
-
|
|
2126
|
+
status: "completed";
|
|
2127
2127
|
graphWorktreeId: string;
|
|
2128
2128
|
compositionKey: "prior_art_vocabulary_firewall_v1" | "transition_receipt_v1" | "source_material_total_partition_v1" | "typed_need_v1" | "parsimony_diagnostic_v1" | "retrieval_search_discovery_receipt_v1";
|
|
2129
|
+
docsAnchor: string;
|
|
2129
2130
|
fixturePath: string;
|
|
2130
2131
|
taskCount: number;
|
|
2131
2132
|
evidenceRef: string;
|
|
@@ -2137,11 +2138,11 @@ declare function buildPreRebuildCloseoutGateRefusalFixtures(): ({
|
|
|
2137
2138
|
typedNeedFixtureOpenBlockingNeedCount: number;
|
|
2138
2139
|
openBlockingNeedCount: number;
|
|
2139
2140
|
deferredBlockingNeeds: {
|
|
2141
|
+
rationale: string;
|
|
2140
2142
|
ownerWorktree: string;
|
|
2141
2143
|
needUuid: string;
|
|
2142
|
-
disposition: "deferred";
|
|
2143
2144
|
needType: string;
|
|
2144
|
-
|
|
2145
|
+
disposition: "deferred";
|
|
2145
2146
|
blockingMode: "blocking";
|
|
2146
2147
|
evidenceRef: string;
|
|
2147
2148
|
blocksGv21Start: false;
|
|
@@ -2163,7 +2164,6 @@ declare function buildPreRebuildCloseoutGateRefusalFixtures(): ({
|
|
|
2163
2164
|
legacyPreferenceAfterHardCutAllowed: false;
|
|
2164
2165
|
deletionCriteria: string;
|
|
2165
2166
|
};
|
|
2166
|
-
graphWorktreeId: "tn7bf3aagze3dax530rb9yv1w188592m";
|
|
2167
2167
|
rowMigrationRequired: false;
|
|
2168
2168
|
graphV2MirrorRebuildBlocked: true;
|
|
2169
2169
|
gv21Handoff: {
|
|
@@ -2184,14 +2184,15 @@ declare function buildPreRebuildCloseoutGateRefusalFixtures(): ({
|
|
|
2184
2184
|
id: "gv21_handoff_uses_raw_convex_command";
|
|
2185
2185
|
packet: {
|
|
2186
2186
|
contractVersion: "pre_rebuild_closeout_gate_v1";
|
|
2187
|
+
graphWorktreeId: "tn7bf3aagze3dax530rb9yv1w188592m";
|
|
2187
2188
|
ownerWorktree: "GV2.0.7";
|
|
2188
2189
|
closeoutReceiptUuid: string;
|
|
2189
2190
|
completedPreflightWorktrees: {
|
|
2190
|
-
status: "completed";
|
|
2191
2191
|
worktree: "GV2.0.1" | "GV2.0.2" | "GV2.0.3" | "GV2.0.4" | "GV2.0.5" | "GV2.0.6";
|
|
2192
|
-
|
|
2192
|
+
status: "completed";
|
|
2193
2193
|
graphWorktreeId: string;
|
|
2194
2194
|
compositionKey: "prior_art_vocabulary_firewall_v1" | "transition_receipt_v1" | "source_material_total_partition_v1" | "typed_need_v1" | "parsimony_diagnostic_v1" | "retrieval_search_discovery_receipt_v1";
|
|
2195
|
+
docsAnchor: string;
|
|
2195
2196
|
fixturePath: string;
|
|
2196
2197
|
taskCount: number;
|
|
2197
2198
|
evidenceRef: string;
|
|
@@ -2203,11 +2204,11 @@ declare function buildPreRebuildCloseoutGateRefusalFixtures(): ({
|
|
|
2203
2204
|
typedNeedFixtureOpenBlockingNeedCount: number;
|
|
2204
2205
|
openBlockingNeedCount: number;
|
|
2205
2206
|
deferredBlockingNeeds: {
|
|
2207
|
+
rationale: string;
|
|
2206
2208
|
ownerWorktree: string;
|
|
2207
2209
|
needUuid: string;
|
|
2208
|
-
disposition: "deferred";
|
|
2209
2210
|
needType: string;
|
|
2210
|
-
|
|
2211
|
+
disposition: "deferred";
|
|
2211
2212
|
blockingMode: "blocking";
|
|
2212
2213
|
evidenceRef: string;
|
|
2213
2214
|
blocksGv21Start: false;
|
|
@@ -2229,7 +2230,6 @@ declare function buildPreRebuildCloseoutGateRefusalFixtures(): ({
|
|
|
2229
2230
|
legacyPreferenceAfterHardCutAllowed: false;
|
|
2230
2231
|
deletionCriteria: string;
|
|
2231
2232
|
};
|
|
2232
|
-
graphWorktreeId: "tn7bf3aagze3dax530rb9yv1w188592m";
|
|
2233
2233
|
rowMigrationRequired: false;
|
|
2234
2234
|
graphV2MirrorRebuildBlocked: true;
|
|
2235
2235
|
gv21Handoff: {
|