@coreason-ai/coreason-manifest 0.77.0 → 0.78.0
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/dist/ontology.d.ts +205 -146
- package/package.json +1 -1
package/dist/ontology.d.ts
CHANGED
|
@@ -5556,6 +5556,42 @@ export type IssuedBy = string;
|
|
|
5556
5556
|
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
5557
5557
|
*/
|
|
5558
5558
|
export type TenantCid280 = string;
|
|
5559
|
+
/**
|
|
5560
|
+
* The license classification governing IP ownership of assets forged by coreason-meta-engineering. 'prosperity-3.0' = forged assets are licensed to CoReason Inc. 'commercial' = the tenant retains full ownership of forged assets.
|
|
5561
|
+
*/
|
|
5562
|
+
export type LicenseTier = "prosperity-3.0" | "commercial";
|
|
5563
|
+
/**
|
|
5564
|
+
* The W3C Decentralized Identifier (DID) of the authority that cryptographically signed this receipt. Must be a did:key: multicodec identifier encoding an Ed25519 public key.
|
|
5565
|
+
*/
|
|
5566
|
+
export type SignerDid = string;
|
|
5567
|
+
/**
|
|
5568
|
+
* The unique identifier of the upstream Distr license record that was validated to produce this receipt. Establishes bidirectional traceability between the CoReason trust chain and the external license lifecycle manager.
|
|
5569
|
+
*/
|
|
5570
|
+
export type DistrLicenseCid = string;
|
|
5571
|
+
/**
|
|
5572
|
+
* The POSIX timestamp (seconds since epoch) when this receipt was cryptographically issued by the gateway.
|
|
5573
|
+
*/
|
|
5574
|
+
export type IssuedAtEpoch = number;
|
|
5575
|
+
/**
|
|
5576
|
+
* The POSIX timestamp (seconds since epoch) when this receipt mechanically terminates. After expiration, the WASM sandbox must refuse to unlock premium features until a fresh receipt is issued.
|
|
5577
|
+
*/
|
|
5578
|
+
export type ExpiresAtEpoch = number;
|
|
5579
|
+
/**
|
|
5580
|
+
* The specific feature flags and access rights granted by the commercial license. Examples: 'IP_SOVEREIGNTY_EXCEPTION', 'COMMERCIAL_USE', 'PRIVATE_NETWORK_FEDERATION', 'UNLIMITED_FORGE_OUTPUT'.
|
|
5581
|
+
*/
|
|
5582
|
+
export type Entitlements1 = string[];
|
|
5583
|
+
/**
|
|
5584
|
+
* The network topology this receipt authorizes. 'public' = CoReason-managed network. 'private' = client-operated isolated network.
|
|
5585
|
+
*/
|
|
5586
|
+
export type NetworkMode = "public" | "private";
|
|
5587
|
+
/**
|
|
5588
|
+
* When true, authorizes the bridge from the client's private network to the CoReason public network for capability sharing, URN resolution against the public ledger, and cross-network publishing.
|
|
5589
|
+
*/
|
|
5590
|
+
export type FederationEnabled = boolean;
|
|
5591
|
+
/**
|
|
5592
|
+
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
5593
|
+
*/
|
|
5594
|
+
export type TenantCid281 = string;
|
|
5559
5595
|
/**
|
|
5560
5596
|
* The identifier of the underlying model.
|
|
5561
5597
|
*/
|
|
@@ -5577,7 +5613,7 @@ export type Capabilities1 = string[];
|
|
|
5577
5613
|
/**
|
|
5578
5614
|
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
5579
5615
|
*/
|
|
5580
|
-
export type
|
|
5616
|
+
export type TenantCid282 = string;
|
|
5581
5617
|
/**
|
|
5582
5618
|
* The atomic integer cost per 1 million input tokens provided to the model.
|
|
5583
5619
|
*/
|
|
@@ -5597,7 +5633,7 @@ export type SupportedFunctionalExperts = string[];
|
|
|
5597
5633
|
/**
|
|
5598
5634
|
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
5599
5635
|
*/
|
|
5600
|
-
export type
|
|
5636
|
+
export type TenantCid283 = string;
|
|
5601
5637
|
/**
|
|
5602
5638
|
* Forces non-destructive graph mutations.
|
|
5603
5639
|
*/
|
|
@@ -5614,12 +5650,12 @@ export type CrossoverMechanismProfile = "uniform_blend" | "single_point" | "heur
|
|
|
5614
5650
|
/**
|
|
5615
5651
|
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
5616
5652
|
*/
|
|
5617
|
-
export type
|
|
5653
|
+
export type TenantCid284 = string;
|
|
5618
5654
|
export type ProvenanceTraceCid1 = string | null;
|
|
5619
5655
|
/**
|
|
5620
5656
|
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
5621
5657
|
*/
|
|
5622
|
-
export type
|
|
5658
|
+
export type TenantCid285 = string;
|
|
5623
5659
|
/**
|
|
5624
5660
|
* The minimum number of episodic logs needed to statistically prove a crystallized rule.
|
|
5625
5661
|
*/
|
|
@@ -5635,7 +5671,7 @@ export type TargetCognitiveTier = "semantic" | "working";
|
|
|
5635
5671
|
/**
|
|
5636
5672
|
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
5637
5673
|
*/
|
|
5638
|
-
export type
|
|
5674
|
+
export type TenantCid286 = string;
|
|
5639
5675
|
/**
|
|
5640
5676
|
* A Content Identifier (CID) acting as a cryptographic Lineage Watermark for this automated truth maintenance operation.
|
|
5641
5677
|
*/
|
|
@@ -5665,7 +5701,7 @@ export type TemporalBlastRadius = [unknown, unknown] | null;
|
|
|
5665
5701
|
/**
|
|
5666
5702
|
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
5667
5703
|
*/
|
|
5668
|
-
export type
|
|
5704
|
+
export type TenantCid287 = string;
|
|
5669
5705
|
/**
|
|
5670
5706
|
* A string CID for the delegated capability.
|
|
5671
5707
|
*/
|
|
@@ -5685,7 +5721,7 @@ export type CryptographicSignature = string;
|
|
|
5685
5721
|
/**
|
|
5686
5722
|
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
5687
5723
|
*/
|
|
5688
|
-
export type
|
|
5724
|
+
export type TenantCid288 = string;
|
|
5689
5725
|
export type ConstraintCid = string;
|
|
5690
5726
|
/**
|
|
5691
5727
|
* The formal SMT-LIB or Lean4 language representation of the symbolic rule.
|
|
@@ -5698,7 +5734,7 @@ export type RelaxationEpsilon = number;
|
|
|
5698
5734
|
/**
|
|
5699
5735
|
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
5700
5736
|
*/
|
|
5701
|
-
export type
|
|
5737
|
+
export type TenantCid289 = string;
|
|
5702
5738
|
/**
|
|
5703
5739
|
* The expected value (mu) of the distribution.
|
|
5704
5740
|
*/
|
|
@@ -5715,7 +5751,7 @@ export type DistributionShapeProfile = "gaussian" | "uniform" | "beta";
|
|
|
5715
5751
|
/**
|
|
5716
5752
|
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
5717
5753
|
*/
|
|
5718
|
-
export type
|
|
5754
|
+
export type TenantCid290 = string;
|
|
5719
5755
|
/**
|
|
5720
5756
|
* Directed edges defining the topological sort (chronological flow) of the document.
|
|
5721
5757
|
*/
|
|
@@ -5723,7 +5759,7 @@ export type ChronologicalFlowEdges = [unknown, unknown][];
|
|
|
5723
5759
|
/**
|
|
5724
5760
|
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
5725
5761
|
*/
|
|
5726
|
-
export type
|
|
5762
|
+
export type TenantCid291 = string;
|
|
5727
5763
|
/**
|
|
5728
5764
|
* The minimal required PRM score improvement across the lookback window to justify continued compute.
|
|
5729
5765
|
*/
|
|
@@ -5739,7 +5775,7 @@ export type MinimumReasoningSteps = number;
|
|
|
5739
5775
|
/**
|
|
5740
5776
|
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
5741
5777
|
*/
|
|
5742
|
-
export type
|
|
5778
|
+
export type TenantCid292 = string;
|
|
5743
5779
|
/**
|
|
5744
5780
|
* A Python 3.14 t-string template definition for dynamic UI grid evaluation.
|
|
5745
5781
|
*/
|
|
@@ -5751,7 +5787,7 @@ export type MaxAstNodeBudget = number;
|
|
|
5751
5787
|
/**
|
|
5752
5788
|
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
5753
5789
|
*/
|
|
5754
|
-
export type
|
|
5790
|
+
export type TenantCid293 = string;
|
|
5755
5791
|
/**
|
|
5756
5792
|
* The unique Content Identifier (CID) for this routing plan.
|
|
5757
5793
|
*/
|
|
@@ -5759,7 +5795,7 @@ export type ManifestCid3 = string;
|
|
|
5759
5795
|
/**
|
|
5760
5796
|
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
5761
5797
|
*/
|
|
5762
|
-
export type
|
|
5798
|
+
export type TenantCid294 = string;
|
|
5763
5799
|
/**
|
|
5764
5800
|
* The exact genesis globally unique decentralized identifier (DID) anchoring the MultimodalArtifactReceipt entering the routing tier.
|
|
5765
5801
|
*/
|
|
@@ -5779,7 +5815,7 @@ export type BypassedSteps = BypassReceipt[];
|
|
|
5779
5815
|
/**
|
|
5780
5816
|
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
5781
5817
|
*/
|
|
5782
|
-
export type
|
|
5818
|
+
export type TenantCid295 = string;
|
|
5783
5819
|
/**
|
|
5784
5820
|
* The strict array of strict W3C DIDs (NodeIdentifierStates) representing concurrent topology branches.
|
|
5785
5821
|
*
|
|
@@ -5793,7 +5829,7 @@ export type FusionFunction = "weighted_consensus" | "highest_confidence" | "brie
|
|
|
5793
5829
|
/**
|
|
5794
5830
|
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
5795
5831
|
*/
|
|
5796
|
-
export type
|
|
5832
|
+
export type TenantCid296 = string;
|
|
5797
5833
|
/**
|
|
5798
5834
|
* A Content Identifier (CID) acting as a cryptographic Lineage Watermark for this specific logical proposition.
|
|
5799
5835
|
*/
|
|
@@ -5809,7 +5845,7 @@ export type TextChunk2 = string;
|
|
|
5809
5845
|
/**
|
|
5810
5846
|
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
5811
5847
|
*/
|
|
5812
|
-
export type
|
|
5848
|
+
export type TenantCid297 = string;
|
|
5813
5849
|
/**
|
|
5814
5850
|
* A Content Identifier (CID) acting as a cryptographic Lineage Watermark for a specific observation in the EpistemicLedgerState.
|
|
5815
5851
|
*/
|
|
@@ -5829,11 +5865,11 @@ export type Warrants = EvidentiaryWarrantState[];
|
|
|
5829
5865
|
/**
|
|
5830
5866
|
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
5831
5867
|
*/
|
|
5832
|
-
export type
|
|
5868
|
+
export type TenantCid298 = string;
|
|
5833
5869
|
/**
|
|
5834
5870
|
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
5835
5871
|
*/
|
|
5836
|
-
export type
|
|
5872
|
+
export type TenantCid299 = string;
|
|
5837
5873
|
/**
|
|
5838
5874
|
* The globally unique decentralized identifier (DID) anchoring the origin node.
|
|
5839
5875
|
*/
|
|
@@ -5849,7 +5885,7 @@ export type TargetConceptCid = string;
|
|
|
5849
5885
|
/**
|
|
5850
5886
|
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
5851
5887
|
*/
|
|
5852
|
-
export type
|
|
5888
|
+
export type TenantCid300 = string;
|
|
5853
5889
|
export type ChainCid = string;
|
|
5854
5890
|
/**
|
|
5855
5891
|
* @minItems 1
|
|
@@ -5859,7 +5895,7 @@ export type SemanticLeaves = EpistemicAxiomState[];
|
|
|
5859
5895
|
/**
|
|
5860
5896
|
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
5861
5897
|
*/
|
|
5862
|
-
export type
|
|
5898
|
+
export type TenantCid301 = string;
|
|
5863
5899
|
/**
|
|
5864
5900
|
* Unique CID for this training epoch release.
|
|
5865
5901
|
*/
|
|
@@ -5873,7 +5909,7 @@ export type Tasks = [EpistemicGroundedTaskManifest, ...EpistemicGroundedTaskMani
|
|
|
5873
5909
|
/**
|
|
5874
5910
|
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
5875
5911
|
*/
|
|
5876
|
-
export type
|
|
5912
|
+
export type TenantCid302 = string;
|
|
5877
5913
|
/**
|
|
5878
5914
|
* The cryptographic globally unique decentralized identifier (DID) anchoring the task.
|
|
5879
5915
|
*/
|
|
@@ -5881,7 +5917,7 @@ export type TaskCid7 = string;
|
|
|
5881
5917
|
/**
|
|
5882
5918
|
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
5883
5919
|
*/
|
|
5884
|
-
export type
|
|
5920
|
+
export type TenantCid303 = string;
|
|
5885
5921
|
/**
|
|
5886
5922
|
* A Content Identifier (CID) for this specific topological proof.
|
|
5887
5923
|
*/
|
|
@@ -5899,7 +5935,7 @@ export type VignettePayload = string;
|
|
|
5899
5935
|
/**
|
|
5900
5936
|
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
5901
5937
|
*/
|
|
5902
|
-
export type
|
|
5938
|
+
export type TenantCid304 = string;
|
|
5903
5939
|
export type GraphCid1 = string;
|
|
5904
5940
|
/**
|
|
5905
5941
|
* @minItems 1
|
|
@@ -5908,7 +5944,7 @@ export type VerifiedAxioms = [EpistemicAxiomState, ...EpistemicAxiomState[]];
|
|
|
5908
5944
|
/**
|
|
5909
5945
|
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
5910
5946
|
*/
|
|
5911
|
-
export type
|
|
5947
|
+
export type TenantCid305 = string;
|
|
5912
5948
|
/**
|
|
5913
5949
|
* The mathematical measure of uncertainty (e.g., variance in generated hypotheses) required to trigger escalation.
|
|
5914
5950
|
*/
|
|
@@ -5924,7 +5960,7 @@ export type MaxEscalationTiers = number;
|
|
|
5924
5960
|
/**
|
|
5925
5961
|
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
5926
5962
|
*/
|
|
5927
|
-
export type
|
|
5963
|
+
export type TenantCid306 = string;
|
|
5928
5964
|
/**
|
|
5929
5965
|
* The Colang specification version.
|
|
5930
5966
|
*/
|
|
@@ -5940,7 +5976,7 @@ export type Severity = "low" | "medium" | "high" | "critical";
|
|
|
5940
5976
|
/**
|
|
5941
5977
|
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
5942
5978
|
*/
|
|
5943
|
-
export type
|
|
5979
|
+
export type TenantCid307 = string;
|
|
5944
5980
|
/**
|
|
5945
5981
|
* Absolute recursive depth limit for DAG deserialization.
|
|
5946
5982
|
*/
|
|
@@ -5956,7 +5992,7 @@ export type TruncationStrategy = "hash_pointer" | "nullify" | "scalar_summary";
|
|
|
5956
5992
|
/**
|
|
5957
5993
|
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
5958
5994
|
*/
|
|
5959
|
-
export type
|
|
5995
|
+
export type TenantCid308 = string;
|
|
5960
5996
|
/**
|
|
5961
5997
|
* An append-only, cryptographic ledger of state events. [SITD-Alpha: Non-Monotonic Epistemic Quarantine Isometry]
|
|
5962
5998
|
*
|
|
@@ -5970,7 +6006,7 @@ export type RetractedNodes = string[];
|
|
|
5970
6006
|
/**
|
|
5971
6007
|
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
5972
6008
|
*/
|
|
5973
|
-
export type
|
|
6009
|
+
export type TenantCid309 = string;
|
|
5974
6010
|
/**
|
|
5975
6011
|
* A Content Identifier (CID) acting as a cryptographic Lineage Watermark for the temporal anchor.
|
|
5976
6012
|
*/
|
|
@@ -5996,7 +6032,7 @@ export type ActiveRollbacks = RollbackIntent[];
|
|
|
5996
6032
|
/**
|
|
5997
6033
|
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
5998
6034
|
*/
|
|
5999
|
-
export type
|
|
6035
|
+
export type TenantCid310 = string;
|
|
6000
6036
|
/**
|
|
6001
6037
|
* The mathematical heuristic used to select which semantic memories are retracted or compressed.
|
|
6002
6038
|
*/
|
|
@@ -6016,7 +6052,7 @@ export type ActiveCascades = DefeasibleCascadeEvent[];
|
|
|
6016
6052
|
/**
|
|
6017
6053
|
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
6018
6054
|
*/
|
|
6019
|
-
export type
|
|
6055
|
+
export type TenantCid311 = string;
|
|
6020
6056
|
/**
|
|
6021
6057
|
* The deterministic UUID generated by the runtime to represent this field.
|
|
6022
6058
|
*/
|
|
@@ -6028,7 +6064,7 @@ export type StructuralType1 = string;
|
|
|
6028
6064
|
/**
|
|
6029
6065
|
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
6030
6066
|
*/
|
|
6031
|
-
export type
|
|
6067
|
+
export type TenantCid312 = string;
|
|
6032
6068
|
/**
|
|
6033
6069
|
* The basal non-monotonic instruction set currently held in Epistemic Quarantine.
|
|
6034
6070
|
*/
|
|
@@ -6036,7 +6072,7 @@ export type SystemPrompt = string;
|
|
|
6036
6072
|
/**
|
|
6037
6073
|
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
6038
6074
|
*/
|
|
6039
|
-
export type
|
|
6075
|
+
export type TenantCid313 = string;
|
|
6040
6076
|
/**
|
|
6041
6077
|
* A Content Identifier (CID) acting as a cryptographic Lineage Watermark binding this node to the agent whose mind is being modeled.
|
|
6042
6078
|
*/
|
|
@@ -6062,7 +6098,7 @@ export type TheoryOfMindMatrices = TheoryOfMindSnapshot[];
|
|
|
6062
6098
|
/**
|
|
6063
6099
|
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
6064
6100
|
*/
|
|
6065
|
-
export type
|
|
6101
|
+
export type TenantCid314 = string;
|
|
6066
6102
|
/**
|
|
6067
6103
|
* A cryptographic Lineage Watermark bounding this specific capability set.
|
|
6068
6104
|
*/
|
|
@@ -6082,7 +6118,7 @@ export type SupportedPersonas = ProfileCIDState[];
|
|
|
6082
6118
|
/**
|
|
6083
6119
|
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
6084
6120
|
*/
|
|
6085
|
-
export type
|
|
6121
|
+
export type TenantCid315 = string;
|
|
6086
6122
|
/**
|
|
6087
6123
|
* A strict cryptographic string identifier for this L1 procedural pointer.
|
|
6088
6124
|
*/
|
|
@@ -6102,7 +6138,7 @@ export type AvailableProceduralManifolds = ProceduralMetadataManifest[];
|
|
|
6102
6138
|
/**
|
|
6103
6139
|
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
6104
6140
|
*/
|
|
6105
|
-
export type
|
|
6141
|
+
export type TenantCid316 = string;
|
|
6106
6142
|
/**
|
|
6107
6143
|
* A Content Identifier (CID) for the Standard Operating Procedure.
|
|
6108
6144
|
*/
|
|
@@ -6114,7 +6150,7 @@ export type ChronologicalFlowEdges1 = [unknown, unknown][];
|
|
|
6114
6150
|
/**
|
|
6115
6151
|
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
6116
6152
|
*/
|
|
6117
|
-
export type
|
|
6153
|
+
export type TenantCid317 = string;
|
|
6118
6154
|
/**
|
|
6119
6155
|
* If a ThoughtBranchState's prm_score falls below this threshold, the orchestrator MUST halt its generation.
|
|
6120
6156
|
*/
|
|
@@ -6144,17 +6180,17 @@ export type EpistemicSecurityPolicy2 = "PUBLIC" | "STANDARD" | "CONFIDENTIAL" |
|
|
|
6144
6180
|
/**
|
|
6145
6181
|
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
6146
6182
|
*/
|
|
6147
|
-
export type
|
|
6183
|
+
export type TenantCid318 = string;
|
|
6148
6184
|
export type SimilarityThresholdAlpha = number;
|
|
6149
6185
|
export type RelationDiversityBucketSize = number;
|
|
6150
6186
|
/**
|
|
6151
6187
|
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
6152
6188
|
*/
|
|
6153
|
-
export type
|
|
6189
|
+
export type TenantCid319 = string;
|
|
6154
6190
|
/**
|
|
6155
6191
|
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
6156
6192
|
*/
|
|
6157
|
-
export type
|
|
6193
|
+
export type TenantCid320 = string;
|
|
6158
6194
|
/**
|
|
6159
6195
|
* Globally unique ID generated once at the root user prompt. Must be a ULID or UUIDv7.
|
|
6160
6196
|
*/
|
|
@@ -6174,7 +6210,7 @@ export type CausalClock = number;
|
|
|
6174
6210
|
/**
|
|
6175
6211
|
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
6176
6212
|
*/
|
|
6177
|
-
export type
|
|
6213
|
+
export type TenantCid321 = string;
|
|
6178
6214
|
/**
|
|
6179
6215
|
* The agent's scratchpad, chat history, and any writable states.
|
|
6180
6216
|
*/
|
|
@@ -6188,7 +6224,7 @@ export type IsDelta = boolean;
|
|
|
6188
6224
|
/**
|
|
6189
6225
|
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
6190
6226
|
*/
|
|
6191
|
-
export type
|
|
6227
|
+
export type TenantCid322 = string;
|
|
6192
6228
|
/**
|
|
6193
6229
|
* The mathematical dialect and theorem prover used to compile the proof.
|
|
6194
6230
|
*/
|
|
@@ -6204,7 +6240,7 @@ export type CompiledProofHash = string;
|
|
|
6204
6240
|
/**
|
|
6205
6241
|
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
6206
6242
|
*/
|
|
6207
|
-
export type
|
|
6243
|
+
export type TenantCid323 = string;
|
|
6208
6244
|
/**
|
|
6209
6245
|
* The absolute physical depth limit for recursive encapsulation.
|
|
6210
6246
|
*/
|
|
@@ -6220,7 +6256,7 @@ export type MaxSyntheticTokens = number;
|
|
|
6220
6256
|
/**
|
|
6221
6257
|
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
6222
6258
|
*/
|
|
6223
|
-
export type
|
|
6259
|
+
export type TenantCid324 = string;
|
|
6224
6260
|
/**
|
|
6225
6261
|
* The absolute maximum economic cost allowed for the entire swarm lifecycle.
|
|
6226
6262
|
*/
|
|
@@ -6228,7 +6264,7 @@ export type MaxBudgetMagnitude1 = number;
|
|
|
6228
6264
|
/**
|
|
6229
6265
|
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
6230
6266
|
*/
|
|
6231
|
-
export type
|
|
6267
|
+
export type TenantCid325 = string;
|
|
6232
6268
|
/**
|
|
6233
6269
|
* The formal mathematical operation used to resolve topological forks.
|
|
6234
6270
|
*/
|
|
@@ -6252,7 +6288,7 @@ export type GlobalTimeoutSeconds = number;
|
|
|
6252
6288
|
/**
|
|
6253
6289
|
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
6254
6290
|
*/
|
|
6255
|
-
export type
|
|
6291
|
+
export type TenantCid326 = string;
|
|
6256
6292
|
/**
|
|
6257
6293
|
* The cryptographic Merkle-DAG anchor for the invariant block.
|
|
6258
6294
|
*/
|
|
@@ -6268,7 +6304,7 @@ export type TemporalObservationHorizons = TemporalBoundsProfile2[];
|
|
|
6268
6304
|
/**
|
|
6269
6305
|
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
6270
6306
|
*/
|
|
6271
|
-
export type
|
|
6307
|
+
export type TenantCid327 = string;
|
|
6272
6308
|
/**
|
|
6273
6309
|
* How to flatten SemanticNodeState.
|
|
6274
6310
|
*/
|
|
@@ -6284,7 +6320,7 @@ export type PreserveCryptographicLineage = boolean;
|
|
|
6284
6320
|
/**
|
|
6285
6321
|
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
6286
6322
|
*/
|
|
6287
|
-
export type
|
|
6323
|
+
export type TenantCid328 = string;
|
|
6288
6324
|
/**
|
|
6289
6325
|
* The SPIFFE/SPIRE Identity Protocol execution taint dictating the thread's clearance level within the WASM enclave.
|
|
6290
6326
|
*/
|
|
@@ -6296,7 +6332,7 @@ export type IllocutionaryForceProfile1 = "assertive" | "directive_normative" | "
|
|
|
6296
6332
|
/**
|
|
6297
6333
|
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
6298
6334
|
*/
|
|
6299
|
-
export type
|
|
6335
|
+
export type TenantCid329 = string;
|
|
6300
6336
|
/**
|
|
6301
6337
|
* JSON-RPC version.
|
|
6302
6338
|
*/
|
|
@@ -6304,7 +6340,7 @@ export type Jsonrpc3 = "2.0";
|
|
|
6304
6340
|
/**
|
|
6305
6341
|
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
6306
6342
|
*/
|
|
6307
|
-
export type
|
|
6343
|
+
export type TenantCid330 = string;
|
|
6308
6344
|
/**
|
|
6309
6345
|
* The strict integer identifier classifying the specific topological or execution collapse.
|
|
6310
6346
|
*/
|
|
@@ -6320,7 +6356,7 @@ export type Id3 = (string | number) | null;
|
|
|
6320
6356
|
/**
|
|
6321
6357
|
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
6322
6358
|
*/
|
|
6323
|
-
export type
|
|
6359
|
+
export type TenantCid331 = string;
|
|
6324
6360
|
/**
|
|
6325
6361
|
* A Content Identifier (CID) anchoring the continuous telemetry stream.
|
|
6326
6362
|
*/
|
|
@@ -6349,7 +6385,7 @@ export type Deltas = [
|
|
|
6349
6385
|
/**
|
|
6350
6386
|
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
6351
6387
|
*/
|
|
6352
|
-
export type
|
|
6388
|
+
export type TenantCid332 = string;
|
|
6353
6389
|
/**
|
|
6354
6390
|
* The mathematical function dictating how rapidly lateral ThoughtBranches are restricted over time.
|
|
6355
6391
|
*/
|
|
@@ -6366,7 +6402,7 @@ export type LifecycleTriggerEvent = "on_start" | "on_node_transition" | "before_
|
|
|
6366
6402
|
/**
|
|
6367
6403
|
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
6368
6404
|
*/
|
|
6369
|
-
export type
|
|
6405
|
+
export type TenantCid333 = string;
|
|
6370
6406
|
/**
|
|
6371
6407
|
* The deterministic capability pointer representing the MCP server providing this prompt.
|
|
6372
6408
|
*/
|
|
@@ -6386,7 +6422,7 @@ export type PromptHash = string | null;
|
|
|
6386
6422
|
/**
|
|
6387
6423
|
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
6388
6424
|
*/
|
|
6389
|
-
export type
|
|
6425
|
+
export type TenantCid334 = string;
|
|
6390
6426
|
/**
|
|
6391
6427
|
* The deterministic capability pointer representing the MCP server providing these resources.
|
|
6392
6428
|
*/
|
|
@@ -6398,7 +6434,7 @@ export type Uris = string[];
|
|
|
6398
6434
|
/**
|
|
6399
6435
|
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
6400
6436
|
*/
|
|
6401
|
-
export type
|
|
6437
|
+
export type TenantCid335 = string;
|
|
6402
6438
|
/**
|
|
6403
6439
|
* A matrix defining the layout structure, using panel IDs.
|
|
6404
6440
|
*
|
|
@@ -6424,7 +6460,7 @@ export type ManifoldAlignmentMetricProfile2 = "gromov_wasserstein" | "earth_move
|
|
|
6424
6460
|
/**
|
|
6425
6461
|
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
6426
6462
|
*/
|
|
6427
|
-
export type
|
|
6463
|
+
export type TenantCid336 = string;
|
|
6428
6464
|
/**
|
|
6429
6465
|
* The minimum atomic token collateral held in escrow.
|
|
6430
6466
|
*/
|
|
@@ -6436,7 +6472,7 @@ export type SlashingPenalty = number;
|
|
|
6436
6472
|
/**
|
|
6437
6473
|
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
6438
6474
|
*/
|
|
6439
|
-
export type
|
|
6475
|
+
export type TenantCid337 = string;
|
|
6440
6476
|
/**
|
|
6441
6477
|
* The definitive Content Identifier (CID) bounding the raw file.
|
|
6442
6478
|
*/
|
|
@@ -6456,7 +6492,7 @@ export type TemporalIngestTimestamp = number;
|
|
|
6456
6492
|
/**
|
|
6457
6493
|
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
6458
6494
|
*/
|
|
6459
|
-
export type
|
|
6495
|
+
export type TenantCid338 = string;
|
|
6460
6496
|
/**
|
|
6461
6497
|
* Structural type of the tensor elements.
|
|
6462
6498
|
*/
|
|
@@ -6484,7 +6520,7 @@ export type PatchOperationProfile = "add" | "remove" | "replace" | "copy" | "mov
|
|
|
6484
6520
|
/**
|
|
6485
6521
|
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
6486
6522
|
*/
|
|
6487
|
-
export type
|
|
6523
|
+
export type TenantCid339 = string;
|
|
6488
6524
|
/**
|
|
6489
6525
|
* The NIST FIPS post-quantum cryptographic algorithm used.
|
|
6490
6526
|
*/
|
|
@@ -6500,7 +6536,7 @@ export type PqSignatureBlob = string;
|
|
|
6500
6536
|
/**
|
|
6501
6537
|
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
6502
6538
|
*/
|
|
6503
|
-
export type
|
|
6539
|
+
export type TenantCid340 = string;
|
|
6504
6540
|
/**
|
|
6505
6541
|
* The absolute Z-axis physical distance to lock the Presentation UI relative to the observer's optical center, resolving vergence-accommodation conflicts.
|
|
6506
6542
|
*/
|
|
@@ -6509,7 +6545,7 @@ export type QoSClassificationProfile = "critical" | "high" | "interactive" | "ba
|
|
|
6509
6545
|
/**
|
|
6510
6546
|
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
6511
6547
|
*/
|
|
6512
|
-
export type
|
|
6548
|
+
export type TenantCid341 = string;
|
|
6513
6549
|
/**
|
|
6514
6550
|
* The continuous stream rate of the thought branch expansion.
|
|
6515
6551
|
*/
|
|
@@ -6535,7 +6571,7 @@ export type RiskLevelPolicy = "safe" | "standard" | "critical";
|
|
|
6535
6571
|
/**
|
|
6536
6572
|
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
6537
6573
|
*/
|
|
6538
|
-
export type
|
|
6574
|
+
export type TenantCid342 = string;
|
|
6539
6575
|
/**
|
|
6540
6576
|
* A Content Identifier (CID) acting as a cryptographic Lineage Watermark binding this semantic edge to the Merkle-DAG.
|
|
6541
6577
|
*/
|
|
@@ -6560,7 +6596,7 @@ export type SemanticVersionState = string;
|
|
|
6560
6596
|
/**
|
|
6561
6597
|
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
6562
6598
|
*/
|
|
6563
|
-
export type
|
|
6599
|
+
export type TenantCid343 = string;
|
|
6564
6600
|
/**
|
|
6565
6601
|
* The unique cryptographic identifier for this local spatial volume.
|
|
6566
6602
|
*/
|
|
@@ -6576,7 +6612,7 @@ export type PhysicalRoomHash = string | null;
|
|
|
6576
6612
|
/**
|
|
6577
6613
|
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
6578
6614
|
*/
|
|
6579
|
-
export type
|
|
6615
|
+
export type TenantCid344 = string;
|
|
6580
6616
|
/**
|
|
6581
6617
|
* A Content Identifier (CID) acting as a cryptographic Lineage Watermark for this state differential.
|
|
6582
6618
|
*/
|
|
@@ -6596,7 +6632,7 @@ export type Patches = StateMutationIntent[];
|
|
|
6596
6632
|
/**
|
|
6597
6633
|
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
6598
6634
|
*/
|
|
6599
|
-
export type
|
|
6635
|
+
export type TenantCid345 = string;
|
|
6600
6636
|
/**
|
|
6601
6637
|
* A string ID representing the session or specific spatial trace binding.
|
|
6602
6638
|
*/
|
|
@@ -6612,7 +6648,7 @@ export type MaxRetainedTokens1 = number;
|
|
|
6612
6648
|
/**
|
|
6613
6649
|
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
6614
6650
|
*/
|
|
6615
|
-
export type
|
|
6651
|
+
export type TenantCid346 = string;
|
|
6616
6652
|
/**
|
|
6617
6653
|
* Unique identifier for this simulation profile.
|
|
6618
6654
|
*/
|
|
@@ -6651,7 +6687,7 @@ export type UpperOntologyClassProfile1 = "continuant" | "occurrent";
|
|
|
6651
6687
|
/**
|
|
6652
6688
|
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
6653
6689
|
*/
|
|
6654
|
-
export type
|
|
6690
|
+
export type TenantCid347 = string;
|
|
6655
6691
|
/**
|
|
6656
6692
|
* The statistical variance threshold below which deterministic fallback is enforced.
|
|
6657
6693
|
*/
|
|
@@ -6659,7 +6695,7 @@ export type SuperpositionVarianceThreshold = number;
|
|
|
6659
6695
|
/**
|
|
6660
6696
|
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
6661
6697
|
*/
|
|
6662
|
-
export type
|
|
6698
|
+
export type TenantCid348 = string;
|
|
6663
6699
|
/**
|
|
6664
6700
|
* The linear algebraic projection operator applied to collapse the topology.
|
|
6665
6701
|
*/
|
|
@@ -6679,7 +6715,7 @@ export type ClippingPlaneFar = number;
|
|
|
6679
6715
|
/**
|
|
6680
6716
|
* The Hard Multi-Tenancy segregation identifier. Enforces mathematical quarantine by binding the state physically to a specific sovereign client environment. Defaults to the RFC 8785 (JCS) SHA-256 hash of the CoReason, Inc. incorporation JSON: {"date_of_incorporation":"2025-10-16","file_number":"10369312","jurisdiction":"US-DE","legal_name":"CoReason, Inc."}
|
|
6681
6717
|
*/
|
|
6682
|
-
export type
|
|
6718
|
+
export type TenantCid349 = string;
|
|
6683
6719
|
/**
|
|
6684
6720
|
* The ephemeral session boundary for this execution.
|
|
6685
6721
|
*/
|
|
@@ -6761,6 +6797,7 @@ export interface CoReasonSharedKernelOntology {
|
|
|
6761
6797
|
CollectiveIntelligenceProfile?: CollectiveIntelligenceProfile1;
|
|
6762
6798
|
CommercialLicenseIntent?: CommercialLicenseIntent;
|
|
6763
6799
|
CommercialLicenseState?: CommercialLicenseState;
|
|
6800
|
+
CommercialOverrideReceipt?: CommercialOverrideReceipt;
|
|
6764
6801
|
CompositeNodeProfile?: CompositeNodeProfile;
|
|
6765
6802
|
ComputeEngineProfile?: ComputeEngineProfile;
|
|
6766
6803
|
ComputeProvisioningIntent?: ComputeProvisioningIntent;
|
|
@@ -14292,6 +14329,28 @@ export interface CommercialLicenseState {
|
|
|
14292
14329
|
entitlements?: Entitlements;
|
|
14293
14330
|
issued_by: IssuedBy;
|
|
14294
14331
|
}
|
|
14332
|
+
/**
|
|
14333
|
+
* CoReason Shared Kernel Ontology
|
|
14334
|
+
*
|
|
14335
|
+
* AGENT INSTRUCTION: A cryptographically frozen receipt bridging external license lifecycle management (Distr) into the CoReason URN Authority zero-trust verification chain. As an append-only coordinate on the Merkle-DAG, the LLM must never hallucinate a mutation to this receipt. The receipt is issued by the coreason-ecosystem gateway upon successful Distr license validation and is consumed by downstream WASM sandboxes and tensor routers to gate premium feature access.
|
|
14336
|
+
*
|
|
14337
|
+
* CAUSAL AFFORDANCE: Unlocks IP sovereignty for tenants operating under commercial license agreements by providing a cryptographically verifiable, self-contained proof of entitlement. The receipt severs the runtime dependency on the external Distr API — once issued, the receipt is locally verifiable via DID-based signature validation without network callbacks. Enables the coreason-runtime to branch execution based on `license_tier` (Prosperity vs. Commercial) and gate Forge output headers accordingly.
|
|
14338
|
+
*
|
|
14339
|
+
* EPISTEMIC BOUNDS: The `license_tier` is strictly bounded to the Literal set `["prosperity-3.0", "commercial"]`. The `signer_did` must conform to the W3C DID `did:key:z` multicodec pattern (Ed25519). The `issued_at_epoch` and `expires_at_epoch` are strict POSIX integer timestamps with `issued_at < expires_at` enforced by model validator. The `entitlements` list is canonically sorted for RFC 8785 determinism. The `distr_license_cid` is bounded to 256 chars and references the external Distr license record.
|
|
14340
|
+
*
|
|
14341
|
+
* MCP ROUTING TRIGGERS: Commercial License Override, Distr Integration, IP Sovereignty Receipt, Zero-Trust License Verification, WASM Feature Gating, Prosperity Public License, DID-based Signing
|
|
14342
|
+
*/
|
|
14343
|
+
export interface CommercialOverrideReceipt {
|
|
14344
|
+
tenant_cid?: TenantCid280;
|
|
14345
|
+
license_tier: LicenseTier;
|
|
14346
|
+
signer_did: SignerDid;
|
|
14347
|
+
distr_license_cid: DistrLicenseCid;
|
|
14348
|
+
issued_at_epoch: IssuedAtEpoch;
|
|
14349
|
+
expires_at_epoch: ExpiresAtEpoch;
|
|
14350
|
+
entitlements?: Entitlements1;
|
|
14351
|
+
network_mode: NetworkMode;
|
|
14352
|
+
federation_enabled?: FederationEnabled;
|
|
14353
|
+
}
|
|
14295
14354
|
/**
|
|
14296
14355
|
* CoReason Shared Kernel Ontology
|
|
14297
14356
|
*
|
|
@@ -14312,7 +14371,7 @@ export interface CommercialLicenseState {
|
|
|
14312
14371
|
* Thermodynamic Rate Card, Substrate Abstraction
|
|
14313
14372
|
*/
|
|
14314
14373
|
export interface ComputeEngineProfile {
|
|
14315
|
-
tenant_cid?:
|
|
14374
|
+
tenant_cid?: TenantCid281;
|
|
14316
14375
|
foundation_matrix_name: FoundationMatrixName1;
|
|
14317
14376
|
provider: Provider;
|
|
14318
14377
|
context_window_size: ContextWindowSize;
|
|
@@ -14324,7 +14383,7 @@ export interface ComputeEngineProfile {
|
|
|
14324
14383
|
* The economic cost definition associated with the model.
|
|
14325
14384
|
*/
|
|
14326
14385
|
export interface ComputeRateContract {
|
|
14327
|
-
tenant_cid?:
|
|
14386
|
+
tenant_cid?: TenantCid282;
|
|
14328
14387
|
cost_per_million_input_tokens: CostPerMillionInputTokens;
|
|
14329
14388
|
cost_per_million_output_tokens: CostPerMillionOutputTokens;
|
|
14330
14389
|
magnitude_unit: MagnitudeUnit;
|
|
@@ -14341,7 +14400,7 @@ export interface ComputeRateContract {
|
|
|
14341
14400
|
* MCP ROUTING TRIGGERS: Thermodynamic Cost, Monte Carlo Tree Search, Economic Escrow, Token Burn, Budget Calculation
|
|
14342
14401
|
*/
|
|
14343
14402
|
export interface ComputeRateContract1 {
|
|
14344
|
-
tenant_cid?:
|
|
14403
|
+
tenant_cid?: TenantCid282;
|
|
14345
14404
|
cost_per_million_input_tokens: CostPerMillionInputTokens;
|
|
14346
14405
|
cost_per_million_output_tokens: CostPerMillionOutputTokens;
|
|
14347
14406
|
magnitude_unit: MagnitudeUnit;
|
|
@@ -14385,7 +14444,7 @@ export interface ContextualizedSourceState3 {
|
|
|
14385
14444
|
* Backpressure, Buffer Memory Bounding
|
|
14386
14445
|
*/
|
|
14387
14446
|
export interface ContinuousMutationPolicy {
|
|
14388
|
-
tenant_cid?:
|
|
14447
|
+
tenant_cid?: TenantCid283;
|
|
14389
14448
|
mutation_paradigm: MutationParadigm;
|
|
14390
14449
|
max_uncommitted_edges: MaxUncommittedEdges;
|
|
14391
14450
|
micro_batch_interval_ms: MicroBatchIntervalMs;
|
|
@@ -14434,7 +14493,7 @@ export interface CrossoverPolicy1 {
|
|
|
14434
14493
|
* MCP ROUTING TRIGGERS: Homotopy Type Theory, Cryptographic Provenance, Execution Causal Chain, Merkle-DAG Identity, Path Equivalence
|
|
14435
14494
|
*/
|
|
14436
14495
|
export interface CryptographicProvenancePolicy {
|
|
14437
|
-
tenant_cid?:
|
|
14496
|
+
tenant_cid?: TenantCid284;
|
|
14438
14497
|
provenance_trace_cid?: ProvenanceTraceCid1;
|
|
14439
14498
|
}
|
|
14440
14499
|
/**
|
|
@@ -14455,7 +14514,7 @@ export interface CryptographicProvenancePolicy {
|
|
|
14455
14514
|
* MCP ROUTING TRIGGERS: Hebbian Learning, Memory Consolidation, Inductive Logic Programming, Aleatoric Entropy, Knowledge Distillation
|
|
14456
14515
|
*/
|
|
14457
14516
|
export interface CrystallizationPolicy {
|
|
14458
|
-
tenant_cid?:
|
|
14517
|
+
tenant_cid?: TenantCid285;
|
|
14459
14518
|
min_observations_required: MinObservationsRequired;
|
|
14460
14519
|
aleatoric_entropy_threshold: AleatoricEntropyThreshold;
|
|
14461
14520
|
target_cognitive_tier: TargetCognitiveTier;
|
|
@@ -14472,7 +14531,7 @@ export interface CrystallizationPolicy {
|
|
|
14472
14531
|
* MCP ROUTING TRIGGERS: Jon Doyle TMS, Epistemic Contagion, Belief Retraction, Shannon Entropy Penalty, Graph Quarantine
|
|
14473
14532
|
*/
|
|
14474
14533
|
export interface DefeasibleCascadeEvent {
|
|
14475
|
-
tenant_cid?:
|
|
14534
|
+
tenant_cid?: TenantCid286;
|
|
14476
14535
|
cascade_cid: CascadeCid;
|
|
14477
14536
|
root_falsified_event_cid: RootFalsifiedEventCid;
|
|
14478
14537
|
propagated_decay_factor: PropagatedDecayFactor;
|
|
@@ -14492,7 +14551,7 @@ export interface DefeasibleCascadeEvent {
|
|
|
14492
14551
|
* MCP ROUTING TRIGGERS: Macaroons, Delegation Chain, Public Key Infrastructure, Object Capability Model, Decentralized Identifiers
|
|
14493
14552
|
*/
|
|
14494
14553
|
export interface DelegatedCapabilityManifest {
|
|
14495
|
-
tenant_cid?:
|
|
14554
|
+
tenant_cid?: TenantCid287;
|
|
14496
14555
|
capability_cid: CapabilityCid2;
|
|
14497
14556
|
/**
|
|
14498
14557
|
* A Decentralized Identifier (DID) representing a cryptographically accountable principal within the swarm.
|
|
@@ -14518,7 +14577,7 @@ export interface DelegatedCapabilityManifest {
|
|
|
14518
14577
|
* MCP ROUTING TRIGGERS: Satisfiability Modulo Theories, Neurosymbolic Relaxation, Differentiable Theorem Proving, Probabilistic Logic Networks, Continuous Penalty
|
|
14519
14578
|
*/
|
|
14520
14579
|
export interface DifferentiableLogicPolicy {
|
|
14521
|
-
tenant_cid?:
|
|
14580
|
+
tenant_cid?: TenantCid288;
|
|
14522
14581
|
constraint_cid: ConstraintCid;
|
|
14523
14582
|
formal_syntax_smt: FormalSyntaxSmt;
|
|
14524
14583
|
relaxation_epsilon: RelaxationEpsilon;
|
|
@@ -14542,7 +14601,7 @@ export interface DifferentiableLogicPolicy {
|
|
|
14542
14601
|
* MCP ROUTING TRIGGERS: Probability Density Function, Bayesian Inference, Stochastic Geometry, Parametric Distribution, Variance Bounding
|
|
14543
14602
|
*/
|
|
14544
14603
|
export interface DistributionProfile {
|
|
14545
|
-
tenant_cid?:
|
|
14604
|
+
tenant_cid?: TenantCid289;
|
|
14546
14605
|
/**
|
|
14547
14606
|
* The mathematical shape of the probability density function.
|
|
14548
14607
|
*/
|
|
@@ -14571,7 +14630,7 @@ export interface DistributionProfile {
|
|
|
14571
14630
|
* Sort, Referential Integrity, Spatial Reading Order
|
|
14572
14631
|
*/
|
|
14573
14632
|
export interface DocumentLayoutManifest {
|
|
14574
|
-
tenant_cid?:
|
|
14633
|
+
tenant_cid?: TenantCid290;
|
|
14575
14634
|
blocks: Blocks1;
|
|
14576
14635
|
chronological_flow_edges?: ChronologicalFlowEdges;
|
|
14577
14636
|
}
|
|
@@ -14601,7 +14660,7 @@ export interface Blocks1 {
|
|
|
14601
14660
|
* Bellman Equation
|
|
14602
14661
|
*/
|
|
14603
14662
|
export interface DynamicConvergenceSLA {
|
|
14604
|
-
tenant_cid?:
|
|
14663
|
+
tenant_cid?: TenantCid291;
|
|
14605
14664
|
convergence_delta_epsilon: ConvergenceDeltaEpsilon;
|
|
14606
14665
|
lookback_window_steps: LookbackWindowSteps;
|
|
14607
14666
|
minimum_reasoning_steps: MinimumReasoningSteps;
|
|
@@ -14618,7 +14677,7 @@ export interface DynamicConvergenceSLA {
|
|
|
14618
14677
|
* MCP ROUTING TRIGGERS: Abstract Syntax Tree Validation, Zero-Trust UI Projection, Arbitrary Code Execution Prevention, Declarative Templating
|
|
14619
14678
|
*/
|
|
14620
14679
|
export interface DynamicLayoutManifest {
|
|
14621
|
-
tenant_cid?:
|
|
14680
|
+
tenant_cid?: TenantCid292;
|
|
14622
14681
|
layout_tstring: LayoutTstring;
|
|
14623
14682
|
max_ast_node_budget?: MaxAstNodeBudget;
|
|
14624
14683
|
}
|
|
@@ -14657,7 +14716,7 @@ export interface DynamicManifoldProjectionManifest1 {
|
|
|
14657
14716
|
* MCP ROUTING TRIGGERS: Softmax Router Gate, Sparse Mixture of Experts, Conservation of Custody, Topos Theory, Spot Compute Allocation
|
|
14658
14717
|
*/
|
|
14659
14718
|
export interface DynamicRoutingManifest {
|
|
14660
|
-
tenant_cid?:
|
|
14719
|
+
tenant_cid?: TenantCid293;
|
|
14661
14720
|
manifest_cid: ManifestCid3;
|
|
14662
14721
|
artifact_profile: GlobalSemanticProfile;
|
|
14663
14722
|
active_subgraphs: ActiveSubgraphs;
|
|
@@ -14668,7 +14727,7 @@ export interface DynamicRoutingManifest {
|
|
|
14668
14727
|
* The semantic profile governing this route.
|
|
14669
14728
|
*/
|
|
14670
14729
|
export interface GlobalSemanticProfile {
|
|
14671
|
-
tenant_cid?:
|
|
14730
|
+
tenant_cid?: TenantCid294;
|
|
14672
14731
|
artifact_event_cid: ArtifactEventCid2;
|
|
14673
14732
|
detected_modalities: DetectedModalities;
|
|
14674
14733
|
token_density: TokenDensity;
|
|
@@ -14697,7 +14756,7 @@ export interface BranchBudgetsMagnitude {
|
|
|
14697
14756
|
* MCP ROUTING TRIGGERS: Ensemble Learning, Superposition Wave Collapse, Brier Score, Parallel Execution, Condorcet's Jury Theorem
|
|
14698
14757
|
*/
|
|
14699
14758
|
export interface EnsembleTopologyProfile {
|
|
14700
|
-
tenant_cid?:
|
|
14759
|
+
tenant_cid?: TenantCid295;
|
|
14701
14760
|
concurrent_branch_cids: ConcurrentBranchCids;
|
|
14702
14761
|
fusion_function: FusionFunction;
|
|
14703
14762
|
}
|
|
@@ -14713,7 +14772,7 @@ export interface EnsembleTopologyProfile {
|
|
|
14713
14772
|
* MCP ROUTING TRIGGERS: Dung's AAF, Defeasible Logic, Abstract Argumentation, Non-Monotonic Node, Grounded Extension Premise
|
|
14714
14773
|
*/
|
|
14715
14774
|
export interface EpistemicArgumentClaimState {
|
|
14716
|
-
tenant_cid?:
|
|
14775
|
+
tenant_cid?: TenantCid296;
|
|
14717
14776
|
claim_cid: ClaimCid;
|
|
14718
14777
|
proponent_cid: ProponentCid;
|
|
14719
14778
|
text_chunk: TextChunk2;
|
|
@@ -14731,7 +14790,7 @@ export interface EpistemicArgumentClaimState {
|
|
|
14731
14790
|
* MCP ROUTING TRIGGERS: Toulmin Model, Evidentiary Warrant, Inferential Bridge, Grounding Coordinate, Argumentation Theory
|
|
14732
14791
|
*/
|
|
14733
14792
|
export interface EvidentiaryWarrantState {
|
|
14734
|
-
tenant_cid?:
|
|
14793
|
+
tenant_cid?: TenantCid297;
|
|
14735
14794
|
source_event_cid?: SourceEventCid2;
|
|
14736
14795
|
source_semantic_node_cid?: SourceSemanticNodeCid;
|
|
14737
14796
|
justification: Justification19;
|
|
@@ -14748,7 +14807,7 @@ export interface EvidentiaryWarrantState {
|
|
|
14748
14807
|
* MCP ROUTING TRIGGERS: Dung's AAF, Adjacency Matrix, Grounded Extension, State-Space Bounding, Dialectical Justification
|
|
14749
14808
|
*/
|
|
14750
14809
|
export interface EpistemicArgumentGraphState {
|
|
14751
|
-
tenant_cid?:
|
|
14810
|
+
tenant_cid?: TenantCid298;
|
|
14752
14811
|
claims: Claims;
|
|
14753
14812
|
attacks?: Attacks;
|
|
14754
14813
|
}
|
|
@@ -14776,7 +14835,7 @@ export interface Attacks {
|
|
|
14776
14835
|
* MCP ROUTING TRIGGERS: First-Order Logic, RDF Triple, Semantic Distillation, Causal Edge, Directed Graph
|
|
14777
14836
|
*/
|
|
14778
14837
|
export interface EpistemicAxiomState {
|
|
14779
|
-
tenant_cid?:
|
|
14838
|
+
tenant_cid?: TenantCid299;
|
|
14780
14839
|
source_concept_cid: SourceConceptCid;
|
|
14781
14840
|
directed_edge_class: DirectedEdgeClass;
|
|
14782
14841
|
target_concept_cid: TargetConceptCid;
|
|
@@ -14793,7 +14852,7 @@ export interface EpistemicAxiomState {
|
|
|
14793
14852
|
* MCP ROUTING TRIGGERS: Markov Blanket, Reachability Matrix, Abstract Argumentation, RFC 8785 Canonicalization, Graph Traversal
|
|
14794
14853
|
*/
|
|
14795
14854
|
export interface EpistemicChainGraphState {
|
|
14796
|
-
tenant_cid?:
|
|
14855
|
+
tenant_cid?: TenantCid300;
|
|
14797
14856
|
chain_cid: ChainCid;
|
|
14798
14857
|
syntactic_roots: SyntacticRoots;
|
|
14799
14858
|
semantic_leaves: SemanticLeaves;
|
|
@@ -14845,7 +14904,7 @@ export interface EpistemicCompressionSLA1 {
|
|
|
14845
14904
|
* Canonical Hashing, Knowledge Distillation
|
|
14846
14905
|
*/
|
|
14847
14906
|
export interface EpistemicCurriculumManifest {
|
|
14848
|
-
tenant_cid?:
|
|
14907
|
+
tenant_cid?: TenantCid301;
|
|
14849
14908
|
curriculum_cid: CurriculumCid;
|
|
14850
14909
|
tasks: Tasks;
|
|
14851
14910
|
}
|
|
@@ -14870,7 +14929,7 @@ export interface EpistemicCurriculumManifest {
|
|
|
14870
14929
|
* Reinforcement Learning, Dual Verification, Curry-Howard Correspondence
|
|
14871
14930
|
*/
|
|
14872
14931
|
export interface EpistemicGroundedTaskManifest {
|
|
14873
|
-
tenant_cid?:
|
|
14932
|
+
tenant_cid?: TenantCid302;
|
|
14874
14933
|
task_cid: TaskCid7;
|
|
14875
14934
|
topological_proof: EpistemicTopologicalProofManifest;
|
|
14876
14935
|
vignette_payload: VignettePayload;
|
|
@@ -14881,7 +14940,7 @@ export interface EpistemicGroundedTaskManifest {
|
|
|
14881
14940
|
* The underlying latent path.
|
|
14882
14941
|
*/
|
|
14883
14942
|
export interface EpistemicTopologicalProofManifest {
|
|
14884
|
-
tenant_cid?:
|
|
14943
|
+
tenant_cid?: TenantCid303;
|
|
14885
14944
|
proof_cid: ProofCid;
|
|
14886
14945
|
axiomatic_chain: AxiomaticChain;
|
|
14887
14946
|
}
|
|
@@ -14954,7 +15013,7 @@ export interface CognitiveDualVerificationReceipt1 {
|
|
|
14954
15013
|
* MCP ROUTING TRIGGERS: Formal Epistemology, Bounded Semilattice, Knowledge Graph Partition, Deterministic Alignment, Subdomain Projection
|
|
14955
15014
|
*/
|
|
14956
15015
|
export interface EpistemicDomainGraphManifest {
|
|
14957
|
-
tenant_cid?:
|
|
15016
|
+
tenant_cid?: TenantCid304;
|
|
14958
15017
|
graph_cid: GraphCid1;
|
|
14959
15018
|
verified_axioms: VerifiedAxioms;
|
|
14960
15019
|
}
|
|
@@ -14970,7 +15029,7 @@ export interface EpistemicDomainGraphManifest {
|
|
|
14970
15029
|
* MCP ROUTING TRIGGERS: System 2 Processing, Test-Time Compute, Shannon Entropy, Epistemic Escalation, Non-Monotonic Scaling
|
|
14971
15030
|
*/
|
|
14972
15031
|
export interface EpistemicEscalationContract {
|
|
14973
|
-
tenant_cid?:
|
|
15032
|
+
tenant_cid?: TenantCid305;
|
|
14974
15033
|
baseline_entropy_threshold: BaselineEntropyThreshold;
|
|
14975
15034
|
test_time_multiplier: TestTimeMultiplier;
|
|
14976
15035
|
max_escalation_tiers: MaxEscalationTiers;
|
|
@@ -14991,7 +15050,7 @@ export interface EpistemicEscalationContract {
|
|
|
14991
15050
|
* MCP ROUTING TRIGGERS: NeMo Guardrails, Colang, Reverse Proxy, Constitutional Alignment, Envoy Mesh
|
|
14992
15051
|
*/
|
|
14993
15052
|
export interface EpistemicGuardrailsManifest {
|
|
14994
|
-
tenant_cid?:
|
|
15053
|
+
tenant_cid?: TenantCid306;
|
|
14995
15054
|
colang_version?: ColangVersion;
|
|
14996
15055
|
colang_payload: ColangPayload;
|
|
14997
15056
|
severity?: Severity;
|
|
@@ -15005,7 +15064,7 @@ export interface EpistemicGuardrailsManifest {
|
|
|
15005
15064
|
* MCP ROUTING TRIGGERS: Coalgebraic Unfolding, Lazy Evaluation, State-Space Bounding, VRAM Exhaustion Prevention
|
|
15006
15065
|
*/
|
|
15007
15066
|
export interface EpistemicHydrationPolicy {
|
|
15008
|
-
tenant_cid?:
|
|
15067
|
+
tenant_cid?: TenantCid307;
|
|
15009
15068
|
max_unfold_depth: MaxUnfoldDepth;
|
|
15010
15069
|
lazy_fetch_timeout_ms: LazyFetchTimeoutMs;
|
|
15011
15070
|
truncation_strategy: TruncationStrategy;
|
|
@@ -15022,7 +15081,7 @@ export interface EpistemicHydrationPolicy {
|
|
|
15022
15081
|
* MCP ROUTING TRIGGERS: Event Sourcing, Sigstore, Rekor Transparency Log, Immutable Ledger, Truth Crystallization, Chronological Sort
|
|
15023
15082
|
*/
|
|
15024
15083
|
export interface EpistemicLedgerState {
|
|
15025
|
-
tenant_cid?:
|
|
15084
|
+
tenant_cid?: TenantCid308;
|
|
15026
15085
|
history: History;
|
|
15027
15086
|
defeasible_claims?: DefeasibleClaims;
|
|
15028
15087
|
retracted_nodes?: RetractedNodes;
|
|
@@ -15070,7 +15129,7 @@ export interface DefeasibleClaims {
|
|
|
15070
15129
|
* Restoration, Temporal Logic, O(1) Rollback
|
|
15071
15130
|
*/
|
|
15072
15131
|
export interface TemporalCheckpointState {
|
|
15073
|
-
tenant_cid?:
|
|
15132
|
+
tenant_cid?: TenantCid309;
|
|
15074
15133
|
checkpoint_cid: CheckpointCid;
|
|
15075
15134
|
ledger_index: LedgerIndex;
|
|
15076
15135
|
state_hash: StateHash;
|
|
@@ -15093,7 +15152,7 @@ export interface TemporalCheckpointState {
|
|
|
15093
15152
|
* MCP ROUTING TRIGGERS: Information Bottleneck, Ebbinghaus Forgetting Curve, Salience Decay, LRU Cache Eviction, Attention Dilution
|
|
15094
15153
|
*/
|
|
15095
15154
|
export interface EvictionPolicy {
|
|
15096
|
-
tenant_cid?:
|
|
15155
|
+
tenant_cid?: TenantCid310;
|
|
15097
15156
|
strategy: Strategy1;
|
|
15098
15157
|
max_retained_tokens: MaxRetainedTokens;
|
|
15099
15158
|
protected_event_cids?: ProtectedEventCids;
|
|
@@ -15130,7 +15189,7 @@ export interface TruthMaintenancePolicy1 {
|
|
|
15130
15189
|
* MCP ROUTING TRIGGERS: Zero-Trust Isolation, Symbolic Firewall, Epistemic Quarantine, OpenSymbolicAI Projection
|
|
15131
15190
|
*/
|
|
15132
15191
|
export interface EpistemicProxyState {
|
|
15133
|
-
tenant_cid?:
|
|
15192
|
+
tenant_cid?: TenantCid311;
|
|
15134
15193
|
proxy_cid: ProxyCid1;
|
|
15135
15194
|
structural_type: StructuralType1;
|
|
15136
15195
|
}
|
|
@@ -15157,7 +15216,7 @@ export interface EpistemicProxyState {
|
|
|
15157
15216
|
* of Mind, Volatile State Isolation, Semantic Sandbox
|
|
15158
15217
|
*/
|
|
15159
15218
|
export interface EpistemicQuarantineSnapshot {
|
|
15160
|
-
tenant_cid?:
|
|
15219
|
+
tenant_cid?: TenantCid312;
|
|
15161
15220
|
system_prompt: SystemPrompt;
|
|
15162
15221
|
active_context: ActiveContext;
|
|
15163
15222
|
/**
|
|
@@ -15188,7 +15247,7 @@ export interface ActiveContext {
|
|
|
15188
15247
|
* MCP ROUTING TRIGGERS: Bayesian Theory of Mind, Epistemic Logic, Cognitive Modeling, Common Knowledge, Multi-Agent Inference
|
|
15189
15248
|
*/
|
|
15190
15249
|
export interface TheoryOfMindSnapshot {
|
|
15191
|
-
tenant_cid?:
|
|
15250
|
+
tenant_cid?: TenantCid313;
|
|
15192
15251
|
target_agent_cid: TargetAgentCid;
|
|
15193
15252
|
assumed_shared_beliefs: AssumedSharedBeliefs;
|
|
15194
15253
|
identified_knowledge_gaps: IdentifiedKnowledgeGaps;
|
|
@@ -15206,7 +15265,7 @@ export interface TheoryOfMindSnapshot {
|
|
|
15206
15265
|
* MCP ROUTING TRIGGERS: Gibsonian Affordances, Bipartite Graph Projection, Action Space Manifold, RFC 8785 Canonicalization, Holographic Subgraph
|
|
15207
15266
|
*/
|
|
15208
15267
|
export interface SpatialOntologicalSurfaceProjectionManifest {
|
|
15209
|
-
tenant_cid?:
|
|
15268
|
+
tenant_cid?: TenantCid314;
|
|
15210
15269
|
projection_cid: ProjectionCid1;
|
|
15211
15270
|
action_spaces?: ActionSpaces;
|
|
15212
15271
|
supported_personas?: SupportedPersonas;
|
|
@@ -15224,7 +15283,7 @@ export interface SpatialOntologicalSurfaceProjectionManifest {
|
|
|
15224
15283
|
* MCP ROUTING TRIGGERS: Lazy Evaluation, Progressive Disclosure, Information Bottleneck, Discovery Surface, Epistemic Pointer
|
|
15225
15284
|
*/
|
|
15226
15285
|
export interface ProceduralMetadataManifest {
|
|
15227
|
-
tenant_cid?:
|
|
15286
|
+
tenant_cid?: TenantCid315;
|
|
15228
15287
|
metadata_cid: MetadataCid;
|
|
15229
15288
|
target_sop_cid: TargetSopCid;
|
|
15230
15289
|
trigger_description: TriggerDescription;
|
|
@@ -15256,7 +15315,7 @@ export interface ProceduralMetadataManifest {
|
|
|
15256
15315
|
* Topological Flow, Referential Integrity
|
|
15257
15316
|
*/
|
|
15258
15317
|
export interface EpistemicSOPManifest {
|
|
15259
|
-
tenant_cid?:
|
|
15318
|
+
tenant_cid?: TenantCid316;
|
|
15260
15319
|
sop_cid: SopCid;
|
|
15261
15320
|
/**
|
|
15262
15321
|
* A deterministic cognitive routing boundary that defines the non-monotonic instruction set for the agent.
|
|
@@ -15291,7 +15350,7 @@ export interface StructuralGrammarHashes {
|
|
|
15291
15350
|
* MCP ROUTING TRIGGERS: Process Reward Model, Beam Search Pruning, Latent Trajectory, State-Space Explosion, A* Search
|
|
15292
15351
|
*/
|
|
15293
15352
|
export interface ProcessRewardContract {
|
|
15294
|
-
tenant_cid?:
|
|
15353
|
+
tenant_cid?: TenantCid317;
|
|
15295
15354
|
/**
|
|
15296
15355
|
* The dynamic circuit breaker that halts the search when PRM variance converges, preventing VRAM waste.
|
|
15297
15356
|
*/
|
|
@@ -15340,7 +15399,7 @@ export interface EpistemicSecurityProfile1 {
|
|
|
15340
15399
|
* Sampling, Topological Diversity, Semantic Seeding
|
|
15341
15400
|
*/
|
|
15342
15401
|
export interface EpistemicSeedInjectionPolicy {
|
|
15343
|
-
tenant_cid?:
|
|
15402
|
+
tenant_cid?: TenantCid318;
|
|
15344
15403
|
similarity_threshold_alpha: SimilarityThresholdAlpha;
|
|
15345
15404
|
relation_diversity_bucket_size: RelationDiversityBucketSize;
|
|
15346
15405
|
}
|
|
@@ -15356,7 +15415,7 @@ export interface EpistemicSeedInjectionPolicy {
|
|
|
15356
15415
|
* MCP ROUTING TRIGGERS: Curry-Howard Correspondence, Constructive Proof, Topological Sort, Deductive Reasoning, Automated Theorem Proving
|
|
15357
15416
|
*/
|
|
15358
15417
|
export interface EpistemicTopologicalProofManifest1 {
|
|
15359
|
-
tenant_cid?:
|
|
15418
|
+
tenant_cid?: TenantCid303;
|
|
15360
15419
|
proof_cid: ProofCid;
|
|
15361
15420
|
axiomatic_chain: AxiomaticChain;
|
|
15362
15421
|
}
|
|
@@ -15372,7 +15431,7 @@ export interface EpistemicTopologicalProofManifest1 {
|
|
|
15372
15431
|
* MCP ROUTING TRIGGERS: Reader Writer State Monad, Pure Functions, Envelope Functor, Execution Context, Algebraic Structures
|
|
15373
15432
|
*/
|
|
15374
15433
|
export interface ExecutionEnvelopeState {
|
|
15375
|
-
tenant_cid?:
|
|
15434
|
+
tenant_cid?: TenantCid319;
|
|
15376
15435
|
trace_context: TraceContextState;
|
|
15377
15436
|
state_vector: StateVectorProfile;
|
|
15378
15437
|
payload: Payload3;
|
|
@@ -15381,7 +15440,7 @@ export interface ExecutionEnvelopeState {
|
|
|
15381
15440
|
* Represents the Reader/Writer monad for causality and recursion.
|
|
15382
15441
|
*/
|
|
15383
15442
|
export interface TraceContextState {
|
|
15384
|
-
tenant_cid?:
|
|
15443
|
+
tenant_cid?: TenantCid320;
|
|
15385
15444
|
trace_cid: TraceCid2;
|
|
15386
15445
|
span_cid: SpanCid;
|
|
15387
15446
|
parent_span_cid?: ParentSpanCid;
|
|
@@ -15391,7 +15450,7 @@ export interface TraceContextState {
|
|
|
15391
15450
|
* Represents the State monad of Labeled Transition Systems.
|
|
15392
15451
|
*/
|
|
15393
15452
|
export interface StateVectorProfile {
|
|
15394
|
-
tenant_cid?:
|
|
15453
|
+
tenant_cid?: TenantCid321;
|
|
15395
15454
|
immutable_matrix?: ImmutableMatrix;
|
|
15396
15455
|
mutable_matrix?: MutableMatrix;
|
|
15397
15456
|
is_delta?: IsDelta;
|
|
@@ -15430,7 +15489,7 @@ export interface Payload3 {
|
|
|
15430
15489
|
* Safety Invariant, TLA+, Formal Methods
|
|
15431
15490
|
*/
|
|
15432
15491
|
export interface FormalVerificationContract {
|
|
15433
|
-
tenant_cid?:
|
|
15492
|
+
tenant_cid?: TenantCid322;
|
|
15434
15493
|
proof_system: ProofSystem1;
|
|
15435
15494
|
invariant_theorem: InvariantTheorem;
|
|
15436
15495
|
compiled_proof_hash: CompiledProofHash;
|
|
@@ -15459,7 +15518,7 @@ export interface FormalVerificationContract {
|
|
|
15459
15518
|
* Explosion, Fractal Graph Bounding, Gas Limit
|
|
15460
15519
|
*/
|
|
15461
15520
|
export interface GenerativeManifoldSLA {
|
|
15462
|
-
tenant_cid?:
|
|
15521
|
+
tenant_cid?: TenantCid323;
|
|
15463
15522
|
max_topological_depth: MaxTopologicalDepth;
|
|
15464
15523
|
max_node_fanout: MaxNodeFanout;
|
|
15465
15524
|
max_synthetic_tokens: MaxSyntheticTokens;
|
|
@@ -15487,7 +15546,7 @@ export interface GenerativeManifoldSLA {
|
|
|
15487
15546
|
* Bounding, ESG Constraint, Execution Envelope
|
|
15488
15547
|
*/
|
|
15489
15548
|
export interface GlobalGovernancePolicy {
|
|
15490
|
-
tenant_cid?:
|
|
15549
|
+
tenant_cid?: TenantCid324;
|
|
15491
15550
|
mandatory_license_rule: EpistemicGuardrailsManifest1;
|
|
15492
15551
|
max_budget_magnitude: MaxBudgetMagnitude1;
|
|
15493
15552
|
/**
|
|
@@ -15518,7 +15577,7 @@ export interface GlobalGovernancePolicy {
|
|
|
15518
15577
|
* MCP ROUTING TRIGGERS: NeMo Guardrails, Colang, Reverse Proxy, Constitutional Alignment, Envoy Mesh
|
|
15519
15578
|
*/
|
|
15520
15579
|
export interface EpistemicGuardrailsManifest1 {
|
|
15521
|
-
tenant_cid?:
|
|
15580
|
+
tenant_cid?: TenantCid306;
|
|
15522
15581
|
colang_version?: ColangVersion;
|
|
15523
15582
|
colang_payload: ColangPayload;
|
|
15524
15583
|
severity?: Severity;
|
|
@@ -15532,7 +15591,7 @@ export interface EpistemicGuardrailsManifest1 {
|
|
|
15532
15591
|
* MCP ROUTING TRIGGERS: Conflict Resolution, Graph CRDT, Merge Algebra, Eventual Consistency
|
|
15533
15592
|
*/
|
|
15534
15593
|
export interface TemporalConflictResolutionPolicy {
|
|
15535
|
-
tenant_cid?:
|
|
15594
|
+
tenant_cid?: TenantCid325;
|
|
15536
15595
|
merge_algebra: MergeAlgebra;
|
|
15537
15596
|
enforce_idempotence?: EnforceIdempotence;
|
|
15538
15597
|
}
|
|
@@ -15548,7 +15607,7 @@ export interface TemporalConflictResolutionPolicy {
|
|
|
15548
15607
|
* MCP ROUTING TRIGGERS: Contextual Qualifiers, Topological Container, Semantic Invariant, Context Collapse
|
|
15549
15608
|
*/
|
|
15550
15609
|
export interface GlobalSemanticInvariantProfile {
|
|
15551
|
-
tenant_cid?:
|
|
15610
|
+
tenant_cid?: TenantCid326;
|
|
15552
15611
|
invariant_cid: InvariantCid;
|
|
15553
15612
|
categorical_cohorts?: CategoricalCohorts;
|
|
15554
15613
|
operational_perimeters?: OperationalPerimeters;
|
|
@@ -15595,7 +15654,7 @@ export interface TemporalBoundsProfile2 {
|
|
|
15595
15654
|
* MCP ROUTING TRIGGERS: Structural Indexing, VRAM Budgeting, Representation Engineering, Modality Detection, RFC 8785 Canonicalization
|
|
15596
15655
|
*/
|
|
15597
15656
|
export interface GlobalSemanticProfile1 {
|
|
15598
|
-
tenant_cid?:
|
|
15657
|
+
tenant_cid?: TenantCid294;
|
|
15599
15658
|
artifact_event_cid: ArtifactEventCid2;
|
|
15600
15659
|
detected_modalities: DetectedModalities;
|
|
15601
15660
|
token_density: TokenDensity;
|
|
@@ -15622,7 +15681,7 @@ export interface GlobalSemanticProfile1 {
|
|
|
15622
15681
|
* Wide-Columnar Projection, Structural Serialization
|
|
15623
15682
|
*/
|
|
15624
15683
|
export interface GraphFlatteningPolicy {
|
|
15625
|
-
tenant_cid?:
|
|
15684
|
+
tenant_cid?: TenantCid327;
|
|
15626
15685
|
node_projection_mode: NodeProjectionMode;
|
|
15627
15686
|
edge_projection_mode: EdgeProjectionMode;
|
|
15628
15687
|
preserve_cryptographic_lineage?: PreserveCryptographicLineage;
|
|
@@ -15639,7 +15698,7 @@ export interface GraphFlatteningPolicy {
|
|
|
15639
15698
|
* MCP ROUTING TRIGGERS: OIDC, Zero-Trust Architecture, SPIFFE/SPIRE, Epistemic Quarantine, Identity Decoupling, Open Policy Agent
|
|
15640
15699
|
*/
|
|
15641
15700
|
export interface IdentityContextProxy {
|
|
15642
|
-
tenant_cid?:
|
|
15701
|
+
tenant_cid?: TenantCid328;
|
|
15643
15702
|
jwt_payload: JwtPayload;
|
|
15644
15703
|
execution_taint: ExecutionTaint;
|
|
15645
15704
|
}
|
|
@@ -15667,7 +15726,7 @@ export interface JwtPayload {
|
|
|
15667
15726
|
* Truth Maintenance, Fault Envelope
|
|
15668
15727
|
*/
|
|
15669
15728
|
export interface JSONRPCErrorResponseState {
|
|
15670
|
-
tenant_cid?:
|
|
15729
|
+
tenant_cid?: TenantCid329;
|
|
15671
15730
|
jsonrpc: Jsonrpc3;
|
|
15672
15731
|
error: JSONRPCErrorState;
|
|
15673
15732
|
id?: Id3;
|
|
@@ -15676,7 +15735,7 @@ export interface JSONRPCErrorResponseState {
|
|
|
15676
15735
|
* The error object.
|
|
15677
15736
|
*/
|
|
15678
15737
|
export interface JSONRPCErrorState {
|
|
15679
|
-
tenant_cid?:
|
|
15738
|
+
tenant_cid?: TenantCid330;
|
|
15680
15739
|
code: Code;
|
|
15681
15740
|
message: Message2;
|
|
15682
15741
|
/**
|
|
@@ -15705,7 +15764,7 @@ export interface JSONRPCErrorState {
|
|
|
15705
15764
|
* Log Poisoning, Stateful Rollback
|
|
15706
15765
|
*/
|
|
15707
15766
|
export interface JSONRPCErrorState1 {
|
|
15708
|
-
tenant_cid?:
|
|
15767
|
+
tenant_cid?: TenantCid330;
|
|
15709
15768
|
code: Code;
|
|
15710
15769
|
message: Message2;
|
|
15711
15770
|
/**
|
|
@@ -15725,7 +15784,7 @@ export interface JSONRPCErrorState1 {
|
|
|
15725
15784
|
* MCP ROUTING TRIGGERS: Zero-Allocation Telemetry, Struct of Arrays, High-Velocity Buffer, SE3 Delta, Kinematic Stream
|
|
15726
15785
|
*/
|
|
15727
15786
|
export interface KinematicDeltaManifest {
|
|
15728
|
-
tenant_cid?:
|
|
15787
|
+
tenant_cid?: TenantCid331;
|
|
15729
15788
|
stream_cid: StreamCid1;
|
|
15730
15789
|
deltas: Deltas;
|
|
15731
15790
|
}
|
|
@@ -15741,7 +15800,7 @@ export interface KinematicDeltaManifest {
|
|
|
15741
15800
|
* MCP ROUTING TRIGGERS: Optimal Stopping Theory, Simulated Annealing, Probability Wave Collapse, Exploration-Exploitation Dilemma, Kinetic Thermodynamics
|
|
15742
15801
|
*/
|
|
15743
15802
|
export interface KineticBudgetPolicy {
|
|
15744
|
-
tenant_cid?:
|
|
15803
|
+
tenant_cid?: TenantCid332;
|
|
15745
15804
|
exploration_decay_curve: ExplorationDecayCurve;
|
|
15746
15805
|
forced_exploitation_threshold_ms: ForcedExploitationThresholdMs;
|
|
15747
15806
|
dynamic_temperature_asymptote: DynamicTemperatureAsymptote;
|
|
@@ -15776,7 +15835,7 @@ export interface MCPCapabilityWhitelistPolicy1 {
|
|
|
15776
15835
|
* MCP ROUTING TRIGGERS: Higher-Order Function, Latent Prompt Manifold, Template Interpolation, Supply-Chain Verification, Stateless RPC
|
|
15777
15836
|
*/
|
|
15778
15837
|
export interface MCPPromptReferenceState {
|
|
15779
|
-
tenant_cid?:
|
|
15838
|
+
tenant_cid?: TenantCid333;
|
|
15780
15839
|
server_cid: ServerCid1;
|
|
15781
15840
|
prompt_name: PromptName;
|
|
15782
15841
|
arguments?: Arguments;
|
|
@@ -15801,7 +15860,7 @@ export interface Arguments {
|
|
|
15801
15860
|
* MCP ROUTING TRIGGERS: Resource Description Framework, Zero-Trust Perception, Epistemic Projection, Passive URI Mapping, Data Topography
|
|
15802
15861
|
*/
|
|
15803
15862
|
export interface MCPResourceManifest {
|
|
15804
|
-
tenant_cid?:
|
|
15863
|
+
tenant_cid?: TenantCid334;
|
|
15805
15864
|
server_cid: ServerCid2;
|
|
15806
15865
|
uris?: Uris;
|
|
15807
15866
|
}
|
|
@@ -15817,7 +15876,7 @@ export interface MCPResourceManifest {
|
|
|
15817
15876
|
* MCP ROUTING TRIGGERS: Cartesian Coordinate System, Small Multiples, Spatial Topology, Referential Integrity, Layout Matrix
|
|
15818
15877
|
*/
|
|
15819
15878
|
export interface MacroGridProfile {
|
|
15820
|
-
tenant_cid?:
|
|
15879
|
+
tenant_cid?: TenantCid335;
|
|
15821
15880
|
layout_matrix: LayoutMatrix;
|
|
15822
15881
|
column_fractional_weights?: ColumnFractionalWeights;
|
|
15823
15882
|
row_fractional_weights?: RowFractionalWeights;
|
|
@@ -15835,7 +15894,7 @@ export interface MacroGridProfile {
|
|
|
15835
15894
|
* MCP ROUTING TRIGGERS: Proof-of-Stake, Slashing Condition, Byzantine Fault Tolerance, Economic Escrow
|
|
15836
15895
|
*/
|
|
15837
15896
|
export interface MarketContract {
|
|
15838
|
-
tenant_cid?:
|
|
15897
|
+
tenant_cid?: TenantCid336;
|
|
15839
15898
|
minimum_collateral: MinimumCollateral;
|
|
15840
15899
|
slashing_penalty: SlashingPenalty;
|
|
15841
15900
|
}
|
|
@@ -15851,7 +15910,7 @@ export interface MarketContract {
|
|
|
15851
15910
|
* MCP ROUTING TRIGGERS: Genesis Block, Merkle-DAG, Content Addressable Storage, Cryptographic Anchoring, Unstructured Ingestion
|
|
15852
15911
|
*/
|
|
15853
15912
|
export interface MultimodalArtifactReceipt {
|
|
15854
|
-
tenant_cid?:
|
|
15913
|
+
tenant_cid?: TenantCid337;
|
|
15855
15914
|
artifact_cid: ArtifactCid1;
|
|
15856
15915
|
mime_type: MimeType;
|
|
15857
15916
|
byte_stream_hash: ByteStreamHash;
|
|
@@ -15909,7 +15968,7 @@ export interface MutationPolicy1 {
|
|
|
15909
15968
|
* MCP ROUTING TRIGGERS: Tensor Calculus, Differential Geometry, Merkle Tree Verification, Zero-Trust Computing, Memory Allocation
|
|
15910
15969
|
*/
|
|
15911
15970
|
export interface NDimensionalTensorManifest {
|
|
15912
|
-
tenant_cid?:
|
|
15971
|
+
tenant_cid?: TenantCid338;
|
|
15913
15972
|
structural_format: TensorStructuralFormatProfile;
|
|
15914
15973
|
shape: Shape;
|
|
15915
15974
|
vram_footprint_bytes: VramFootprintBytes;
|
|
@@ -15946,7 +16005,7 @@ export interface PermissionBoundaryPolicy1 {
|
|
|
15946
16005
|
* MCP ROUTING TRIGGERS: Post-Quantum Cryptography, ML-DSA, SLH-DSA, Shor's Algorithm Resistance, Lattice-based Cryptography
|
|
15947
16006
|
*/
|
|
15948
16007
|
export interface PostQuantumSignatureReceipt {
|
|
15949
|
-
tenant_cid?:
|
|
16008
|
+
tenant_cid?: TenantCid339;
|
|
15950
16009
|
pq_algorithm: PqAlgorithm;
|
|
15951
16010
|
public_key_cid: PublicKeyCid1;
|
|
15952
16011
|
pq_signature_blob: PqSignatureBlob;
|
|
@@ -15972,7 +16031,7 @@ export interface PostQuantumSignatureReceipt {
|
|
|
15972
16031
|
* Binding, Structural Manifold Envelope, Human-in-the-Loop
|
|
15973
16032
|
*/
|
|
15974
16033
|
export interface PresentationManifest {
|
|
15975
|
-
tenant_cid?:
|
|
16034
|
+
tenant_cid?: TenantCid340;
|
|
15976
16035
|
/**
|
|
15977
16036
|
* The reason an agent is presenting this data to a human.
|
|
15978
16037
|
*/
|
|
@@ -15996,7 +16055,7 @@ export interface PresentationManifest {
|
|
|
15996
16055
|
* MCP ROUTING TRIGGERS: Cartesian Coordinate System, Small Multiples, Spatial Topology, Referential Integrity, Layout Matrix
|
|
15997
16056
|
*/
|
|
15998
16057
|
export interface MacroGridProfile1 {
|
|
15999
|
-
tenant_cid?:
|
|
16058
|
+
tenant_cid?: TenantCid335;
|
|
16000
16059
|
layout_matrix: LayoutMatrix;
|
|
16001
16060
|
column_fractional_weights?: ColumnFractionalWeights;
|
|
16002
16061
|
row_fractional_weights?: RowFractionalWeights;
|
|
@@ -16014,7 +16073,7 @@ export interface MacroGridProfile1 {
|
|
|
16014
16073
|
* MCP ROUTING TRIGGERS: Supervisory Control Theory, MCTS Bending, Penalty Scalar, Trace Evaluation, Cognitive Engineering
|
|
16015
16074
|
*/
|
|
16016
16075
|
export interface ReasoningEngineeringPolicy {
|
|
16017
|
-
tenant_cid?:
|
|
16076
|
+
tenant_cid?: TenantCid341;
|
|
16018
16077
|
telemetry_export_frequency_hz: TelemetryExportFrequencyHz;
|
|
16019
16078
|
human_override_gradient: HumanOverrideGradient;
|
|
16020
16079
|
}
|
|
@@ -16042,7 +16101,7 @@ export interface ReasoningEngineeringPolicy {
|
|
|
16042
16101
|
* Triplet, Adjacency Matrix, Epistemic Link
|
|
16043
16102
|
*/
|
|
16044
16103
|
export interface SemanticEdgeState {
|
|
16045
|
-
tenant_cid?:
|
|
16104
|
+
tenant_cid?: TenantCid342;
|
|
16046
16105
|
edge_cid: EdgeCid;
|
|
16047
16106
|
subject_node_cid: SubjectNodeCid;
|
|
16048
16107
|
object_node_cid: ObjectNodeCid;
|
|
@@ -16186,7 +16245,7 @@ export interface SpatialGenerativeTaxonomyManifest1 {
|
|
|
16186
16245
|
* MCP ROUTING TRIGGERS: Federated Pose Graph, Spatial Reference Frame, SLAM Anchor, Relative Coordinate Geometry, Origin Point
|
|
16187
16246
|
*/
|
|
16188
16247
|
export interface SpatialReferenceFrameManifest {
|
|
16189
|
-
tenant_cid?:
|
|
16248
|
+
tenant_cid?: TenantCid343;
|
|
16190
16249
|
frame_cid: FrameCid;
|
|
16191
16250
|
anchor_protocol: AnchorProtocol;
|
|
16192
16251
|
physical_room_hash?: PhysicalRoomHash;
|
|
@@ -16212,7 +16271,7 @@ export interface SpatialReferenceFrameManifest {
|
|
|
16212
16271
|
* Vector Clock, Eventual Consistency, Last-Writer-Wins
|
|
16213
16272
|
*/
|
|
16214
16273
|
export interface StateDifferentialManifest {
|
|
16215
|
-
tenant_cid?:
|
|
16274
|
+
tenant_cid?: TenantCid344;
|
|
16216
16275
|
diff_cid: DiffCid1;
|
|
16217
16276
|
author_node_cid: AuthorNodeCid1;
|
|
16218
16277
|
lamport_timestamp: LamportTimestamp1;
|
|
@@ -16248,7 +16307,7 @@ export interface VectorClock1 {
|
|
|
16248
16307
|
* Partitioning, VRAM Bounding, Serialization Geometry
|
|
16249
16308
|
*/
|
|
16250
16309
|
export interface StateHydrationManifest {
|
|
16251
|
-
tenant_cid?:
|
|
16310
|
+
tenant_cid?: TenantCid345;
|
|
16252
16311
|
epistemic_coordinate: EpistemicCoordinate;
|
|
16253
16312
|
crystallized_ledger_cids: CrystallizedLedgerCids;
|
|
16254
16313
|
working_context_variables: WorkingContextVariables;
|
|
@@ -16276,7 +16335,7 @@ export interface WorkingContextVariables {
|
|
|
16276
16335
|
* MCP ROUTING TRIGGERS: Labeled Transition System, Markov Process, Full Observability, State Vector, Memory Boundary
|
|
16277
16336
|
*/
|
|
16278
16337
|
export interface StateVectorProfile1 {
|
|
16279
|
-
tenant_cid?:
|
|
16338
|
+
tenant_cid?: TenantCid321;
|
|
16280
16339
|
immutable_matrix?: ImmutableMatrix;
|
|
16281
16340
|
mutable_matrix?: MutableMatrix;
|
|
16282
16341
|
is_delta?: IsDelta;
|
|
@@ -16316,7 +16375,7 @@ export interface StructuralCausalGraphProfile2 {
|
|
|
16316
16375
|
* Structural Entropy, Fuzzing Blueprint, Synthetic Permutation
|
|
16317
16376
|
*/
|
|
16318
16377
|
export interface SyntheticGenerationProfile {
|
|
16319
|
-
tenant_cid?:
|
|
16378
|
+
tenant_cid?: TenantCid346;
|
|
16320
16379
|
profile_cid: ProfileCid;
|
|
16321
16380
|
manifold_sla: GenerativeManifoldSLA1;
|
|
16322
16381
|
target_schema_ref: TargetSchemaRef;
|
|
@@ -16341,7 +16400,7 @@ export interface SyntheticGenerationProfile {
|
|
|
16341
16400
|
* Explosion, Fractal Graph Bounding, Gas Limit
|
|
16342
16401
|
*/
|
|
16343
16402
|
export interface GenerativeManifoldSLA1 {
|
|
16344
|
-
tenant_cid?:
|
|
16403
|
+
tenant_cid?: TenantCid323;
|
|
16345
16404
|
max_topological_depth: MaxTopologicalDepth;
|
|
16346
16405
|
max_node_fanout: MaxNodeFanout;
|
|
16347
16406
|
max_synthetic_tokens: MaxSyntheticTokens;
|
|
@@ -16408,7 +16467,7 @@ export interface TopologicalFidelityReceipt1 {
|
|
|
16408
16467
|
* MCP ROUTING TRIGGERS: Distributed Causality, Vector Clocks, Trace Context, Topological Ordering, Causal Graph
|
|
16409
16468
|
*/
|
|
16410
16469
|
export interface TraceContextState1 {
|
|
16411
|
-
tenant_cid?:
|
|
16470
|
+
tenant_cid?: TenantCid320;
|
|
16412
16471
|
trace_cid: TraceCid2;
|
|
16413
16472
|
span_cid: SpanCid;
|
|
16414
16473
|
parent_span_cid?: ParentSpanCid;
|
|
@@ -16426,7 +16485,7 @@ export interface TraceContextState1 {
|
|
|
16426
16485
|
* MCP ROUTING TRIGGERS: Multi-Attribute Utility Theory, Pareto Efficiency, Variance Reduction, Fallback Superposition, Utility Routing
|
|
16427
16486
|
*/
|
|
16428
16487
|
export interface UtilityJustificationGraphReceipt {
|
|
16429
|
-
tenant_cid?:
|
|
16488
|
+
tenant_cid?: TenantCid347;
|
|
16430
16489
|
optimizing_vectors?: OptimizingVectors;
|
|
16431
16490
|
degrading_vectors?: DegradingVectors;
|
|
16432
16491
|
superposition_variance_threshold: SuperpositionVarianceThreshold;
|
|
@@ -16459,7 +16518,7 @@ export interface DegradingVectors {
|
|
|
16459
16518
|
* MCP ROUTING TRIGGERS: Viewport Projection Matrix, View Frustum, Field of View, Clipping Planes, Linear Algebraic Projection
|
|
16460
16519
|
*/
|
|
16461
16520
|
export interface ViewportProjectionContract {
|
|
16462
|
-
tenant_cid?:
|
|
16521
|
+
tenant_cid?: TenantCid348;
|
|
16463
16522
|
projection_class: ProjectionClass;
|
|
16464
16523
|
field_of_view_degrees?: FieldOfViewDegrees;
|
|
16465
16524
|
clipping_plane_near: ClippingPlaneNear;
|
|
@@ -16495,7 +16554,7 @@ export interface VolumetricBoundingProfile1 {
|
|
|
16495
16554
|
* MCP ROUTING TRIGGERS: Topos Theory, Cybernetics, Execution Envelope, Macroscopic Topology, Viable System Model
|
|
16496
16555
|
*/
|
|
16497
16556
|
export interface WorkflowManifest {
|
|
16498
|
-
tenant_cid?:
|
|
16557
|
+
tenant_cid?: TenantCid349;
|
|
16499
16558
|
genesis_provenance: EpistemicProvenanceReceipt2;
|
|
16500
16559
|
/**
|
|
16501
16560
|
* An Immutable structural checkpoint.
|