@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
|
@@ -39,16 +39,16 @@ declare const TypedGateRegistryContractSchema: z.ZodObject<{
|
|
|
39
39
|
source: z.ZodEnum<["worktree_packet", "state_vector", "permit_policy", "confidence_tuple", "source_horizon", "agent_run", "runtime_request"]>;
|
|
40
40
|
description: z.ZodString;
|
|
41
41
|
}, "strip", z.ZodTypeAny, {
|
|
42
|
-
|
|
42
|
+
description: string;
|
|
43
|
+
source: "source_horizon" | "agent_run" | "state_vector" | "worktree_packet" | "permit_policy" | "confidence_tuple" | "runtime_request";
|
|
43
44
|
required: boolean;
|
|
44
45
|
name: string;
|
|
45
|
-
description: string;
|
|
46
46
|
valueType: "string" | "number" | "boolean" | "uuidv7" | "enum" | "ref_array" | "json_object";
|
|
47
47
|
}, {
|
|
48
|
-
|
|
48
|
+
description: string;
|
|
49
|
+
source: "source_horizon" | "agent_run" | "state_vector" | "worktree_packet" | "permit_policy" | "confidence_tuple" | "runtime_request";
|
|
49
50
|
required: boolean;
|
|
50
51
|
name: string;
|
|
51
|
-
description: string;
|
|
52
52
|
valueType: "string" | "number" | "boolean" | "uuidv7" | "enum" | "ref_array" | "json_object";
|
|
53
53
|
}>, "many">;
|
|
54
54
|
predicate: z.ZodObject<{
|
|
@@ -148,14 +148,14 @@ declare const TypedGateRegistryContractSchema: z.ZodObject<{
|
|
|
148
148
|
refusalFixtureIds: ("missing_gate_key_refused" | "unregistered_gate_key_refused" | "missing_gate_type_refused" | "unknown_gate_type_refused" | "gate_key_type_mismatch_refused" | "missing_input_shape_refused" | "missing_predicate_ref_refused" | "missing_failure_evidence_refused" | "missing_state_interaction_refused" | "missing_action_interaction_refused" | "missing_docs_hook_refused" | "action_gate_record_claimed_shipped_refused")[];
|
|
149
149
|
}>;
|
|
150
150
|
}, "strip", z.ZodTypeAny, {
|
|
151
|
-
purpose: string;
|
|
152
151
|
gateKey: "worktree_merge_gate" | "action_gate_registry_boundary";
|
|
153
152
|
gateType: "action_gate" | "worktree_merge";
|
|
153
|
+
purpose: string;
|
|
154
154
|
inputShape: {
|
|
155
|
-
|
|
155
|
+
description: string;
|
|
156
|
+
source: "source_horizon" | "agent_run" | "state_vector" | "worktree_packet" | "permit_policy" | "confidence_tuple" | "runtime_request";
|
|
156
157
|
required: boolean;
|
|
157
158
|
name: string;
|
|
158
|
-
description: string;
|
|
159
159
|
valueType: "string" | "number" | "boolean" | "uuidv7" | "enum" | "ref_array" | "json_object";
|
|
160
160
|
}[];
|
|
161
161
|
label: string;
|
|
@@ -196,14 +196,14 @@ declare const TypedGateRegistryContractSchema: z.ZodObject<{
|
|
|
196
196
|
refusalFixtureIds: ("missing_gate_key_refused" | "unregistered_gate_key_refused" | "missing_gate_type_refused" | "unknown_gate_type_refused" | "gate_key_type_mismatch_refused" | "missing_input_shape_refused" | "missing_predicate_ref_refused" | "missing_failure_evidence_refused" | "missing_state_interaction_refused" | "missing_action_interaction_refused" | "missing_docs_hook_refused" | "action_gate_record_claimed_shipped_refused")[];
|
|
197
197
|
};
|
|
198
198
|
}, {
|
|
199
|
-
purpose: string;
|
|
200
199
|
gateKey: "worktree_merge_gate" | "action_gate_registry_boundary";
|
|
201
200
|
gateType: "action_gate" | "worktree_merge";
|
|
201
|
+
purpose: string;
|
|
202
202
|
inputShape: {
|
|
203
|
-
|
|
203
|
+
description: string;
|
|
204
|
+
source: "source_horizon" | "agent_run" | "state_vector" | "worktree_packet" | "permit_policy" | "confidence_tuple" | "runtime_request";
|
|
204
205
|
required: boolean;
|
|
205
206
|
name: string;
|
|
206
|
-
description: string;
|
|
207
207
|
valueType: "string" | "number" | "boolean" | "uuidv7" | "enum" | "ref_array" | "json_object";
|
|
208
208
|
}[];
|
|
209
209
|
label: string;
|
|
@@ -295,7 +295,6 @@ declare const TypedGateRegistryContractSchema: z.ZodObject<{
|
|
|
295
295
|
fixtureCoverage: 1;
|
|
296
296
|
}>;
|
|
297
297
|
}, "strip", z.ZodTypeAny, {
|
|
298
|
-
modelUuid: string;
|
|
299
298
|
quality: {
|
|
300
299
|
gateTypeCoverage: 1;
|
|
301
300
|
inputShapeCoverage: 1;
|
|
@@ -306,6 +305,7 @@ declare const TypedGateRegistryContractSchema: z.ZodObject<{
|
|
|
306
305
|
actionGateBoundaryCoverage: 1;
|
|
307
306
|
fixtureCoverage: 1;
|
|
308
307
|
};
|
|
308
|
+
modelUuid: string;
|
|
309
309
|
expectedRefusals: ("missing_gate_key_refused" | "unregistered_gate_key_refused" | "missing_gate_type_refused" | "unknown_gate_type_refused" | "gate_key_type_mismatch_refused" | "missing_input_shape_refused" | "missing_predicate_ref_refused" | "missing_failure_evidence_refused" | "missing_state_interaction_refused" | "missing_action_interaction_refused" | "missing_docs_hook_refused" | "action_gate_record_claimed_shipped_refused")[];
|
|
310
310
|
modelVersion: "typed_gate_registry_v1";
|
|
311
311
|
fieldFamilies: ("gate_type" | "input_shape" | "predicate_identity" | "failure_evidence" | "state_interaction" | "action_interaction" | "docs_hook" | "validator_fixture")[];
|
|
@@ -317,14 +317,14 @@ declare const TypedGateRegistryContractSchema: z.ZodObject<{
|
|
|
317
317
|
strictRegistryRequiredBeforeRuntimeActions: true;
|
|
318
318
|
};
|
|
319
319
|
gateDefinitions: {
|
|
320
|
-
purpose: string;
|
|
321
320
|
gateKey: "worktree_merge_gate" | "action_gate_registry_boundary";
|
|
322
321
|
gateType: "action_gate" | "worktree_merge";
|
|
322
|
+
purpose: string;
|
|
323
323
|
inputShape: {
|
|
324
|
-
|
|
324
|
+
description: string;
|
|
325
|
+
source: "source_horizon" | "agent_run" | "state_vector" | "worktree_packet" | "permit_policy" | "confidence_tuple" | "runtime_request";
|
|
325
326
|
required: boolean;
|
|
326
327
|
name: string;
|
|
327
|
-
description: string;
|
|
328
328
|
valueType: "string" | "number" | "boolean" | "uuidv7" | "enum" | "ref_array" | "json_object";
|
|
329
329
|
}[];
|
|
330
330
|
label: string;
|
|
@@ -367,7 +367,6 @@ declare const TypedGateRegistryContractSchema: z.ZodObject<{
|
|
|
367
367
|
}[];
|
|
368
368
|
requiredGateTypes: ("action_gate" | "worktree_merge")[];
|
|
369
369
|
}, {
|
|
370
|
-
modelUuid: string;
|
|
371
370
|
quality: {
|
|
372
371
|
gateTypeCoverage: 1;
|
|
373
372
|
inputShapeCoverage: 1;
|
|
@@ -378,6 +377,7 @@ declare const TypedGateRegistryContractSchema: z.ZodObject<{
|
|
|
378
377
|
actionGateBoundaryCoverage: 1;
|
|
379
378
|
fixtureCoverage: 1;
|
|
380
379
|
};
|
|
380
|
+
modelUuid: string;
|
|
381
381
|
expectedRefusals: ("missing_gate_key_refused" | "unregistered_gate_key_refused" | "missing_gate_type_refused" | "unknown_gate_type_refused" | "gate_key_type_mismatch_refused" | "missing_input_shape_refused" | "missing_predicate_ref_refused" | "missing_failure_evidence_refused" | "missing_state_interaction_refused" | "missing_action_interaction_refused" | "missing_docs_hook_refused" | "action_gate_record_claimed_shipped_refused")[];
|
|
382
382
|
modelVersion: "typed_gate_registry_v1";
|
|
383
383
|
fieldFamilies: ("gate_type" | "input_shape" | "predicate_identity" | "failure_evidence" | "state_interaction" | "action_interaction" | "docs_hook" | "validator_fixture")[];
|
|
@@ -389,14 +389,14 @@ declare const TypedGateRegistryContractSchema: z.ZodObject<{
|
|
|
389
389
|
strictRegistryRequiredBeforeRuntimeActions: true;
|
|
390
390
|
};
|
|
391
391
|
gateDefinitions: {
|
|
392
|
-
purpose: string;
|
|
393
392
|
gateKey: "worktree_merge_gate" | "action_gate_registry_boundary";
|
|
394
393
|
gateType: "action_gate" | "worktree_merge";
|
|
394
|
+
purpose: string;
|
|
395
395
|
inputShape: {
|
|
396
|
-
|
|
396
|
+
description: string;
|
|
397
|
+
source: "source_horizon" | "agent_run" | "state_vector" | "worktree_packet" | "permit_policy" | "confidence_tuple" | "runtime_request";
|
|
397
398
|
required: boolean;
|
|
398
399
|
name: string;
|
|
399
|
-
description: string;
|
|
400
400
|
valueType: "string" | "number" | "boolean" | "uuidv7" | "enum" | "ref_array" | "json_object";
|
|
401
401
|
}[];
|
|
402
402
|
label: string;
|
|
@@ -439,7 +439,6 @@ declare const TypedGateRegistryContractSchema: z.ZodObject<{
|
|
|
439
439
|
}[];
|
|
440
440
|
requiredGateTypes: ("action_gate" | "worktree_merge")[];
|
|
441
441
|
}>, {
|
|
442
|
-
modelUuid: string;
|
|
443
442
|
quality: {
|
|
444
443
|
gateTypeCoverage: 1;
|
|
445
444
|
inputShapeCoverage: 1;
|
|
@@ -450,6 +449,7 @@ declare const TypedGateRegistryContractSchema: z.ZodObject<{
|
|
|
450
449
|
actionGateBoundaryCoverage: 1;
|
|
451
450
|
fixtureCoverage: 1;
|
|
452
451
|
};
|
|
452
|
+
modelUuid: string;
|
|
453
453
|
expectedRefusals: ("missing_gate_key_refused" | "unregistered_gate_key_refused" | "missing_gate_type_refused" | "unknown_gate_type_refused" | "gate_key_type_mismatch_refused" | "missing_input_shape_refused" | "missing_predicate_ref_refused" | "missing_failure_evidence_refused" | "missing_state_interaction_refused" | "missing_action_interaction_refused" | "missing_docs_hook_refused" | "action_gate_record_claimed_shipped_refused")[];
|
|
454
454
|
modelVersion: "typed_gate_registry_v1";
|
|
455
455
|
fieldFamilies: ("gate_type" | "input_shape" | "predicate_identity" | "failure_evidence" | "state_interaction" | "action_interaction" | "docs_hook" | "validator_fixture")[];
|
|
@@ -461,14 +461,14 @@ declare const TypedGateRegistryContractSchema: z.ZodObject<{
|
|
|
461
461
|
strictRegistryRequiredBeforeRuntimeActions: true;
|
|
462
462
|
};
|
|
463
463
|
gateDefinitions: {
|
|
464
|
-
purpose: string;
|
|
465
464
|
gateKey: "worktree_merge_gate" | "action_gate_registry_boundary";
|
|
466
465
|
gateType: "action_gate" | "worktree_merge";
|
|
466
|
+
purpose: string;
|
|
467
467
|
inputShape: {
|
|
468
|
-
|
|
468
|
+
description: string;
|
|
469
|
+
source: "source_horizon" | "agent_run" | "state_vector" | "worktree_packet" | "permit_policy" | "confidence_tuple" | "runtime_request";
|
|
469
470
|
required: boolean;
|
|
470
471
|
name: string;
|
|
471
|
-
description: string;
|
|
472
472
|
valueType: "string" | "number" | "boolean" | "uuidv7" | "enum" | "ref_array" | "json_object";
|
|
473
473
|
}[];
|
|
474
474
|
label: string;
|
|
@@ -511,7 +511,6 @@ declare const TypedGateRegistryContractSchema: z.ZodObject<{
|
|
|
511
511
|
}[];
|
|
512
512
|
requiredGateTypes: ("action_gate" | "worktree_merge")[];
|
|
513
513
|
}, {
|
|
514
|
-
modelUuid: string;
|
|
515
514
|
quality: {
|
|
516
515
|
gateTypeCoverage: 1;
|
|
517
516
|
inputShapeCoverage: 1;
|
|
@@ -522,6 +521,7 @@ declare const TypedGateRegistryContractSchema: z.ZodObject<{
|
|
|
522
521
|
actionGateBoundaryCoverage: 1;
|
|
523
522
|
fixtureCoverage: 1;
|
|
524
523
|
};
|
|
524
|
+
modelUuid: string;
|
|
525
525
|
expectedRefusals: ("missing_gate_key_refused" | "unregistered_gate_key_refused" | "missing_gate_type_refused" | "unknown_gate_type_refused" | "gate_key_type_mismatch_refused" | "missing_input_shape_refused" | "missing_predicate_ref_refused" | "missing_failure_evidence_refused" | "missing_state_interaction_refused" | "missing_action_interaction_refused" | "missing_docs_hook_refused" | "action_gate_record_claimed_shipped_refused")[];
|
|
526
526
|
modelVersion: "typed_gate_registry_v1";
|
|
527
527
|
fieldFamilies: ("gate_type" | "input_shape" | "predicate_identity" | "failure_evidence" | "state_interaction" | "action_interaction" | "docs_hook" | "validator_fixture")[];
|
|
@@ -533,14 +533,14 @@ declare const TypedGateRegistryContractSchema: z.ZodObject<{
|
|
|
533
533
|
strictRegistryRequiredBeforeRuntimeActions: true;
|
|
534
534
|
};
|
|
535
535
|
gateDefinitions: {
|
|
536
|
-
purpose: string;
|
|
537
536
|
gateKey: "worktree_merge_gate" | "action_gate_registry_boundary";
|
|
538
537
|
gateType: "action_gate" | "worktree_merge";
|
|
538
|
+
purpose: string;
|
|
539
539
|
inputShape: {
|
|
540
|
-
|
|
540
|
+
description: string;
|
|
541
|
+
source: "source_horizon" | "agent_run" | "state_vector" | "worktree_packet" | "permit_policy" | "confidence_tuple" | "runtime_request";
|
|
541
542
|
required: boolean;
|
|
542
543
|
name: string;
|
|
543
|
-
description: string;
|
|
544
544
|
valueType: "string" | "number" | "boolean" | "uuidv7" | "enum" | "ref_array" | "json_object";
|
|
545
545
|
}[];
|
|
546
546
|
label: string;
|
|
@@ -585,15 +585,14 @@ declare const TypedGateRegistryContractSchema: z.ZodObject<{
|
|
|
585
585
|
}>;
|
|
586
586
|
}, "strip", z.ZodTypeAny, {
|
|
587
587
|
worktree: "C2-LU.1";
|
|
588
|
-
lane: "c2-lu-gate-registry";
|
|
589
588
|
contractVersion: "c2_lu_typed_gate_registry.v1";
|
|
589
|
+
lane: "c2-lu-gate-registry";
|
|
590
|
+
graphWorktreeId: "tn74jn8kqwxf0hbdtdd68axdwd85tt4p";
|
|
591
|
+
compositionKey: "typed_gate_registry_v1";
|
|
590
592
|
dependsOn: string[];
|
|
591
593
|
sourceAnchors: string[];
|
|
592
|
-
graphWorktreeId: "tn74jn8kqwxf0hbdtdd68axdwd85tt4p";
|
|
593
594
|
rules: string[];
|
|
594
|
-
compositionKey: "typed_gate_registry_v1";
|
|
595
595
|
model: {
|
|
596
|
-
modelUuid: string;
|
|
597
596
|
quality: {
|
|
598
597
|
gateTypeCoverage: 1;
|
|
599
598
|
inputShapeCoverage: 1;
|
|
@@ -604,6 +603,7 @@ declare const TypedGateRegistryContractSchema: z.ZodObject<{
|
|
|
604
603
|
actionGateBoundaryCoverage: 1;
|
|
605
604
|
fixtureCoverage: 1;
|
|
606
605
|
};
|
|
606
|
+
modelUuid: string;
|
|
607
607
|
expectedRefusals: ("missing_gate_key_refused" | "unregistered_gate_key_refused" | "missing_gate_type_refused" | "unknown_gate_type_refused" | "gate_key_type_mismatch_refused" | "missing_input_shape_refused" | "missing_predicate_ref_refused" | "missing_failure_evidence_refused" | "missing_state_interaction_refused" | "missing_action_interaction_refused" | "missing_docs_hook_refused" | "action_gate_record_claimed_shipped_refused")[];
|
|
608
608
|
modelVersion: "typed_gate_registry_v1";
|
|
609
609
|
fieldFamilies: ("gate_type" | "input_shape" | "predicate_identity" | "failure_evidence" | "state_interaction" | "action_interaction" | "docs_hook" | "validator_fixture")[];
|
|
@@ -615,14 +615,14 @@ declare const TypedGateRegistryContractSchema: z.ZodObject<{
|
|
|
615
615
|
strictRegistryRequiredBeforeRuntimeActions: true;
|
|
616
616
|
};
|
|
617
617
|
gateDefinitions: {
|
|
618
|
-
purpose: string;
|
|
619
618
|
gateKey: "worktree_merge_gate" | "action_gate_registry_boundary";
|
|
620
619
|
gateType: "action_gate" | "worktree_merge";
|
|
620
|
+
purpose: string;
|
|
621
621
|
inputShape: {
|
|
622
|
-
|
|
622
|
+
description: string;
|
|
623
|
+
source: "source_horizon" | "agent_run" | "state_vector" | "worktree_packet" | "permit_policy" | "confidence_tuple" | "runtime_request";
|
|
623
624
|
required: boolean;
|
|
624
625
|
name: string;
|
|
625
|
-
description: string;
|
|
626
626
|
valueType: "string" | "number" | "boolean" | "uuidv7" | "enum" | "ref_array" | "json_object";
|
|
627
627
|
}[];
|
|
628
628
|
label: string;
|
|
@@ -667,15 +667,14 @@ declare const TypedGateRegistryContractSchema: z.ZodObject<{
|
|
|
667
667
|
};
|
|
668
668
|
}, {
|
|
669
669
|
worktree: "C2-LU.1";
|
|
670
|
-
lane: "c2-lu-gate-registry";
|
|
671
670
|
contractVersion: "c2_lu_typed_gate_registry.v1";
|
|
671
|
+
lane: "c2-lu-gate-registry";
|
|
672
|
+
graphWorktreeId: "tn74jn8kqwxf0hbdtdd68axdwd85tt4p";
|
|
673
|
+
compositionKey: "typed_gate_registry_v1";
|
|
672
674
|
dependsOn: string[];
|
|
673
675
|
sourceAnchors: string[];
|
|
674
|
-
graphWorktreeId: "tn74jn8kqwxf0hbdtdd68axdwd85tt4p";
|
|
675
676
|
rules: string[];
|
|
676
|
-
compositionKey: "typed_gate_registry_v1";
|
|
677
677
|
model: {
|
|
678
|
-
modelUuid: string;
|
|
679
678
|
quality: {
|
|
680
679
|
gateTypeCoverage: 1;
|
|
681
680
|
inputShapeCoverage: 1;
|
|
@@ -686,6 +685,7 @@ declare const TypedGateRegistryContractSchema: z.ZodObject<{
|
|
|
686
685
|
actionGateBoundaryCoverage: 1;
|
|
687
686
|
fixtureCoverage: 1;
|
|
688
687
|
};
|
|
688
|
+
modelUuid: string;
|
|
689
689
|
expectedRefusals: ("missing_gate_key_refused" | "unregistered_gate_key_refused" | "missing_gate_type_refused" | "unknown_gate_type_refused" | "gate_key_type_mismatch_refused" | "missing_input_shape_refused" | "missing_predicate_ref_refused" | "missing_failure_evidence_refused" | "missing_state_interaction_refused" | "missing_action_interaction_refused" | "missing_docs_hook_refused" | "action_gate_record_claimed_shipped_refused")[];
|
|
690
690
|
modelVersion: "typed_gate_registry_v1";
|
|
691
691
|
fieldFamilies: ("gate_type" | "input_shape" | "predicate_identity" | "failure_evidence" | "state_interaction" | "action_interaction" | "docs_hook" | "validator_fixture")[];
|
|
@@ -697,14 +697,14 @@ declare const TypedGateRegistryContractSchema: z.ZodObject<{
|
|
|
697
697
|
strictRegistryRequiredBeforeRuntimeActions: true;
|
|
698
698
|
};
|
|
699
699
|
gateDefinitions: {
|
|
700
|
-
purpose: string;
|
|
701
700
|
gateKey: "worktree_merge_gate" | "action_gate_registry_boundary";
|
|
702
701
|
gateType: "action_gate" | "worktree_merge";
|
|
702
|
+
purpose: string;
|
|
703
703
|
inputShape: {
|
|
704
|
-
|
|
704
|
+
description: string;
|
|
705
|
+
source: "source_horizon" | "agent_run" | "state_vector" | "worktree_packet" | "permit_policy" | "confidence_tuple" | "runtime_request";
|
|
705
706
|
required: boolean;
|
|
706
707
|
name: string;
|
|
707
|
-
description: string;
|
|
708
708
|
valueType: "string" | "number" | "boolean" | "uuidv7" | "enum" | "ref_array" | "json_object";
|
|
709
709
|
}[];
|
|
710
710
|
label: string;
|
|
@@ -770,15 +770,14 @@ declare function evaluateTypedGateDefinitionCandidate(candidate: TypedGateDefini
|
|
|
770
770
|
declare const TYPED_GATE_REGISTRY_CONTRACT: TypedGateRegistryContract;
|
|
771
771
|
declare const parsedTypedGateRegistryContract: {
|
|
772
772
|
worktree: "C2-LU.1";
|
|
773
|
-
lane: "c2-lu-gate-registry";
|
|
774
773
|
contractVersion: "c2_lu_typed_gate_registry.v1";
|
|
774
|
+
lane: "c2-lu-gate-registry";
|
|
775
|
+
graphWorktreeId: "tn74jn8kqwxf0hbdtdd68axdwd85tt4p";
|
|
776
|
+
compositionKey: "typed_gate_registry_v1";
|
|
775
777
|
dependsOn: string[];
|
|
776
778
|
sourceAnchors: string[];
|
|
777
|
-
graphWorktreeId: "tn74jn8kqwxf0hbdtdd68axdwd85tt4p";
|
|
778
779
|
rules: string[];
|
|
779
|
-
compositionKey: "typed_gate_registry_v1";
|
|
780
780
|
model: {
|
|
781
|
-
modelUuid: string;
|
|
782
781
|
quality: {
|
|
783
782
|
gateTypeCoverage: 1;
|
|
784
783
|
inputShapeCoverage: 1;
|
|
@@ -789,6 +788,7 @@ declare const parsedTypedGateRegistryContract: {
|
|
|
789
788
|
actionGateBoundaryCoverage: 1;
|
|
790
789
|
fixtureCoverage: 1;
|
|
791
790
|
};
|
|
791
|
+
modelUuid: string;
|
|
792
792
|
expectedRefusals: ("missing_gate_key_refused" | "unregistered_gate_key_refused" | "missing_gate_type_refused" | "unknown_gate_type_refused" | "gate_key_type_mismatch_refused" | "missing_input_shape_refused" | "missing_predicate_ref_refused" | "missing_failure_evidence_refused" | "missing_state_interaction_refused" | "missing_action_interaction_refused" | "missing_docs_hook_refused" | "action_gate_record_claimed_shipped_refused")[];
|
|
793
793
|
modelVersion: "typed_gate_registry_v1";
|
|
794
794
|
fieldFamilies: ("gate_type" | "input_shape" | "predicate_identity" | "failure_evidence" | "state_interaction" | "action_interaction" | "docs_hook" | "validator_fixture")[];
|
|
@@ -800,14 +800,14 @@ declare const parsedTypedGateRegistryContract: {
|
|
|
800
800
|
strictRegistryRequiredBeforeRuntimeActions: true;
|
|
801
801
|
};
|
|
802
802
|
gateDefinitions: {
|
|
803
|
-
purpose: string;
|
|
804
803
|
gateKey: "worktree_merge_gate" | "action_gate_registry_boundary";
|
|
805
804
|
gateType: "action_gate" | "worktree_merge";
|
|
805
|
+
purpose: string;
|
|
806
806
|
inputShape: {
|
|
807
|
-
|
|
807
|
+
description: string;
|
|
808
|
+
source: "source_horizon" | "agent_run" | "state_vector" | "worktree_packet" | "permit_policy" | "confidence_tuple" | "runtime_request";
|
|
808
809
|
required: boolean;
|
|
809
810
|
name: string;
|
|
810
|
-
description: string;
|
|
811
811
|
valueType: "string" | "number" | "boolean" | "uuidv7" | "enum" | "ref_array" | "json_object";
|
|
812
812
|
}[];
|
|
813
813
|
label: string;
|
|
@@ -864,10 +864,10 @@ declare const TYPED_GATE_REGISTRY_COMPOSITION_ROW: {
|
|
|
864
864
|
allowedDepths: ("low" | "medium" | "high" | "extra-high")[];
|
|
865
865
|
qualityVector: string[];
|
|
866
866
|
identity: {
|
|
867
|
+
registryKeyField: "key";
|
|
867
868
|
canonicalPublicIdField: "compositionUuid";
|
|
868
869
|
canonicalPublicIdVersion: "uuidv7";
|
|
869
870
|
storageLocatorSemantic: false;
|
|
870
|
-
registryKeyField: "key";
|
|
871
871
|
contentAddressFields: string[];
|
|
872
872
|
};
|
|
873
873
|
authorization: {
|
|
@@ -906,10 +906,10 @@ declare const TYPED_GATE_REGISTRY_COMPOSITION_ROW: {
|
|
|
906
906
|
allowedDepths: ("medium" | "high" | "extra-high")[];
|
|
907
907
|
qualityVector: string[];
|
|
908
908
|
identity: {
|
|
909
|
+
registryKeyField: "key";
|
|
909
910
|
canonicalPublicIdField: "compositionUuid";
|
|
910
911
|
canonicalPublicIdVersion: "uuidv7";
|
|
911
912
|
storageLocatorSemantic: false;
|
|
912
|
-
registryKeyField: "key";
|
|
913
913
|
contentAddressFields: string[];
|
|
914
914
|
};
|
|
915
915
|
authorization: {
|
|
@@ -948,10 +948,10 @@ declare const TYPED_GATE_REGISTRY_COMPOSITION_ROW: {
|
|
|
948
948
|
allowedDepths: ("low" | "medium" | "high" | "extra-high")[];
|
|
949
949
|
qualityVector: string[];
|
|
950
950
|
identity: {
|
|
951
|
+
registryKeyField: "key";
|
|
951
952
|
canonicalPublicIdField: "compositionUuid";
|
|
952
953
|
canonicalPublicIdVersion: "uuidv7";
|
|
953
954
|
storageLocatorSemantic: false;
|
|
954
|
-
registryKeyField: "key";
|
|
955
955
|
contentAddressFields: string[];
|
|
956
956
|
};
|
|
957
957
|
authorization: {
|
|
@@ -990,10 +990,10 @@ declare const TYPED_GATE_REGISTRY_COMPOSITION_ROW: {
|
|
|
990
990
|
allowedDepths: ("low" | "medium" | "high" | "extra-high")[];
|
|
991
991
|
qualityVector: string[];
|
|
992
992
|
identity: {
|
|
993
|
+
registryKeyField: "key";
|
|
993
994
|
canonicalPublicIdField: "compositionUuid";
|
|
994
995
|
canonicalPublicIdVersion: "uuidv7";
|
|
995
996
|
storageLocatorSemantic: false;
|
|
996
|
-
registryKeyField: "key";
|
|
997
997
|
contentAddressFields: string[];
|
|
998
998
|
};
|
|
999
999
|
authorization: {
|
|
@@ -1023,19 +1023,19 @@ declare const TYPED_GATE_REGISTRY_COMPOSITION_ROW: {
|
|
|
1023
1023
|
key: string;
|
|
1024
1024
|
emittedAs: string;
|
|
1025
1025
|
classification: "substrate_contract";
|
|
1026
|
-
lifecycle: "
|
|
1026
|
+
lifecycle: "reserved";
|
|
1027
1027
|
ownerLane: string;
|
|
1028
1028
|
dependsOn: string[];
|
|
1029
1029
|
primitives: string[];
|
|
1030
1030
|
sourceSurfaces: string[];
|
|
1031
1031
|
defaultDepth: "extra-high";
|
|
1032
|
-
allowedDepths: ("
|
|
1032
|
+
allowedDepths: ("high" | "extra-high")[];
|
|
1033
1033
|
qualityVector: string[];
|
|
1034
1034
|
identity: {
|
|
1035
|
+
registryKeyField: "key";
|
|
1035
1036
|
canonicalPublicIdField: "compositionUuid";
|
|
1036
1037
|
canonicalPublicIdVersion: "uuidv7";
|
|
1037
1038
|
storageLocatorSemantic: false;
|
|
1038
|
-
registryKeyField: "key";
|
|
1039
1039
|
contentAddressFields: string[];
|
|
1040
1040
|
};
|
|
1041
1041
|
authorization: {
|
|
@@ -1070,14 +1070,14 @@ declare const TYPED_GATE_REGISTRY_COMPOSITION_ROW: {
|
|
|
1070
1070
|
dependsOn: string[];
|
|
1071
1071
|
primitives: string[];
|
|
1072
1072
|
sourceSurfaces: string[];
|
|
1073
|
-
defaultDepth: "
|
|
1074
|
-
allowedDepths: ("high" | "extra-high")[];
|
|
1073
|
+
defaultDepth: "high";
|
|
1074
|
+
allowedDepths: ("medium" | "high" | "extra-high")[];
|
|
1075
1075
|
qualityVector: string[];
|
|
1076
1076
|
identity: {
|
|
1077
|
+
registryKeyField: "key";
|
|
1077
1078
|
canonicalPublicIdField: "compositionUuid";
|
|
1078
1079
|
canonicalPublicIdVersion: "uuidv7";
|
|
1079
1080
|
storageLocatorSemantic: false;
|
|
1080
|
-
registryKeyField: "key";
|
|
1081
1081
|
contentAddressFields: string[];
|
|
1082
1082
|
};
|
|
1083
1083
|
authorization: {
|
|
@@ -1107,19 +1107,19 @@ declare const TYPED_GATE_REGISTRY_COMPOSITION_ROW: {
|
|
|
1107
1107
|
key: string;
|
|
1108
1108
|
emittedAs: string;
|
|
1109
1109
|
classification: "substrate_contract";
|
|
1110
|
-
lifecycle: "
|
|
1110
|
+
lifecycle: "current";
|
|
1111
1111
|
ownerLane: string;
|
|
1112
1112
|
dependsOn: string[];
|
|
1113
1113
|
primitives: string[];
|
|
1114
1114
|
sourceSurfaces: string[];
|
|
1115
|
-
defaultDepth: "high";
|
|
1116
|
-
allowedDepths: ("medium" | "high" | "extra-high")[];
|
|
1115
|
+
defaultDepth: "extra-high";
|
|
1116
|
+
allowedDepths: ("low" | "medium" | "high" | "extra-high")[];
|
|
1117
1117
|
qualityVector: string[];
|
|
1118
1118
|
identity: {
|
|
1119
|
+
registryKeyField: "key";
|
|
1119
1120
|
canonicalPublicIdField: "compositionUuid";
|
|
1120
1121
|
canonicalPublicIdVersion: "uuidv7";
|
|
1121
1122
|
storageLocatorSemantic: false;
|
|
1122
|
-
registryKeyField: "key";
|
|
1123
1123
|
contentAddressFields: string[];
|
|
1124
1124
|
};
|
|
1125
1125
|
authorization: {
|