@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
|
@@ -65,10 +65,10 @@ declare const ResetAuthorizationPackageBaseSchema: z.ZodObject<{
|
|
|
65
65
|
status: "failed" | "captured" | "passed" | "sealed" | "rehearsed" | "missing";
|
|
66
66
|
receiptUuid: string;
|
|
67
67
|
generatedAt: number;
|
|
68
|
-
command: string;
|
|
69
|
-
axiomTraceId: string;
|
|
70
68
|
graphReceiptId: string;
|
|
71
69
|
artifactPath: string;
|
|
70
|
+
axiomTraceId: string;
|
|
71
|
+
command: string;
|
|
72
72
|
kind: "staging_seal" | "prod_backup" | "reset_dry_run" | "seed_dry_run" | "rollback_rehearsal";
|
|
73
73
|
checksum: string;
|
|
74
74
|
targetDeployment: string;
|
|
@@ -77,10 +77,10 @@ declare const ResetAuthorizationPackageBaseSchema: z.ZodObject<{
|
|
|
77
77
|
status: "failed" | "captured" | "passed" | "sealed" | "rehearsed" | "missing";
|
|
78
78
|
receiptUuid: string;
|
|
79
79
|
generatedAt: number;
|
|
80
|
-
command: string;
|
|
81
|
-
axiomTraceId: string;
|
|
82
80
|
graphReceiptId: string;
|
|
83
81
|
artifactPath: string;
|
|
82
|
+
axiomTraceId: string;
|
|
83
|
+
command: string;
|
|
84
84
|
kind: "staging_seal" | "prod_backup" | "reset_dry_run" | "seed_dry_run" | "rollback_rehearsal";
|
|
85
85
|
checksum: string;
|
|
86
86
|
targetDeployment: string;
|
|
@@ -165,13 +165,13 @@ declare const ResetAuthorizationPackageBaseSchema: z.ZodObject<{
|
|
|
165
165
|
status: z.ZodEnum<["satisfied", "blocked", "pending"]>;
|
|
166
166
|
proofRef: z.ZodString;
|
|
167
167
|
}, "strip", z.ZodTypeAny, {
|
|
168
|
-
status: "blocked" | "satisfied" | "pending";
|
|
169
168
|
worktree: string;
|
|
169
|
+
status: "satisfied" | "blocked" | "pending";
|
|
170
170
|
compositionKey: string;
|
|
171
171
|
proofRef: string;
|
|
172
172
|
}, {
|
|
173
|
-
status: "blocked" | "satisfied" | "pending";
|
|
174
173
|
worktree: string;
|
|
174
|
+
status: "satisfied" | "blocked" | "pending";
|
|
175
175
|
compositionKey: string;
|
|
176
176
|
proofRef: string;
|
|
177
177
|
}>, "many">;
|
|
@@ -226,13 +226,10 @@ declare const ResetAuthorizationPackageBaseSchema: z.ZodObject<{
|
|
|
226
226
|
docs: z.ZodArray<z.ZodString, "many">;
|
|
227
227
|
}, "strip", z.ZodTypeAny, {
|
|
228
228
|
worktree: "C2-GF.8";
|
|
229
|
-
|
|
229
|
+
blockingFailures: ("missing_staging_seal_receipt" | "missing_prod_backup_receipt" | "missing_reset_dry_run_receipt" | "missing_seed_dry_run_receipt" | "missing_rollback_rehearsal_receipt" | "failed_receipt_status" | "missing_allowed_script" | "unapproved_script_path" | "forbidden_raw_mutation_path_allowed" | "missing_manual_pete_approval_placeholder" | "missing_live_apply_stop_condition" | "missing_graph_v2_handoff" | "missing_prerequisite_gate_binding" | "missing_rollback_command" | "destructive_live_apply_without_pete_approval")[];
|
|
230
230
|
contractVersion: "c2_gf_reset_authorization_package.v1";
|
|
231
|
+
lane: "c2-gf-avatar-tree-foundation";
|
|
231
232
|
requiredSignals: ("staging_seal_receipt" | "prod_backup_receipt" | "reset_dry_run_receipt" | "seed_dry_run_receipt" | "rollback_rehearsal_receipt" | "allowed_script_manifest" | "forbidden_mutation_paths" | "manual_pete_approval_placeholder" | "live_apply_stop_condition" | "graph_v2_handoff_package" | "prerequisite_gate_bindings")[];
|
|
232
|
-
dependsOn: string[];
|
|
233
|
-
graphWorktreeId: "tn7drceqhrmbdfydhtm8ecf52s87zdsr";
|
|
234
|
-
docs: string[];
|
|
235
|
-
blockingFailures: ("missing_staging_seal_receipt" | "missing_prod_backup_receipt" | "missing_reset_dry_run_receipt" | "missing_seed_dry_run_receipt" | "missing_rollback_rehearsal_receipt" | "failed_receipt_status" | "missing_allowed_script" | "unapproved_script_path" | "forbidden_raw_mutation_path_allowed" | "missing_manual_pete_approval_placeholder" | "missing_live_apply_stop_condition" | "missing_graph_v2_handoff" | "missing_prerequisite_gate_binding" | "missing_rollback_command" | "destructive_live_apply_without_pete_approval")[];
|
|
236
233
|
expectedEvaluation: {
|
|
237
234
|
outcome: "ready_for_pete_approval" | "blocked_graph_v2_reset" | "authorized_for_live_reset";
|
|
238
235
|
blockingFailures: ("missing_staging_seal_receipt" | "missing_prod_backup_receipt" | "missing_reset_dry_run_receipt" | "missing_seed_dry_run_receipt" | "missing_rollback_rehearsal_receipt" | "failed_receipt_status" | "missing_allowed_script" | "unapproved_script_path" | "forbidden_raw_mutation_path_allowed" | "missing_manual_pete_approval_placeholder" | "missing_live_apply_stop_condition" | "missing_graph_v2_handoff" | "missing_prerequisite_gate_binding" | "missing_rollback_command" | "destructive_live_apply_without_pete_approval")[];
|
|
@@ -242,7 +239,9 @@ declare const ResetAuthorizationPackageBaseSchema: z.ZodObject<{
|
|
|
242
239
|
packageComplete: boolean;
|
|
243
240
|
liveApplyBlocked: boolean;
|
|
244
241
|
};
|
|
242
|
+
graphWorktreeId: "tn7drceqhrmbdfydhtm8ecf52s87zdsr";
|
|
245
243
|
compositionKey: "reset_authorization_package_v1";
|
|
244
|
+
dependsOn: string[];
|
|
246
245
|
quality: {
|
|
247
246
|
receiptCoverage: number;
|
|
248
247
|
commandCoverage: number;
|
|
@@ -252,14 +251,15 @@ declare const ResetAuthorizationPackageBaseSchema: z.ZodObject<{
|
|
|
252
251
|
manualApprovalCoverage: number;
|
|
253
252
|
};
|
|
254
253
|
runtimePosture: "target_state_package_no_live_reset";
|
|
254
|
+
docs: string[];
|
|
255
255
|
receipts: {
|
|
256
256
|
status: "failed" | "captured" | "passed" | "sealed" | "rehearsed" | "missing";
|
|
257
257
|
receiptUuid: string;
|
|
258
258
|
generatedAt: number;
|
|
259
|
-
command: string;
|
|
260
|
-
axiomTraceId: string;
|
|
261
259
|
graphReceiptId: string;
|
|
262
260
|
artifactPath: string;
|
|
261
|
+
axiomTraceId: string;
|
|
262
|
+
command: string;
|
|
263
263
|
kind: "staging_seal" | "prod_backup" | "reset_dry_run" | "seed_dry_run" | "rollback_rehearsal";
|
|
264
264
|
checksum: string;
|
|
265
265
|
targetDeployment: string;
|
|
@@ -295,20 +295,17 @@ declare const ResetAuthorizationPackageBaseSchema: z.ZodObject<{
|
|
|
295
295
|
requiredBeforeDestructiveReset: string[];
|
|
296
296
|
};
|
|
297
297
|
prerequisiteGates: {
|
|
298
|
-
status: "blocked" | "satisfied" | "pending";
|
|
299
298
|
worktree: string;
|
|
299
|
+
status: "satisfied" | "blocked" | "pending";
|
|
300
300
|
compositionKey: string;
|
|
301
301
|
proofRef: string;
|
|
302
302
|
}[];
|
|
303
303
|
}, {
|
|
304
304
|
worktree: "C2-GF.8";
|
|
305
|
-
|
|
305
|
+
blockingFailures: ("missing_staging_seal_receipt" | "missing_prod_backup_receipt" | "missing_reset_dry_run_receipt" | "missing_seed_dry_run_receipt" | "missing_rollback_rehearsal_receipt" | "failed_receipt_status" | "missing_allowed_script" | "unapproved_script_path" | "forbidden_raw_mutation_path_allowed" | "missing_manual_pete_approval_placeholder" | "missing_live_apply_stop_condition" | "missing_graph_v2_handoff" | "missing_prerequisite_gate_binding" | "missing_rollback_command" | "destructive_live_apply_without_pete_approval")[];
|
|
306
306
|
contractVersion: "c2_gf_reset_authorization_package.v1";
|
|
307
|
+
lane: "c2-gf-avatar-tree-foundation";
|
|
307
308
|
requiredSignals: ("staging_seal_receipt" | "prod_backup_receipt" | "reset_dry_run_receipt" | "seed_dry_run_receipt" | "rollback_rehearsal_receipt" | "allowed_script_manifest" | "forbidden_mutation_paths" | "manual_pete_approval_placeholder" | "live_apply_stop_condition" | "graph_v2_handoff_package" | "prerequisite_gate_bindings")[];
|
|
308
|
-
dependsOn: string[];
|
|
309
|
-
graphWorktreeId: "tn7drceqhrmbdfydhtm8ecf52s87zdsr";
|
|
310
|
-
docs: string[];
|
|
311
|
-
blockingFailures: ("missing_staging_seal_receipt" | "missing_prod_backup_receipt" | "missing_reset_dry_run_receipt" | "missing_seed_dry_run_receipt" | "missing_rollback_rehearsal_receipt" | "failed_receipt_status" | "missing_allowed_script" | "unapproved_script_path" | "forbidden_raw_mutation_path_allowed" | "missing_manual_pete_approval_placeholder" | "missing_live_apply_stop_condition" | "missing_graph_v2_handoff" | "missing_prerequisite_gate_binding" | "missing_rollback_command" | "destructive_live_apply_without_pete_approval")[];
|
|
312
309
|
expectedEvaluation: {
|
|
313
310
|
outcome: "ready_for_pete_approval" | "blocked_graph_v2_reset" | "authorized_for_live_reset";
|
|
314
311
|
blockingFailures: ("missing_staging_seal_receipt" | "missing_prod_backup_receipt" | "missing_reset_dry_run_receipt" | "missing_seed_dry_run_receipt" | "missing_rollback_rehearsal_receipt" | "failed_receipt_status" | "missing_allowed_script" | "unapproved_script_path" | "forbidden_raw_mutation_path_allowed" | "missing_manual_pete_approval_placeholder" | "missing_live_apply_stop_condition" | "missing_graph_v2_handoff" | "missing_prerequisite_gate_binding" | "missing_rollback_command" | "destructive_live_apply_without_pete_approval")[];
|
|
@@ -318,7 +315,9 @@ declare const ResetAuthorizationPackageBaseSchema: z.ZodObject<{
|
|
|
318
315
|
packageComplete: boolean;
|
|
319
316
|
liveApplyBlocked: boolean;
|
|
320
317
|
};
|
|
318
|
+
graphWorktreeId: "tn7drceqhrmbdfydhtm8ecf52s87zdsr";
|
|
321
319
|
compositionKey: "reset_authorization_package_v1";
|
|
320
|
+
dependsOn: string[];
|
|
322
321
|
quality: {
|
|
323
322
|
receiptCoverage: number;
|
|
324
323
|
commandCoverage: number;
|
|
@@ -328,14 +327,15 @@ declare const ResetAuthorizationPackageBaseSchema: z.ZodObject<{
|
|
|
328
327
|
manualApprovalCoverage: number;
|
|
329
328
|
};
|
|
330
329
|
runtimePosture: "target_state_package_no_live_reset";
|
|
330
|
+
docs: string[];
|
|
331
331
|
receipts: {
|
|
332
332
|
status: "failed" | "captured" | "passed" | "sealed" | "rehearsed" | "missing";
|
|
333
333
|
receiptUuid: string;
|
|
334
334
|
generatedAt: number;
|
|
335
|
-
command: string;
|
|
336
|
-
axiomTraceId: string;
|
|
337
335
|
graphReceiptId: string;
|
|
338
336
|
artifactPath: string;
|
|
337
|
+
axiomTraceId: string;
|
|
338
|
+
command: string;
|
|
339
339
|
kind: "staging_seal" | "prod_backup" | "reset_dry_run" | "seed_dry_run" | "rollback_rehearsal";
|
|
340
340
|
checksum: string;
|
|
341
341
|
targetDeployment: string;
|
|
@@ -371,8 +371,8 @@ declare const ResetAuthorizationPackageBaseSchema: z.ZodObject<{
|
|
|
371
371
|
requiredBeforeDestructiveReset: string[];
|
|
372
372
|
};
|
|
373
373
|
prerequisiteGates: {
|
|
374
|
-
status: "blocked" | "satisfied" | "pending";
|
|
375
374
|
worktree: string;
|
|
375
|
+
status: "satisfied" | "blocked" | "pending";
|
|
376
376
|
compositionKey: string;
|
|
377
377
|
proofRef: string;
|
|
378
378
|
}[];
|
|
@@ -404,10 +404,10 @@ declare const ResetAuthorizationPackageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
404
404
|
status: "failed" | "captured" | "passed" | "sealed" | "rehearsed" | "missing";
|
|
405
405
|
receiptUuid: string;
|
|
406
406
|
generatedAt: number;
|
|
407
|
-
command: string;
|
|
408
|
-
axiomTraceId: string;
|
|
409
407
|
graphReceiptId: string;
|
|
410
408
|
artifactPath: string;
|
|
409
|
+
axiomTraceId: string;
|
|
410
|
+
command: string;
|
|
411
411
|
kind: "staging_seal" | "prod_backup" | "reset_dry_run" | "seed_dry_run" | "rollback_rehearsal";
|
|
412
412
|
checksum: string;
|
|
413
413
|
targetDeployment: string;
|
|
@@ -416,10 +416,10 @@ declare const ResetAuthorizationPackageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
416
416
|
status: "failed" | "captured" | "passed" | "sealed" | "rehearsed" | "missing";
|
|
417
417
|
receiptUuid: string;
|
|
418
418
|
generatedAt: number;
|
|
419
|
-
command: string;
|
|
420
|
-
axiomTraceId: string;
|
|
421
419
|
graphReceiptId: string;
|
|
422
420
|
artifactPath: string;
|
|
421
|
+
axiomTraceId: string;
|
|
422
|
+
command: string;
|
|
423
423
|
kind: "staging_seal" | "prod_backup" | "reset_dry_run" | "seed_dry_run" | "rollback_rehearsal";
|
|
424
424
|
checksum: string;
|
|
425
425
|
targetDeployment: string;
|
|
@@ -504,13 +504,13 @@ declare const ResetAuthorizationPackageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
504
504
|
status: z.ZodEnum<["satisfied", "blocked", "pending"]>;
|
|
505
505
|
proofRef: z.ZodString;
|
|
506
506
|
}, "strip", z.ZodTypeAny, {
|
|
507
|
-
status: "blocked" | "satisfied" | "pending";
|
|
508
507
|
worktree: string;
|
|
508
|
+
status: "satisfied" | "blocked" | "pending";
|
|
509
509
|
compositionKey: string;
|
|
510
510
|
proofRef: string;
|
|
511
511
|
}, {
|
|
512
|
-
status: "blocked" | "satisfied" | "pending";
|
|
513
512
|
worktree: string;
|
|
513
|
+
status: "satisfied" | "blocked" | "pending";
|
|
514
514
|
compositionKey: string;
|
|
515
515
|
proofRef: string;
|
|
516
516
|
}>, "many">;
|
|
@@ -565,13 +565,10 @@ declare const ResetAuthorizationPackageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
565
565
|
docs: z.ZodArray<z.ZodString, "many">;
|
|
566
566
|
}, "strip", z.ZodTypeAny, {
|
|
567
567
|
worktree: "C2-GF.8";
|
|
568
|
-
|
|
568
|
+
blockingFailures: ("missing_staging_seal_receipt" | "missing_prod_backup_receipt" | "missing_reset_dry_run_receipt" | "missing_seed_dry_run_receipt" | "missing_rollback_rehearsal_receipt" | "failed_receipt_status" | "missing_allowed_script" | "unapproved_script_path" | "forbidden_raw_mutation_path_allowed" | "missing_manual_pete_approval_placeholder" | "missing_live_apply_stop_condition" | "missing_graph_v2_handoff" | "missing_prerequisite_gate_binding" | "missing_rollback_command" | "destructive_live_apply_without_pete_approval")[];
|
|
569
569
|
contractVersion: "c2_gf_reset_authorization_package.v1";
|
|
570
|
+
lane: "c2-gf-avatar-tree-foundation";
|
|
570
571
|
requiredSignals: ("staging_seal_receipt" | "prod_backup_receipt" | "reset_dry_run_receipt" | "seed_dry_run_receipt" | "rollback_rehearsal_receipt" | "allowed_script_manifest" | "forbidden_mutation_paths" | "manual_pete_approval_placeholder" | "live_apply_stop_condition" | "graph_v2_handoff_package" | "prerequisite_gate_bindings")[];
|
|
571
|
-
dependsOn: string[];
|
|
572
|
-
graphWorktreeId: "tn7drceqhrmbdfydhtm8ecf52s87zdsr";
|
|
573
|
-
docs: string[];
|
|
574
|
-
blockingFailures: ("missing_staging_seal_receipt" | "missing_prod_backup_receipt" | "missing_reset_dry_run_receipt" | "missing_seed_dry_run_receipt" | "missing_rollback_rehearsal_receipt" | "failed_receipt_status" | "missing_allowed_script" | "unapproved_script_path" | "forbidden_raw_mutation_path_allowed" | "missing_manual_pete_approval_placeholder" | "missing_live_apply_stop_condition" | "missing_graph_v2_handoff" | "missing_prerequisite_gate_binding" | "missing_rollback_command" | "destructive_live_apply_without_pete_approval")[];
|
|
575
572
|
expectedEvaluation: {
|
|
576
573
|
outcome: "ready_for_pete_approval" | "blocked_graph_v2_reset" | "authorized_for_live_reset";
|
|
577
574
|
blockingFailures: ("missing_staging_seal_receipt" | "missing_prod_backup_receipt" | "missing_reset_dry_run_receipt" | "missing_seed_dry_run_receipt" | "missing_rollback_rehearsal_receipt" | "failed_receipt_status" | "missing_allowed_script" | "unapproved_script_path" | "forbidden_raw_mutation_path_allowed" | "missing_manual_pete_approval_placeholder" | "missing_live_apply_stop_condition" | "missing_graph_v2_handoff" | "missing_prerequisite_gate_binding" | "missing_rollback_command" | "destructive_live_apply_without_pete_approval")[];
|
|
@@ -581,7 +578,9 @@ declare const ResetAuthorizationPackageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
581
578
|
packageComplete: boolean;
|
|
582
579
|
liveApplyBlocked: boolean;
|
|
583
580
|
};
|
|
581
|
+
graphWorktreeId: "tn7drceqhrmbdfydhtm8ecf52s87zdsr";
|
|
584
582
|
compositionKey: "reset_authorization_package_v1";
|
|
583
|
+
dependsOn: string[];
|
|
585
584
|
quality: {
|
|
586
585
|
receiptCoverage: number;
|
|
587
586
|
commandCoverage: number;
|
|
@@ -591,14 +590,15 @@ declare const ResetAuthorizationPackageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
591
590
|
manualApprovalCoverage: number;
|
|
592
591
|
};
|
|
593
592
|
runtimePosture: "target_state_package_no_live_reset";
|
|
593
|
+
docs: string[];
|
|
594
594
|
receipts: {
|
|
595
595
|
status: "failed" | "captured" | "passed" | "sealed" | "rehearsed" | "missing";
|
|
596
596
|
receiptUuid: string;
|
|
597
597
|
generatedAt: number;
|
|
598
|
-
command: string;
|
|
599
|
-
axiomTraceId: string;
|
|
600
598
|
graphReceiptId: string;
|
|
601
599
|
artifactPath: string;
|
|
600
|
+
axiomTraceId: string;
|
|
601
|
+
command: string;
|
|
602
602
|
kind: "staging_seal" | "prod_backup" | "reset_dry_run" | "seed_dry_run" | "rollback_rehearsal";
|
|
603
603
|
checksum: string;
|
|
604
604
|
targetDeployment: string;
|
|
@@ -634,20 +634,17 @@ declare const ResetAuthorizationPackageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
634
634
|
requiredBeforeDestructiveReset: string[];
|
|
635
635
|
};
|
|
636
636
|
prerequisiteGates: {
|
|
637
|
-
status: "blocked" | "satisfied" | "pending";
|
|
638
637
|
worktree: string;
|
|
638
|
+
status: "satisfied" | "blocked" | "pending";
|
|
639
639
|
compositionKey: string;
|
|
640
640
|
proofRef: string;
|
|
641
641
|
}[];
|
|
642
642
|
}, {
|
|
643
643
|
worktree: "C2-GF.8";
|
|
644
|
-
|
|
644
|
+
blockingFailures: ("missing_staging_seal_receipt" | "missing_prod_backup_receipt" | "missing_reset_dry_run_receipt" | "missing_seed_dry_run_receipt" | "missing_rollback_rehearsal_receipt" | "failed_receipt_status" | "missing_allowed_script" | "unapproved_script_path" | "forbidden_raw_mutation_path_allowed" | "missing_manual_pete_approval_placeholder" | "missing_live_apply_stop_condition" | "missing_graph_v2_handoff" | "missing_prerequisite_gate_binding" | "missing_rollback_command" | "destructive_live_apply_without_pete_approval")[];
|
|
645
645
|
contractVersion: "c2_gf_reset_authorization_package.v1";
|
|
646
|
+
lane: "c2-gf-avatar-tree-foundation";
|
|
646
647
|
requiredSignals: ("staging_seal_receipt" | "prod_backup_receipt" | "reset_dry_run_receipt" | "seed_dry_run_receipt" | "rollback_rehearsal_receipt" | "allowed_script_manifest" | "forbidden_mutation_paths" | "manual_pete_approval_placeholder" | "live_apply_stop_condition" | "graph_v2_handoff_package" | "prerequisite_gate_bindings")[];
|
|
647
|
-
dependsOn: string[];
|
|
648
|
-
graphWorktreeId: "tn7drceqhrmbdfydhtm8ecf52s87zdsr";
|
|
649
|
-
docs: string[];
|
|
650
|
-
blockingFailures: ("missing_staging_seal_receipt" | "missing_prod_backup_receipt" | "missing_reset_dry_run_receipt" | "missing_seed_dry_run_receipt" | "missing_rollback_rehearsal_receipt" | "failed_receipt_status" | "missing_allowed_script" | "unapproved_script_path" | "forbidden_raw_mutation_path_allowed" | "missing_manual_pete_approval_placeholder" | "missing_live_apply_stop_condition" | "missing_graph_v2_handoff" | "missing_prerequisite_gate_binding" | "missing_rollback_command" | "destructive_live_apply_without_pete_approval")[];
|
|
651
648
|
expectedEvaluation: {
|
|
652
649
|
outcome: "ready_for_pete_approval" | "blocked_graph_v2_reset" | "authorized_for_live_reset";
|
|
653
650
|
blockingFailures: ("missing_staging_seal_receipt" | "missing_prod_backup_receipt" | "missing_reset_dry_run_receipt" | "missing_seed_dry_run_receipt" | "missing_rollback_rehearsal_receipt" | "failed_receipt_status" | "missing_allowed_script" | "unapproved_script_path" | "forbidden_raw_mutation_path_allowed" | "missing_manual_pete_approval_placeholder" | "missing_live_apply_stop_condition" | "missing_graph_v2_handoff" | "missing_prerequisite_gate_binding" | "missing_rollback_command" | "destructive_live_apply_without_pete_approval")[];
|
|
@@ -657,7 +654,9 @@ declare const ResetAuthorizationPackageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
657
654
|
packageComplete: boolean;
|
|
658
655
|
liveApplyBlocked: boolean;
|
|
659
656
|
};
|
|
657
|
+
graphWorktreeId: "tn7drceqhrmbdfydhtm8ecf52s87zdsr";
|
|
660
658
|
compositionKey: "reset_authorization_package_v1";
|
|
659
|
+
dependsOn: string[];
|
|
661
660
|
quality: {
|
|
662
661
|
receiptCoverage: number;
|
|
663
662
|
commandCoverage: number;
|
|
@@ -667,14 +666,15 @@ declare const ResetAuthorizationPackageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
667
666
|
manualApprovalCoverage: number;
|
|
668
667
|
};
|
|
669
668
|
runtimePosture: "target_state_package_no_live_reset";
|
|
669
|
+
docs: string[];
|
|
670
670
|
receipts: {
|
|
671
671
|
status: "failed" | "captured" | "passed" | "sealed" | "rehearsed" | "missing";
|
|
672
672
|
receiptUuid: string;
|
|
673
673
|
generatedAt: number;
|
|
674
|
-
command: string;
|
|
675
|
-
axiomTraceId: string;
|
|
676
674
|
graphReceiptId: string;
|
|
677
675
|
artifactPath: string;
|
|
676
|
+
axiomTraceId: string;
|
|
677
|
+
command: string;
|
|
678
678
|
kind: "staging_seal" | "prod_backup" | "reset_dry_run" | "seed_dry_run" | "rollback_rehearsal";
|
|
679
679
|
checksum: string;
|
|
680
680
|
targetDeployment: string;
|
|
@@ -710,20 +710,17 @@ declare const ResetAuthorizationPackageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
710
710
|
requiredBeforeDestructiveReset: string[];
|
|
711
711
|
};
|
|
712
712
|
prerequisiteGates: {
|
|
713
|
-
status: "blocked" | "satisfied" | "pending";
|
|
714
713
|
worktree: string;
|
|
714
|
+
status: "satisfied" | "blocked" | "pending";
|
|
715
715
|
compositionKey: string;
|
|
716
716
|
proofRef: string;
|
|
717
717
|
}[];
|
|
718
718
|
}>, {
|
|
719
719
|
worktree: "C2-GF.8";
|
|
720
|
-
|
|
720
|
+
blockingFailures: ("missing_staging_seal_receipt" | "missing_prod_backup_receipt" | "missing_reset_dry_run_receipt" | "missing_seed_dry_run_receipt" | "missing_rollback_rehearsal_receipt" | "failed_receipt_status" | "missing_allowed_script" | "unapproved_script_path" | "forbidden_raw_mutation_path_allowed" | "missing_manual_pete_approval_placeholder" | "missing_live_apply_stop_condition" | "missing_graph_v2_handoff" | "missing_prerequisite_gate_binding" | "missing_rollback_command" | "destructive_live_apply_without_pete_approval")[];
|
|
721
721
|
contractVersion: "c2_gf_reset_authorization_package.v1";
|
|
722
|
+
lane: "c2-gf-avatar-tree-foundation";
|
|
722
723
|
requiredSignals: ("staging_seal_receipt" | "prod_backup_receipt" | "reset_dry_run_receipt" | "seed_dry_run_receipt" | "rollback_rehearsal_receipt" | "allowed_script_manifest" | "forbidden_mutation_paths" | "manual_pete_approval_placeholder" | "live_apply_stop_condition" | "graph_v2_handoff_package" | "prerequisite_gate_bindings")[];
|
|
723
|
-
dependsOn: string[];
|
|
724
|
-
graphWorktreeId: "tn7drceqhrmbdfydhtm8ecf52s87zdsr";
|
|
725
|
-
docs: string[];
|
|
726
|
-
blockingFailures: ("missing_staging_seal_receipt" | "missing_prod_backup_receipt" | "missing_reset_dry_run_receipt" | "missing_seed_dry_run_receipt" | "missing_rollback_rehearsal_receipt" | "failed_receipt_status" | "missing_allowed_script" | "unapproved_script_path" | "forbidden_raw_mutation_path_allowed" | "missing_manual_pete_approval_placeholder" | "missing_live_apply_stop_condition" | "missing_graph_v2_handoff" | "missing_prerequisite_gate_binding" | "missing_rollback_command" | "destructive_live_apply_without_pete_approval")[];
|
|
727
724
|
expectedEvaluation: {
|
|
728
725
|
outcome: "ready_for_pete_approval" | "blocked_graph_v2_reset" | "authorized_for_live_reset";
|
|
729
726
|
blockingFailures: ("missing_staging_seal_receipt" | "missing_prod_backup_receipt" | "missing_reset_dry_run_receipt" | "missing_seed_dry_run_receipt" | "missing_rollback_rehearsal_receipt" | "failed_receipt_status" | "missing_allowed_script" | "unapproved_script_path" | "forbidden_raw_mutation_path_allowed" | "missing_manual_pete_approval_placeholder" | "missing_live_apply_stop_condition" | "missing_graph_v2_handoff" | "missing_prerequisite_gate_binding" | "missing_rollback_command" | "destructive_live_apply_without_pete_approval")[];
|
|
@@ -733,7 +730,9 @@ declare const ResetAuthorizationPackageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
733
730
|
packageComplete: boolean;
|
|
734
731
|
liveApplyBlocked: boolean;
|
|
735
732
|
};
|
|
733
|
+
graphWorktreeId: "tn7drceqhrmbdfydhtm8ecf52s87zdsr";
|
|
736
734
|
compositionKey: "reset_authorization_package_v1";
|
|
735
|
+
dependsOn: string[];
|
|
737
736
|
quality: {
|
|
738
737
|
receiptCoverage: number;
|
|
739
738
|
commandCoverage: number;
|
|
@@ -743,14 +742,15 @@ declare const ResetAuthorizationPackageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
743
742
|
manualApprovalCoverage: number;
|
|
744
743
|
};
|
|
745
744
|
runtimePosture: "target_state_package_no_live_reset";
|
|
745
|
+
docs: string[];
|
|
746
746
|
receipts: {
|
|
747
747
|
status: "failed" | "captured" | "passed" | "sealed" | "rehearsed" | "missing";
|
|
748
748
|
receiptUuid: string;
|
|
749
749
|
generatedAt: number;
|
|
750
|
-
command: string;
|
|
751
|
-
axiomTraceId: string;
|
|
752
750
|
graphReceiptId: string;
|
|
753
751
|
artifactPath: string;
|
|
752
|
+
axiomTraceId: string;
|
|
753
|
+
command: string;
|
|
754
754
|
kind: "staging_seal" | "prod_backup" | "reset_dry_run" | "seed_dry_run" | "rollback_rehearsal";
|
|
755
755
|
checksum: string;
|
|
756
756
|
targetDeployment: string;
|
|
@@ -786,20 +786,17 @@ declare const ResetAuthorizationPackageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
786
786
|
requiredBeforeDestructiveReset: string[];
|
|
787
787
|
};
|
|
788
788
|
prerequisiteGates: {
|
|
789
|
-
status: "blocked" | "satisfied" | "pending";
|
|
790
789
|
worktree: string;
|
|
790
|
+
status: "satisfied" | "blocked" | "pending";
|
|
791
791
|
compositionKey: string;
|
|
792
792
|
proofRef: string;
|
|
793
793
|
}[];
|
|
794
794
|
}, {
|
|
795
795
|
worktree: "C2-GF.8";
|
|
796
|
-
|
|
796
|
+
blockingFailures: ("missing_staging_seal_receipt" | "missing_prod_backup_receipt" | "missing_reset_dry_run_receipt" | "missing_seed_dry_run_receipt" | "missing_rollback_rehearsal_receipt" | "failed_receipt_status" | "missing_allowed_script" | "unapproved_script_path" | "forbidden_raw_mutation_path_allowed" | "missing_manual_pete_approval_placeholder" | "missing_live_apply_stop_condition" | "missing_graph_v2_handoff" | "missing_prerequisite_gate_binding" | "missing_rollback_command" | "destructive_live_apply_without_pete_approval")[];
|
|
797
797
|
contractVersion: "c2_gf_reset_authorization_package.v1";
|
|
798
|
+
lane: "c2-gf-avatar-tree-foundation";
|
|
798
799
|
requiredSignals: ("staging_seal_receipt" | "prod_backup_receipt" | "reset_dry_run_receipt" | "seed_dry_run_receipt" | "rollback_rehearsal_receipt" | "allowed_script_manifest" | "forbidden_mutation_paths" | "manual_pete_approval_placeholder" | "live_apply_stop_condition" | "graph_v2_handoff_package" | "prerequisite_gate_bindings")[];
|
|
799
|
-
dependsOn: string[];
|
|
800
|
-
graphWorktreeId: "tn7drceqhrmbdfydhtm8ecf52s87zdsr";
|
|
801
|
-
docs: string[];
|
|
802
|
-
blockingFailures: ("missing_staging_seal_receipt" | "missing_prod_backup_receipt" | "missing_reset_dry_run_receipt" | "missing_seed_dry_run_receipt" | "missing_rollback_rehearsal_receipt" | "failed_receipt_status" | "missing_allowed_script" | "unapproved_script_path" | "forbidden_raw_mutation_path_allowed" | "missing_manual_pete_approval_placeholder" | "missing_live_apply_stop_condition" | "missing_graph_v2_handoff" | "missing_prerequisite_gate_binding" | "missing_rollback_command" | "destructive_live_apply_without_pete_approval")[];
|
|
803
800
|
expectedEvaluation: {
|
|
804
801
|
outcome: "ready_for_pete_approval" | "blocked_graph_v2_reset" | "authorized_for_live_reset";
|
|
805
802
|
blockingFailures: ("missing_staging_seal_receipt" | "missing_prod_backup_receipt" | "missing_reset_dry_run_receipt" | "missing_seed_dry_run_receipt" | "missing_rollback_rehearsal_receipt" | "failed_receipt_status" | "missing_allowed_script" | "unapproved_script_path" | "forbidden_raw_mutation_path_allowed" | "missing_manual_pete_approval_placeholder" | "missing_live_apply_stop_condition" | "missing_graph_v2_handoff" | "missing_prerequisite_gate_binding" | "missing_rollback_command" | "destructive_live_apply_without_pete_approval")[];
|
|
@@ -809,7 +806,9 @@ declare const ResetAuthorizationPackageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
809
806
|
packageComplete: boolean;
|
|
810
807
|
liveApplyBlocked: boolean;
|
|
811
808
|
};
|
|
809
|
+
graphWorktreeId: "tn7drceqhrmbdfydhtm8ecf52s87zdsr";
|
|
812
810
|
compositionKey: "reset_authorization_package_v1";
|
|
811
|
+
dependsOn: string[];
|
|
813
812
|
quality: {
|
|
814
813
|
receiptCoverage: number;
|
|
815
814
|
commandCoverage: number;
|
|
@@ -819,14 +818,15 @@ declare const ResetAuthorizationPackageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
819
818
|
manualApprovalCoverage: number;
|
|
820
819
|
};
|
|
821
820
|
runtimePosture: "target_state_package_no_live_reset";
|
|
821
|
+
docs: string[];
|
|
822
822
|
receipts: {
|
|
823
823
|
status: "failed" | "captured" | "passed" | "sealed" | "rehearsed" | "missing";
|
|
824
824
|
receiptUuid: string;
|
|
825
825
|
generatedAt: number;
|
|
826
|
-
command: string;
|
|
827
|
-
axiomTraceId: string;
|
|
828
826
|
graphReceiptId: string;
|
|
829
827
|
artifactPath: string;
|
|
828
|
+
axiomTraceId: string;
|
|
829
|
+
command: string;
|
|
830
830
|
kind: "staging_seal" | "prod_backup" | "reset_dry_run" | "seed_dry_run" | "rollback_rehearsal";
|
|
831
831
|
checksum: string;
|
|
832
832
|
targetDeployment: string;
|
|
@@ -862,8 +862,8 @@ declare const ResetAuthorizationPackageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
862
862
|
requiredBeforeDestructiveReset: string[];
|
|
863
863
|
};
|
|
864
864
|
prerequisiteGates: {
|
|
865
|
-
status: "blocked" | "satisfied" | "pending";
|
|
866
865
|
worktree: string;
|
|
866
|
+
status: "satisfied" | "blocked" | "pending";
|
|
867
867
|
compositionKey: string;
|
|
868
868
|
proofRef: string;
|
|
869
869
|
}[];
|
|
@@ -896,10 +896,10 @@ declare const RESET_AUTHORIZATION_PACKAGE_CONTRACT: {
|
|
|
896
896
|
status: "failed" | "captured" | "passed" | "sealed" | "rehearsed" | "missing";
|
|
897
897
|
receiptUuid: string;
|
|
898
898
|
generatedAt: number;
|
|
899
|
-
command: string;
|
|
900
|
-
axiomTraceId: string;
|
|
901
899
|
graphReceiptId: string;
|
|
902
900
|
artifactPath: string;
|
|
901
|
+
axiomTraceId: string;
|
|
902
|
+
command: string;
|
|
903
903
|
kind: "staging_seal" | "prod_backup" | "reset_dry_run" | "seed_dry_run" | "rollback_rehearsal";
|
|
904
904
|
checksum: string;
|
|
905
905
|
targetDeployment: string;
|
|
@@ -951,13 +951,10 @@ declare const RESET_AUTHORIZATION_PACKAGE_CONTRACT: {
|
|
|
951
951
|
};
|
|
952
952
|
declare const parsedResetAuthorizationPackageContract: {
|
|
953
953
|
worktree: "C2-GF.8";
|
|
954
|
-
|
|
954
|
+
blockingFailures: ("missing_staging_seal_receipt" | "missing_prod_backup_receipt" | "missing_reset_dry_run_receipt" | "missing_seed_dry_run_receipt" | "missing_rollback_rehearsal_receipt" | "failed_receipt_status" | "missing_allowed_script" | "unapproved_script_path" | "forbidden_raw_mutation_path_allowed" | "missing_manual_pete_approval_placeholder" | "missing_live_apply_stop_condition" | "missing_graph_v2_handoff" | "missing_prerequisite_gate_binding" | "missing_rollback_command" | "destructive_live_apply_without_pete_approval")[];
|
|
955
955
|
contractVersion: "c2_gf_reset_authorization_package.v1";
|
|
956
|
+
lane: "c2-gf-avatar-tree-foundation";
|
|
956
957
|
requiredSignals: ("staging_seal_receipt" | "prod_backup_receipt" | "reset_dry_run_receipt" | "seed_dry_run_receipt" | "rollback_rehearsal_receipt" | "allowed_script_manifest" | "forbidden_mutation_paths" | "manual_pete_approval_placeholder" | "live_apply_stop_condition" | "graph_v2_handoff_package" | "prerequisite_gate_bindings")[];
|
|
957
|
-
dependsOn: string[];
|
|
958
|
-
graphWorktreeId: "tn7drceqhrmbdfydhtm8ecf52s87zdsr";
|
|
959
|
-
docs: string[];
|
|
960
|
-
blockingFailures: ("missing_staging_seal_receipt" | "missing_prod_backup_receipt" | "missing_reset_dry_run_receipt" | "missing_seed_dry_run_receipt" | "missing_rollback_rehearsal_receipt" | "failed_receipt_status" | "missing_allowed_script" | "unapproved_script_path" | "forbidden_raw_mutation_path_allowed" | "missing_manual_pete_approval_placeholder" | "missing_live_apply_stop_condition" | "missing_graph_v2_handoff" | "missing_prerequisite_gate_binding" | "missing_rollback_command" | "destructive_live_apply_without_pete_approval")[];
|
|
961
958
|
expectedEvaluation: {
|
|
962
959
|
outcome: "ready_for_pete_approval" | "blocked_graph_v2_reset" | "authorized_for_live_reset";
|
|
963
960
|
blockingFailures: ("missing_staging_seal_receipt" | "missing_prod_backup_receipt" | "missing_reset_dry_run_receipt" | "missing_seed_dry_run_receipt" | "missing_rollback_rehearsal_receipt" | "failed_receipt_status" | "missing_allowed_script" | "unapproved_script_path" | "forbidden_raw_mutation_path_allowed" | "missing_manual_pete_approval_placeholder" | "missing_live_apply_stop_condition" | "missing_graph_v2_handoff" | "missing_prerequisite_gate_binding" | "missing_rollback_command" | "destructive_live_apply_without_pete_approval")[];
|
|
@@ -967,7 +964,9 @@ declare const parsedResetAuthorizationPackageContract: {
|
|
|
967
964
|
packageComplete: boolean;
|
|
968
965
|
liveApplyBlocked: boolean;
|
|
969
966
|
};
|
|
967
|
+
graphWorktreeId: "tn7drceqhrmbdfydhtm8ecf52s87zdsr";
|
|
970
968
|
compositionKey: "reset_authorization_package_v1";
|
|
969
|
+
dependsOn: string[];
|
|
971
970
|
quality: {
|
|
972
971
|
receiptCoverage: number;
|
|
973
972
|
commandCoverage: number;
|
|
@@ -977,14 +976,15 @@ declare const parsedResetAuthorizationPackageContract: {
|
|
|
977
976
|
manualApprovalCoverage: number;
|
|
978
977
|
};
|
|
979
978
|
runtimePosture: "target_state_package_no_live_reset";
|
|
979
|
+
docs: string[];
|
|
980
980
|
receipts: {
|
|
981
981
|
status: "failed" | "captured" | "passed" | "sealed" | "rehearsed" | "missing";
|
|
982
982
|
receiptUuid: string;
|
|
983
983
|
generatedAt: number;
|
|
984
|
-
command: string;
|
|
985
|
-
axiomTraceId: string;
|
|
986
984
|
graphReceiptId: string;
|
|
987
985
|
artifactPath: string;
|
|
986
|
+
axiomTraceId: string;
|
|
987
|
+
command: string;
|
|
988
988
|
kind: "staging_seal" | "prod_backup" | "reset_dry_run" | "seed_dry_run" | "rollback_rehearsal";
|
|
989
989
|
checksum: string;
|
|
990
990
|
targetDeployment: string;
|
|
@@ -1020,8 +1020,8 @@ declare const parsedResetAuthorizationPackageContract: {
|
|
|
1020
1020
|
requiredBeforeDestructiveReset: string[];
|
|
1021
1021
|
};
|
|
1022
1022
|
prerequisiteGates: {
|
|
1023
|
-
status: "blocked" | "satisfied" | "pending";
|
|
1024
1023
|
worktree: string;
|
|
1024
|
+
status: "satisfied" | "blocked" | "pending";
|
|
1025
1025
|
compositionKey: string;
|
|
1026
1026
|
proofRef: string;
|
|
1027
1027
|
}[];
|
|
@@ -1039,10 +1039,10 @@ declare const RESET_AUTHORIZATION_PACKAGE_COMPOSITION_ROW: {
|
|
|
1039
1039
|
allowedDepths: ("low" | "medium" | "high" | "extra-high")[];
|
|
1040
1040
|
qualityVector: string[];
|
|
1041
1041
|
identity: {
|
|
1042
|
+
registryKeyField: "key";
|
|
1042
1043
|
canonicalPublicIdField: "compositionUuid";
|
|
1043
1044
|
canonicalPublicIdVersion: "uuidv7";
|
|
1044
1045
|
storageLocatorSemantic: false;
|
|
1045
|
-
registryKeyField: "key";
|
|
1046
1046
|
contentAddressFields: string[];
|
|
1047
1047
|
};
|
|
1048
1048
|
authorization: {
|
|
@@ -1081,10 +1081,10 @@ declare const RESET_AUTHORIZATION_PACKAGE_COMPOSITION_ROW: {
|
|
|
1081
1081
|
allowedDepths: ("medium" | "high" | "extra-high")[];
|
|
1082
1082
|
qualityVector: string[];
|
|
1083
1083
|
identity: {
|
|
1084
|
+
registryKeyField: "key";
|
|
1084
1085
|
canonicalPublicIdField: "compositionUuid";
|
|
1085
1086
|
canonicalPublicIdVersion: "uuidv7";
|
|
1086
1087
|
storageLocatorSemantic: false;
|
|
1087
|
-
registryKeyField: "key";
|
|
1088
1088
|
contentAddressFields: string[];
|
|
1089
1089
|
};
|
|
1090
1090
|
authorization: {
|
|
@@ -1123,10 +1123,10 @@ declare const RESET_AUTHORIZATION_PACKAGE_COMPOSITION_ROW: {
|
|
|
1123
1123
|
allowedDepths: ("low" | "medium" | "high" | "extra-high")[];
|
|
1124
1124
|
qualityVector: string[];
|
|
1125
1125
|
identity: {
|
|
1126
|
+
registryKeyField: "key";
|
|
1126
1127
|
canonicalPublicIdField: "compositionUuid";
|
|
1127
1128
|
canonicalPublicIdVersion: "uuidv7";
|
|
1128
1129
|
storageLocatorSemantic: false;
|
|
1129
|
-
registryKeyField: "key";
|
|
1130
1130
|
contentAddressFields: string[];
|
|
1131
1131
|
};
|
|
1132
1132
|
authorization: {
|
|
@@ -1165,10 +1165,10 @@ declare const RESET_AUTHORIZATION_PACKAGE_COMPOSITION_ROW: {
|
|
|
1165
1165
|
allowedDepths: ("low" | "medium" | "high" | "extra-high")[];
|
|
1166
1166
|
qualityVector: string[];
|
|
1167
1167
|
identity: {
|
|
1168
|
+
registryKeyField: "key";
|
|
1168
1169
|
canonicalPublicIdField: "compositionUuid";
|
|
1169
1170
|
canonicalPublicIdVersion: "uuidv7";
|
|
1170
1171
|
storageLocatorSemantic: false;
|
|
1171
|
-
registryKeyField: "key";
|
|
1172
1172
|
contentAddressFields: string[];
|
|
1173
1173
|
};
|
|
1174
1174
|
authorization: {
|
|
@@ -1198,19 +1198,19 @@ declare const RESET_AUTHORIZATION_PACKAGE_COMPOSITION_ROW: {
|
|
|
1198
1198
|
key: string;
|
|
1199
1199
|
emittedAs: string;
|
|
1200
1200
|
classification: "substrate_contract";
|
|
1201
|
-
lifecycle: "
|
|
1201
|
+
lifecycle: "reserved";
|
|
1202
1202
|
ownerLane: string;
|
|
1203
1203
|
dependsOn: string[];
|
|
1204
1204
|
primitives: string[];
|
|
1205
1205
|
sourceSurfaces: string[];
|
|
1206
1206
|
defaultDepth: "extra-high";
|
|
1207
|
-
allowedDepths: ("
|
|
1207
|
+
allowedDepths: ("high" | "extra-high")[];
|
|
1208
1208
|
qualityVector: string[];
|
|
1209
1209
|
identity: {
|
|
1210
|
+
registryKeyField: "key";
|
|
1210
1211
|
canonicalPublicIdField: "compositionUuid";
|
|
1211
1212
|
canonicalPublicIdVersion: "uuidv7";
|
|
1212
1213
|
storageLocatorSemantic: false;
|
|
1213
|
-
registryKeyField: "key";
|
|
1214
1214
|
contentAddressFields: string[];
|
|
1215
1215
|
};
|
|
1216
1216
|
authorization: {
|
|
@@ -1245,14 +1245,14 @@ declare const RESET_AUTHORIZATION_PACKAGE_COMPOSITION_ROW: {
|
|
|
1245
1245
|
dependsOn: string[];
|
|
1246
1246
|
primitives: string[];
|
|
1247
1247
|
sourceSurfaces: string[];
|
|
1248
|
-
defaultDepth: "
|
|
1249
|
-
allowedDepths: ("high" | "extra-high")[];
|
|
1248
|
+
defaultDepth: "high";
|
|
1249
|
+
allowedDepths: ("medium" | "high" | "extra-high")[];
|
|
1250
1250
|
qualityVector: string[];
|
|
1251
1251
|
identity: {
|
|
1252
|
+
registryKeyField: "key";
|
|
1252
1253
|
canonicalPublicIdField: "compositionUuid";
|
|
1253
1254
|
canonicalPublicIdVersion: "uuidv7";
|
|
1254
1255
|
storageLocatorSemantic: false;
|
|
1255
|
-
registryKeyField: "key";
|
|
1256
1256
|
contentAddressFields: string[];
|
|
1257
1257
|
};
|
|
1258
1258
|
authorization: {
|
|
@@ -1282,19 +1282,19 @@ declare const RESET_AUTHORIZATION_PACKAGE_COMPOSITION_ROW: {
|
|
|
1282
1282
|
key: string;
|
|
1283
1283
|
emittedAs: string;
|
|
1284
1284
|
classification: "substrate_contract";
|
|
1285
|
-
lifecycle: "
|
|
1285
|
+
lifecycle: "current";
|
|
1286
1286
|
ownerLane: string;
|
|
1287
1287
|
dependsOn: string[];
|
|
1288
1288
|
primitives: string[];
|
|
1289
1289
|
sourceSurfaces: string[];
|
|
1290
|
-
defaultDepth: "high";
|
|
1291
|
-
allowedDepths: ("medium" | "high" | "extra-high")[];
|
|
1290
|
+
defaultDepth: "extra-high";
|
|
1291
|
+
allowedDepths: ("low" | "medium" | "high" | "extra-high")[];
|
|
1292
1292
|
qualityVector: string[];
|
|
1293
1293
|
identity: {
|
|
1294
|
+
registryKeyField: "key";
|
|
1294
1295
|
canonicalPublicIdField: "compositionUuid";
|
|
1295
1296
|
canonicalPublicIdVersion: "uuidv7";
|
|
1296
1297
|
storageLocatorSemantic: false;
|
|
1297
|
-
registryKeyField: "key";
|
|
1298
1298
|
contentAddressFields: string[];
|
|
1299
1299
|
};
|
|
1300
1300
|
authorization: {
|