@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
|
@@ -24,16 +24,16 @@ declare const PublishedBeliefArtifactIdentitySchema: z.ZodObject<{
|
|
|
24
24
|
storageLocatorSemantic: z.ZodLiteral<false>;
|
|
25
25
|
contentAddressFields: z.ZodArray<z.ZodString, "many">;
|
|
26
26
|
}, "strip", z.ZodTypeAny, {
|
|
27
|
+
compositionKey: "published_belief_artifact_v1";
|
|
27
28
|
storageLocatorSemantic: false;
|
|
28
29
|
contentAddressFields: string[];
|
|
29
|
-
compositionKey: "published_belief_artifact_v1";
|
|
30
30
|
artifactUuid: string;
|
|
31
31
|
artifactUuidVersion: "uuidv7";
|
|
32
32
|
artifactVersion: number;
|
|
33
33
|
}, {
|
|
34
|
+
compositionKey: "published_belief_artifact_v1";
|
|
34
35
|
storageLocatorSemantic: false;
|
|
35
36
|
contentAddressFields: string[];
|
|
36
|
-
compositionKey: "published_belief_artifact_v1";
|
|
37
37
|
artifactUuid: string;
|
|
38
38
|
artifactUuidVersion: "uuidv7";
|
|
39
39
|
artifactVersion: number;
|
|
@@ -53,9 +53,9 @@ declare const PublishedBeliefArtifactLineageSchema: z.ZodObject<{
|
|
|
53
53
|
noCrossTenantStorageLocators: z.ZodLiteral<true>;
|
|
54
54
|
}, "strip", z.ZodTypeAny, {
|
|
55
55
|
sourceHorizonUuid: string;
|
|
56
|
-
sourceEvidenceUuids: string[];
|
|
57
56
|
sourceBeliefUuid: string;
|
|
58
57
|
sourceGraphUuid: string;
|
|
58
|
+
sourceEvidenceUuids: string[];
|
|
59
59
|
sourceTenantUuid: string;
|
|
60
60
|
sourceWorkspaceUuid: string;
|
|
61
61
|
sourceTopicUuid: string;
|
|
@@ -66,9 +66,9 @@ declare const PublishedBeliefArtifactLineageSchema: z.ZodObject<{
|
|
|
66
66
|
sourceWorktreeUuid?: string | undefined;
|
|
67
67
|
}, {
|
|
68
68
|
sourceHorizonUuid: string;
|
|
69
|
-
sourceEvidenceUuids: string[];
|
|
70
69
|
sourceBeliefUuid: string;
|
|
71
70
|
sourceGraphUuid: string;
|
|
71
|
+
sourceEvidenceUuids: string[];
|
|
72
72
|
sourceTenantUuid: string;
|
|
73
73
|
sourceWorkspaceUuid: string;
|
|
74
74
|
sourceTopicUuid: string;
|
|
@@ -112,20 +112,20 @@ declare const PublishedBeliefArtifactPolicyCheckSchema: z.ZodObject<{
|
|
|
112
112
|
requiredAttributes: z.ZodArray<z.ZodString, "many">;
|
|
113
113
|
omissionRecord: z.ZodLiteral<"publishedBeliefArtifact.omissions[]">;
|
|
114
114
|
}, "strip", z.ZodTypeAny, {
|
|
115
|
-
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";
|
|
116
115
|
resourceType: "output";
|
|
116
|
+
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";
|
|
117
117
|
omissionRecord: "publishedBeliefArtifact.omissions[]";
|
|
118
118
|
stage: "publish" | "permission_check" | "import" | "trust_classification" | "revocation";
|
|
119
119
|
adapter: "permit_authorize_v1";
|
|
120
|
-
decisionEffect: "
|
|
120
|
+
decisionEffect: "deny" | "allow" | "clip" | "quarantine";
|
|
121
121
|
requiredAttributes: string[];
|
|
122
122
|
}, {
|
|
123
|
-
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";
|
|
124
123
|
resourceType: "output";
|
|
124
|
+
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";
|
|
125
125
|
omissionRecord: "publishedBeliefArtifact.omissions[]";
|
|
126
126
|
stage: "publish" | "permission_check" | "import" | "trust_classification" | "revocation";
|
|
127
127
|
adapter: "permit_authorize_v1";
|
|
128
|
-
decisionEffect: "
|
|
128
|
+
decisionEffect: "deny" | "allow" | "clip" | "quarantine";
|
|
129
129
|
requiredAttributes: string[];
|
|
130
130
|
}>;
|
|
131
131
|
type PublishedBeliefArtifactPolicyCheck = z.infer<typeof PublishedBeliefArtifactPolicyCheckSchema>;
|
|
@@ -157,14 +157,14 @@ declare const PublishedBeliefArtifactRevocationSchema: z.ZodObject<{
|
|
|
157
157
|
importRefusalOnRevoked: z.ZodLiteral<true>;
|
|
158
158
|
}, "strip", z.ZodTypeAny, {
|
|
159
159
|
revocable: true;
|
|
160
|
-
revocationState: "
|
|
160
|
+
revocationState: "superseded" | "active" | "revoked";
|
|
161
161
|
importRefusalOnRevoked: true;
|
|
162
162
|
revokedByPrincipalUuid?: string | undefined;
|
|
163
163
|
revocationEvidenceUuid?: string | undefined;
|
|
164
164
|
replacementArtifactUuid?: string | undefined;
|
|
165
165
|
}, {
|
|
166
166
|
revocable: true;
|
|
167
|
-
revocationState: "
|
|
167
|
+
revocationState: "superseded" | "active" | "revoked";
|
|
168
168
|
importRefusalOnRevoked: true;
|
|
169
169
|
revokedByPrincipalUuid?: string | undefined;
|
|
170
170
|
revocationEvidenceUuid?: string | undefined;
|
|
@@ -195,16 +195,16 @@ declare const PublishedBeliefArtifactSchema: z.ZodObject<{
|
|
|
195
195
|
storageLocatorSemantic: z.ZodLiteral<false>;
|
|
196
196
|
contentAddressFields: z.ZodArray<z.ZodString, "many">;
|
|
197
197
|
}, "strip", z.ZodTypeAny, {
|
|
198
|
+
compositionKey: "published_belief_artifact_v1";
|
|
198
199
|
storageLocatorSemantic: false;
|
|
199
200
|
contentAddressFields: string[];
|
|
200
|
-
compositionKey: "published_belief_artifact_v1";
|
|
201
201
|
artifactUuid: string;
|
|
202
202
|
artifactUuidVersion: "uuidv7";
|
|
203
203
|
artifactVersion: number;
|
|
204
204
|
}, {
|
|
205
|
+
compositionKey: "published_belief_artifact_v1";
|
|
205
206
|
storageLocatorSemantic: false;
|
|
206
207
|
contentAddressFields: string[];
|
|
207
|
-
compositionKey: "published_belief_artifact_v1";
|
|
208
208
|
artifactUuid: string;
|
|
209
209
|
artifactUuidVersion: "uuidv7";
|
|
210
210
|
artifactVersion: number;
|
|
@@ -228,9 +228,9 @@ declare const PublishedBeliefArtifactSchema: z.ZodObject<{
|
|
|
228
228
|
noCrossTenantStorageLocators: z.ZodLiteral<true>;
|
|
229
229
|
}, "strip", z.ZodTypeAny, {
|
|
230
230
|
sourceHorizonUuid: string;
|
|
231
|
-
sourceEvidenceUuids: string[];
|
|
232
231
|
sourceBeliefUuid: string;
|
|
233
232
|
sourceGraphUuid: string;
|
|
233
|
+
sourceEvidenceUuids: string[];
|
|
234
234
|
sourceTenantUuid: string;
|
|
235
235
|
sourceWorkspaceUuid: string;
|
|
236
236
|
sourceTopicUuid: string;
|
|
@@ -241,9 +241,9 @@ declare const PublishedBeliefArtifactSchema: z.ZodObject<{
|
|
|
241
241
|
sourceWorktreeUuid?: string | undefined;
|
|
242
242
|
}, {
|
|
243
243
|
sourceHorizonUuid: string;
|
|
244
|
-
sourceEvidenceUuids: string[];
|
|
245
244
|
sourceBeliefUuid: string;
|
|
246
245
|
sourceGraphUuid: string;
|
|
246
|
+
sourceEvidenceUuids: string[];
|
|
247
247
|
sourceTenantUuid: string;
|
|
248
248
|
sourceWorkspaceUuid: string;
|
|
249
249
|
sourceTopicUuid: string;
|
|
@@ -287,20 +287,20 @@ declare const PublishedBeliefArtifactSchema: z.ZodObject<{
|
|
|
287
287
|
requiredAttributes: z.ZodArray<z.ZodString, "many">;
|
|
288
288
|
omissionRecord: z.ZodLiteral<"publishedBeliefArtifact.omissions[]">;
|
|
289
289
|
}, "strip", z.ZodTypeAny, {
|
|
290
|
-
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";
|
|
291
290
|
resourceType: "output";
|
|
291
|
+
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";
|
|
292
292
|
omissionRecord: "publishedBeliefArtifact.omissions[]";
|
|
293
293
|
stage: "publish" | "permission_check" | "import" | "trust_classification" | "revocation";
|
|
294
294
|
adapter: "permit_authorize_v1";
|
|
295
|
-
decisionEffect: "
|
|
295
|
+
decisionEffect: "deny" | "allow" | "clip" | "quarantine";
|
|
296
296
|
requiredAttributes: string[];
|
|
297
297
|
}, {
|
|
298
|
-
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";
|
|
299
298
|
resourceType: "output";
|
|
299
|
+
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";
|
|
300
300
|
omissionRecord: "publishedBeliefArtifact.omissions[]";
|
|
301
301
|
stage: "publish" | "permission_check" | "import" | "trust_classification" | "revocation";
|
|
302
302
|
adapter: "permit_authorize_v1";
|
|
303
|
-
decisionEffect: "
|
|
303
|
+
decisionEffect: "deny" | "allow" | "clip" | "quarantine";
|
|
304
304
|
requiredAttributes: string[];
|
|
305
305
|
}>, "many">;
|
|
306
306
|
trust: z.ZodObject<{
|
|
@@ -331,14 +331,14 @@ declare const PublishedBeliefArtifactSchema: z.ZodObject<{
|
|
|
331
331
|
importRefusalOnRevoked: z.ZodLiteral<true>;
|
|
332
332
|
}, "strip", z.ZodTypeAny, {
|
|
333
333
|
revocable: true;
|
|
334
|
-
revocationState: "
|
|
334
|
+
revocationState: "superseded" | "active" | "revoked";
|
|
335
335
|
importRefusalOnRevoked: true;
|
|
336
336
|
revokedByPrincipalUuid?: string | undefined;
|
|
337
337
|
revocationEvidenceUuid?: string | undefined;
|
|
338
338
|
replacementArtifactUuid?: string | undefined;
|
|
339
339
|
}, {
|
|
340
340
|
revocable: true;
|
|
341
|
-
revocationState: "
|
|
341
|
+
revocationState: "superseded" | "active" | "revoked";
|
|
342
342
|
importRefusalOnRevoked: true;
|
|
343
343
|
revokedByPrincipalUuid?: string | undefined;
|
|
344
344
|
revocationEvidenceUuid?: string | undefined;
|
|
@@ -362,7 +362,22 @@ declare const PublishedBeliefArtifactSchema: z.ZodObject<{
|
|
|
362
362
|
clippingCoverage: 1;
|
|
363
363
|
}>;
|
|
364
364
|
}, "strip", z.ZodTypeAny, {
|
|
365
|
-
|
|
365
|
+
quality: {
|
|
366
|
+
sourceLineageCoverage: 1;
|
|
367
|
+
trustImportState: "imported" | "refused" | "quarantined" | "not_imported" | "pending_policy_check";
|
|
368
|
+
revocationCoverage: 1;
|
|
369
|
+
clippingCoverage: 1;
|
|
370
|
+
};
|
|
371
|
+
lifecycle: "superseded" | "draft" | "revoked" | "imported" | "published";
|
|
372
|
+
identity: {
|
|
373
|
+
compositionKey: "published_belief_artifact_v1";
|
|
374
|
+
storageLocatorSemantic: false;
|
|
375
|
+
contentAddressFields: string[];
|
|
376
|
+
artifactUuid: string;
|
|
377
|
+
artifactUuidVersion: "uuidv7";
|
|
378
|
+
artifactVersion: number;
|
|
379
|
+
};
|
|
380
|
+
contentHash: string;
|
|
366
381
|
authority: {
|
|
367
382
|
policyVersion: string;
|
|
368
383
|
publisherPrincipalUuid: string;
|
|
@@ -373,19 +388,11 @@ declare const PublishedBeliefArtifactSchema: z.ZodObject<{
|
|
|
373
388
|
importingWorkspaceUuid?: string | undefined;
|
|
374
389
|
};
|
|
375
390
|
title: string;
|
|
376
|
-
identity: {
|
|
377
|
-
storageLocatorSemantic: false;
|
|
378
|
-
contentAddressFields: string[];
|
|
379
|
-
compositionKey: "published_belief_artifact_v1";
|
|
380
|
-
artifactUuid: string;
|
|
381
|
-
artifactUuidVersion: "uuidv7";
|
|
382
|
-
artifactVersion: number;
|
|
383
|
-
};
|
|
384
391
|
lineage: {
|
|
385
392
|
sourceHorizonUuid: string;
|
|
386
|
-
sourceEvidenceUuids: string[];
|
|
387
393
|
sourceBeliefUuid: string;
|
|
388
394
|
sourceGraphUuid: string;
|
|
395
|
+
sourceEvidenceUuids: string[];
|
|
389
396
|
sourceTenantUuid: string;
|
|
390
397
|
sourceWorkspaceUuid: string;
|
|
391
398
|
sourceTopicUuid: string;
|
|
@@ -395,26 +402,19 @@ declare const PublishedBeliefArtifactSchema: z.ZodObject<{
|
|
|
395
402
|
noCrossTenantStorageLocators: true;
|
|
396
403
|
sourceWorktreeUuid?: string | undefined;
|
|
397
404
|
};
|
|
398
|
-
contentHash: string;
|
|
399
|
-
quality: {
|
|
400
|
-
sourceLineageCoverage: 1;
|
|
401
|
-
trustImportState: "imported" | "refused" | "quarantined" | "not_imported" | "pending_policy_check";
|
|
402
|
-
revocationCoverage: 1;
|
|
403
|
-
clippingCoverage: 1;
|
|
404
|
-
};
|
|
405
405
|
policyChecks: {
|
|
406
|
-
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";
|
|
407
406
|
resourceType: "output";
|
|
407
|
+
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";
|
|
408
408
|
omissionRecord: "publishedBeliefArtifact.omissions[]";
|
|
409
409
|
stage: "publish" | "permission_check" | "import" | "trust_classification" | "revocation";
|
|
410
410
|
adapter: "permit_authorize_v1";
|
|
411
|
-
decisionEffect: "
|
|
411
|
+
decisionEffect: "deny" | "allow" | "clip" | "quarantine";
|
|
412
412
|
requiredAttributes: string[];
|
|
413
413
|
}[];
|
|
414
414
|
omissions: string[];
|
|
415
415
|
revocation: {
|
|
416
416
|
revocable: true;
|
|
417
|
-
revocationState: "
|
|
417
|
+
revocationState: "superseded" | "active" | "revoked";
|
|
418
418
|
importRefusalOnRevoked: true;
|
|
419
419
|
revokedByPrincipalUuid?: string | undefined;
|
|
420
420
|
revocationEvidenceUuid?: string | undefined;
|
|
@@ -429,7 +429,22 @@ declare const PublishedBeliefArtifactSchema: z.ZodObject<{
|
|
|
429
429
|
quarantineReasons: string[];
|
|
430
430
|
};
|
|
431
431
|
}, {
|
|
432
|
-
|
|
432
|
+
quality: {
|
|
433
|
+
sourceLineageCoverage: 1;
|
|
434
|
+
trustImportState: "imported" | "refused" | "quarantined" | "not_imported" | "pending_policy_check";
|
|
435
|
+
revocationCoverage: 1;
|
|
436
|
+
clippingCoverage: 1;
|
|
437
|
+
};
|
|
438
|
+
lifecycle: "superseded" | "draft" | "revoked" | "imported" | "published";
|
|
439
|
+
identity: {
|
|
440
|
+
compositionKey: "published_belief_artifact_v1";
|
|
441
|
+
storageLocatorSemantic: false;
|
|
442
|
+
contentAddressFields: string[];
|
|
443
|
+
artifactUuid: string;
|
|
444
|
+
artifactUuidVersion: "uuidv7";
|
|
445
|
+
artifactVersion: number;
|
|
446
|
+
};
|
|
447
|
+
contentHash: string;
|
|
433
448
|
authority: {
|
|
434
449
|
policyVersion: string;
|
|
435
450
|
publisherPrincipalUuid: string;
|
|
@@ -440,19 +455,11 @@ declare const PublishedBeliefArtifactSchema: z.ZodObject<{
|
|
|
440
455
|
importingWorkspaceUuid?: string | undefined;
|
|
441
456
|
};
|
|
442
457
|
title: string;
|
|
443
|
-
identity: {
|
|
444
|
-
storageLocatorSemantic: false;
|
|
445
|
-
contentAddressFields: string[];
|
|
446
|
-
compositionKey: "published_belief_artifact_v1";
|
|
447
|
-
artifactUuid: string;
|
|
448
|
-
artifactUuidVersion: "uuidv7";
|
|
449
|
-
artifactVersion: number;
|
|
450
|
-
};
|
|
451
458
|
lineage: {
|
|
452
459
|
sourceHorizonUuid: string;
|
|
453
|
-
sourceEvidenceUuids: string[];
|
|
454
460
|
sourceBeliefUuid: string;
|
|
455
461
|
sourceGraphUuid: string;
|
|
462
|
+
sourceEvidenceUuids: string[];
|
|
456
463
|
sourceTenantUuid: string;
|
|
457
464
|
sourceWorkspaceUuid: string;
|
|
458
465
|
sourceTopicUuid: string;
|
|
@@ -462,26 +469,19 @@ declare const PublishedBeliefArtifactSchema: z.ZodObject<{
|
|
|
462
469
|
noCrossTenantStorageLocators: true;
|
|
463
470
|
sourceWorktreeUuid?: string | undefined;
|
|
464
471
|
};
|
|
465
|
-
contentHash: string;
|
|
466
|
-
quality: {
|
|
467
|
-
sourceLineageCoverage: 1;
|
|
468
|
-
trustImportState: "imported" | "refused" | "quarantined" | "not_imported" | "pending_policy_check";
|
|
469
|
-
revocationCoverage: 1;
|
|
470
|
-
clippingCoverage: 1;
|
|
471
|
-
};
|
|
472
472
|
policyChecks: {
|
|
473
|
-
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";
|
|
474
473
|
resourceType: "output";
|
|
474
|
+
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";
|
|
475
475
|
omissionRecord: "publishedBeliefArtifact.omissions[]";
|
|
476
476
|
stage: "publish" | "permission_check" | "import" | "trust_classification" | "revocation";
|
|
477
477
|
adapter: "permit_authorize_v1";
|
|
478
|
-
decisionEffect: "
|
|
478
|
+
decisionEffect: "deny" | "allow" | "clip" | "quarantine";
|
|
479
479
|
requiredAttributes: string[];
|
|
480
480
|
}[];
|
|
481
481
|
omissions: string[];
|
|
482
482
|
revocation: {
|
|
483
483
|
revocable: true;
|
|
484
|
-
revocationState: "
|
|
484
|
+
revocationState: "superseded" | "active" | "revoked";
|
|
485
485
|
importRefusalOnRevoked: true;
|
|
486
486
|
revokedByPrincipalUuid?: string | undefined;
|
|
487
487
|
revocationEvidenceUuid?: string | undefined;
|
|
@@ -507,16 +507,16 @@ declare const PublishedBeliefArtifactFixtureSchema: z.ZodObject<{
|
|
|
507
507
|
storageLocatorSemantic: z.ZodLiteral<false>;
|
|
508
508
|
contentAddressFields: z.ZodArray<z.ZodString, "many">;
|
|
509
509
|
}, "strip", z.ZodTypeAny, {
|
|
510
|
+
compositionKey: "published_belief_artifact_v1";
|
|
510
511
|
storageLocatorSemantic: false;
|
|
511
512
|
contentAddressFields: string[];
|
|
512
|
-
compositionKey: "published_belief_artifact_v1";
|
|
513
513
|
artifactUuid: string;
|
|
514
514
|
artifactUuidVersion: "uuidv7";
|
|
515
515
|
artifactVersion: number;
|
|
516
516
|
}, {
|
|
517
|
+
compositionKey: "published_belief_artifact_v1";
|
|
517
518
|
storageLocatorSemantic: false;
|
|
518
519
|
contentAddressFields: string[];
|
|
519
|
-
compositionKey: "published_belief_artifact_v1";
|
|
520
520
|
artifactUuid: string;
|
|
521
521
|
artifactUuidVersion: "uuidv7";
|
|
522
522
|
artifactVersion: number;
|
|
@@ -540,9 +540,9 @@ declare const PublishedBeliefArtifactFixtureSchema: z.ZodObject<{
|
|
|
540
540
|
noCrossTenantStorageLocators: z.ZodLiteral<true>;
|
|
541
541
|
}, "strip", z.ZodTypeAny, {
|
|
542
542
|
sourceHorizonUuid: string;
|
|
543
|
-
sourceEvidenceUuids: string[];
|
|
544
543
|
sourceBeliefUuid: string;
|
|
545
544
|
sourceGraphUuid: string;
|
|
545
|
+
sourceEvidenceUuids: string[];
|
|
546
546
|
sourceTenantUuid: string;
|
|
547
547
|
sourceWorkspaceUuid: string;
|
|
548
548
|
sourceTopicUuid: string;
|
|
@@ -553,9 +553,9 @@ declare const PublishedBeliefArtifactFixtureSchema: z.ZodObject<{
|
|
|
553
553
|
sourceWorktreeUuid?: string | undefined;
|
|
554
554
|
}, {
|
|
555
555
|
sourceHorizonUuid: string;
|
|
556
|
-
sourceEvidenceUuids: string[];
|
|
557
556
|
sourceBeliefUuid: string;
|
|
558
557
|
sourceGraphUuid: string;
|
|
558
|
+
sourceEvidenceUuids: string[];
|
|
559
559
|
sourceTenantUuid: string;
|
|
560
560
|
sourceWorkspaceUuid: string;
|
|
561
561
|
sourceTopicUuid: string;
|
|
@@ -599,20 +599,20 @@ declare const PublishedBeliefArtifactFixtureSchema: z.ZodObject<{
|
|
|
599
599
|
requiredAttributes: z.ZodArray<z.ZodString, "many">;
|
|
600
600
|
omissionRecord: z.ZodLiteral<"publishedBeliefArtifact.omissions[]">;
|
|
601
601
|
}, "strip", z.ZodTypeAny, {
|
|
602
|
-
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";
|
|
603
602
|
resourceType: "output";
|
|
603
|
+
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";
|
|
604
604
|
omissionRecord: "publishedBeliefArtifact.omissions[]";
|
|
605
605
|
stage: "publish" | "permission_check" | "import" | "trust_classification" | "revocation";
|
|
606
606
|
adapter: "permit_authorize_v1";
|
|
607
|
-
decisionEffect: "
|
|
607
|
+
decisionEffect: "deny" | "allow" | "clip" | "quarantine";
|
|
608
608
|
requiredAttributes: string[];
|
|
609
609
|
}, {
|
|
610
|
-
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";
|
|
611
610
|
resourceType: "output";
|
|
611
|
+
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";
|
|
612
612
|
omissionRecord: "publishedBeliefArtifact.omissions[]";
|
|
613
613
|
stage: "publish" | "permission_check" | "import" | "trust_classification" | "revocation";
|
|
614
614
|
adapter: "permit_authorize_v1";
|
|
615
|
-
decisionEffect: "
|
|
615
|
+
decisionEffect: "deny" | "allow" | "clip" | "quarantine";
|
|
616
616
|
requiredAttributes: string[];
|
|
617
617
|
}>, "many">;
|
|
618
618
|
trust: z.ZodObject<{
|
|
@@ -643,14 +643,14 @@ declare const PublishedBeliefArtifactFixtureSchema: z.ZodObject<{
|
|
|
643
643
|
importRefusalOnRevoked: z.ZodLiteral<true>;
|
|
644
644
|
}, "strip", z.ZodTypeAny, {
|
|
645
645
|
revocable: true;
|
|
646
|
-
revocationState: "
|
|
646
|
+
revocationState: "superseded" | "active" | "revoked";
|
|
647
647
|
importRefusalOnRevoked: true;
|
|
648
648
|
revokedByPrincipalUuid?: string | undefined;
|
|
649
649
|
revocationEvidenceUuid?: string | undefined;
|
|
650
650
|
replacementArtifactUuid?: string | undefined;
|
|
651
651
|
}, {
|
|
652
652
|
revocable: true;
|
|
653
|
-
revocationState: "
|
|
653
|
+
revocationState: "superseded" | "active" | "revoked";
|
|
654
654
|
importRefusalOnRevoked: true;
|
|
655
655
|
revokedByPrincipalUuid?: string | undefined;
|
|
656
656
|
revocationEvidenceUuid?: string | undefined;
|
|
@@ -674,7 +674,22 @@ declare const PublishedBeliefArtifactFixtureSchema: z.ZodObject<{
|
|
|
674
674
|
clippingCoverage: 1;
|
|
675
675
|
}>;
|
|
676
676
|
}, "strip", z.ZodTypeAny, {
|
|
677
|
-
|
|
677
|
+
quality: {
|
|
678
|
+
sourceLineageCoverage: 1;
|
|
679
|
+
trustImportState: "imported" | "refused" | "quarantined" | "not_imported" | "pending_policy_check";
|
|
680
|
+
revocationCoverage: 1;
|
|
681
|
+
clippingCoverage: 1;
|
|
682
|
+
};
|
|
683
|
+
lifecycle: "superseded" | "draft" | "revoked" | "imported" | "published";
|
|
684
|
+
identity: {
|
|
685
|
+
compositionKey: "published_belief_artifact_v1";
|
|
686
|
+
storageLocatorSemantic: false;
|
|
687
|
+
contentAddressFields: string[];
|
|
688
|
+
artifactUuid: string;
|
|
689
|
+
artifactUuidVersion: "uuidv7";
|
|
690
|
+
artifactVersion: number;
|
|
691
|
+
};
|
|
692
|
+
contentHash: string;
|
|
678
693
|
authority: {
|
|
679
694
|
policyVersion: string;
|
|
680
695
|
publisherPrincipalUuid: string;
|
|
@@ -685,19 +700,11 @@ declare const PublishedBeliefArtifactFixtureSchema: z.ZodObject<{
|
|
|
685
700
|
importingWorkspaceUuid?: string | undefined;
|
|
686
701
|
};
|
|
687
702
|
title: string;
|
|
688
|
-
identity: {
|
|
689
|
-
storageLocatorSemantic: false;
|
|
690
|
-
contentAddressFields: string[];
|
|
691
|
-
compositionKey: "published_belief_artifact_v1";
|
|
692
|
-
artifactUuid: string;
|
|
693
|
-
artifactUuidVersion: "uuidv7";
|
|
694
|
-
artifactVersion: number;
|
|
695
|
-
};
|
|
696
703
|
lineage: {
|
|
697
704
|
sourceHorizonUuid: string;
|
|
698
|
-
sourceEvidenceUuids: string[];
|
|
699
705
|
sourceBeliefUuid: string;
|
|
700
706
|
sourceGraphUuid: string;
|
|
707
|
+
sourceEvidenceUuids: string[];
|
|
701
708
|
sourceTenantUuid: string;
|
|
702
709
|
sourceWorkspaceUuid: string;
|
|
703
710
|
sourceTopicUuid: string;
|
|
@@ -707,26 +714,19 @@ declare const PublishedBeliefArtifactFixtureSchema: z.ZodObject<{
|
|
|
707
714
|
noCrossTenantStorageLocators: true;
|
|
708
715
|
sourceWorktreeUuid?: string | undefined;
|
|
709
716
|
};
|
|
710
|
-
contentHash: string;
|
|
711
|
-
quality: {
|
|
712
|
-
sourceLineageCoverage: 1;
|
|
713
|
-
trustImportState: "imported" | "refused" | "quarantined" | "not_imported" | "pending_policy_check";
|
|
714
|
-
revocationCoverage: 1;
|
|
715
|
-
clippingCoverage: 1;
|
|
716
|
-
};
|
|
717
717
|
policyChecks: {
|
|
718
|
-
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";
|
|
719
718
|
resourceType: "output";
|
|
719
|
+
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";
|
|
720
720
|
omissionRecord: "publishedBeliefArtifact.omissions[]";
|
|
721
721
|
stage: "publish" | "permission_check" | "import" | "trust_classification" | "revocation";
|
|
722
722
|
adapter: "permit_authorize_v1";
|
|
723
|
-
decisionEffect: "
|
|
723
|
+
decisionEffect: "deny" | "allow" | "clip" | "quarantine";
|
|
724
724
|
requiredAttributes: string[];
|
|
725
725
|
}[];
|
|
726
726
|
omissions: string[];
|
|
727
727
|
revocation: {
|
|
728
728
|
revocable: true;
|
|
729
|
-
revocationState: "
|
|
729
|
+
revocationState: "superseded" | "active" | "revoked";
|
|
730
730
|
importRefusalOnRevoked: true;
|
|
731
731
|
revokedByPrincipalUuid?: string | undefined;
|
|
732
732
|
revocationEvidenceUuid?: string | undefined;
|
|
@@ -741,7 +741,22 @@ declare const PublishedBeliefArtifactFixtureSchema: z.ZodObject<{
|
|
|
741
741
|
quarantineReasons: string[];
|
|
742
742
|
};
|
|
743
743
|
}, {
|
|
744
|
-
|
|
744
|
+
quality: {
|
|
745
|
+
sourceLineageCoverage: 1;
|
|
746
|
+
trustImportState: "imported" | "refused" | "quarantined" | "not_imported" | "pending_policy_check";
|
|
747
|
+
revocationCoverage: 1;
|
|
748
|
+
clippingCoverage: 1;
|
|
749
|
+
};
|
|
750
|
+
lifecycle: "superseded" | "draft" | "revoked" | "imported" | "published";
|
|
751
|
+
identity: {
|
|
752
|
+
compositionKey: "published_belief_artifact_v1";
|
|
753
|
+
storageLocatorSemantic: false;
|
|
754
|
+
contentAddressFields: string[];
|
|
755
|
+
artifactUuid: string;
|
|
756
|
+
artifactUuidVersion: "uuidv7";
|
|
757
|
+
artifactVersion: number;
|
|
758
|
+
};
|
|
759
|
+
contentHash: string;
|
|
745
760
|
authority: {
|
|
746
761
|
policyVersion: string;
|
|
747
762
|
publisherPrincipalUuid: string;
|
|
@@ -752,19 +767,11 @@ declare const PublishedBeliefArtifactFixtureSchema: z.ZodObject<{
|
|
|
752
767
|
importingWorkspaceUuid?: string | undefined;
|
|
753
768
|
};
|
|
754
769
|
title: string;
|
|
755
|
-
identity: {
|
|
756
|
-
storageLocatorSemantic: false;
|
|
757
|
-
contentAddressFields: string[];
|
|
758
|
-
compositionKey: "published_belief_artifact_v1";
|
|
759
|
-
artifactUuid: string;
|
|
760
|
-
artifactUuidVersion: "uuidv7";
|
|
761
|
-
artifactVersion: number;
|
|
762
|
-
};
|
|
763
770
|
lineage: {
|
|
764
771
|
sourceHorizonUuid: string;
|
|
765
|
-
sourceEvidenceUuids: string[];
|
|
766
772
|
sourceBeliefUuid: string;
|
|
767
773
|
sourceGraphUuid: string;
|
|
774
|
+
sourceEvidenceUuids: string[];
|
|
768
775
|
sourceTenantUuid: string;
|
|
769
776
|
sourceWorkspaceUuid: string;
|
|
770
777
|
sourceTopicUuid: string;
|
|
@@ -774,26 +781,19 @@ declare const PublishedBeliefArtifactFixtureSchema: z.ZodObject<{
|
|
|
774
781
|
noCrossTenantStorageLocators: true;
|
|
775
782
|
sourceWorktreeUuid?: string | undefined;
|
|
776
783
|
};
|
|
777
|
-
contentHash: string;
|
|
778
|
-
quality: {
|
|
779
|
-
sourceLineageCoverage: 1;
|
|
780
|
-
trustImportState: "imported" | "refused" | "quarantined" | "not_imported" | "pending_policy_check";
|
|
781
|
-
revocationCoverage: 1;
|
|
782
|
-
clippingCoverage: 1;
|
|
783
|
-
};
|
|
784
784
|
policyChecks: {
|
|
785
|
-
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";
|
|
786
785
|
resourceType: "output";
|
|
786
|
+
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";
|
|
787
787
|
omissionRecord: "publishedBeliefArtifact.omissions[]";
|
|
788
788
|
stage: "publish" | "permission_check" | "import" | "trust_classification" | "revocation";
|
|
789
789
|
adapter: "permit_authorize_v1";
|
|
790
|
-
decisionEffect: "
|
|
790
|
+
decisionEffect: "deny" | "allow" | "clip" | "quarantine";
|
|
791
791
|
requiredAttributes: string[];
|
|
792
792
|
}[];
|
|
793
793
|
omissions: string[];
|
|
794
794
|
revocation: {
|
|
795
795
|
revocable: true;
|
|
796
|
-
revocationState: "
|
|
796
|
+
revocationState: "superseded" | "active" | "revoked";
|
|
797
797
|
importRefusalOnRevoked: true;
|
|
798
798
|
revokedByPrincipalUuid?: string | undefined;
|
|
799
799
|
revocationEvidenceUuid?: string | undefined;
|
|
@@ -814,7 +814,22 @@ declare const PublishedBeliefArtifactFixtureSchema: z.ZodObject<{
|
|
|
814
814
|
key: string;
|
|
815
815
|
expectedRefusals: string[];
|
|
816
816
|
artifact: {
|
|
817
|
-
|
|
817
|
+
quality: {
|
|
818
|
+
sourceLineageCoverage: 1;
|
|
819
|
+
trustImportState: "imported" | "refused" | "quarantined" | "not_imported" | "pending_policy_check";
|
|
820
|
+
revocationCoverage: 1;
|
|
821
|
+
clippingCoverage: 1;
|
|
822
|
+
};
|
|
823
|
+
lifecycle: "superseded" | "draft" | "revoked" | "imported" | "published";
|
|
824
|
+
identity: {
|
|
825
|
+
compositionKey: "published_belief_artifact_v1";
|
|
826
|
+
storageLocatorSemantic: false;
|
|
827
|
+
contentAddressFields: string[];
|
|
828
|
+
artifactUuid: string;
|
|
829
|
+
artifactUuidVersion: "uuidv7";
|
|
830
|
+
artifactVersion: number;
|
|
831
|
+
};
|
|
832
|
+
contentHash: string;
|
|
818
833
|
authority: {
|
|
819
834
|
policyVersion: string;
|
|
820
835
|
publisherPrincipalUuid: string;
|
|
@@ -825,19 +840,11 @@ declare const PublishedBeliefArtifactFixtureSchema: z.ZodObject<{
|
|
|
825
840
|
importingWorkspaceUuid?: string | undefined;
|
|
826
841
|
};
|
|
827
842
|
title: string;
|
|
828
|
-
identity: {
|
|
829
|
-
storageLocatorSemantic: false;
|
|
830
|
-
contentAddressFields: string[];
|
|
831
|
-
compositionKey: "published_belief_artifact_v1";
|
|
832
|
-
artifactUuid: string;
|
|
833
|
-
artifactUuidVersion: "uuidv7";
|
|
834
|
-
artifactVersion: number;
|
|
835
|
-
};
|
|
836
843
|
lineage: {
|
|
837
844
|
sourceHorizonUuid: string;
|
|
838
|
-
sourceEvidenceUuids: string[];
|
|
839
845
|
sourceBeliefUuid: string;
|
|
840
846
|
sourceGraphUuid: string;
|
|
847
|
+
sourceEvidenceUuids: string[];
|
|
841
848
|
sourceTenantUuid: string;
|
|
842
849
|
sourceWorkspaceUuid: string;
|
|
843
850
|
sourceTopicUuid: string;
|
|
@@ -847,26 +854,19 @@ declare const PublishedBeliefArtifactFixtureSchema: z.ZodObject<{
|
|
|
847
854
|
noCrossTenantStorageLocators: true;
|
|
848
855
|
sourceWorktreeUuid?: string | undefined;
|
|
849
856
|
};
|
|
850
|
-
contentHash: string;
|
|
851
|
-
quality: {
|
|
852
|
-
sourceLineageCoverage: 1;
|
|
853
|
-
trustImportState: "imported" | "refused" | "quarantined" | "not_imported" | "pending_policy_check";
|
|
854
|
-
revocationCoverage: 1;
|
|
855
|
-
clippingCoverage: 1;
|
|
856
|
-
};
|
|
857
857
|
policyChecks: {
|
|
858
|
-
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";
|
|
859
858
|
resourceType: "output";
|
|
859
|
+
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";
|
|
860
860
|
omissionRecord: "publishedBeliefArtifact.omissions[]";
|
|
861
861
|
stage: "publish" | "permission_check" | "import" | "trust_classification" | "revocation";
|
|
862
862
|
adapter: "permit_authorize_v1";
|
|
863
|
-
decisionEffect: "
|
|
863
|
+
decisionEffect: "deny" | "allow" | "clip" | "quarantine";
|
|
864
864
|
requiredAttributes: string[];
|
|
865
865
|
}[];
|
|
866
866
|
omissions: string[];
|
|
867
867
|
revocation: {
|
|
868
868
|
revocable: true;
|
|
869
|
-
revocationState: "
|
|
869
|
+
revocationState: "superseded" | "active" | "revoked";
|
|
870
870
|
importRefusalOnRevoked: true;
|
|
871
871
|
revokedByPrincipalUuid?: string | undefined;
|
|
872
872
|
revocationEvidenceUuid?: string | undefined;
|
|
@@ -886,7 +886,22 @@ declare const PublishedBeliefArtifactFixtureSchema: z.ZodObject<{
|
|
|
886
886
|
key: string;
|
|
887
887
|
expectedRefusals: string[];
|
|
888
888
|
artifact: {
|
|
889
|
-
|
|
889
|
+
quality: {
|
|
890
|
+
sourceLineageCoverage: 1;
|
|
891
|
+
trustImportState: "imported" | "refused" | "quarantined" | "not_imported" | "pending_policy_check";
|
|
892
|
+
revocationCoverage: 1;
|
|
893
|
+
clippingCoverage: 1;
|
|
894
|
+
};
|
|
895
|
+
lifecycle: "superseded" | "draft" | "revoked" | "imported" | "published";
|
|
896
|
+
identity: {
|
|
897
|
+
compositionKey: "published_belief_artifact_v1";
|
|
898
|
+
storageLocatorSemantic: false;
|
|
899
|
+
contentAddressFields: string[];
|
|
900
|
+
artifactUuid: string;
|
|
901
|
+
artifactUuidVersion: "uuidv7";
|
|
902
|
+
artifactVersion: number;
|
|
903
|
+
};
|
|
904
|
+
contentHash: string;
|
|
890
905
|
authority: {
|
|
891
906
|
policyVersion: string;
|
|
892
907
|
publisherPrincipalUuid: string;
|
|
@@ -897,19 +912,11 @@ declare const PublishedBeliefArtifactFixtureSchema: z.ZodObject<{
|
|
|
897
912
|
importingWorkspaceUuid?: string | undefined;
|
|
898
913
|
};
|
|
899
914
|
title: string;
|
|
900
|
-
identity: {
|
|
901
|
-
storageLocatorSemantic: false;
|
|
902
|
-
contentAddressFields: string[];
|
|
903
|
-
compositionKey: "published_belief_artifact_v1";
|
|
904
|
-
artifactUuid: string;
|
|
905
|
-
artifactUuidVersion: "uuidv7";
|
|
906
|
-
artifactVersion: number;
|
|
907
|
-
};
|
|
908
915
|
lineage: {
|
|
909
916
|
sourceHorizonUuid: string;
|
|
910
|
-
sourceEvidenceUuids: string[];
|
|
911
917
|
sourceBeliefUuid: string;
|
|
912
918
|
sourceGraphUuid: string;
|
|
919
|
+
sourceEvidenceUuids: string[];
|
|
913
920
|
sourceTenantUuid: string;
|
|
914
921
|
sourceWorkspaceUuid: string;
|
|
915
922
|
sourceTopicUuid: string;
|
|
@@ -919,26 +926,19 @@ declare const PublishedBeliefArtifactFixtureSchema: z.ZodObject<{
|
|
|
919
926
|
noCrossTenantStorageLocators: true;
|
|
920
927
|
sourceWorktreeUuid?: string | undefined;
|
|
921
928
|
};
|
|
922
|
-
contentHash: string;
|
|
923
|
-
quality: {
|
|
924
|
-
sourceLineageCoverage: 1;
|
|
925
|
-
trustImportState: "imported" | "refused" | "quarantined" | "not_imported" | "pending_policy_check";
|
|
926
|
-
revocationCoverage: 1;
|
|
927
|
-
clippingCoverage: 1;
|
|
928
|
-
};
|
|
929
929
|
policyChecks: {
|
|
930
|
-
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";
|
|
931
930
|
resourceType: "output";
|
|
931
|
+
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";
|
|
932
932
|
omissionRecord: "publishedBeliefArtifact.omissions[]";
|
|
933
933
|
stage: "publish" | "permission_check" | "import" | "trust_classification" | "revocation";
|
|
934
934
|
adapter: "permit_authorize_v1";
|
|
935
|
-
decisionEffect: "
|
|
935
|
+
decisionEffect: "deny" | "allow" | "clip" | "quarantine";
|
|
936
936
|
requiredAttributes: string[];
|
|
937
937
|
}[];
|
|
938
938
|
omissions: string[];
|
|
939
939
|
revocation: {
|
|
940
940
|
revocable: true;
|
|
941
|
-
revocationState: "
|
|
941
|
+
revocationState: "superseded" | "active" | "revoked";
|
|
942
942
|
importRefusalOnRevoked: true;
|
|
943
943
|
revokedByPrincipalUuid?: string | undefined;
|
|
944
944
|
revocationEvidenceUuid?: string | undefined;
|
|
@@ -975,16 +975,16 @@ declare const PublishedBeliefArtifactContractSchema: z.ZodObject<{
|
|
|
975
975
|
storageLocatorSemantic: z.ZodLiteral<false>;
|
|
976
976
|
contentAddressFields: z.ZodArray<z.ZodString, "many">;
|
|
977
977
|
}, "strip", z.ZodTypeAny, {
|
|
978
|
+
compositionKey: "published_belief_artifact_v1";
|
|
978
979
|
storageLocatorSemantic: false;
|
|
979
980
|
contentAddressFields: string[];
|
|
980
|
-
compositionKey: "published_belief_artifact_v1";
|
|
981
981
|
artifactUuid: string;
|
|
982
982
|
artifactUuidVersion: "uuidv7";
|
|
983
983
|
artifactVersion: number;
|
|
984
984
|
}, {
|
|
985
|
+
compositionKey: "published_belief_artifact_v1";
|
|
985
986
|
storageLocatorSemantic: false;
|
|
986
987
|
contentAddressFields: string[];
|
|
987
|
-
compositionKey: "published_belief_artifact_v1";
|
|
988
988
|
artifactUuid: string;
|
|
989
989
|
artifactUuidVersion: "uuidv7";
|
|
990
990
|
artifactVersion: number;
|
|
@@ -1008,9 +1008,9 @@ declare const PublishedBeliefArtifactContractSchema: z.ZodObject<{
|
|
|
1008
1008
|
noCrossTenantStorageLocators: z.ZodLiteral<true>;
|
|
1009
1009
|
}, "strip", z.ZodTypeAny, {
|
|
1010
1010
|
sourceHorizonUuid: string;
|
|
1011
|
-
sourceEvidenceUuids: string[];
|
|
1012
1011
|
sourceBeliefUuid: string;
|
|
1013
1012
|
sourceGraphUuid: string;
|
|
1013
|
+
sourceEvidenceUuids: string[];
|
|
1014
1014
|
sourceTenantUuid: string;
|
|
1015
1015
|
sourceWorkspaceUuid: string;
|
|
1016
1016
|
sourceTopicUuid: string;
|
|
@@ -1021,9 +1021,9 @@ declare const PublishedBeliefArtifactContractSchema: z.ZodObject<{
|
|
|
1021
1021
|
sourceWorktreeUuid?: string | undefined;
|
|
1022
1022
|
}, {
|
|
1023
1023
|
sourceHorizonUuid: string;
|
|
1024
|
-
sourceEvidenceUuids: string[];
|
|
1025
1024
|
sourceBeliefUuid: string;
|
|
1026
1025
|
sourceGraphUuid: string;
|
|
1026
|
+
sourceEvidenceUuids: string[];
|
|
1027
1027
|
sourceTenantUuid: string;
|
|
1028
1028
|
sourceWorkspaceUuid: string;
|
|
1029
1029
|
sourceTopicUuid: string;
|
|
@@ -1067,20 +1067,20 @@ declare const PublishedBeliefArtifactContractSchema: z.ZodObject<{
|
|
|
1067
1067
|
requiredAttributes: z.ZodArray<z.ZodString, "many">;
|
|
1068
1068
|
omissionRecord: z.ZodLiteral<"publishedBeliefArtifact.omissions[]">;
|
|
1069
1069
|
}, "strip", z.ZodTypeAny, {
|
|
1070
|
-
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";
|
|
1071
1070
|
resourceType: "output";
|
|
1071
|
+
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";
|
|
1072
1072
|
omissionRecord: "publishedBeliefArtifact.omissions[]";
|
|
1073
1073
|
stage: "publish" | "permission_check" | "import" | "trust_classification" | "revocation";
|
|
1074
1074
|
adapter: "permit_authorize_v1";
|
|
1075
|
-
decisionEffect: "
|
|
1075
|
+
decisionEffect: "deny" | "allow" | "clip" | "quarantine";
|
|
1076
1076
|
requiredAttributes: string[];
|
|
1077
1077
|
}, {
|
|
1078
|
-
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";
|
|
1079
1078
|
resourceType: "output";
|
|
1079
|
+
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";
|
|
1080
1080
|
omissionRecord: "publishedBeliefArtifact.omissions[]";
|
|
1081
1081
|
stage: "publish" | "permission_check" | "import" | "trust_classification" | "revocation";
|
|
1082
1082
|
adapter: "permit_authorize_v1";
|
|
1083
|
-
decisionEffect: "
|
|
1083
|
+
decisionEffect: "deny" | "allow" | "clip" | "quarantine";
|
|
1084
1084
|
requiredAttributes: string[];
|
|
1085
1085
|
}>, "many">;
|
|
1086
1086
|
trust: z.ZodObject<{
|
|
@@ -1111,14 +1111,14 @@ declare const PublishedBeliefArtifactContractSchema: z.ZodObject<{
|
|
|
1111
1111
|
importRefusalOnRevoked: z.ZodLiteral<true>;
|
|
1112
1112
|
}, "strip", z.ZodTypeAny, {
|
|
1113
1113
|
revocable: true;
|
|
1114
|
-
revocationState: "
|
|
1114
|
+
revocationState: "superseded" | "active" | "revoked";
|
|
1115
1115
|
importRefusalOnRevoked: true;
|
|
1116
1116
|
revokedByPrincipalUuid?: string | undefined;
|
|
1117
1117
|
revocationEvidenceUuid?: string | undefined;
|
|
1118
1118
|
replacementArtifactUuid?: string | undefined;
|
|
1119
1119
|
}, {
|
|
1120
1120
|
revocable: true;
|
|
1121
|
-
revocationState: "
|
|
1121
|
+
revocationState: "superseded" | "active" | "revoked";
|
|
1122
1122
|
importRefusalOnRevoked: true;
|
|
1123
1123
|
revokedByPrincipalUuid?: string | undefined;
|
|
1124
1124
|
revocationEvidenceUuid?: string | undefined;
|
|
@@ -1142,7 +1142,22 @@ declare const PublishedBeliefArtifactContractSchema: z.ZodObject<{
|
|
|
1142
1142
|
clippingCoverage: 1;
|
|
1143
1143
|
}>;
|
|
1144
1144
|
}, "strip", z.ZodTypeAny, {
|
|
1145
|
-
|
|
1145
|
+
quality: {
|
|
1146
|
+
sourceLineageCoverage: 1;
|
|
1147
|
+
trustImportState: "imported" | "refused" | "quarantined" | "not_imported" | "pending_policy_check";
|
|
1148
|
+
revocationCoverage: 1;
|
|
1149
|
+
clippingCoverage: 1;
|
|
1150
|
+
};
|
|
1151
|
+
lifecycle: "superseded" | "draft" | "revoked" | "imported" | "published";
|
|
1152
|
+
identity: {
|
|
1153
|
+
compositionKey: "published_belief_artifact_v1";
|
|
1154
|
+
storageLocatorSemantic: false;
|
|
1155
|
+
contentAddressFields: string[];
|
|
1156
|
+
artifactUuid: string;
|
|
1157
|
+
artifactUuidVersion: "uuidv7";
|
|
1158
|
+
artifactVersion: number;
|
|
1159
|
+
};
|
|
1160
|
+
contentHash: string;
|
|
1146
1161
|
authority: {
|
|
1147
1162
|
policyVersion: string;
|
|
1148
1163
|
publisherPrincipalUuid: string;
|
|
@@ -1153,19 +1168,11 @@ declare const PublishedBeliefArtifactContractSchema: z.ZodObject<{
|
|
|
1153
1168
|
importingWorkspaceUuid?: string | undefined;
|
|
1154
1169
|
};
|
|
1155
1170
|
title: string;
|
|
1156
|
-
identity: {
|
|
1157
|
-
storageLocatorSemantic: false;
|
|
1158
|
-
contentAddressFields: string[];
|
|
1159
|
-
compositionKey: "published_belief_artifact_v1";
|
|
1160
|
-
artifactUuid: string;
|
|
1161
|
-
artifactUuidVersion: "uuidv7";
|
|
1162
|
-
artifactVersion: number;
|
|
1163
|
-
};
|
|
1164
1171
|
lineage: {
|
|
1165
1172
|
sourceHorizonUuid: string;
|
|
1166
|
-
sourceEvidenceUuids: string[];
|
|
1167
1173
|
sourceBeliefUuid: string;
|
|
1168
1174
|
sourceGraphUuid: string;
|
|
1175
|
+
sourceEvidenceUuids: string[];
|
|
1169
1176
|
sourceTenantUuid: string;
|
|
1170
1177
|
sourceWorkspaceUuid: string;
|
|
1171
1178
|
sourceTopicUuid: string;
|
|
@@ -1175,26 +1182,19 @@ declare const PublishedBeliefArtifactContractSchema: z.ZodObject<{
|
|
|
1175
1182
|
noCrossTenantStorageLocators: true;
|
|
1176
1183
|
sourceWorktreeUuid?: string | undefined;
|
|
1177
1184
|
};
|
|
1178
|
-
contentHash: string;
|
|
1179
|
-
quality: {
|
|
1180
|
-
sourceLineageCoverage: 1;
|
|
1181
|
-
trustImportState: "imported" | "refused" | "quarantined" | "not_imported" | "pending_policy_check";
|
|
1182
|
-
revocationCoverage: 1;
|
|
1183
|
-
clippingCoverage: 1;
|
|
1184
|
-
};
|
|
1185
1185
|
policyChecks: {
|
|
1186
|
-
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";
|
|
1187
1186
|
resourceType: "output";
|
|
1187
|
+
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";
|
|
1188
1188
|
omissionRecord: "publishedBeliefArtifact.omissions[]";
|
|
1189
1189
|
stage: "publish" | "permission_check" | "import" | "trust_classification" | "revocation";
|
|
1190
1190
|
adapter: "permit_authorize_v1";
|
|
1191
|
-
decisionEffect: "
|
|
1191
|
+
decisionEffect: "deny" | "allow" | "clip" | "quarantine";
|
|
1192
1192
|
requiredAttributes: string[];
|
|
1193
1193
|
}[];
|
|
1194
1194
|
omissions: string[];
|
|
1195
1195
|
revocation: {
|
|
1196
1196
|
revocable: true;
|
|
1197
|
-
revocationState: "
|
|
1197
|
+
revocationState: "superseded" | "active" | "revoked";
|
|
1198
1198
|
importRefusalOnRevoked: true;
|
|
1199
1199
|
revokedByPrincipalUuid?: string | undefined;
|
|
1200
1200
|
revocationEvidenceUuid?: string | undefined;
|
|
@@ -1209,7 +1209,22 @@ declare const PublishedBeliefArtifactContractSchema: z.ZodObject<{
|
|
|
1209
1209
|
quarantineReasons: string[];
|
|
1210
1210
|
};
|
|
1211
1211
|
}, {
|
|
1212
|
-
|
|
1212
|
+
quality: {
|
|
1213
|
+
sourceLineageCoverage: 1;
|
|
1214
|
+
trustImportState: "imported" | "refused" | "quarantined" | "not_imported" | "pending_policy_check";
|
|
1215
|
+
revocationCoverage: 1;
|
|
1216
|
+
clippingCoverage: 1;
|
|
1217
|
+
};
|
|
1218
|
+
lifecycle: "superseded" | "draft" | "revoked" | "imported" | "published";
|
|
1219
|
+
identity: {
|
|
1220
|
+
compositionKey: "published_belief_artifact_v1";
|
|
1221
|
+
storageLocatorSemantic: false;
|
|
1222
|
+
contentAddressFields: string[];
|
|
1223
|
+
artifactUuid: string;
|
|
1224
|
+
artifactUuidVersion: "uuidv7";
|
|
1225
|
+
artifactVersion: number;
|
|
1226
|
+
};
|
|
1227
|
+
contentHash: string;
|
|
1213
1228
|
authority: {
|
|
1214
1229
|
policyVersion: string;
|
|
1215
1230
|
publisherPrincipalUuid: string;
|
|
@@ -1220,19 +1235,11 @@ declare const PublishedBeliefArtifactContractSchema: z.ZodObject<{
|
|
|
1220
1235
|
importingWorkspaceUuid?: string | undefined;
|
|
1221
1236
|
};
|
|
1222
1237
|
title: string;
|
|
1223
|
-
identity: {
|
|
1224
|
-
storageLocatorSemantic: false;
|
|
1225
|
-
contentAddressFields: string[];
|
|
1226
|
-
compositionKey: "published_belief_artifact_v1";
|
|
1227
|
-
artifactUuid: string;
|
|
1228
|
-
artifactUuidVersion: "uuidv7";
|
|
1229
|
-
artifactVersion: number;
|
|
1230
|
-
};
|
|
1231
1238
|
lineage: {
|
|
1232
1239
|
sourceHorizonUuid: string;
|
|
1233
|
-
sourceEvidenceUuids: string[];
|
|
1234
1240
|
sourceBeliefUuid: string;
|
|
1235
1241
|
sourceGraphUuid: string;
|
|
1242
|
+
sourceEvidenceUuids: string[];
|
|
1236
1243
|
sourceTenantUuid: string;
|
|
1237
1244
|
sourceWorkspaceUuid: string;
|
|
1238
1245
|
sourceTopicUuid: string;
|
|
@@ -1242,26 +1249,19 @@ declare const PublishedBeliefArtifactContractSchema: z.ZodObject<{
|
|
|
1242
1249
|
noCrossTenantStorageLocators: true;
|
|
1243
1250
|
sourceWorktreeUuid?: string | undefined;
|
|
1244
1251
|
};
|
|
1245
|
-
contentHash: string;
|
|
1246
|
-
quality: {
|
|
1247
|
-
sourceLineageCoverage: 1;
|
|
1248
|
-
trustImportState: "imported" | "refused" | "quarantined" | "not_imported" | "pending_policy_check";
|
|
1249
|
-
revocationCoverage: 1;
|
|
1250
|
-
clippingCoverage: 1;
|
|
1251
|
-
};
|
|
1252
1252
|
policyChecks: {
|
|
1253
|
-
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";
|
|
1254
1253
|
resourceType: "output";
|
|
1254
|
+
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";
|
|
1255
1255
|
omissionRecord: "publishedBeliefArtifact.omissions[]";
|
|
1256
1256
|
stage: "publish" | "permission_check" | "import" | "trust_classification" | "revocation";
|
|
1257
1257
|
adapter: "permit_authorize_v1";
|
|
1258
|
-
decisionEffect: "
|
|
1258
|
+
decisionEffect: "deny" | "allow" | "clip" | "quarantine";
|
|
1259
1259
|
requiredAttributes: string[];
|
|
1260
1260
|
}[];
|
|
1261
1261
|
omissions: string[];
|
|
1262
1262
|
revocation: {
|
|
1263
1263
|
revocable: true;
|
|
1264
|
-
revocationState: "
|
|
1264
|
+
revocationState: "superseded" | "active" | "revoked";
|
|
1265
1265
|
importRefusalOnRevoked: true;
|
|
1266
1266
|
revokedByPrincipalUuid?: string | undefined;
|
|
1267
1267
|
revocationEvidenceUuid?: string | undefined;
|
|
@@ -1282,7 +1282,22 @@ declare const PublishedBeliefArtifactContractSchema: z.ZodObject<{
|
|
|
1282
1282
|
key: string;
|
|
1283
1283
|
expectedRefusals: string[];
|
|
1284
1284
|
artifact: {
|
|
1285
|
-
|
|
1285
|
+
quality: {
|
|
1286
|
+
sourceLineageCoverage: 1;
|
|
1287
|
+
trustImportState: "imported" | "refused" | "quarantined" | "not_imported" | "pending_policy_check";
|
|
1288
|
+
revocationCoverage: 1;
|
|
1289
|
+
clippingCoverage: 1;
|
|
1290
|
+
};
|
|
1291
|
+
lifecycle: "superseded" | "draft" | "revoked" | "imported" | "published";
|
|
1292
|
+
identity: {
|
|
1293
|
+
compositionKey: "published_belief_artifact_v1";
|
|
1294
|
+
storageLocatorSemantic: false;
|
|
1295
|
+
contentAddressFields: string[];
|
|
1296
|
+
artifactUuid: string;
|
|
1297
|
+
artifactUuidVersion: "uuidv7";
|
|
1298
|
+
artifactVersion: number;
|
|
1299
|
+
};
|
|
1300
|
+
contentHash: string;
|
|
1286
1301
|
authority: {
|
|
1287
1302
|
policyVersion: string;
|
|
1288
1303
|
publisherPrincipalUuid: string;
|
|
@@ -1293,19 +1308,11 @@ declare const PublishedBeliefArtifactContractSchema: z.ZodObject<{
|
|
|
1293
1308
|
importingWorkspaceUuid?: string | undefined;
|
|
1294
1309
|
};
|
|
1295
1310
|
title: string;
|
|
1296
|
-
identity: {
|
|
1297
|
-
storageLocatorSemantic: false;
|
|
1298
|
-
contentAddressFields: string[];
|
|
1299
|
-
compositionKey: "published_belief_artifact_v1";
|
|
1300
|
-
artifactUuid: string;
|
|
1301
|
-
artifactUuidVersion: "uuidv7";
|
|
1302
|
-
artifactVersion: number;
|
|
1303
|
-
};
|
|
1304
1311
|
lineage: {
|
|
1305
1312
|
sourceHorizonUuid: string;
|
|
1306
|
-
sourceEvidenceUuids: string[];
|
|
1307
1313
|
sourceBeliefUuid: string;
|
|
1308
1314
|
sourceGraphUuid: string;
|
|
1315
|
+
sourceEvidenceUuids: string[];
|
|
1309
1316
|
sourceTenantUuid: string;
|
|
1310
1317
|
sourceWorkspaceUuid: string;
|
|
1311
1318
|
sourceTopicUuid: string;
|
|
@@ -1315,26 +1322,19 @@ declare const PublishedBeliefArtifactContractSchema: z.ZodObject<{
|
|
|
1315
1322
|
noCrossTenantStorageLocators: true;
|
|
1316
1323
|
sourceWorktreeUuid?: string | undefined;
|
|
1317
1324
|
};
|
|
1318
|
-
contentHash: string;
|
|
1319
|
-
quality: {
|
|
1320
|
-
sourceLineageCoverage: 1;
|
|
1321
|
-
trustImportState: "imported" | "refused" | "quarantined" | "not_imported" | "pending_policy_check";
|
|
1322
|
-
revocationCoverage: 1;
|
|
1323
|
-
clippingCoverage: 1;
|
|
1324
|
-
};
|
|
1325
1325
|
policyChecks: {
|
|
1326
|
-
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";
|
|
1327
1326
|
resourceType: "output";
|
|
1327
|
+
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";
|
|
1328
1328
|
omissionRecord: "publishedBeliefArtifact.omissions[]";
|
|
1329
1329
|
stage: "publish" | "permission_check" | "import" | "trust_classification" | "revocation";
|
|
1330
1330
|
adapter: "permit_authorize_v1";
|
|
1331
|
-
decisionEffect: "
|
|
1331
|
+
decisionEffect: "deny" | "allow" | "clip" | "quarantine";
|
|
1332
1332
|
requiredAttributes: string[];
|
|
1333
1333
|
}[];
|
|
1334
1334
|
omissions: string[];
|
|
1335
1335
|
revocation: {
|
|
1336
1336
|
revocable: true;
|
|
1337
|
-
revocationState: "
|
|
1337
|
+
revocationState: "superseded" | "active" | "revoked";
|
|
1338
1338
|
importRefusalOnRevoked: true;
|
|
1339
1339
|
revokedByPrincipalUuid?: string | undefined;
|
|
1340
1340
|
revocationEvidenceUuid?: string | undefined;
|
|
@@ -1354,7 +1354,22 @@ declare const PublishedBeliefArtifactContractSchema: z.ZodObject<{
|
|
|
1354
1354
|
key: string;
|
|
1355
1355
|
expectedRefusals: string[];
|
|
1356
1356
|
artifact: {
|
|
1357
|
-
|
|
1357
|
+
quality: {
|
|
1358
|
+
sourceLineageCoverage: 1;
|
|
1359
|
+
trustImportState: "imported" | "refused" | "quarantined" | "not_imported" | "pending_policy_check";
|
|
1360
|
+
revocationCoverage: 1;
|
|
1361
|
+
clippingCoverage: 1;
|
|
1362
|
+
};
|
|
1363
|
+
lifecycle: "superseded" | "draft" | "revoked" | "imported" | "published";
|
|
1364
|
+
identity: {
|
|
1365
|
+
compositionKey: "published_belief_artifact_v1";
|
|
1366
|
+
storageLocatorSemantic: false;
|
|
1367
|
+
contentAddressFields: string[];
|
|
1368
|
+
artifactUuid: string;
|
|
1369
|
+
artifactUuidVersion: "uuidv7";
|
|
1370
|
+
artifactVersion: number;
|
|
1371
|
+
};
|
|
1372
|
+
contentHash: string;
|
|
1358
1373
|
authority: {
|
|
1359
1374
|
policyVersion: string;
|
|
1360
1375
|
publisherPrincipalUuid: string;
|
|
@@ -1365,19 +1380,11 @@ declare const PublishedBeliefArtifactContractSchema: z.ZodObject<{
|
|
|
1365
1380
|
importingWorkspaceUuid?: string | undefined;
|
|
1366
1381
|
};
|
|
1367
1382
|
title: string;
|
|
1368
|
-
identity: {
|
|
1369
|
-
storageLocatorSemantic: false;
|
|
1370
|
-
contentAddressFields: string[];
|
|
1371
|
-
compositionKey: "published_belief_artifact_v1";
|
|
1372
|
-
artifactUuid: string;
|
|
1373
|
-
artifactUuidVersion: "uuidv7";
|
|
1374
|
-
artifactVersion: number;
|
|
1375
|
-
};
|
|
1376
1383
|
lineage: {
|
|
1377
1384
|
sourceHorizonUuid: string;
|
|
1378
|
-
sourceEvidenceUuids: string[];
|
|
1379
1385
|
sourceBeliefUuid: string;
|
|
1380
1386
|
sourceGraphUuid: string;
|
|
1387
|
+
sourceEvidenceUuids: string[];
|
|
1381
1388
|
sourceTenantUuid: string;
|
|
1382
1389
|
sourceWorkspaceUuid: string;
|
|
1383
1390
|
sourceTopicUuid: string;
|
|
@@ -1387,26 +1394,19 @@ declare const PublishedBeliefArtifactContractSchema: z.ZodObject<{
|
|
|
1387
1394
|
noCrossTenantStorageLocators: true;
|
|
1388
1395
|
sourceWorktreeUuid?: string | undefined;
|
|
1389
1396
|
};
|
|
1390
|
-
contentHash: string;
|
|
1391
|
-
quality: {
|
|
1392
|
-
sourceLineageCoverage: 1;
|
|
1393
|
-
trustImportState: "imported" | "refused" | "quarantined" | "not_imported" | "pending_policy_check";
|
|
1394
|
-
revocationCoverage: 1;
|
|
1395
|
-
clippingCoverage: 1;
|
|
1396
|
-
};
|
|
1397
1397
|
policyChecks: {
|
|
1398
|
-
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";
|
|
1399
1398
|
resourceType: "output";
|
|
1399
|
+
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";
|
|
1400
1400
|
omissionRecord: "publishedBeliefArtifact.omissions[]";
|
|
1401
1401
|
stage: "publish" | "permission_check" | "import" | "trust_classification" | "revocation";
|
|
1402
1402
|
adapter: "permit_authorize_v1";
|
|
1403
|
-
decisionEffect: "
|
|
1403
|
+
decisionEffect: "deny" | "allow" | "clip" | "quarantine";
|
|
1404
1404
|
requiredAttributes: string[];
|
|
1405
1405
|
}[];
|
|
1406
1406
|
omissions: string[];
|
|
1407
1407
|
revocation: {
|
|
1408
1408
|
revocable: true;
|
|
1409
|
-
revocationState: "
|
|
1409
|
+
revocationState: "superseded" | "active" | "revoked";
|
|
1410
1410
|
importRefusalOnRevoked: true;
|
|
1411
1411
|
revokedByPrincipalUuid?: string | undefined;
|
|
1412
1412
|
revocationEvidenceUuid?: string | undefined;
|
|
@@ -1425,18 +1425,33 @@ declare const PublishedBeliefArtifactContractSchema: z.ZodObject<{
|
|
|
1425
1425
|
}>;
|
|
1426
1426
|
}, "strip", z.ZodTypeAny, {
|
|
1427
1427
|
worktree: "C2-LX.1";
|
|
1428
|
-
lane: "c2-lx-atomic-publication-schema-beliefs";
|
|
1429
1428
|
contractVersion: "c2_lx_published_belief_artifact.v1";
|
|
1429
|
+
lane: "c2-lx-atomic-publication-schema-beliefs";
|
|
1430
|
+
graphWorktreeId: "tn72d89gwg9j854fmjzb59me8985t3s1";
|
|
1431
|
+
compositionKey: "published_belief_artifact_v1";
|
|
1430
1432
|
dependsOn: string[];
|
|
1431
1433
|
sourceAnchors: string[];
|
|
1432
|
-
graphWorktreeId: "tn72d89gwg9j854fmjzb59me8985t3s1";
|
|
1433
1434
|
rules: string[];
|
|
1434
|
-
compositionKey: "published_belief_artifact_v1";
|
|
1435
1435
|
fixture: {
|
|
1436
1436
|
key: string;
|
|
1437
1437
|
expectedRefusals: string[];
|
|
1438
1438
|
artifact: {
|
|
1439
|
-
|
|
1439
|
+
quality: {
|
|
1440
|
+
sourceLineageCoverage: 1;
|
|
1441
|
+
trustImportState: "imported" | "refused" | "quarantined" | "not_imported" | "pending_policy_check";
|
|
1442
|
+
revocationCoverage: 1;
|
|
1443
|
+
clippingCoverage: 1;
|
|
1444
|
+
};
|
|
1445
|
+
lifecycle: "superseded" | "draft" | "revoked" | "imported" | "published";
|
|
1446
|
+
identity: {
|
|
1447
|
+
compositionKey: "published_belief_artifact_v1";
|
|
1448
|
+
storageLocatorSemantic: false;
|
|
1449
|
+
contentAddressFields: string[];
|
|
1450
|
+
artifactUuid: string;
|
|
1451
|
+
artifactUuidVersion: "uuidv7";
|
|
1452
|
+
artifactVersion: number;
|
|
1453
|
+
};
|
|
1454
|
+
contentHash: string;
|
|
1440
1455
|
authority: {
|
|
1441
1456
|
policyVersion: string;
|
|
1442
1457
|
publisherPrincipalUuid: string;
|
|
@@ -1447,19 +1462,11 @@ declare const PublishedBeliefArtifactContractSchema: z.ZodObject<{
|
|
|
1447
1462
|
importingWorkspaceUuid?: string | undefined;
|
|
1448
1463
|
};
|
|
1449
1464
|
title: string;
|
|
1450
|
-
identity: {
|
|
1451
|
-
storageLocatorSemantic: false;
|
|
1452
|
-
contentAddressFields: string[];
|
|
1453
|
-
compositionKey: "published_belief_artifact_v1";
|
|
1454
|
-
artifactUuid: string;
|
|
1455
|
-
artifactUuidVersion: "uuidv7";
|
|
1456
|
-
artifactVersion: number;
|
|
1457
|
-
};
|
|
1458
1465
|
lineage: {
|
|
1459
1466
|
sourceHorizonUuid: string;
|
|
1460
|
-
sourceEvidenceUuids: string[];
|
|
1461
1467
|
sourceBeliefUuid: string;
|
|
1462
1468
|
sourceGraphUuid: string;
|
|
1469
|
+
sourceEvidenceUuids: string[];
|
|
1463
1470
|
sourceTenantUuid: string;
|
|
1464
1471
|
sourceWorkspaceUuid: string;
|
|
1465
1472
|
sourceTopicUuid: string;
|
|
@@ -1469,26 +1476,19 @@ declare const PublishedBeliefArtifactContractSchema: z.ZodObject<{
|
|
|
1469
1476
|
noCrossTenantStorageLocators: true;
|
|
1470
1477
|
sourceWorktreeUuid?: string | undefined;
|
|
1471
1478
|
};
|
|
1472
|
-
contentHash: string;
|
|
1473
|
-
quality: {
|
|
1474
|
-
sourceLineageCoverage: 1;
|
|
1475
|
-
trustImportState: "imported" | "refused" | "quarantined" | "not_imported" | "pending_policy_check";
|
|
1476
|
-
revocationCoverage: 1;
|
|
1477
|
-
clippingCoverage: 1;
|
|
1478
|
-
};
|
|
1479
1479
|
policyChecks: {
|
|
1480
|
-
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";
|
|
1481
1480
|
resourceType: "output";
|
|
1481
|
+
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";
|
|
1482
1482
|
omissionRecord: "publishedBeliefArtifact.omissions[]";
|
|
1483
1483
|
stage: "publish" | "permission_check" | "import" | "trust_classification" | "revocation";
|
|
1484
1484
|
adapter: "permit_authorize_v1";
|
|
1485
|
-
decisionEffect: "
|
|
1485
|
+
decisionEffect: "deny" | "allow" | "clip" | "quarantine";
|
|
1486
1486
|
requiredAttributes: string[];
|
|
1487
1487
|
}[];
|
|
1488
1488
|
omissions: string[];
|
|
1489
1489
|
revocation: {
|
|
1490
1490
|
revocable: true;
|
|
1491
|
-
revocationState: "
|
|
1491
|
+
revocationState: "superseded" | "active" | "revoked";
|
|
1492
1492
|
importRefusalOnRevoked: true;
|
|
1493
1493
|
revokedByPrincipalUuid?: string | undefined;
|
|
1494
1494
|
revocationEvidenceUuid?: string | undefined;
|
|
@@ -1507,18 +1507,33 @@ declare const PublishedBeliefArtifactContractSchema: z.ZodObject<{
|
|
|
1507
1507
|
};
|
|
1508
1508
|
}, {
|
|
1509
1509
|
worktree: "C2-LX.1";
|
|
1510
|
-
lane: "c2-lx-atomic-publication-schema-beliefs";
|
|
1511
1510
|
contractVersion: "c2_lx_published_belief_artifact.v1";
|
|
1511
|
+
lane: "c2-lx-atomic-publication-schema-beliefs";
|
|
1512
|
+
graphWorktreeId: "tn72d89gwg9j854fmjzb59me8985t3s1";
|
|
1513
|
+
compositionKey: "published_belief_artifact_v1";
|
|
1512
1514
|
dependsOn: string[];
|
|
1513
1515
|
sourceAnchors: string[];
|
|
1514
|
-
graphWorktreeId: "tn72d89gwg9j854fmjzb59me8985t3s1";
|
|
1515
1516
|
rules: string[];
|
|
1516
|
-
compositionKey: "published_belief_artifact_v1";
|
|
1517
1517
|
fixture: {
|
|
1518
1518
|
key: string;
|
|
1519
1519
|
expectedRefusals: string[];
|
|
1520
1520
|
artifact: {
|
|
1521
|
-
|
|
1521
|
+
quality: {
|
|
1522
|
+
sourceLineageCoverage: 1;
|
|
1523
|
+
trustImportState: "imported" | "refused" | "quarantined" | "not_imported" | "pending_policy_check";
|
|
1524
|
+
revocationCoverage: 1;
|
|
1525
|
+
clippingCoverage: 1;
|
|
1526
|
+
};
|
|
1527
|
+
lifecycle: "superseded" | "draft" | "revoked" | "imported" | "published";
|
|
1528
|
+
identity: {
|
|
1529
|
+
compositionKey: "published_belief_artifact_v1";
|
|
1530
|
+
storageLocatorSemantic: false;
|
|
1531
|
+
contentAddressFields: string[];
|
|
1532
|
+
artifactUuid: string;
|
|
1533
|
+
artifactUuidVersion: "uuidv7";
|
|
1534
|
+
artifactVersion: number;
|
|
1535
|
+
};
|
|
1536
|
+
contentHash: string;
|
|
1522
1537
|
authority: {
|
|
1523
1538
|
policyVersion: string;
|
|
1524
1539
|
publisherPrincipalUuid: string;
|
|
@@ -1529,19 +1544,11 @@ declare const PublishedBeliefArtifactContractSchema: z.ZodObject<{
|
|
|
1529
1544
|
importingWorkspaceUuid?: string | undefined;
|
|
1530
1545
|
};
|
|
1531
1546
|
title: string;
|
|
1532
|
-
identity: {
|
|
1533
|
-
storageLocatorSemantic: false;
|
|
1534
|
-
contentAddressFields: string[];
|
|
1535
|
-
compositionKey: "published_belief_artifact_v1";
|
|
1536
|
-
artifactUuid: string;
|
|
1537
|
-
artifactUuidVersion: "uuidv7";
|
|
1538
|
-
artifactVersion: number;
|
|
1539
|
-
};
|
|
1540
1547
|
lineage: {
|
|
1541
1548
|
sourceHorizonUuid: string;
|
|
1542
|
-
sourceEvidenceUuids: string[];
|
|
1543
1549
|
sourceBeliefUuid: string;
|
|
1544
1550
|
sourceGraphUuid: string;
|
|
1551
|
+
sourceEvidenceUuids: string[];
|
|
1545
1552
|
sourceTenantUuid: string;
|
|
1546
1553
|
sourceWorkspaceUuid: string;
|
|
1547
1554
|
sourceTopicUuid: string;
|
|
@@ -1551,26 +1558,19 @@ declare const PublishedBeliefArtifactContractSchema: z.ZodObject<{
|
|
|
1551
1558
|
noCrossTenantStorageLocators: true;
|
|
1552
1559
|
sourceWorktreeUuid?: string | undefined;
|
|
1553
1560
|
};
|
|
1554
|
-
contentHash: string;
|
|
1555
|
-
quality: {
|
|
1556
|
-
sourceLineageCoverage: 1;
|
|
1557
|
-
trustImportState: "imported" | "refused" | "quarantined" | "not_imported" | "pending_policy_check";
|
|
1558
|
-
revocationCoverage: 1;
|
|
1559
|
-
clippingCoverage: 1;
|
|
1560
|
-
};
|
|
1561
1561
|
policyChecks: {
|
|
1562
|
-
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";
|
|
1563
1562
|
resourceType: "output";
|
|
1563
|
+
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";
|
|
1564
1564
|
omissionRecord: "publishedBeliefArtifact.omissions[]";
|
|
1565
1565
|
stage: "publish" | "permission_check" | "import" | "trust_classification" | "revocation";
|
|
1566
1566
|
adapter: "permit_authorize_v1";
|
|
1567
|
-
decisionEffect: "
|
|
1567
|
+
decisionEffect: "deny" | "allow" | "clip" | "quarantine";
|
|
1568
1568
|
requiredAttributes: string[];
|
|
1569
1569
|
}[];
|
|
1570
1570
|
omissions: string[];
|
|
1571
1571
|
revocation: {
|
|
1572
1572
|
revocable: true;
|
|
1573
|
-
revocationState: "
|
|
1573
|
+
revocationState: "superseded" | "active" | "revoked";
|
|
1574
1574
|
importRefusalOnRevoked: true;
|
|
1575
1575
|
revokedByPrincipalUuid?: string | undefined;
|
|
1576
1576
|
revocationEvidenceUuid?: string | undefined;
|
|
@@ -1640,12 +1640,12 @@ declare const PUBLISHED_BELIEF_ARTIFACT_CONTRACT: {
|
|
|
1640
1640
|
permittedAudience: "partner";
|
|
1641
1641
|
};
|
|
1642
1642
|
policyChecks: {
|
|
1643
|
-
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";
|
|
1644
1643
|
resourceType: "output";
|
|
1644
|
+
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";
|
|
1645
1645
|
omissionRecord: "publishedBeliefArtifact.omissions[]";
|
|
1646
1646
|
stage: "publish" | "permission_check" | "import" | "trust_classification" | "revocation";
|
|
1647
1647
|
adapter: "permit_authorize_v1";
|
|
1648
|
-
decisionEffect: "
|
|
1648
|
+
decisionEffect: "deny" | "allow" | "clip" | "quarantine";
|
|
1649
1649
|
requiredAttributes: string[];
|
|
1650
1650
|
}[];
|
|
1651
1651
|
trust: {
|
|
@@ -1674,18 +1674,33 @@ declare const PUBLISHED_BELIEF_ARTIFACT_CONTRACT: {
|
|
|
1674
1674
|
};
|
|
1675
1675
|
declare const parsedPublishedBeliefArtifactContract: {
|
|
1676
1676
|
worktree: "C2-LX.1";
|
|
1677
|
-
lane: "c2-lx-atomic-publication-schema-beliefs";
|
|
1678
1677
|
contractVersion: "c2_lx_published_belief_artifact.v1";
|
|
1678
|
+
lane: "c2-lx-atomic-publication-schema-beliefs";
|
|
1679
|
+
graphWorktreeId: "tn72d89gwg9j854fmjzb59me8985t3s1";
|
|
1680
|
+
compositionKey: "published_belief_artifact_v1";
|
|
1679
1681
|
dependsOn: string[];
|
|
1680
1682
|
sourceAnchors: string[];
|
|
1681
|
-
graphWorktreeId: "tn72d89gwg9j854fmjzb59me8985t3s1";
|
|
1682
1683
|
rules: string[];
|
|
1683
|
-
compositionKey: "published_belief_artifact_v1";
|
|
1684
1684
|
fixture: {
|
|
1685
1685
|
key: string;
|
|
1686
1686
|
expectedRefusals: string[];
|
|
1687
1687
|
artifact: {
|
|
1688
|
-
|
|
1688
|
+
quality: {
|
|
1689
|
+
sourceLineageCoverage: 1;
|
|
1690
|
+
trustImportState: "imported" | "refused" | "quarantined" | "not_imported" | "pending_policy_check";
|
|
1691
|
+
revocationCoverage: 1;
|
|
1692
|
+
clippingCoverage: 1;
|
|
1693
|
+
};
|
|
1694
|
+
lifecycle: "superseded" | "draft" | "revoked" | "imported" | "published";
|
|
1695
|
+
identity: {
|
|
1696
|
+
compositionKey: "published_belief_artifact_v1";
|
|
1697
|
+
storageLocatorSemantic: false;
|
|
1698
|
+
contentAddressFields: string[];
|
|
1699
|
+
artifactUuid: string;
|
|
1700
|
+
artifactUuidVersion: "uuidv7";
|
|
1701
|
+
artifactVersion: number;
|
|
1702
|
+
};
|
|
1703
|
+
contentHash: string;
|
|
1689
1704
|
authority: {
|
|
1690
1705
|
policyVersion: string;
|
|
1691
1706
|
publisherPrincipalUuid: string;
|
|
@@ -1696,19 +1711,11 @@ declare const parsedPublishedBeliefArtifactContract: {
|
|
|
1696
1711
|
importingWorkspaceUuid?: string | undefined;
|
|
1697
1712
|
};
|
|
1698
1713
|
title: string;
|
|
1699
|
-
identity: {
|
|
1700
|
-
storageLocatorSemantic: false;
|
|
1701
|
-
contentAddressFields: string[];
|
|
1702
|
-
compositionKey: "published_belief_artifact_v1";
|
|
1703
|
-
artifactUuid: string;
|
|
1704
|
-
artifactUuidVersion: "uuidv7";
|
|
1705
|
-
artifactVersion: number;
|
|
1706
|
-
};
|
|
1707
1714
|
lineage: {
|
|
1708
1715
|
sourceHorizonUuid: string;
|
|
1709
|
-
sourceEvidenceUuids: string[];
|
|
1710
1716
|
sourceBeliefUuid: string;
|
|
1711
1717
|
sourceGraphUuid: string;
|
|
1718
|
+
sourceEvidenceUuids: string[];
|
|
1712
1719
|
sourceTenantUuid: string;
|
|
1713
1720
|
sourceWorkspaceUuid: string;
|
|
1714
1721
|
sourceTopicUuid: string;
|
|
@@ -1718,26 +1725,19 @@ declare const parsedPublishedBeliefArtifactContract: {
|
|
|
1718
1725
|
noCrossTenantStorageLocators: true;
|
|
1719
1726
|
sourceWorktreeUuid?: string | undefined;
|
|
1720
1727
|
};
|
|
1721
|
-
contentHash: string;
|
|
1722
|
-
quality: {
|
|
1723
|
-
sourceLineageCoverage: 1;
|
|
1724
|
-
trustImportState: "imported" | "refused" | "quarantined" | "not_imported" | "pending_policy_check";
|
|
1725
|
-
revocationCoverage: 1;
|
|
1726
|
-
clippingCoverage: 1;
|
|
1727
|
-
};
|
|
1728
1728
|
policyChecks: {
|
|
1729
|
-
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";
|
|
1730
1729
|
resourceType: "output";
|
|
1730
|
+
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";
|
|
1731
1731
|
omissionRecord: "publishedBeliefArtifact.omissions[]";
|
|
1732
1732
|
stage: "publish" | "permission_check" | "import" | "trust_classification" | "revocation";
|
|
1733
1733
|
adapter: "permit_authorize_v1";
|
|
1734
|
-
decisionEffect: "
|
|
1734
|
+
decisionEffect: "deny" | "allow" | "clip" | "quarantine";
|
|
1735
1735
|
requiredAttributes: string[];
|
|
1736
1736
|
}[];
|
|
1737
1737
|
omissions: string[];
|
|
1738
1738
|
revocation: {
|
|
1739
1739
|
revocable: true;
|
|
1740
|
-
revocationState: "
|
|
1740
|
+
revocationState: "superseded" | "active" | "revoked";
|
|
1741
1741
|
importRefusalOnRevoked: true;
|
|
1742
1742
|
revokedByPrincipalUuid?: string | undefined;
|
|
1743
1743
|
revocationEvidenceUuid?: string | undefined;
|
|
@@ -1768,10 +1768,10 @@ declare const PUBLISHED_BELIEF_ARTIFACT_COMPOSITION_ROW: {
|
|
|
1768
1768
|
allowedDepths: ("low" | "medium" | "high" | "extra-high")[];
|
|
1769
1769
|
qualityVector: string[];
|
|
1770
1770
|
identity: {
|
|
1771
|
+
registryKeyField: "key";
|
|
1771
1772
|
canonicalPublicIdField: "compositionUuid";
|
|
1772
1773
|
canonicalPublicIdVersion: "uuidv7";
|
|
1773
1774
|
storageLocatorSemantic: false;
|
|
1774
|
-
registryKeyField: "key";
|
|
1775
1775
|
contentAddressFields: string[];
|
|
1776
1776
|
};
|
|
1777
1777
|
authorization: {
|
|
@@ -1810,10 +1810,10 @@ declare const PUBLISHED_BELIEF_ARTIFACT_COMPOSITION_ROW: {
|
|
|
1810
1810
|
allowedDepths: ("medium" | "high" | "extra-high")[];
|
|
1811
1811
|
qualityVector: string[];
|
|
1812
1812
|
identity: {
|
|
1813
|
+
registryKeyField: "key";
|
|
1813
1814
|
canonicalPublicIdField: "compositionUuid";
|
|
1814
1815
|
canonicalPublicIdVersion: "uuidv7";
|
|
1815
1816
|
storageLocatorSemantic: false;
|
|
1816
|
-
registryKeyField: "key";
|
|
1817
1817
|
contentAddressFields: string[];
|
|
1818
1818
|
};
|
|
1819
1819
|
authorization: {
|
|
@@ -1852,10 +1852,10 @@ declare const PUBLISHED_BELIEF_ARTIFACT_COMPOSITION_ROW: {
|
|
|
1852
1852
|
allowedDepths: ("low" | "medium" | "high" | "extra-high")[];
|
|
1853
1853
|
qualityVector: string[];
|
|
1854
1854
|
identity: {
|
|
1855
|
+
registryKeyField: "key";
|
|
1855
1856
|
canonicalPublicIdField: "compositionUuid";
|
|
1856
1857
|
canonicalPublicIdVersion: "uuidv7";
|
|
1857
1858
|
storageLocatorSemantic: false;
|
|
1858
|
-
registryKeyField: "key";
|
|
1859
1859
|
contentAddressFields: string[];
|
|
1860
1860
|
};
|
|
1861
1861
|
authorization: {
|
|
@@ -1894,10 +1894,10 @@ declare const PUBLISHED_BELIEF_ARTIFACT_COMPOSITION_ROW: {
|
|
|
1894
1894
|
allowedDepths: ("low" | "medium" | "high" | "extra-high")[];
|
|
1895
1895
|
qualityVector: string[];
|
|
1896
1896
|
identity: {
|
|
1897
|
+
registryKeyField: "key";
|
|
1897
1898
|
canonicalPublicIdField: "compositionUuid";
|
|
1898
1899
|
canonicalPublicIdVersion: "uuidv7";
|
|
1899
1900
|
storageLocatorSemantic: false;
|
|
1900
|
-
registryKeyField: "key";
|
|
1901
1901
|
contentAddressFields: string[];
|
|
1902
1902
|
};
|
|
1903
1903
|
authorization: {
|
|
@@ -1927,19 +1927,19 @@ declare const PUBLISHED_BELIEF_ARTIFACT_COMPOSITION_ROW: {
|
|
|
1927
1927
|
key: string;
|
|
1928
1928
|
emittedAs: string;
|
|
1929
1929
|
classification: "substrate_contract";
|
|
1930
|
-
lifecycle: "
|
|
1930
|
+
lifecycle: "reserved";
|
|
1931
1931
|
ownerLane: string;
|
|
1932
1932
|
dependsOn: string[];
|
|
1933
1933
|
primitives: string[];
|
|
1934
1934
|
sourceSurfaces: string[];
|
|
1935
1935
|
defaultDepth: "extra-high";
|
|
1936
|
-
allowedDepths: ("
|
|
1936
|
+
allowedDepths: ("high" | "extra-high")[];
|
|
1937
1937
|
qualityVector: string[];
|
|
1938
1938
|
identity: {
|
|
1939
|
+
registryKeyField: "key";
|
|
1939
1940
|
canonicalPublicIdField: "compositionUuid";
|
|
1940
1941
|
canonicalPublicIdVersion: "uuidv7";
|
|
1941
1942
|
storageLocatorSemantic: false;
|
|
1942
|
-
registryKeyField: "key";
|
|
1943
1943
|
contentAddressFields: string[];
|
|
1944
1944
|
};
|
|
1945
1945
|
authorization: {
|
|
@@ -1974,14 +1974,14 @@ declare const PUBLISHED_BELIEF_ARTIFACT_COMPOSITION_ROW: {
|
|
|
1974
1974
|
dependsOn: string[];
|
|
1975
1975
|
primitives: string[];
|
|
1976
1976
|
sourceSurfaces: string[];
|
|
1977
|
-
defaultDepth: "
|
|
1978
|
-
allowedDepths: ("high" | "extra-high")[];
|
|
1977
|
+
defaultDepth: "high";
|
|
1978
|
+
allowedDepths: ("medium" | "high" | "extra-high")[];
|
|
1979
1979
|
qualityVector: string[];
|
|
1980
1980
|
identity: {
|
|
1981
|
+
registryKeyField: "key";
|
|
1981
1982
|
canonicalPublicIdField: "compositionUuid";
|
|
1982
1983
|
canonicalPublicIdVersion: "uuidv7";
|
|
1983
1984
|
storageLocatorSemantic: false;
|
|
1984
|
-
registryKeyField: "key";
|
|
1985
1985
|
contentAddressFields: string[];
|
|
1986
1986
|
};
|
|
1987
1987
|
authorization: {
|
|
@@ -2011,19 +2011,19 @@ declare const PUBLISHED_BELIEF_ARTIFACT_COMPOSITION_ROW: {
|
|
|
2011
2011
|
key: string;
|
|
2012
2012
|
emittedAs: string;
|
|
2013
2013
|
classification: "substrate_contract";
|
|
2014
|
-
lifecycle: "
|
|
2014
|
+
lifecycle: "current";
|
|
2015
2015
|
ownerLane: string;
|
|
2016
2016
|
dependsOn: string[];
|
|
2017
2017
|
primitives: string[];
|
|
2018
2018
|
sourceSurfaces: string[];
|
|
2019
|
-
defaultDepth: "high";
|
|
2020
|
-
allowedDepths: ("medium" | "high" | "extra-high")[];
|
|
2019
|
+
defaultDepth: "extra-high";
|
|
2020
|
+
allowedDepths: ("low" | "medium" | "high" | "extra-high")[];
|
|
2021
2021
|
qualityVector: string[];
|
|
2022
2022
|
identity: {
|
|
2023
|
+
registryKeyField: "key";
|
|
2023
2024
|
canonicalPublicIdField: "compositionUuid";
|
|
2024
2025
|
canonicalPublicIdVersion: "uuidv7";
|
|
2025
2026
|
storageLocatorSemantic: false;
|
|
2026
|
-
registryKeyField: "key";
|
|
2027
2027
|
contentAddressFields: string[];
|
|
2028
2028
|
};
|
|
2029
2029
|
authorization: {
|