@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
|
@@ -94,7 +94,7 @@ declare function surfaceContract(args: {
|
|
|
94
94
|
};
|
|
95
95
|
auth: {
|
|
96
96
|
scopes: string[];
|
|
97
|
-
allowedPrincipalTypes: ("
|
|
97
|
+
allowedPrincipalTypes: ("agent" | "user" | "group" | "service" | "external_viewer")[];
|
|
98
98
|
accessGate: {
|
|
99
99
|
enforce: boolean;
|
|
100
100
|
gateway: "requireScopeWriteAccess";
|
|
@@ -59,7 +59,7 @@ declare const embeddingsContracts: readonly [{
|
|
|
59
59
|
};
|
|
60
60
|
auth: {
|
|
61
61
|
scopes: string[];
|
|
62
|
-
allowedPrincipalTypes: ("
|
|
62
|
+
allowedPrincipalTypes: ("agent" | "user" | "group" | "service" | "external_viewer")[];
|
|
63
63
|
accessGate: {
|
|
64
64
|
enforce: boolean;
|
|
65
65
|
gateway: "requireScopeWriteAccess";
|
|
@@ -104,7 +104,7 @@ declare const embeddingsContracts: readonly [{
|
|
|
104
104
|
};
|
|
105
105
|
auth: {
|
|
106
106
|
scopes: string[];
|
|
107
|
-
allowedPrincipalTypes: ("
|
|
107
|
+
allowedPrincipalTypes: ("agent" | "user" | "group" | "service" | "external_viewer")[];
|
|
108
108
|
accessGate: {
|
|
109
109
|
enforce: boolean;
|
|
110
110
|
gateway: "requireScopeWriteAccess";
|
|
@@ -149,7 +149,7 @@ declare const embeddingsContracts: readonly [{
|
|
|
149
149
|
};
|
|
150
150
|
auth: {
|
|
151
151
|
scopes: string[];
|
|
152
|
-
allowedPrincipalTypes: ("
|
|
152
|
+
allowedPrincipalTypes: ("agent" | "user" | "group" | "service" | "external_viewer")[];
|
|
153
153
|
accessGate: {
|
|
154
154
|
enforce: boolean;
|
|
155
155
|
gateway: "requireScopeWriteAccess";
|
|
@@ -194,7 +194,7 @@ declare const embeddingsContracts: readonly [{
|
|
|
194
194
|
};
|
|
195
195
|
auth: {
|
|
196
196
|
scopes: string[];
|
|
197
|
-
allowedPrincipalTypes: ("
|
|
197
|
+
allowedPrincipalTypes: ("agent" | "user" | "group" | "service" | "external_viewer")[];
|
|
198
198
|
accessGate: {
|
|
199
199
|
enforce: boolean;
|
|
200
200
|
gateway: "requireScopeWriteAccess";
|
|
@@ -241,7 +241,7 @@ declare const hybridContracts: readonly [{
|
|
|
241
241
|
};
|
|
242
242
|
auth: {
|
|
243
243
|
scopes: string[];
|
|
244
|
-
allowedPrincipalTypes: ("
|
|
244
|
+
allowedPrincipalTypes: ("agent" | "user" | "group" | "service" | "external_viewer")[];
|
|
245
245
|
accessGate: {
|
|
246
246
|
enforce: boolean;
|
|
247
247
|
gateway: "requireScopeWriteAccess";
|
|
@@ -286,7 +286,7 @@ declare const hybridContracts: readonly [{
|
|
|
286
286
|
};
|
|
287
287
|
auth: {
|
|
288
288
|
scopes: string[];
|
|
289
|
-
allowedPrincipalTypes: ("
|
|
289
|
+
allowedPrincipalTypes: ("agent" | "user" | "group" | "service" | "external_viewer")[];
|
|
290
290
|
accessGate: {
|
|
291
291
|
enforce: boolean;
|
|
292
292
|
gateway: "requireScopeWriteAccess";
|
|
@@ -331,7 +331,7 @@ declare const hybridContracts: readonly [{
|
|
|
331
331
|
};
|
|
332
332
|
auth: {
|
|
333
333
|
scopes: string[];
|
|
334
|
-
allowedPrincipalTypes: ("
|
|
334
|
+
allowedPrincipalTypes: ("agent" | "user" | "group" | "service" | "external_viewer")[];
|
|
335
335
|
accessGate: {
|
|
336
336
|
enforce: boolean;
|
|
337
337
|
gateway: "requireScopeWriteAccess";
|
|
@@ -376,7 +376,7 @@ declare const hybridContracts: readonly [{
|
|
|
376
376
|
};
|
|
377
377
|
auth: {
|
|
378
378
|
scopes: string[];
|
|
379
|
-
allowedPrincipalTypes: ("
|
|
379
|
+
allowedPrincipalTypes: ("agent" | "user" | "group" | "service" | "external_viewer")[];
|
|
380
380
|
accessGate: {
|
|
381
381
|
enforce: boolean;
|
|
382
382
|
gateway: "requireScopeWriteAccess";
|
|
@@ -421,7 +421,7 @@ declare const hybridContracts: readonly [{
|
|
|
421
421
|
};
|
|
422
422
|
auth: {
|
|
423
423
|
scopes: string[];
|
|
424
|
-
allowedPrincipalTypes: ("
|
|
424
|
+
allowedPrincipalTypes: ("agent" | "user" | "group" | "service" | "external_viewer")[];
|
|
425
425
|
accessGate: {
|
|
426
426
|
enforce: boolean;
|
|
427
427
|
gateway: "requireScopeWriteAccess";
|
|
@@ -466,7 +466,7 @@ declare const hybridContracts: readonly [{
|
|
|
466
466
|
};
|
|
467
467
|
auth: {
|
|
468
468
|
scopes: string[];
|
|
469
|
-
allowedPrincipalTypes: ("
|
|
469
|
+
allowedPrincipalTypes: ("agent" | "user" | "group" | "service" | "external_viewer")[];
|
|
470
470
|
accessGate: {
|
|
471
471
|
enforce: boolean;
|
|
472
472
|
gateway: "requireScopeWriteAccess";
|
|
@@ -513,7 +513,7 @@ declare const policyContracts: readonly [{
|
|
|
513
513
|
};
|
|
514
514
|
auth: {
|
|
515
515
|
scopes: string[];
|
|
516
|
-
allowedPrincipalTypes: ("
|
|
516
|
+
allowedPrincipalTypes: ("agent" | "user" | "group" | "service" | "external_viewer")[];
|
|
517
517
|
accessGate: {
|
|
518
518
|
enforce: boolean;
|
|
519
519
|
gateway: "requireScopeWriteAccess";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { STATE_VECTOR_MANIFEST_PULSE_ROWS } from '../state-vector-manifest.data.contract.js';
|
|
2
|
-
import { o as UnifiedStatePrimitive, k as UnifiedStateAxis } from '../unified-state-matrix.contract-
|
|
2
|
+
import { o as UnifiedStatePrimitive, k as UnifiedStateAxis } from '../unified-state-matrix.contract-BTxqLggA.js';
|
|
3
3
|
import 'zod';
|
|
4
4
|
|
|
5
5
|
type ManifestPulseObject = (typeof STATE_VECTOR_MANIFEST_PULSE_ROWS)[number]["object"];
|