@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
|
@@ -20,15 +20,15 @@ declare const SchemaChangeBeliefIdentitySchema: z.ZodObject<{
|
|
|
20
20
|
semanticIdentityFields: z.ZodArray<z.ZodString, "many">;
|
|
21
21
|
storageLocatorSemantic: z.ZodLiteral<false>;
|
|
22
22
|
}, "strip", z.ZodTypeAny, {
|
|
23
|
+
compositionKey: "schema_change_belief_v1";
|
|
23
24
|
storageLocatorSemantic: false;
|
|
24
25
|
schemaChangeUuid: string;
|
|
25
|
-
compositionKey: "schema_change_belief_v1";
|
|
26
26
|
schemaChangeUuidVersion: "uuidv7";
|
|
27
27
|
semanticIdentityFields: string[];
|
|
28
28
|
}, {
|
|
29
|
+
compositionKey: "schema_change_belief_v1";
|
|
29
30
|
storageLocatorSemantic: false;
|
|
30
31
|
schemaChangeUuid: string;
|
|
31
|
-
compositionKey: "schema_change_belief_v1";
|
|
32
32
|
schemaChangeUuidVersion: "uuidv7";
|
|
33
33
|
semanticIdentityFields: string[];
|
|
34
34
|
}>;
|
|
@@ -196,20 +196,20 @@ declare const SchemaChangeBeliefPolicyCheckSchema: z.ZodObject<{
|
|
|
196
196
|
requiredAttributes: z.ZodArray<z.ZodString, "many">;
|
|
197
197
|
omissionRecord: z.ZodLiteral<"schemaChangeBelief.omissions[]">;
|
|
198
198
|
}, "strip", z.ZodTypeAny, {
|
|
199
|
-
action: "read" | "traverse" | "summarize" | "export" | "mutate" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "audit" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
200
199
|
resourceType: "node";
|
|
200
|
+
action: "summarize" | "read" | "audit" | "export" | "mutate" | "traverse" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
201
201
|
omissionRecord: "schemaChangeBelief.omissions[]";
|
|
202
202
|
stage: "supersession" | "proposal" | "rationale_review" | "migration_receipt" | "compatibility_window" | "docs_reference_update";
|
|
203
203
|
adapter: "permit_authorize_v1";
|
|
204
|
-
decisionEffect: "
|
|
204
|
+
decisionEffect: "deny" | "audit" | "allow" | "refuse";
|
|
205
205
|
requiredAttributes: string[];
|
|
206
206
|
}, {
|
|
207
|
-
action: "read" | "traverse" | "summarize" | "export" | "mutate" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "audit" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
208
207
|
resourceType: "node";
|
|
208
|
+
action: "summarize" | "read" | "audit" | "export" | "mutate" | "traverse" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
209
209
|
omissionRecord: "schemaChangeBelief.omissions[]";
|
|
210
210
|
stage: "supersession" | "proposal" | "rationale_review" | "migration_receipt" | "compatibility_window" | "docs_reference_update";
|
|
211
211
|
adapter: "permit_authorize_v1";
|
|
212
|
-
decisionEffect: "
|
|
212
|
+
decisionEffect: "deny" | "audit" | "allow" | "refuse";
|
|
213
213
|
requiredAttributes: string[];
|
|
214
214
|
}>;
|
|
215
215
|
type SchemaChangeBeliefPolicyCheck = z.infer<typeof SchemaChangeBeliefPolicyCheckSchema>;
|
|
@@ -259,15 +259,15 @@ declare const SchemaChangeBeliefSchema: z.ZodObject<{
|
|
|
259
259
|
semanticIdentityFields: z.ZodArray<z.ZodString, "many">;
|
|
260
260
|
storageLocatorSemantic: z.ZodLiteral<false>;
|
|
261
261
|
}, "strip", z.ZodTypeAny, {
|
|
262
|
+
compositionKey: "schema_change_belief_v1";
|
|
262
263
|
storageLocatorSemantic: false;
|
|
263
264
|
schemaChangeUuid: string;
|
|
264
|
-
compositionKey: "schema_change_belief_v1";
|
|
265
265
|
schemaChangeUuidVersion: "uuidv7";
|
|
266
266
|
semanticIdentityFields: string[];
|
|
267
267
|
}, {
|
|
268
|
+
compositionKey: "schema_change_belief_v1";
|
|
268
269
|
storageLocatorSemantic: false;
|
|
269
270
|
schemaChangeUuid: string;
|
|
270
|
-
compositionKey: "schema_change_belief_v1";
|
|
271
271
|
schemaChangeUuidVersion: "uuidv7";
|
|
272
272
|
semanticIdentityFields: string[];
|
|
273
273
|
}>;
|
|
@@ -424,20 +424,20 @@ declare const SchemaChangeBeliefSchema: z.ZodObject<{
|
|
|
424
424
|
requiredAttributes: z.ZodArray<z.ZodString, "many">;
|
|
425
425
|
omissionRecord: z.ZodLiteral<"schemaChangeBelief.omissions[]">;
|
|
426
426
|
}, "strip", z.ZodTypeAny, {
|
|
427
|
-
action: "read" | "traverse" | "summarize" | "export" | "mutate" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "audit" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
428
427
|
resourceType: "node";
|
|
428
|
+
action: "summarize" | "read" | "audit" | "export" | "mutate" | "traverse" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
429
429
|
omissionRecord: "schemaChangeBelief.omissions[]";
|
|
430
430
|
stage: "supersession" | "proposal" | "rationale_review" | "migration_receipt" | "compatibility_window" | "docs_reference_update";
|
|
431
431
|
adapter: "permit_authorize_v1";
|
|
432
|
-
decisionEffect: "
|
|
432
|
+
decisionEffect: "deny" | "audit" | "allow" | "refuse";
|
|
433
433
|
requiredAttributes: string[];
|
|
434
434
|
}, {
|
|
435
|
-
action: "read" | "traverse" | "summarize" | "export" | "mutate" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "audit" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
436
435
|
resourceType: "node";
|
|
436
|
+
action: "summarize" | "read" | "audit" | "export" | "mutate" | "traverse" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
437
437
|
omissionRecord: "schemaChangeBelief.omissions[]";
|
|
438
438
|
stage: "supersession" | "proposal" | "rationale_review" | "migration_receipt" | "compatibility_window" | "docs_reference_update";
|
|
439
439
|
adapter: "permit_authorize_v1";
|
|
440
|
-
decisionEffect: "
|
|
440
|
+
decisionEffect: "deny" | "audit" | "allow" | "refuse";
|
|
441
441
|
requiredAttributes: string[];
|
|
442
442
|
}>, "many">;
|
|
443
443
|
omissions: z.ZodArray<z.ZodString, "many">;
|
|
@@ -480,14 +480,6 @@ declare const SchemaChangeBeliefSchema: z.ZodObject<{
|
|
|
480
480
|
graphTargetBeliefStatus: "pending_create_belief_repair" | "linked";
|
|
481
481
|
}>;
|
|
482
482
|
}, "strip", z.ZodTypeAny, {
|
|
483
|
-
title: string;
|
|
484
|
-
identity: {
|
|
485
|
-
storageLocatorSemantic: false;
|
|
486
|
-
schemaChangeUuid: string;
|
|
487
|
-
compositionKey: "schema_change_belief_v1";
|
|
488
|
-
schemaChangeUuidVersion: "uuidv7";
|
|
489
|
-
semanticIdentityFields: string[];
|
|
490
|
-
};
|
|
491
483
|
quality: {
|
|
492
484
|
rationaleCoverage: 1;
|
|
493
485
|
migrationReceiptCoverage: 1;
|
|
@@ -496,13 +488,21 @@ declare const SchemaChangeBeliefSchema: z.ZodObject<{
|
|
|
496
488
|
graphTargetQuestionNodeId: "n97b8fn177wzjd136q9dcyyasx87xk6x";
|
|
497
489
|
graphTargetBeliefStatus: "pending_create_belief_repair" | "linked";
|
|
498
490
|
};
|
|
491
|
+
identity: {
|
|
492
|
+
compositionKey: "schema_change_belief_v1";
|
|
493
|
+
storageLocatorSemantic: false;
|
|
494
|
+
schemaChangeUuid: string;
|
|
495
|
+
schemaChangeUuidVersion: "uuidv7";
|
|
496
|
+
semanticIdentityFields: string[];
|
|
497
|
+
};
|
|
498
|
+
title: string;
|
|
499
499
|
policyChecks: {
|
|
500
|
-
action: "read" | "traverse" | "summarize" | "export" | "mutate" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "audit" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
501
500
|
resourceType: "node";
|
|
501
|
+
action: "summarize" | "read" | "audit" | "export" | "mutate" | "traverse" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
502
502
|
omissionRecord: "schemaChangeBelief.omissions[]";
|
|
503
503
|
stage: "supersession" | "proposal" | "rationale_review" | "migration_receipt" | "compatibility_window" | "docs_reference_update";
|
|
504
504
|
adapter: "permit_authorize_v1";
|
|
505
|
-
decisionEffect: "
|
|
505
|
+
decisionEffect: "deny" | "audit" | "allow" | "refuse";
|
|
506
506
|
requiredAttributes: string[];
|
|
507
507
|
}[];
|
|
508
508
|
omissions: string[];
|
|
@@ -562,14 +562,6 @@ declare const SchemaChangeBeliefSchema: z.ZodObject<{
|
|
|
562
562
|
liveApplyCommand?: string | undefined;
|
|
563
563
|
};
|
|
564
564
|
}, {
|
|
565
|
-
title: string;
|
|
566
|
-
identity: {
|
|
567
|
-
storageLocatorSemantic: false;
|
|
568
|
-
schemaChangeUuid: string;
|
|
569
|
-
compositionKey: "schema_change_belief_v1";
|
|
570
|
-
schemaChangeUuidVersion: "uuidv7";
|
|
571
|
-
semanticIdentityFields: string[];
|
|
572
|
-
};
|
|
573
565
|
quality: {
|
|
574
566
|
rationaleCoverage: 1;
|
|
575
567
|
migrationReceiptCoverage: 1;
|
|
@@ -578,13 +570,21 @@ declare const SchemaChangeBeliefSchema: z.ZodObject<{
|
|
|
578
570
|
graphTargetQuestionNodeId: "n97b8fn177wzjd136q9dcyyasx87xk6x";
|
|
579
571
|
graphTargetBeliefStatus: "pending_create_belief_repair" | "linked";
|
|
580
572
|
};
|
|
573
|
+
identity: {
|
|
574
|
+
compositionKey: "schema_change_belief_v1";
|
|
575
|
+
storageLocatorSemantic: false;
|
|
576
|
+
schemaChangeUuid: string;
|
|
577
|
+
schemaChangeUuidVersion: "uuidv7";
|
|
578
|
+
semanticIdentityFields: string[];
|
|
579
|
+
};
|
|
580
|
+
title: string;
|
|
581
581
|
policyChecks: {
|
|
582
|
-
action: "read" | "traverse" | "summarize" | "export" | "mutate" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "audit" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
583
582
|
resourceType: "node";
|
|
583
|
+
action: "summarize" | "read" | "audit" | "export" | "mutate" | "traverse" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
584
584
|
omissionRecord: "schemaChangeBelief.omissions[]";
|
|
585
585
|
stage: "supersession" | "proposal" | "rationale_review" | "migration_receipt" | "compatibility_window" | "docs_reference_update";
|
|
586
586
|
adapter: "permit_authorize_v1";
|
|
587
|
-
decisionEffect: "
|
|
587
|
+
decisionEffect: "deny" | "audit" | "allow" | "refuse";
|
|
588
588
|
requiredAttributes: string[];
|
|
589
589
|
}[];
|
|
590
590
|
omissions: string[];
|
|
@@ -654,15 +654,15 @@ declare const SchemaChangeBeliefFixtureSchema: z.ZodObject<{
|
|
|
654
654
|
semanticIdentityFields: z.ZodArray<z.ZodString, "many">;
|
|
655
655
|
storageLocatorSemantic: z.ZodLiteral<false>;
|
|
656
656
|
}, "strip", z.ZodTypeAny, {
|
|
657
|
+
compositionKey: "schema_change_belief_v1";
|
|
657
658
|
storageLocatorSemantic: false;
|
|
658
659
|
schemaChangeUuid: string;
|
|
659
|
-
compositionKey: "schema_change_belief_v1";
|
|
660
660
|
schemaChangeUuidVersion: "uuidv7";
|
|
661
661
|
semanticIdentityFields: string[];
|
|
662
662
|
}, {
|
|
663
|
+
compositionKey: "schema_change_belief_v1";
|
|
663
664
|
storageLocatorSemantic: false;
|
|
664
665
|
schemaChangeUuid: string;
|
|
665
|
-
compositionKey: "schema_change_belief_v1";
|
|
666
666
|
schemaChangeUuidVersion: "uuidv7";
|
|
667
667
|
semanticIdentityFields: string[];
|
|
668
668
|
}>;
|
|
@@ -819,20 +819,20 @@ declare const SchemaChangeBeliefFixtureSchema: z.ZodObject<{
|
|
|
819
819
|
requiredAttributes: z.ZodArray<z.ZodString, "many">;
|
|
820
820
|
omissionRecord: z.ZodLiteral<"schemaChangeBelief.omissions[]">;
|
|
821
821
|
}, "strip", z.ZodTypeAny, {
|
|
822
|
-
action: "read" | "traverse" | "summarize" | "export" | "mutate" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "audit" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
823
822
|
resourceType: "node";
|
|
823
|
+
action: "summarize" | "read" | "audit" | "export" | "mutate" | "traverse" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
824
824
|
omissionRecord: "schemaChangeBelief.omissions[]";
|
|
825
825
|
stage: "supersession" | "proposal" | "rationale_review" | "migration_receipt" | "compatibility_window" | "docs_reference_update";
|
|
826
826
|
adapter: "permit_authorize_v1";
|
|
827
|
-
decisionEffect: "
|
|
827
|
+
decisionEffect: "deny" | "audit" | "allow" | "refuse";
|
|
828
828
|
requiredAttributes: string[];
|
|
829
829
|
}, {
|
|
830
|
-
action: "read" | "traverse" | "summarize" | "export" | "mutate" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "audit" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
831
830
|
resourceType: "node";
|
|
831
|
+
action: "summarize" | "read" | "audit" | "export" | "mutate" | "traverse" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
832
832
|
omissionRecord: "schemaChangeBelief.omissions[]";
|
|
833
833
|
stage: "supersession" | "proposal" | "rationale_review" | "migration_receipt" | "compatibility_window" | "docs_reference_update";
|
|
834
834
|
adapter: "permit_authorize_v1";
|
|
835
|
-
decisionEffect: "
|
|
835
|
+
decisionEffect: "deny" | "audit" | "allow" | "refuse";
|
|
836
836
|
requiredAttributes: string[];
|
|
837
837
|
}>, "many">;
|
|
838
838
|
omissions: z.ZodArray<z.ZodString, "many">;
|
|
@@ -875,14 +875,6 @@ declare const SchemaChangeBeliefFixtureSchema: z.ZodObject<{
|
|
|
875
875
|
graphTargetBeliefStatus: "pending_create_belief_repair" | "linked";
|
|
876
876
|
}>;
|
|
877
877
|
}, "strip", z.ZodTypeAny, {
|
|
878
|
-
title: string;
|
|
879
|
-
identity: {
|
|
880
|
-
storageLocatorSemantic: false;
|
|
881
|
-
schemaChangeUuid: string;
|
|
882
|
-
compositionKey: "schema_change_belief_v1";
|
|
883
|
-
schemaChangeUuidVersion: "uuidv7";
|
|
884
|
-
semanticIdentityFields: string[];
|
|
885
|
-
};
|
|
886
878
|
quality: {
|
|
887
879
|
rationaleCoverage: 1;
|
|
888
880
|
migrationReceiptCoverage: 1;
|
|
@@ -891,13 +883,21 @@ declare const SchemaChangeBeliefFixtureSchema: z.ZodObject<{
|
|
|
891
883
|
graphTargetQuestionNodeId: "n97b8fn177wzjd136q9dcyyasx87xk6x";
|
|
892
884
|
graphTargetBeliefStatus: "pending_create_belief_repair" | "linked";
|
|
893
885
|
};
|
|
886
|
+
identity: {
|
|
887
|
+
compositionKey: "schema_change_belief_v1";
|
|
888
|
+
storageLocatorSemantic: false;
|
|
889
|
+
schemaChangeUuid: string;
|
|
890
|
+
schemaChangeUuidVersion: "uuidv7";
|
|
891
|
+
semanticIdentityFields: string[];
|
|
892
|
+
};
|
|
893
|
+
title: string;
|
|
894
894
|
policyChecks: {
|
|
895
|
-
action: "read" | "traverse" | "summarize" | "export" | "mutate" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "audit" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
896
895
|
resourceType: "node";
|
|
896
|
+
action: "summarize" | "read" | "audit" | "export" | "mutate" | "traverse" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
897
897
|
omissionRecord: "schemaChangeBelief.omissions[]";
|
|
898
898
|
stage: "supersession" | "proposal" | "rationale_review" | "migration_receipt" | "compatibility_window" | "docs_reference_update";
|
|
899
899
|
adapter: "permit_authorize_v1";
|
|
900
|
-
decisionEffect: "
|
|
900
|
+
decisionEffect: "deny" | "audit" | "allow" | "refuse";
|
|
901
901
|
requiredAttributes: string[];
|
|
902
902
|
}[];
|
|
903
903
|
omissions: string[];
|
|
@@ -957,14 +957,6 @@ declare const SchemaChangeBeliefFixtureSchema: z.ZodObject<{
|
|
|
957
957
|
liveApplyCommand?: string | undefined;
|
|
958
958
|
};
|
|
959
959
|
}, {
|
|
960
|
-
title: string;
|
|
961
|
-
identity: {
|
|
962
|
-
storageLocatorSemantic: false;
|
|
963
|
-
schemaChangeUuid: string;
|
|
964
|
-
compositionKey: "schema_change_belief_v1";
|
|
965
|
-
schemaChangeUuidVersion: "uuidv7";
|
|
966
|
-
semanticIdentityFields: string[];
|
|
967
|
-
};
|
|
968
960
|
quality: {
|
|
969
961
|
rationaleCoverage: 1;
|
|
970
962
|
migrationReceiptCoverage: 1;
|
|
@@ -973,13 +965,21 @@ declare const SchemaChangeBeliefFixtureSchema: z.ZodObject<{
|
|
|
973
965
|
graphTargetQuestionNodeId: "n97b8fn177wzjd136q9dcyyasx87xk6x";
|
|
974
966
|
graphTargetBeliefStatus: "pending_create_belief_repair" | "linked";
|
|
975
967
|
};
|
|
968
|
+
identity: {
|
|
969
|
+
compositionKey: "schema_change_belief_v1";
|
|
970
|
+
storageLocatorSemantic: false;
|
|
971
|
+
schemaChangeUuid: string;
|
|
972
|
+
schemaChangeUuidVersion: "uuidv7";
|
|
973
|
+
semanticIdentityFields: string[];
|
|
974
|
+
};
|
|
975
|
+
title: string;
|
|
976
976
|
policyChecks: {
|
|
977
|
-
action: "read" | "traverse" | "summarize" | "export" | "mutate" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "audit" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
978
977
|
resourceType: "node";
|
|
978
|
+
action: "summarize" | "read" | "audit" | "export" | "mutate" | "traverse" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
979
979
|
omissionRecord: "schemaChangeBelief.omissions[]";
|
|
980
980
|
stage: "supersession" | "proposal" | "rationale_review" | "migration_receipt" | "compatibility_window" | "docs_reference_update";
|
|
981
981
|
adapter: "permit_authorize_v1";
|
|
982
|
-
decisionEffect: "
|
|
982
|
+
decisionEffect: "deny" | "audit" | "allow" | "refuse";
|
|
983
983
|
requiredAttributes: string[];
|
|
984
984
|
}[];
|
|
985
985
|
omissions: string[];
|
|
@@ -1046,14 +1046,6 @@ declare const SchemaChangeBeliefFixtureSchema: z.ZodObject<{
|
|
|
1046
1046
|
expectedRefusals: string[];
|
|
1047
1047
|
expectedStages: ("supersession" | "proposal" | "rationale_review" | "migration_receipt" | "compatibility_window" | "docs_reference_update")[];
|
|
1048
1048
|
schemaChangeBelief: {
|
|
1049
|
-
title: string;
|
|
1050
|
-
identity: {
|
|
1051
|
-
storageLocatorSemantic: false;
|
|
1052
|
-
schemaChangeUuid: string;
|
|
1053
|
-
compositionKey: "schema_change_belief_v1";
|
|
1054
|
-
schemaChangeUuidVersion: "uuidv7";
|
|
1055
|
-
semanticIdentityFields: string[];
|
|
1056
|
-
};
|
|
1057
1049
|
quality: {
|
|
1058
1050
|
rationaleCoverage: 1;
|
|
1059
1051
|
migrationReceiptCoverage: 1;
|
|
@@ -1062,13 +1054,21 @@ declare const SchemaChangeBeliefFixtureSchema: z.ZodObject<{
|
|
|
1062
1054
|
graphTargetQuestionNodeId: "n97b8fn177wzjd136q9dcyyasx87xk6x";
|
|
1063
1055
|
graphTargetBeliefStatus: "pending_create_belief_repair" | "linked";
|
|
1064
1056
|
};
|
|
1057
|
+
identity: {
|
|
1058
|
+
compositionKey: "schema_change_belief_v1";
|
|
1059
|
+
storageLocatorSemantic: false;
|
|
1060
|
+
schemaChangeUuid: string;
|
|
1061
|
+
schemaChangeUuidVersion: "uuidv7";
|
|
1062
|
+
semanticIdentityFields: string[];
|
|
1063
|
+
};
|
|
1064
|
+
title: string;
|
|
1065
1065
|
policyChecks: {
|
|
1066
|
-
action: "read" | "traverse" | "summarize" | "export" | "mutate" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "audit" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
1067
1066
|
resourceType: "node";
|
|
1067
|
+
action: "summarize" | "read" | "audit" | "export" | "mutate" | "traverse" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
1068
1068
|
omissionRecord: "schemaChangeBelief.omissions[]";
|
|
1069
1069
|
stage: "supersession" | "proposal" | "rationale_review" | "migration_receipt" | "compatibility_window" | "docs_reference_update";
|
|
1070
1070
|
adapter: "permit_authorize_v1";
|
|
1071
|
-
decisionEffect: "
|
|
1071
|
+
decisionEffect: "deny" | "audit" | "allow" | "refuse";
|
|
1072
1072
|
requiredAttributes: string[];
|
|
1073
1073
|
}[];
|
|
1074
1074
|
omissions: string[];
|
|
@@ -1133,14 +1133,6 @@ declare const SchemaChangeBeliefFixtureSchema: z.ZodObject<{
|
|
|
1133
1133
|
expectedRefusals: string[];
|
|
1134
1134
|
expectedStages: ("supersession" | "proposal" | "rationale_review" | "migration_receipt" | "compatibility_window" | "docs_reference_update")[];
|
|
1135
1135
|
schemaChangeBelief: {
|
|
1136
|
-
title: string;
|
|
1137
|
-
identity: {
|
|
1138
|
-
storageLocatorSemantic: false;
|
|
1139
|
-
schemaChangeUuid: string;
|
|
1140
|
-
compositionKey: "schema_change_belief_v1";
|
|
1141
|
-
schemaChangeUuidVersion: "uuidv7";
|
|
1142
|
-
semanticIdentityFields: string[];
|
|
1143
|
-
};
|
|
1144
1136
|
quality: {
|
|
1145
1137
|
rationaleCoverage: 1;
|
|
1146
1138
|
migrationReceiptCoverage: 1;
|
|
@@ -1149,13 +1141,21 @@ declare const SchemaChangeBeliefFixtureSchema: z.ZodObject<{
|
|
|
1149
1141
|
graphTargetQuestionNodeId: "n97b8fn177wzjd136q9dcyyasx87xk6x";
|
|
1150
1142
|
graphTargetBeliefStatus: "pending_create_belief_repair" | "linked";
|
|
1151
1143
|
};
|
|
1144
|
+
identity: {
|
|
1145
|
+
compositionKey: "schema_change_belief_v1";
|
|
1146
|
+
storageLocatorSemantic: false;
|
|
1147
|
+
schemaChangeUuid: string;
|
|
1148
|
+
schemaChangeUuidVersion: "uuidv7";
|
|
1149
|
+
semanticIdentityFields: string[];
|
|
1150
|
+
};
|
|
1151
|
+
title: string;
|
|
1152
1152
|
policyChecks: {
|
|
1153
|
-
action: "read" | "traverse" | "summarize" | "export" | "mutate" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "audit" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
1154
1153
|
resourceType: "node";
|
|
1154
|
+
action: "summarize" | "read" | "audit" | "export" | "mutate" | "traverse" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
1155
1155
|
omissionRecord: "schemaChangeBelief.omissions[]";
|
|
1156
1156
|
stage: "supersession" | "proposal" | "rationale_review" | "migration_receipt" | "compatibility_window" | "docs_reference_update";
|
|
1157
1157
|
adapter: "permit_authorize_v1";
|
|
1158
|
-
decisionEffect: "
|
|
1158
|
+
decisionEffect: "deny" | "audit" | "allow" | "refuse";
|
|
1159
1159
|
requiredAttributes: string[];
|
|
1160
1160
|
}[];
|
|
1161
1161
|
omissions: string[];
|
|
@@ -1236,15 +1236,15 @@ declare const SchemaChangeBeliefContractSchema: z.ZodObject<{
|
|
|
1236
1236
|
semanticIdentityFields: z.ZodArray<z.ZodString, "many">;
|
|
1237
1237
|
storageLocatorSemantic: z.ZodLiteral<false>;
|
|
1238
1238
|
}, "strip", z.ZodTypeAny, {
|
|
1239
|
+
compositionKey: "schema_change_belief_v1";
|
|
1239
1240
|
storageLocatorSemantic: false;
|
|
1240
1241
|
schemaChangeUuid: string;
|
|
1241
|
-
compositionKey: "schema_change_belief_v1";
|
|
1242
1242
|
schemaChangeUuidVersion: "uuidv7";
|
|
1243
1243
|
semanticIdentityFields: string[];
|
|
1244
1244
|
}, {
|
|
1245
|
+
compositionKey: "schema_change_belief_v1";
|
|
1245
1246
|
storageLocatorSemantic: false;
|
|
1246
1247
|
schemaChangeUuid: string;
|
|
1247
|
-
compositionKey: "schema_change_belief_v1";
|
|
1248
1248
|
schemaChangeUuidVersion: "uuidv7";
|
|
1249
1249
|
semanticIdentityFields: string[];
|
|
1250
1250
|
}>;
|
|
@@ -1401,20 +1401,20 @@ declare const SchemaChangeBeliefContractSchema: z.ZodObject<{
|
|
|
1401
1401
|
requiredAttributes: z.ZodArray<z.ZodString, "many">;
|
|
1402
1402
|
omissionRecord: z.ZodLiteral<"schemaChangeBelief.omissions[]">;
|
|
1403
1403
|
}, "strip", z.ZodTypeAny, {
|
|
1404
|
-
action: "read" | "traverse" | "summarize" | "export" | "mutate" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "audit" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
1405
1404
|
resourceType: "node";
|
|
1405
|
+
action: "summarize" | "read" | "audit" | "export" | "mutate" | "traverse" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
1406
1406
|
omissionRecord: "schemaChangeBelief.omissions[]";
|
|
1407
1407
|
stage: "supersession" | "proposal" | "rationale_review" | "migration_receipt" | "compatibility_window" | "docs_reference_update";
|
|
1408
1408
|
adapter: "permit_authorize_v1";
|
|
1409
|
-
decisionEffect: "
|
|
1409
|
+
decisionEffect: "deny" | "audit" | "allow" | "refuse";
|
|
1410
1410
|
requiredAttributes: string[];
|
|
1411
1411
|
}, {
|
|
1412
|
-
action: "read" | "traverse" | "summarize" | "export" | "mutate" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "audit" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
1413
1412
|
resourceType: "node";
|
|
1413
|
+
action: "summarize" | "read" | "audit" | "export" | "mutate" | "traverse" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
1414
1414
|
omissionRecord: "schemaChangeBelief.omissions[]";
|
|
1415
1415
|
stage: "supersession" | "proposal" | "rationale_review" | "migration_receipt" | "compatibility_window" | "docs_reference_update";
|
|
1416
1416
|
adapter: "permit_authorize_v1";
|
|
1417
|
-
decisionEffect: "
|
|
1417
|
+
decisionEffect: "deny" | "audit" | "allow" | "refuse";
|
|
1418
1418
|
requiredAttributes: string[];
|
|
1419
1419
|
}>, "many">;
|
|
1420
1420
|
omissions: z.ZodArray<z.ZodString, "many">;
|
|
@@ -1457,14 +1457,6 @@ declare const SchemaChangeBeliefContractSchema: z.ZodObject<{
|
|
|
1457
1457
|
graphTargetBeliefStatus: "pending_create_belief_repair" | "linked";
|
|
1458
1458
|
}>;
|
|
1459
1459
|
}, "strip", z.ZodTypeAny, {
|
|
1460
|
-
title: string;
|
|
1461
|
-
identity: {
|
|
1462
|
-
storageLocatorSemantic: false;
|
|
1463
|
-
schemaChangeUuid: string;
|
|
1464
|
-
compositionKey: "schema_change_belief_v1";
|
|
1465
|
-
schemaChangeUuidVersion: "uuidv7";
|
|
1466
|
-
semanticIdentityFields: string[];
|
|
1467
|
-
};
|
|
1468
1460
|
quality: {
|
|
1469
1461
|
rationaleCoverage: 1;
|
|
1470
1462
|
migrationReceiptCoverage: 1;
|
|
@@ -1473,13 +1465,21 @@ declare const SchemaChangeBeliefContractSchema: z.ZodObject<{
|
|
|
1473
1465
|
graphTargetQuestionNodeId: "n97b8fn177wzjd136q9dcyyasx87xk6x";
|
|
1474
1466
|
graphTargetBeliefStatus: "pending_create_belief_repair" | "linked";
|
|
1475
1467
|
};
|
|
1468
|
+
identity: {
|
|
1469
|
+
compositionKey: "schema_change_belief_v1";
|
|
1470
|
+
storageLocatorSemantic: false;
|
|
1471
|
+
schemaChangeUuid: string;
|
|
1472
|
+
schemaChangeUuidVersion: "uuidv7";
|
|
1473
|
+
semanticIdentityFields: string[];
|
|
1474
|
+
};
|
|
1475
|
+
title: string;
|
|
1476
1476
|
policyChecks: {
|
|
1477
|
-
action: "read" | "traverse" | "summarize" | "export" | "mutate" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "audit" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
1478
1477
|
resourceType: "node";
|
|
1478
|
+
action: "summarize" | "read" | "audit" | "export" | "mutate" | "traverse" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
1479
1479
|
omissionRecord: "schemaChangeBelief.omissions[]";
|
|
1480
1480
|
stage: "supersession" | "proposal" | "rationale_review" | "migration_receipt" | "compatibility_window" | "docs_reference_update";
|
|
1481
1481
|
adapter: "permit_authorize_v1";
|
|
1482
|
-
decisionEffect: "
|
|
1482
|
+
decisionEffect: "deny" | "audit" | "allow" | "refuse";
|
|
1483
1483
|
requiredAttributes: string[];
|
|
1484
1484
|
}[];
|
|
1485
1485
|
omissions: string[];
|
|
@@ -1539,14 +1539,6 @@ declare const SchemaChangeBeliefContractSchema: z.ZodObject<{
|
|
|
1539
1539
|
liveApplyCommand?: string | undefined;
|
|
1540
1540
|
};
|
|
1541
1541
|
}, {
|
|
1542
|
-
title: string;
|
|
1543
|
-
identity: {
|
|
1544
|
-
storageLocatorSemantic: false;
|
|
1545
|
-
schemaChangeUuid: string;
|
|
1546
|
-
compositionKey: "schema_change_belief_v1";
|
|
1547
|
-
schemaChangeUuidVersion: "uuidv7";
|
|
1548
|
-
semanticIdentityFields: string[];
|
|
1549
|
-
};
|
|
1550
1542
|
quality: {
|
|
1551
1543
|
rationaleCoverage: 1;
|
|
1552
1544
|
migrationReceiptCoverage: 1;
|
|
@@ -1555,13 +1547,21 @@ declare const SchemaChangeBeliefContractSchema: z.ZodObject<{
|
|
|
1555
1547
|
graphTargetQuestionNodeId: "n97b8fn177wzjd136q9dcyyasx87xk6x";
|
|
1556
1548
|
graphTargetBeliefStatus: "pending_create_belief_repair" | "linked";
|
|
1557
1549
|
};
|
|
1550
|
+
identity: {
|
|
1551
|
+
compositionKey: "schema_change_belief_v1";
|
|
1552
|
+
storageLocatorSemantic: false;
|
|
1553
|
+
schemaChangeUuid: string;
|
|
1554
|
+
schemaChangeUuidVersion: "uuidv7";
|
|
1555
|
+
semanticIdentityFields: string[];
|
|
1556
|
+
};
|
|
1557
|
+
title: string;
|
|
1558
1558
|
policyChecks: {
|
|
1559
|
-
action: "read" | "traverse" | "summarize" | "export" | "mutate" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "audit" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
1560
1559
|
resourceType: "node";
|
|
1560
|
+
action: "summarize" | "read" | "audit" | "export" | "mutate" | "traverse" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
1561
1561
|
omissionRecord: "schemaChangeBelief.omissions[]";
|
|
1562
1562
|
stage: "supersession" | "proposal" | "rationale_review" | "migration_receipt" | "compatibility_window" | "docs_reference_update";
|
|
1563
1563
|
adapter: "permit_authorize_v1";
|
|
1564
|
-
decisionEffect: "
|
|
1564
|
+
decisionEffect: "deny" | "audit" | "allow" | "refuse";
|
|
1565
1565
|
requiredAttributes: string[];
|
|
1566
1566
|
}[];
|
|
1567
1567
|
omissions: string[];
|
|
@@ -1628,14 +1628,6 @@ declare const SchemaChangeBeliefContractSchema: z.ZodObject<{
|
|
|
1628
1628
|
expectedRefusals: string[];
|
|
1629
1629
|
expectedStages: ("supersession" | "proposal" | "rationale_review" | "migration_receipt" | "compatibility_window" | "docs_reference_update")[];
|
|
1630
1630
|
schemaChangeBelief: {
|
|
1631
|
-
title: string;
|
|
1632
|
-
identity: {
|
|
1633
|
-
storageLocatorSemantic: false;
|
|
1634
|
-
schemaChangeUuid: string;
|
|
1635
|
-
compositionKey: "schema_change_belief_v1";
|
|
1636
|
-
schemaChangeUuidVersion: "uuidv7";
|
|
1637
|
-
semanticIdentityFields: string[];
|
|
1638
|
-
};
|
|
1639
1631
|
quality: {
|
|
1640
1632
|
rationaleCoverage: 1;
|
|
1641
1633
|
migrationReceiptCoverage: 1;
|
|
@@ -1644,13 +1636,21 @@ declare const SchemaChangeBeliefContractSchema: z.ZodObject<{
|
|
|
1644
1636
|
graphTargetQuestionNodeId: "n97b8fn177wzjd136q9dcyyasx87xk6x";
|
|
1645
1637
|
graphTargetBeliefStatus: "pending_create_belief_repair" | "linked";
|
|
1646
1638
|
};
|
|
1639
|
+
identity: {
|
|
1640
|
+
compositionKey: "schema_change_belief_v1";
|
|
1641
|
+
storageLocatorSemantic: false;
|
|
1642
|
+
schemaChangeUuid: string;
|
|
1643
|
+
schemaChangeUuidVersion: "uuidv7";
|
|
1644
|
+
semanticIdentityFields: string[];
|
|
1645
|
+
};
|
|
1646
|
+
title: string;
|
|
1647
1647
|
policyChecks: {
|
|
1648
|
-
action: "read" | "traverse" | "summarize" | "export" | "mutate" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "audit" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
1649
1648
|
resourceType: "node";
|
|
1649
|
+
action: "summarize" | "read" | "audit" | "export" | "mutate" | "traverse" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
1650
1650
|
omissionRecord: "schemaChangeBelief.omissions[]";
|
|
1651
1651
|
stage: "supersession" | "proposal" | "rationale_review" | "migration_receipt" | "compatibility_window" | "docs_reference_update";
|
|
1652
1652
|
adapter: "permit_authorize_v1";
|
|
1653
|
-
decisionEffect: "
|
|
1653
|
+
decisionEffect: "deny" | "audit" | "allow" | "refuse";
|
|
1654
1654
|
requiredAttributes: string[];
|
|
1655
1655
|
}[];
|
|
1656
1656
|
omissions: string[];
|
|
@@ -1715,14 +1715,6 @@ declare const SchemaChangeBeliefContractSchema: z.ZodObject<{
|
|
|
1715
1715
|
expectedRefusals: string[];
|
|
1716
1716
|
expectedStages: ("supersession" | "proposal" | "rationale_review" | "migration_receipt" | "compatibility_window" | "docs_reference_update")[];
|
|
1717
1717
|
schemaChangeBelief: {
|
|
1718
|
-
title: string;
|
|
1719
|
-
identity: {
|
|
1720
|
-
storageLocatorSemantic: false;
|
|
1721
|
-
schemaChangeUuid: string;
|
|
1722
|
-
compositionKey: "schema_change_belief_v1";
|
|
1723
|
-
schemaChangeUuidVersion: "uuidv7";
|
|
1724
|
-
semanticIdentityFields: string[];
|
|
1725
|
-
};
|
|
1726
1718
|
quality: {
|
|
1727
1719
|
rationaleCoverage: 1;
|
|
1728
1720
|
migrationReceiptCoverage: 1;
|
|
@@ -1731,13 +1723,21 @@ declare const SchemaChangeBeliefContractSchema: z.ZodObject<{
|
|
|
1731
1723
|
graphTargetQuestionNodeId: "n97b8fn177wzjd136q9dcyyasx87xk6x";
|
|
1732
1724
|
graphTargetBeliefStatus: "pending_create_belief_repair" | "linked";
|
|
1733
1725
|
};
|
|
1726
|
+
identity: {
|
|
1727
|
+
compositionKey: "schema_change_belief_v1";
|
|
1728
|
+
storageLocatorSemantic: false;
|
|
1729
|
+
schemaChangeUuid: string;
|
|
1730
|
+
schemaChangeUuidVersion: "uuidv7";
|
|
1731
|
+
semanticIdentityFields: string[];
|
|
1732
|
+
};
|
|
1733
|
+
title: string;
|
|
1734
1734
|
policyChecks: {
|
|
1735
|
-
action: "read" | "traverse" | "summarize" | "export" | "mutate" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "audit" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
1736
1735
|
resourceType: "node";
|
|
1736
|
+
action: "summarize" | "read" | "audit" | "export" | "mutate" | "traverse" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
1737
1737
|
omissionRecord: "schemaChangeBelief.omissions[]";
|
|
1738
1738
|
stage: "supersession" | "proposal" | "rationale_review" | "migration_receipt" | "compatibility_window" | "docs_reference_update";
|
|
1739
1739
|
adapter: "permit_authorize_v1";
|
|
1740
|
-
decisionEffect: "
|
|
1740
|
+
decisionEffect: "deny" | "audit" | "allow" | "refuse";
|
|
1741
1741
|
requiredAttributes: string[];
|
|
1742
1742
|
}[];
|
|
1743
1743
|
omissions: string[];
|
|
@@ -1800,27 +1800,19 @@ declare const SchemaChangeBeliefContractSchema: z.ZodObject<{
|
|
|
1800
1800
|
}>;
|
|
1801
1801
|
}, "strip", z.ZodTypeAny, {
|
|
1802
1802
|
worktree: "C2-LX.2";
|
|
1803
|
-
lane: "c2-lx-atomic-publication-schema-beliefs";
|
|
1804
1803
|
contractVersion: "c2_lx_schema_change_belief.v1";
|
|
1804
|
+
lane: "c2-lx-atomic-publication-schema-beliefs";
|
|
1805
|
+
graphWorktreeId: "tn79v3x86des7h9ypd5njsnvp985vx35";
|
|
1806
|
+
compositionKey: "schema_change_belief_v1";
|
|
1805
1807
|
dependsOn: string[];
|
|
1806
1808
|
sourceAnchors: string[];
|
|
1807
|
-
graphWorktreeId: "tn79v3x86des7h9ypd5njsnvp985vx35";
|
|
1808
1809
|
rules: string[];
|
|
1809
|
-
compositionKey: "schema_change_belief_v1";
|
|
1810
1810
|
graphTargetQuestionNodeId: "n97b8fn177wzjd136q9dcyyasx87xk6x";
|
|
1811
1811
|
fixture: {
|
|
1812
1812
|
key: string;
|
|
1813
1813
|
expectedRefusals: string[];
|
|
1814
1814
|
expectedStages: ("supersession" | "proposal" | "rationale_review" | "migration_receipt" | "compatibility_window" | "docs_reference_update")[];
|
|
1815
1815
|
schemaChangeBelief: {
|
|
1816
|
-
title: string;
|
|
1817
|
-
identity: {
|
|
1818
|
-
storageLocatorSemantic: false;
|
|
1819
|
-
schemaChangeUuid: string;
|
|
1820
|
-
compositionKey: "schema_change_belief_v1";
|
|
1821
|
-
schemaChangeUuidVersion: "uuidv7";
|
|
1822
|
-
semanticIdentityFields: string[];
|
|
1823
|
-
};
|
|
1824
1816
|
quality: {
|
|
1825
1817
|
rationaleCoverage: 1;
|
|
1826
1818
|
migrationReceiptCoverage: 1;
|
|
@@ -1829,13 +1821,21 @@ declare const SchemaChangeBeliefContractSchema: z.ZodObject<{
|
|
|
1829
1821
|
graphTargetQuestionNodeId: "n97b8fn177wzjd136q9dcyyasx87xk6x";
|
|
1830
1822
|
graphTargetBeliefStatus: "pending_create_belief_repair" | "linked";
|
|
1831
1823
|
};
|
|
1824
|
+
identity: {
|
|
1825
|
+
compositionKey: "schema_change_belief_v1";
|
|
1826
|
+
storageLocatorSemantic: false;
|
|
1827
|
+
schemaChangeUuid: string;
|
|
1828
|
+
schemaChangeUuidVersion: "uuidv7";
|
|
1829
|
+
semanticIdentityFields: string[];
|
|
1830
|
+
};
|
|
1831
|
+
title: string;
|
|
1832
1832
|
policyChecks: {
|
|
1833
|
-
action: "read" | "traverse" | "summarize" | "export" | "mutate" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "audit" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
1834
1833
|
resourceType: "node";
|
|
1834
|
+
action: "summarize" | "read" | "audit" | "export" | "mutate" | "traverse" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
1835
1835
|
omissionRecord: "schemaChangeBelief.omissions[]";
|
|
1836
1836
|
stage: "supersession" | "proposal" | "rationale_review" | "migration_receipt" | "compatibility_window" | "docs_reference_update";
|
|
1837
1837
|
adapter: "permit_authorize_v1";
|
|
1838
|
-
decisionEffect: "
|
|
1838
|
+
decisionEffect: "deny" | "audit" | "allow" | "refuse";
|
|
1839
1839
|
requiredAttributes: string[];
|
|
1840
1840
|
}[];
|
|
1841
1841
|
omissions: string[];
|
|
@@ -1898,27 +1898,19 @@ declare const SchemaChangeBeliefContractSchema: z.ZodObject<{
|
|
|
1898
1898
|
};
|
|
1899
1899
|
}, {
|
|
1900
1900
|
worktree: "C2-LX.2";
|
|
1901
|
-
lane: "c2-lx-atomic-publication-schema-beliefs";
|
|
1902
1901
|
contractVersion: "c2_lx_schema_change_belief.v1";
|
|
1902
|
+
lane: "c2-lx-atomic-publication-schema-beliefs";
|
|
1903
|
+
graphWorktreeId: "tn79v3x86des7h9ypd5njsnvp985vx35";
|
|
1904
|
+
compositionKey: "schema_change_belief_v1";
|
|
1903
1905
|
dependsOn: string[];
|
|
1904
1906
|
sourceAnchors: string[];
|
|
1905
|
-
graphWorktreeId: "tn79v3x86des7h9ypd5njsnvp985vx35";
|
|
1906
1907
|
rules: string[];
|
|
1907
|
-
compositionKey: "schema_change_belief_v1";
|
|
1908
1908
|
graphTargetQuestionNodeId: "n97b8fn177wzjd136q9dcyyasx87xk6x";
|
|
1909
1909
|
fixture: {
|
|
1910
1910
|
key: string;
|
|
1911
1911
|
expectedRefusals: string[];
|
|
1912
1912
|
expectedStages: ("supersession" | "proposal" | "rationale_review" | "migration_receipt" | "compatibility_window" | "docs_reference_update")[];
|
|
1913
1913
|
schemaChangeBelief: {
|
|
1914
|
-
title: string;
|
|
1915
|
-
identity: {
|
|
1916
|
-
storageLocatorSemantic: false;
|
|
1917
|
-
schemaChangeUuid: string;
|
|
1918
|
-
compositionKey: "schema_change_belief_v1";
|
|
1919
|
-
schemaChangeUuidVersion: "uuidv7";
|
|
1920
|
-
semanticIdentityFields: string[];
|
|
1921
|
-
};
|
|
1922
1914
|
quality: {
|
|
1923
1915
|
rationaleCoverage: 1;
|
|
1924
1916
|
migrationReceiptCoverage: 1;
|
|
@@ -1927,13 +1919,21 @@ declare const SchemaChangeBeliefContractSchema: z.ZodObject<{
|
|
|
1927
1919
|
graphTargetQuestionNodeId: "n97b8fn177wzjd136q9dcyyasx87xk6x";
|
|
1928
1920
|
graphTargetBeliefStatus: "pending_create_belief_repair" | "linked";
|
|
1929
1921
|
};
|
|
1922
|
+
identity: {
|
|
1923
|
+
compositionKey: "schema_change_belief_v1";
|
|
1924
|
+
storageLocatorSemantic: false;
|
|
1925
|
+
schemaChangeUuid: string;
|
|
1926
|
+
schemaChangeUuidVersion: "uuidv7";
|
|
1927
|
+
semanticIdentityFields: string[];
|
|
1928
|
+
};
|
|
1929
|
+
title: string;
|
|
1930
1930
|
policyChecks: {
|
|
1931
|
-
action: "read" | "traverse" | "summarize" | "export" | "mutate" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "audit" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
1932
1931
|
resourceType: "node";
|
|
1932
|
+
action: "summarize" | "read" | "audit" | "export" | "mutate" | "traverse" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
1933
1933
|
omissionRecord: "schemaChangeBelief.omissions[]";
|
|
1934
1934
|
stage: "supersession" | "proposal" | "rationale_review" | "migration_receipt" | "compatibility_window" | "docs_reference_update";
|
|
1935
1935
|
adapter: "permit_authorize_v1";
|
|
1936
|
-
decisionEffect: "
|
|
1936
|
+
decisionEffect: "deny" | "audit" | "allow" | "refuse";
|
|
1937
1937
|
requiredAttributes: string[];
|
|
1938
1938
|
}[];
|
|
1939
1939
|
omissions: string[];
|
|
@@ -2067,12 +2067,12 @@ declare const SCHEMA_CHANGE_BELIEF_CONTRACT: {
|
|
|
2067
2067
|
supersessionRequiresEvidence: true;
|
|
2068
2068
|
};
|
|
2069
2069
|
policyChecks: {
|
|
2070
|
-
action: "read" | "traverse" | "summarize" | "export" | "mutate" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "audit" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
2071
2070
|
resourceType: "node";
|
|
2071
|
+
action: "summarize" | "read" | "audit" | "export" | "mutate" | "traverse" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
2072
2072
|
omissionRecord: "schemaChangeBelief.omissions[]";
|
|
2073
2073
|
stage: "supersession" | "proposal" | "rationale_review" | "migration_receipt" | "compatibility_window" | "docs_reference_update";
|
|
2074
2074
|
adapter: "permit_authorize_v1";
|
|
2075
|
-
decisionEffect: "
|
|
2075
|
+
decisionEffect: "deny" | "audit" | "allow" | "refuse";
|
|
2076
2076
|
requiredAttributes: string[];
|
|
2077
2077
|
}[];
|
|
2078
2078
|
omissions: string[];
|
|
@@ -2097,27 +2097,19 @@ declare const SCHEMA_CHANGE_BELIEF_CONTRACT: {
|
|
|
2097
2097
|
};
|
|
2098
2098
|
declare const parsedSchemaChangeBeliefContract: {
|
|
2099
2099
|
worktree: "C2-LX.2";
|
|
2100
|
-
lane: "c2-lx-atomic-publication-schema-beliefs";
|
|
2101
2100
|
contractVersion: "c2_lx_schema_change_belief.v1";
|
|
2101
|
+
lane: "c2-lx-atomic-publication-schema-beliefs";
|
|
2102
|
+
graphWorktreeId: "tn79v3x86des7h9ypd5njsnvp985vx35";
|
|
2103
|
+
compositionKey: "schema_change_belief_v1";
|
|
2102
2104
|
dependsOn: string[];
|
|
2103
2105
|
sourceAnchors: string[];
|
|
2104
|
-
graphWorktreeId: "tn79v3x86des7h9ypd5njsnvp985vx35";
|
|
2105
2106
|
rules: string[];
|
|
2106
|
-
compositionKey: "schema_change_belief_v1";
|
|
2107
2107
|
graphTargetQuestionNodeId: "n97b8fn177wzjd136q9dcyyasx87xk6x";
|
|
2108
2108
|
fixture: {
|
|
2109
2109
|
key: string;
|
|
2110
2110
|
expectedRefusals: string[];
|
|
2111
2111
|
expectedStages: ("supersession" | "proposal" | "rationale_review" | "migration_receipt" | "compatibility_window" | "docs_reference_update")[];
|
|
2112
2112
|
schemaChangeBelief: {
|
|
2113
|
-
title: string;
|
|
2114
|
-
identity: {
|
|
2115
|
-
storageLocatorSemantic: false;
|
|
2116
|
-
schemaChangeUuid: string;
|
|
2117
|
-
compositionKey: "schema_change_belief_v1";
|
|
2118
|
-
schemaChangeUuidVersion: "uuidv7";
|
|
2119
|
-
semanticIdentityFields: string[];
|
|
2120
|
-
};
|
|
2121
2113
|
quality: {
|
|
2122
2114
|
rationaleCoverage: 1;
|
|
2123
2115
|
migrationReceiptCoverage: 1;
|
|
@@ -2126,13 +2118,21 @@ declare const parsedSchemaChangeBeliefContract: {
|
|
|
2126
2118
|
graphTargetQuestionNodeId: "n97b8fn177wzjd136q9dcyyasx87xk6x";
|
|
2127
2119
|
graphTargetBeliefStatus: "pending_create_belief_repair" | "linked";
|
|
2128
2120
|
};
|
|
2121
|
+
identity: {
|
|
2122
|
+
compositionKey: "schema_change_belief_v1";
|
|
2123
|
+
storageLocatorSemantic: false;
|
|
2124
|
+
schemaChangeUuid: string;
|
|
2125
|
+
schemaChangeUuidVersion: "uuidv7";
|
|
2126
|
+
semanticIdentityFields: string[];
|
|
2127
|
+
};
|
|
2128
|
+
title: string;
|
|
2129
2129
|
policyChecks: {
|
|
2130
|
-
action: "read" | "traverse" | "summarize" | "export" | "mutate" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "audit" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
2131
2130
|
resourceType: "node";
|
|
2131
|
+
action: "summarize" | "read" | "audit" | "export" | "mutate" | "traverse" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
2132
2132
|
omissionRecord: "schemaChangeBelief.omissions[]";
|
|
2133
2133
|
stage: "supersession" | "proposal" | "rationale_review" | "migration_receipt" | "compatibility_window" | "docs_reference_update";
|
|
2134
2134
|
adapter: "permit_authorize_v1";
|
|
2135
|
-
decisionEffect: "
|
|
2135
|
+
decisionEffect: "deny" | "audit" | "allow" | "refuse";
|
|
2136
2136
|
requiredAttributes: string[];
|
|
2137
2137
|
}[];
|
|
2138
2138
|
omissions: string[];
|
|
@@ -2207,10 +2207,10 @@ declare const SCHEMA_CHANGE_BELIEF_COMPOSITION_ROW: {
|
|
|
2207
2207
|
allowedDepths: ("low" | "medium" | "high" | "extra-high")[];
|
|
2208
2208
|
qualityVector: string[];
|
|
2209
2209
|
identity: {
|
|
2210
|
+
registryKeyField: "key";
|
|
2210
2211
|
canonicalPublicIdField: "compositionUuid";
|
|
2211
2212
|
canonicalPublicIdVersion: "uuidv7";
|
|
2212
2213
|
storageLocatorSemantic: false;
|
|
2213
|
-
registryKeyField: "key";
|
|
2214
2214
|
contentAddressFields: string[];
|
|
2215
2215
|
};
|
|
2216
2216
|
authorization: {
|
|
@@ -2249,10 +2249,10 @@ declare const SCHEMA_CHANGE_BELIEF_COMPOSITION_ROW: {
|
|
|
2249
2249
|
allowedDepths: ("medium" | "high" | "extra-high")[];
|
|
2250
2250
|
qualityVector: string[];
|
|
2251
2251
|
identity: {
|
|
2252
|
+
registryKeyField: "key";
|
|
2252
2253
|
canonicalPublicIdField: "compositionUuid";
|
|
2253
2254
|
canonicalPublicIdVersion: "uuidv7";
|
|
2254
2255
|
storageLocatorSemantic: false;
|
|
2255
|
-
registryKeyField: "key";
|
|
2256
2256
|
contentAddressFields: string[];
|
|
2257
2257
|
};
|
|
2258
2258
|
authorization: {
|
|
@@ -2291,10 +2291,10 @@ declare const SCHEMA_CHANGE_BELIEF_COMPOSITION_ROW: {
|
|
|
2291
2291
|
allowedDepths: ("low" | "medium" | "high" | "extra-high")[];
|
|
2292
2292
|
qualityVector: string[];
|
|
2293
2293
|
identity: {
|
|
2294
|
+
registryKeyField: "key";
|
|
2294
2295
|
canonicalPublicIdField: "compositionUuid";
|
|
2295
2296
|
canonicalPublicIdVersion: "uuidv7";
|
|
2296
2297
|
storageLocatorSemantic: false;
|
|
2297
|
-
registryKeyField: "key";
|
|
2298
2298
|
contentAddressFields: string[];
|
|
2299
2299
|
};
|
|
2300
2300
|
authorization: {
|
|
@@ -2333,10 +2333,10 @@ declare const SCHEMA_CHANGE_BELIEF_COMPOSITION_ROW: {
|
|
|
2333
2333
|
allowedDepths: ("low" | "medium" | "high" | "extra-high")[];
|
|
2334
2334
|
qualityVector: string[];
|
|
2335
2335
|
identity: {
|
|
2336
|
+
registryKeyField: "key";
|
|
2336
2337
|
canonicalPublicIdField: "compositionUuid";
|
|
2337
2338
|
canonicalPublicIdVersion: "uuidv7";
|
|
2338
2339
|
storageLocatorSemantic: false;
|
|
2339
|
-
registryKeyField: "key";
|
|
2340
2340
|
contentAddressFields: string[];
|
|
2341
2341
|
};
|
|
2342
2342
|
authorization: {
|
|
@@ -2366,19 +2366,19 @@ declare const SCHEMA_CHANGE_BELIEF_COMPOSITION_ROW: {
|
|
|
2366
2366
|
key: string;
|
|
2367
2367
|
emittedAs: string;
|
|
2368
2368
|
classification: "substrate_contract";
|
|
2369
|
-
lifecycle: "
|
|
2369
|
+
lifecycle: "reserved";
|
|
2370
2370
|
ownerLane: string;
|
|
2371
2371
|
dependsOn: string[];
|
|
2372
2372
|
primitives: string[];
|
|
2373
2373
|
sourceSurfaces: string[];
|
|
2374
2374
|
defaultDepth: "extra-high";
|
|
2375
|
-
allowedDepths: ("
|
|
2375
|
+
allowedDepths: ("high" | "extra-high")[];
|
|
2376
2376
|
qualityVector: string[];
|
|
2377
2377
|
identity: {
|
|
2378
|
+
registryKeyField: "key";
|
|
2378
2379
|
canonicalPublicIdField: "compositionUuid";
|
|
2379
2380
|
canonicalPublicIdVersion: "uuidv7";
|
|
2380
2381
|
storageLocatorSemantic: false;
|
|
2381
|
-
registryKeyField: "key";
|
|
2382
2382
|
contentAddressFields: string[];
|
|
2383
2383
|
};
|
|
2384
2384
|
authorization: {
|
|
@@ -2413,14 +2413,14 @@ declare const SCHEMA_CHANGE_BELIEF_COMPOSITION_ROW: {
|
|
|
2413
2413
|
dependsOn: string[];
|
|
2414
2414
|
primitives: string[];
|
|
2415
2415
|
sourceSurfaces: string[];
|
|
2416
|
-
defaultDepth: "
|
|
2417
|
-
allowedDepths: ("high" | "extra-high")[];
|
|
2416
|
+
defaultDepth: "high";
|
|
2417
|
+
allowedDepths: ("medium" | "high" | "extra-high")[];
|
|
2418
2418
|
qualityVector: string[];
|
|
2419
2419
|
identity: {
|
|
2420
|
+
registryKeyField: "key";
|
|
2420
2421
|
canonicalPublicIdField: "compositionUuid";
|
|
2421
2422
|
canonicalPublicIdVersion: "uuidv7";
|
|
2422
2423
|
storageLocatorSemantic: false;
|
|
2423
|
-
registryKeyField: "key";
|
|
2424
2424
|
contentAddressFields: string[];
|
|
2425
2425
|
};
|
|
2426
2426
|
authorization: {
|
|
@@ -2450,19 +2450,19 @@ declare const SCHEMA_CHANGE_BELIEF_COMPOSITION_ROW: {
|
|
|
2450
2450
|
key: string;
|
|
2451
2451
|
emittedAs: string;
|
|
2452
2452
|
classification: "substrate_contract";
|
|
2453
|
-
lifecycle: "
|
|
2453
|
+
lifecycle: "current";
|
|
2454
2454
|
ownerLane: string;
|
|
2455
2455
|
dependsOn: string[];
|
|
2456
2456
|
primitives: string[];
|
|
2457
2457
|
sourceSurfaces: string[];
|
|
2458
|
-
defaultDepth: "high";
|
|
2459
|
-
allowedDepths: ("medium" | "high" | "extra-high")[];
|
|
2458
|
+
defaultDepth: "extra-high";
|
|
2459
|
+
allowedDepths: ("low" | "medium" | "high" | "extra-high")[];
|
|
2460
2460
|
qualityVector: string[];
|
|
2461
2461
|
identity: {
|
|
2462
|
+
registryKeyField: "key";
|
|
2462
2463
|
canonicalPublicIdField: "compositionUuid";
|
|
2463
2464
|
canonicalPublicIdVersion: "uuidv7";
|
|
2464
2465
|
storageLocatorSemantic: false;
|
|
2465
|
-
registryKeyField: "key";
|
|
2466
2466
|
contentAddressFields: string[];
|
|
2467
2467
|
};
|
|
2468
2468
|
authorization: {
|