@coreason-ai/coreason-manifest 0.96.1 → 0.97.1

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.
Files changed (2) hide show
  1. package/dist/ontology.d.ts +351 -190
  2. package/package.json +1 -1
@@ -5487,6 +5487,22 @@ export type CapabilityPointerState = string;
5487
5487
  * 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."}
5488
5488
  */
5489
5489
  export type TenantCid271 = string;
5490
+ /**
5491
+ * The source CID representing the causal parent.
5492
+ */
5493
+ export type SourceNodeId = string;
5494
+ /**
5495
+ * The target CID representing the downstream dependent node.
5496
+ */
5497
+ export type TargetNodeId = string;
5498
+ /**
5499
+ * The Pearl SCM structural classification of the causal edge.
5500
+ */
5501
+ export type RelationType = "confounder" | "collider" | "direct_cause";
5502
+ /**
5503
+ * 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."}
5504
+ */
5505
+ export type TenantCid272 = string;
5490
5506
  /**
5491
5507
  * Local billing/EHR code
5492
5508
  */
@@ -5522,7 +5538,7 @@ export type FormalBackingReceiptCid = string | null;
5522
5538
  /**
5523
5539
  * 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."}
5524
5540
  */
5525
- export type TenantCid272 = string;
5541
+ export type TenantCid273 = string;
5526
5542
  /**
5527
5543
  * The unique identifier for this curated environment of tools.
5528
5544
  */
@@ -5534,7 +5550,7 @@ export type EntryPointCid = string;
5534
5550
  /**
5535
5551
  * 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."}
5536
5552
  */
5537
- export type TenantCid273 = string;
5553
+ export type TenantCid274 = string;
5538
5554
  /**
5539
5555
  * Unique identifier for this specific separation boundary.
5540
5556
  */
@@ -5560,7 +5576,7 @@ export type ExecutionFeeLmsr = number;
5560
5576
  /**
5561
5577
  * 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."}
5562
5578
  */
5563
- export type TenantCid274 = string;
5579
+ export type TenantCid275 = string;
5564
5580
  /**
5565
5581
  * The unconstrained Chain-of-Thought reasoning trace generated by the Frontier model with the Sovereign LLM Proxy's XGrammar AOT FSM bitmask DISABLED. This field captures the full computational runway — scratchpad blocks, intermediate calculations, and heuristic explorations — that the model requires to maximize logical accuracy without suffering the Format Restriction Penalty.
5566
5582
  */
@@ -5568,7 +5584,7 @@ export type DeliberationTrace = string;
5568
5584
  /**
5569
5585
  * 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."}
5570
5586
  */
5571
- export type TenantCid275 = string;
5587
+ export type TenantCid276 = string;
5572
5588
  /**
5573
5589
  * Strict Boolean indicating if BOTH agents mathematically agree on factual alignment.
5574
5590
  */
@@ -5576,7 +5592,7 @@ export type TraceFactualAlignment = boolean;
5576
5592
  /**
5577
5593
  * 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."}
5578
5594
  */
5579
- export type TenantCid276 = string;
5595
+ export type TenantCid277 = string;
5580
5596
  /**
5581
5597
  * The globally unique decentralized identifier (DID) anchoring this specific non-monotonic reasoning trace.
5582
5598
  */
@@ -5596,7 +5612,7 @@ export type TracePayload = string;
5596
5612
  /**
5597
5613
  * 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."}
5598
5614
  */
5599
- export type TenantCid277 = string;
5615
+ export type TenantCid278 = string;
5600
5616
  /**
5601
5617
  * The absolute physical limit on path length N.
5602
5618
  */
@@ -5608,7 +5624,7 @@ export type InverseFrequencySmoothingEpsilon = number;
5608
5624
  /**
5609
5625
  * 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."}
5610
5626
  */
5611
- export type TenantCid278 = string;
5627
+ export type TenantCid279 = string;
5612
5628
  /**
5613
5629
  * The main goal.
5614
5630
  */
@@ -5624,7 +5640,7 @@ export type ConsensusMechanism = "majority" | "prediction_market" | "pbft";
5624
5640
  /**
5625
5641
  * 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."}
5626
5642
  */
5627
- export type TenantCid279 = string;
5643
+ export type TenantCid280 = string;
5628
5644
  /**
5629
5645
  * Unique identifier for this pre-flight routing policy.
5630
5646
  */
@@ -5637,7 +5653,7 @@ export type CognitiveTierProfile = "working" | "episodic" | "semantic";
5637
5653
  /**
5638
5654
  * 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."}
5639
5655
  */
5640
- export type TenantCid280 = string;
5656
+ export type TenantCid281 = string;
5641
5657
  /**
5642
5658
  * The downstream sovereign tenant requesting the commercial exception.
5643
5659
  */
@@ -5649,7 +5665,7 @@ export type RequestedEntitlements = string[];
5649
5665
  /**
5650
5666
  * 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."}
5651
5667
  */
5652
- export type TenantCid281 = string;
5668
+ export type TenantCid282 = string;
5653
5669
  /**
5654
5670
  * The unique cryptographic identifier of this specific JWT token.
5655
5671
  */
@@ -5677,7 +5693,7 @@ export type IssuedBy = string;
5677
5693
  /**
5678
5694
  * 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."}
5679
5695
  */
5680
- export type TenantCid282 = string;
5696
+ export type TenantCid283 = string;
5681
5697
  /**
5682
5698
  * 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.
5683
5699
  */
@@ -5739,7 +5755,7 @@ export type FederationEnabled = boolean;
5739
5755
  /**
5740
5756
  * 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
5757
  */
5742
- export type TenantCid283 = string;
5758
+ export type TenantCid284 = string;
5743
5759
  /**
5744
5760
  * The identifier of the underlying model.
5745
5761
  */
@@ -5761,7 +5777,7 @@ export type Capabilities1 = string[];
5761
5777
  /**
5762
5778
  * 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."}
5763
5779
  */
5764
- export type TenantCid284 = string;
5780
+ export type TenantCid285 = string;
5765
5781
  /**
5766
5782
  * The atomic integer cost per 1 million input tokens provided to the model.
5767
5783
  */
@@ -5781,7 +5797,7 @@ export type SupportedFunctionalExperts = string[];
5781
5797
  /**
5782
5798
  * 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."}
5783
5799
  */
5784
- export type TenantCid285 = string;
5800
+ export type TenantCid286 = string;
5785
5801
  /**
5786
5802
  * Forces non-destructive graph mutations.
5787
5803
  */
@@ -5798,12 +5814,12 @@ export type CrossoverMechanismProfile = "uniform_blend" | "single_point" | "heur
5798
5814
  /**
5799
5815
  * 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."}
5800
5816
  */
5801
- export type TenantCid286 = string;
5817
+ export type TenantCid287 = string;
5802
5818
  export type ProvenanceTraceCid1 = string | null;
5803
5819
  /**
5804
5820
  * 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."}
5805
5821
  */
5806
- export type TenantCid287 = string;
5822
+ export type TenantCid288 = string;
5807
5823
  /**
5808
5824
  * The minimum number of episodic logs needed to statistically prove a crystallized rule.
5809
5825
  */
@@ -5819,7 +5835,7 @@ export type TargetCognitiveTier = "semantic" | "working";
5819
5835
  /**
5820
5836
  * 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."}
5821
5837
  */
5822
- export type TenantCid288 = string;
5838
+ export type TenantCid289 = string;
5823
5839
  /**
5824
5840
  * A Content Identifier (CID) acting as a cryptographic Lineage Watermark for this automated truth maintenance operation.
5825
5841
  */
@@ -5849,7 +5865,7 @@ export type TemporalBlastRadius = [unknown, unknown] | null;
5849
5865
  /**
5850
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."}
5851
5867
  */
5852
- export type TenantCid289 = string;
5868
+ export type TenantCid290 = string;
5853
5869
  /**
5854
5870
  * A string CID for the delegated capability.
5855
5871
  */
@@ -5871,7 +5887,7 @@ export type CryptographicSignature = string;
5871
5887
  /**
5872
5888
  * 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."}
5873
5889
  */
5874
- export type TenantCid290 = string;
5890
+ export type TenantCid291 = string;
5875
5891
  export type ConstraintCid = string;
5876
5892
  /**
5877
5893
  * The formal SMT-LIB or Lean4 language representation of the symbolic rule.
@@ -5884,7 +5900,7 @@ export type RelaxationEpsilon = number;
5884
5900
  /**
5885
5901
  * 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."}
5886
5902
  */
5887
- export type TenantCid291 = string;
5903
+ export type TenantCid292 = string;
5888
5904
  /**
5889
5905
  * The expected value (mu) of the distribution.
5890
5906
  */
@@ -5901,7 +5917,7 @@ export type DistributionShapeProfile = "gaussian" | "uniform" | "beta";
5901
5917
  /**
5902
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."}
5903
5919
  */
5904
- export type TenantCid292 = string;
5920
+ export type TenantCid293 = string;
5905
5921
  /**
5906
5922
  * Directed edges defining the topological sort (chronological flow) of the document.
5907
5923
  */
@@ -5909,7 +5925,7 @@ export type ChronologicalFlowEdges = [unknown, unknown][];
5909
5925
  /**
5910
5926
  * 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."}
5911
5927
  */
5912
- export type TenantCid293 = string;
5928
+ export type TenantCid294 = string;
5913
5929
  /**
5914
5930
  * The minimal required PRM score improvement across the lookback window to justify continued compute.
5915
5931
  */
@@ -5925,7 +5941,7 @@ export type MinimumReasoningSteps = number;
5925
5941
  /**
5926
5942
  * 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."}
5927
5943
  */
5928
- export type TenantCid294 = string;
5944
+ export type TenantCid295 = string;
5929
5945
  /**
5930
5946
  * A Python 3.14 t-string template definition for dynamic UI grid evaluation.
5931
5947
  */
@@ -5937,7 +5953,7 @@ export type MaxAstNodeBudget = number;
5937
5953
  /**
5938
5954
  * 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."}
5939
5955
  */
5940
- export type TenantCid295 = string;
5956
+ export type TenantCid296 = string;
5941
5957
  /**
5942
5958
  * The unique Content Identifier (CID) for this routing plan.
5943
5959
  */
@@ -5945,7 +5961,7 @@ export type ManifestCid3 = string;
5945
5961
  /**
5946
5962
  * 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."}
5947
5963
  */
5948
- export type TenantCid296 = string;
5964
+ export type TenantCid297 = string;
5949
5965
  /**
5950
5966
  * The exact genesis globally unique decentralized identifier (DID) anchoring the MultimodalArtifactReceipt entering the routing tier.
5951
5967
  */
@@ -5965,7 +5981,7 @@ export type BypassedSteps = BypassReceipt[];
5965
5981
  /**
5966
5982
  * 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."}
5967
5983
  */
5968
- export type TenantCid297 = string;
5984
+ export type TenantCid298 = string;
5969
5985
  /**
5970
5986
  * The strict array of strict W3C DIDs (NodeIdentifierStates) representing concurrent topology branches.
5971
5987
  *
@@ -5980,7 +5996,7 @@ export type FusionFunction = "weighted_consensus" | "highest_confidence" | "brie
5980
5996
  /**
5981
5997
  * 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."}
5982
5998
  */
5983
- export type TenantCid298 = string;
5999
+ export type TenantCid299 = string;
5984
6000
  /**
5985
6001
  * A Content Identifier (CID) acting as a cryptographic Lineage Watermark for this specific logical proposition.
5986
6002
  */
@@ -5996,7 +6012,7 @@ export type TextChunk2 = string;
5996
6012
  /**
5997
6013
  * 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
6014
  */
5999
- export type TenantCid299 = string;
6015
+ export type TenantCid300 = string;
6000
6016
  /**
6001
6017
  * A Content Identifier (CID) acting as a cryptographic Lineage Watermark for a specific observation in the EpistemicLedgerState.
6002
6018
  */
@@ -6018,11 +6034,11 @@ export type Warrants = EvidentiaryWarrantState[];
6018
6034
  /**
6019
6035
  * 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."}
6020
6036
  */
6021
- export type TenantCid300 = string;
6037
+ export type TenantCid301 = string;
6022
6038
  /**
6023
6039
  * 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."}
6024
6040
  */
6025
- export type TenantCid301 = string;
6041
+ export type TenantCid302 = string;
6026
6042
  /**
6027
6043
  * The globally unique decentralized identifier (DID) anchoring the origin node.
6028
6044
  */
@@ -6038,7 +6054,7 @@ export type TargetConceptCid = string;
6038
6054
  /**
6039
6055
  * 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."}
6040
6056
  */
6041
- export type TenantCid302 = string;
6057
+ export type TenantCid303 = string;
6042
6058
  export type ChainCid = string;
6043
6059
  /**
6044
6060
  * @minItems 1
@@ -6048,7 +6064,7 @@ export type SemanticLeaves = EpistemicAxiomState[];
6048
6064
  /**
6049
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."}
6050
6066
  */
6051
- export type TenantCid303 = string;
6067
+ export type TenantCid304 = string;
6052
6068
  /**
6053
6069
  * Unique CID for this training epoch release.
6054
6070
  */
@@ -6062,7 +6078,7 @@ export type Tasks = [EpistemicGroundedTaskManifest, ...EpistemicGroundedTaskMani
6062
6078
  /**
6063
6079
  * 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
6080
  */
6065
- export type TenantCid304 = string;
6081
+ export type TenantCid305 = string;
6066
6082
  /**
6067
6083
  * The cryptographic globally unique decentralized identifier (DID) anchoring the task.
6068
6084
  */
@@ -6070,7 +6086,7 @@ export type TaskCid7 = string;
6070
6086
  /**
6071
6087
  * 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."}
6072
6088
  */
6073
- export type TenantCid305 = string;
6089
+ export type TenantCid306 = string;
6074
6090
  /**
6075
6091
  * A Content Identifier (CID) for this specific topological proof.
6076
6092
  */
@@ -6089,7 +6105,7 @@ export type VignettePayload = string;
6089
6105
  /**
6090
6106
  * 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."}
6091
6107
  */
6092
- export type TenantCid306 = string;
6108
+ export type TenantCid307 = string;
6093
6109
  export type GraphCid1 = string;
6094
6110
  /**
6095
6111
  * @minItems 1
@@ -6099,7 +6115,7 @@ export type VerifiedAxioms = [EpistemicAxiomState, ...EpistemicAxiomState[]];
6099
6115
  /**
6100
6116
  * 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."}
6101
6117
  */
6102
- export type TenantCid307 = string;
6118
+ export type TenantCid308 = string;
6103
6119
  /**
6104
6120
  * The mathematical measure of uncertainty (e.g., variance in generated hypotheses) required to trigger escalation.
6105
6121
  */
@@ -6115,7 +6131,7 @@ export type MaxEscalationTiers = number;
6115
6131
  /**
6116
6132
  * 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."}
6117
6133
  */
6118
- export type TenantCid308 = string;
6134
+ export type TenantCid309 = string;
6119
6135
  /**
6120
6136
  * The Colang specification version.
6121
6137
  */
@@ -6131,7 +6147,7 @@ export type Severity = "low" | "medium" | "high" | "critical";
6131
6147
  /**
6132
6148
  * 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."}
6133
6149
  */
6134
- export type TenantCid309 = string;
6150
+ export type TenantCid310 = string;
6135
6151
  /**
6136
6152
  * Absolute recursive depth limit for DAG deserialization.
6137
6153
  */
@@ -6147,7 +6163,7 @@ export type TruncationStrategy = "hash_pointer" | "nullify" | "scalar_summary";
6147
6163
  /**
6148
6164
  * 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."}
6149
6165
  */
6150
- export type TenantCid310 = string;
6166
+ export type TenantCid311 = string;
6151
6167
  /**
6152
6168
  * An append-only, cryptographic ledger of state events. [SITD-Alpha: Non-Monotonic Epistemic Quarantine Isometry]
6153
6169
  *
@@ -6163,7 +6179,7 @@ export type RetractedNodes = string[];
6163
6179
  /**
6164
6180
  * 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."}
6165
6181
  */
6166
- export type TenantCid311 = string;
6182
+ export type TenantCid312 = string;
6167
6183
  /**
6168
6184
  * A Content Identifier (CID) acting as a cryptographic Lineage Watermark for the temporal anchor.
6169
6185
  */
@@ -6191,7 +6207,7 @@ export type ActiveRollbacks = RollbackIntent[];
6191
6207
  /**
6192
6208
  * 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."}
6193
6209
  */
6194
- export type TenantCid312 = string;
6210
+ export type TenantCid313 = string;
6195
6211
  /**
6196
6212
  * The mathematical heuristic used to select which semantic memories are retracted or compressed.
6197
6213
  */
@@ -6213,7 +6229,7 @@ export type ActiveCascades = DefeasibleCascadeEvent[];
6213
6229
  /**
6214
6230
  * 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."}
6215
6231
  */
6216
- export type TenantCid313 = string;
6232
+ export type TenantCid314 = string;
6217
6233
  /**
6218
6234
  * The deterministic UUID generated by the runtime to represent this field.
6219
6235
  */
@@ -6225,7 +6241,7 @@ export type StructuralType1 = string;
6225
6241
  /**
6226
6242
  * 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."}
6227
6243
  */
6228
- export type TenantCid314 = string;
6244
+ export type TenantCid315 = string;
6229
6245
  /**
6230
6246
  * The basal non-monotonic instruction set currently held in Epistemic Quarantine.
6231
6247
  */
@@ -6233,7 +6249,7 @@ export type SystemPrompt = string;
6233
6249
  /**
6234
6250
  * 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."}
6235
6251
  */
6236
- export type TenantCid315 = string;
6252
+ export type TenantCid316 = string;
6237
6253
  /**
6238
6254
  * A Content Identifier (CID) acting as a cryptographic Lineage Watermark binding this node to the agent whose mind is being modeled.
6239
6255
  */
@@ -6261,7 +6277,7 @@ export type TheoryOfMindMatrices = TheoryOfMindSnapshot[];
6261
6277
  /**
6262
6278
  * 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."}
6263
6279
  */
6264
- export type TenantCid316 = string;
6280
+ export type TenantCid317 = string;
6265
6281
  /**
6266
6282
  * A cryptographic Lineage Watermark bounding this specific capability set.
6267
6283
  */
@@ -6283,7 +6299,7 @@ export type SupportedPersonas = ProfileCIDState[];
6283
6299
  /**
6284
6300
  * 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."}
6285
6301
  */
6286
- export type TenantCid317 = string;
6302
+ export type TenantCid318 = string;
6287
6303
  /**
6288
6304
  * A strict cryptographic string identifier for this L1 procedural pointer.
6289
6305
  */
@@ -6303,7 +6319,7 @@ export type AvailableProceduralManifolds = ProceduralMetadataManifest[];
6303
6319
  /**
6304
6320
  * 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."}
6305
6321
  */
6306
- export type TenantCid318 = string;
6322
+ export type TenantCid319 = string;
6307
6323
  /**
6308
6324
  * A Content Identifier (CID) for the Standard Operating Procedure.
6309
6325
  */
@@ -6315,7 +6331,7 @@ export type ChronologicalFlowEdges1 = [unknown, unknown][];
6315
6331
  /**
6316
6332
  * 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."}
6317
6333
  */
6318
- export type TenantCid319 = string;
6334
+ export type TenantCid320 = string;
6319
6335
  /**
6320
6336
  * If a ThoughtBranchState's prm_score falls below this threshold, the orchestrator MUST halt its generation.
6321
6337
  */
@@ -6345,17 +6361,17 @@ export type EpistemicSecurityPolicy2 = "PUBLIC" | "STANDARD" | "CONFIDENTIAL" |
6345
6361
  /**
6346
6362
  * 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."}
6347
6363
  */
6348
- export type TenantCid320 = string;
6364
+ export type TenantCid321 = string;
6349
6365
  export type SimilarityThresholdAlpha = number;
6350
6366
  export type RelationDiversityBucketSize = number;
6351
6367
  /**
6352
6368
  * 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."}
6353
6369
  */
6354
- export type TenantCid321 = string;
6370
+ export type TenantCid322 = string;
6355
6371
  /**
6356
6372
  * 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."}
6357
6373
  */
6358
- export type TenantCid322 = string;
6374
+ export type TenantCid323 = string;
6359
6375
  /**
6360
6376
  * Globally unique ID generated once at the root user prompt. Must be a ULID or UUIDv7.
6361
6377
  */
@@ -6375,7 +6391,7 @@ export type CausalClock = number;
6375
6391
  /**
6376
6392
  * 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."}
6377
6393
  */
6378
- export type TenantCid323 = string;
6394
+ export type TenantCid324 = string;
6379
6395
  /**
6380
6396
  * The agent's scratchpad, chat history, and any writable states.
6381
6397
  */
@@ -6389,7 +6405,7 @@ export type IsDelta = boolean;
6389
6405
  /**
6390
6406
  * 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."}
6391
6407
  */
6392
- export type TenantCid324 = string;
6408
+ export type TenantCid325 = string;
6393
6409
  /**
6394
6410
  * The mathematical dialect and theorem prover used to compile the proof.
6395
6411
  */
@@ -6405,7 +6421,7 @@ export type CompiledProofHash = string;
6405
6421
  /**
6406
6422
  * 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."}
6407
6423
  */
6408
- export type TenantCid325 = string;
6424
+ export type TenantCid326 = string;
6409
6425
  /**
6410
6426
  * The absolute physical depth limit for recursive encapsulation.
6411
6427
  */
@@ -6421,7 +6437,7 @@ export type MaxSyntheticTokens = number;
6421
6437
  /**
6422
6438
  * 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."}
6423
6439
  */
6424
- export type TenantCid326 = string;
6440
+ export type TenantCid327 = string;
6425
6441
  /**
6426
6442
  * The primary target URN for this geometric schema.
6427
6443
  */
@@ -6439,7 +6455,7 @@ export type MaxDepth1 = number;
6439
6455
  /**
6440
6456
  * 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."}
6441
6457
  */
6442
- export type TenantCid327 = string;
6458
+ export type TenantCid328 = string;
6443
6459
  /**
6444
6460
  * The absolute maximum economic cost allowed for the entire swarm lifecycle.
6445
6461
  */
@@ -6447,7 +6463,7 @@ export type MaxBudgetMagnitude1 = number;
6447
6463
  /**
6448
6464
  * 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."}
6449
6465
  */
6450
- export type TenantCid328 = string;
6466
+ export type TenantCid329 = string;
6451
6467
  /**
6452
6468
  * The formal mathematical operation used to resolve topological forks.
6453
6469
  */
@@ -6471,7 +6487,7 @@ export type GlobalTimeoutSeconds = number;
6471
6487
  /**
6472
6488
  * 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."}
6473
6489
  */
6474
- export type TenantCid329 = string;
6490
+ export type TenantCid330 = string;
6475
6491
  /**
6476
6492
  * The cryptographic Merkle-DAG anchor for the invariant block.
6477
6493
  */
@@ -6489,7 +6505,7 @@ export type TemporalObservationHorizons = TemporalBoundsProfile2[];
6489
6505
  /**
6490
6506
  * 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."}
6491
6507
  */
6492
- export type TenantCid330 = string;
6508
+ export type TenantCid331 = string;
6493
6509
  /**
6494
6510
  * How to flatten SemanticNodeState.
6495
6511
  */
@@ -6505,7 +6521,7 @@ export type PreserveCryptographicLineage = boolean;
6505
6521
  /**
6506
6522
  * 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."}
6507
6523
  */
6508
- export type TenantCid331 = string;
6524
+ export type TenantCid332 = string;
6509
6525
  /**
6510
6526
  * The SPIFFE/SPIRE Identity Protocol execution taint dictating the thread's clearance level within the WASM enclave.
6511
6527
  */
@@ -6517,7 +6533,7 @@ export type IllocutionaryForceProfile1 = "assertive" | "directive_normative" | "
6517
6533
  /**
6518
6534
  * 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."}
6519
6535
  */
6520
- export type TenantCid332 = string;
6536
+ export type TenantCid333 = string;
6521
6537
  /**
6522
6538
  * JSON-RPC version.
6523
6539
  */
@@ -6525,7 +6541,7 @@ export type Jsonrpc3 = "2.0";
6525
6541
  /**
6526
6542
  * 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."}
6527
6543
  */
6528
- export type TenantCid333 = string;
6544
+ export type TenantCid334 = string;
6529
6545
  /**
6530
6546
  * The strict integer identifier classifying the specific topological or execution collapse.
6531
6547
  */
@@ -6541,7 +6557,7 @@ export type Id3 = (string | number) | null;
6541
6557
  /**
6542
6558
  * 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."}
6543
6559
  */
6544
- export type TenantCid334 = string;
6560
+ export type TenantCid335 = string;
6545
6561
  /**
6546
6562
  * A Content Identifier (CID) anchoring the continuous telemetry stream.
6547
6563
  */
@@ -6570,7 +6586,7 @@ export type Deltas = [
6570
6586
  /**
6571
6587
  * 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."}
6572
6588
  */
6573
- export type TenantCid335 = string;
6589
+ export type TenantCid336 = string;
6574
6590
  /**
6575
6591
  * The mathematical function dictating how rapidly lateral ThoughtBranches are restricted over time.
6576
6592
  */
@@ -6587,7 +6603,7 @@ export type LifecycleTriggerEvent = "on_start" | "on_node_transition" | "before_
6587
6603
  /**
6588
6604
  * 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."}
6589
6605
  */
6590
- export type TenantCid336 = string;
6606
+ export type TenantCid337 = string;
6591
6607
  /**
6592
6608
  * The deterministic capability pointer representing the MCP server providing this prompt.
6593
6609
  */
@@ -6607,7 +6623,7 @@ export type PromptHash = string | null;
6607
6623
  /**
6608
6624
  * 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."}
6609
6625
  */
6610
- export type TenantCid337 = string;
6626
+ export type TenantCid338 = string;
6611
6627
  /**
6612
6628
  * The deterministic capability pointer representing the MCP server providing these resources.
6613
6629
  */
@@ -6619,7 +6635,7 @@ export type Uris = string[];
6619
6635
  /**
6620
6636
  * 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."}
6621
6637
  */
6622
- export type TenantCid338 = string;
6638
+ export type TenantCid339 = string;
6623
6639
  /**
6624
6640
  * A matrix defining the layout structure, using panel IDs.
6625
6641
  *
@@ -6645,7 +6661,7 @@ export type ManifoldAlignmentMetricProfile2 = "gromov_wasserstein" | "earth_move
6645
6661
  /**
6646
6662
  * 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."}
6647
6663
  */
6648
- export type TenantCid339 = string;
6664
+ export type TenantCid340 = string;
6649
6665
  /**
6650
6666
  * The minimum atomic token collateral held in escrow.
6651
6667
  */
@@ -6657,7 +6673,7 @@ export type SlashingPenalty = number;
6657
6673
  /**
6658
6674
  * 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."}
6659
6675
  */
6660
- export type TenantCid340 = string;
6676
+ export type TenantCid341 = string;
6661
6677
  /**
6662
6678
  * The definitive Content Identifier (CID) bounding the raw file.
6663
6679
  */
@@ -6677,7 +6693,7 @@ export type TemporalIngestTimestamp = number;
6677
6693
  /**
6678
6694
  * 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."}
6679
6695
  */
6680
- export type TenantCid341 = string;
6696
+ export type TenantCid342 = string;
6681
6697
  /**
6682
6698
  * Structural type of the tensor elements.
6683
6699
  */
@@ -6703,7 +6719,7 @@ export type StorageUri = string;
6703
6719
  /**
6704
6720
  * 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."}
6705
6721
  */
6706
- export type TenantCid342 = string;
6722
+ export type TenantCid343 = string;
6707
6723
  /**
6708
6724
  * Query term or source code to search for
6709
6725
  */
@@ -6719,7 +6735,7 @@ export type MaxResults1 = number;
6719
6735
  /**
6720
6736
  * 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."}
6721
6737
  */
6722
- export type TenantCid343 = string;
6738
+ export type TenantCid344 = string;
6723
6739
  /**
6724
6740
  * Cryptographic CID of the triggering lookup intent
6725
6741
  */
@@ -6737,7 +6753,23 @@ export type PatchOperationProfile = "add" | "remove" | "replace" | "copy" | "mov
6737
6753
  /**
6738
6754
  * 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."}
6739
6755
  */
6740
- export type TenantCid344 = string;
6756
+ export type TenantCid345 = string;
6757
+ /**
6758
+ * The unique identifier mapping the active inference dimension.
6759
+ */
6760
+ export type DimensionId = string;
6761
+ /**
6762
+ * The human-readable label of the coordination axis.
6763
+ */
6764
+ export type DimensionName = string;
6765
+ /**
6766
+ * The normalized value of the metric coordinate.
6767
+ */
6768
+ export type MetricValue = number;
6769
+ /**
6770
+ * 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."}
6771
+ */
6772
+ export type TenantCid346 = string;
6741
6773
  /**
6742
6774
  * The NIST FIPS post-quantum cryptographic algorithm used.
6743
6775
  */
@@ -6753,7 +6785,7 @@ export type PqSignatureBlob = string;
6753
6785
  /**
6754
6786
  * 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."}
6755
6787
  */
6756
- export type TenantCid345 = string;
6788
+ export type TenantCid347 = string;
6757
6789
  /**
6758
6790
  * The absolute Z-axis physical distance to lock the Presentation UI relative to the observer's optical center, resolving vergence-accommodation conflicts.
6759
6791
  */
@@ -6762,7 +6794,7 @@ export type QoSClassificationProfile = "critical" | "high" | "interactive" | "ba
6762
6794
  /**
6763
6795
  * 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."}
6764
6796
  */
6765
- export type TenantCid346 = string;
6797
+ export type TenantCid348 = string;
6766
6798
  /**
6767
6799
  * The continuous stream rate of the thought branch expansion.
6768
6800
  */
@@ -6788,7 +6820,7 @@ export type RiskLevelPolicy = "safe" | "standard" | "critical";
6788
6820
  /**
6789
6821
  * 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."}
6790
6822
  */
6791
- export type TenantCid347 = string;
6823
+ export type TenantCid349 = string;
6792
6824
  /**
6793
6825
  * A Content Identifier (CID) acting as a cryptographic Lineage Watermark binding this semantic edge to the Merkle-DAG.
6794
6826
  */
@@ -6813,7 +6845,7 @@ export type SemanticVersionState = string;
6813
6845
  /**
6814
6846
  * 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."}
6815
6847
  */
6816
- export type TenantCid348 = string;
6848
+ export type TenantCid350 = string;
6817
6849
  /**
6818
6850
  * The raw text captured during the session.
6819
6851
  */
@@ -6825,7 +6857,7 @@ export type CapturedAudioUrn = string | null;
6825
6857
  /**
6826
6858
  * 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."}
6827
6859
  */
6828
- export type TenantCid349 = string;
6860
+ export type TenantCid351 = string;
6829
6861
  /**
6830
6862
  * Whether to activate the microphone for audio ingestion.
6831
6863
  */
@@ -6841,7 +6873,7 @@ export type MaxDurationSeconds = number;
6841
6873
  /**
6842
6874
  * 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."}
6843
6875
  */
6844
- export type TenantCid350 = string;
6876
+ export type TenantCid352 = string;
6845
6877
  /**
6846
6878
  * The URN of the avatar actively projected.
6847
6879
  */
@@ -6857,7 +6889,7 @@ export type ProjectedOverlayText = string | null;
6857
6889
  /**
6858
6890
  * 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."}
6859
6891
  */
6860
- export type TenantCid351 = string;
6892
+ export type TenantCid353 = string;
6861
6893
  /**
6862
6894
  * Optional URN for the visual avatar or face projection.
6863
6895
  */
@@ -6877,7 +6909,7 @@ export type OverlayText = string | null;
6877
6909
  /**
6878
6910
  * 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."}
6879
6911
  */
6880
- export type TenantCid352 = string;
6912
+ export type TenantCid354 = string;
6881
6913
  /**
6882
6914
  * The fully qualified URN available for hot-swapping.
6883
6915
  */
@@ -6889,7 +6921,7 @@ export type ImprovementDelta = number;
6889
6921
  /**
6890
6922
  * 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."}
6891
6923
  */
6892
- export type TenantCid353 = string;
6924
+ export type TenantCid355 = string;
6893
6925
  /**
6894
6926
  * The currently loaded URN in the active session.
6895
6927
  */
@@ -6905,7 +6937,7 @@ export type UpgradeRationaleScore = number;
6905
6937
  /**
6906
6938
  * 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."}
6907
6939
  */
6908
- export type TenantCid354 = string;
6940
+ export type TenantCid356 = string;
6909
6941
  /**
6910
6942
  * The unique cryptographic identifier for this local spatial volume.
6911
6943
  */
@@ -6921,7 +6953,35 @@ export type PhysicalRoomHash = string | null;
6921
6953
  /**
6922
6954
  * 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."}
6923
6955
  */
6924
- export type TenantCid355 = string;
6956
+ export type TenantCid357 = string;
6957
+ /**
6958
+ * The unique token logit identification string.
6959
+ */
6960
+ export type TokenId = string;
6961
+ /**
6962
+ * The decoded string value of the predicted token.
6963
+ */
6964
+ export type TokenValue = string;
6965
+ /**
6966
+ * The mathematical probability value of this logit node.
6967
+ */
6968
+ export type LogitProbability = number;
6969
+ /**
6970
+ * The current evaluation state of the speculative logit.
6971
+ */
6972
+ export type ValidationStatus = "speculative_draft" | "target_validated" | "target_rejected";
6973
+ /**
6974
+ * Optional URN identifier associated with the generating model.
6975
+ */
6976
+ export type AssociatedUrn = string | null;
6977
+ /**
6978
+ * Topological child logit nodes in the prediction tree.
6979
+ */
6980
+ export type ChildSpeculations = SpeculativeTokenNode[];
6981
+ /**
6982
+ * 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."}
6983
+ */
6984
+ export type TenantCid358 = string;
6925
6985
  /**
6926
6986
  * A Content Identifier (CID) acting as a cryptographic Lineage Watermark for this state differential.
6927
6987
  */
@@ -6943,7 +7003,7 @@ export type Patches = StateMutationIntent[];
6943
7003
  /**
6944
7004
  * 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."}
6945
7005
  */
6946
- export type TenantCid356 = string;
7006
+ export type TenantCid359 = string;
6947
7007
  /**
6948
7008
  * A string ID representing the session or specific spatial trace binding.
6949
7009
  */
@@ -6961,7 +7021,7 @@ export type MaxRetainedTokens1 = number;
6961
7021
  /**
6962
7022
  * 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."}
6963
7023
  */
6964
- export type TenantCid357 = string;
7024
+ export type TenantCid360 = string;
6965
7025
  /**
6966
7026
  * Unique identifier for this simulation profile.
6967
7027
  */
@@ -6993,6 +7053,30 @@ export type TopologyHashReceipt = string;
6993
7053
  * AGENT INSTRUCTION: Dictates the exact algorithmic or logical mechanism utilized to forge a semantic connection or transmute a bimodal data state, allowing downstream agents to weigh epistemic reliability.
6994
7054
  */
6995
7055
  export type TransformationMechanismProfile1 = "lexical_crosswalk" | "contextual_transformer_inference" | "rhetorical_extraction" | "abductive_inference";
7056
+ /**
7057
+ * 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."}
7058
+ */
7059
+ export type TenantCid361 = string;
7060
+ /**
7061
+ * The unique cryptographic transaction CID.
7062
+ */
7063
+ export type TransactionId = string;
7064
+ /**
7065
+ * The sovereign URN of the agent executing the verified transaction.
7066
+ */
7067
+ export type OriginatingAgentUrn = string;
7068
+ /**
7069
+ * The hex-encoded succinct proof attestation.
7070
+ */
7071
+ export type ZkSnarkProofHex = string;
7072
+ /**
7073
+ * The SHA-256 selectively disclosed credential receipt hash.
7074
+ */
7075
+ export type SdJwtAttestationHash = string;
7076
+ /**
7077
+ * The ISO-8601 formatted verification timestamp.
7078
+ */
7079
+ export type VerificationTimestamp = string;
6996
7080
  /**
6997
7081
  * AGENT INSTRUCTION: Classifies reality into domain-independent categories based on Basic Formal Ontology principles to prevent graph bloat.
6998
7082
  */
@@ -7000,7 +7084,7 @@ export type UpperOntologyClassProfile1 = "continuant" | "occurrent";
7000
7084
  /**
7001
7085
  * 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."}
7002
7086
  */
7003
- export type TenantCid358 = string;
7087
+ export type TenantCid362 = string;
7004
7088
  /**
7005
7089
  * The statistical variance threshold below which deterministic fallback is enforced.
7006
7090
  */
@@ -7008,7 +7092,7 @@ export type SuperpositionVarianceThreshold = number;
7008
7092
  /**
7009
7093
  * 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."}
7010
7094
  */
7011
- export type TenantCid359 = string;
7095
+ export type TenantCid363 = string;
7012
7096
  /**
7013
7097
  * The linear algebraic projection operator applied to collapse the topology.
7014
7098
  */
@@ -7028,7 +7112,7 @@ export type ClippingPlaneFar = number;
7028
7112
  /**
7029
7113
  * 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."}
7030
7114
  */
7031
- export type TenantCid360 = string;
7115
+ export type TenantCid364 = string;
7032
7116
  /**
7033
7117
  * The ephemeral session boundary for this execution.
7034
7118
  */
@@ -7087,6 +7171,7 @@ export interface CoReasonSharedKernelOntology {
7087
7171
  CausalExplanationEvent?: CausalExplanationEvent;
7088
7172
  CausalIntervalProfile?: CausalIntervalProfile;
7089
7173
  CausalPropagationIntent?: CausalPropagationIntent;
7174
+ CausalRelationEdge?: CausalRelationEdge;
7090
7175
  CircuitBreakerEvent?: CircuitBreakerEvent;
7091
7176
  ClinicalVocabularyMappingState?: ClinicalVocabularyMappingState;
7092
7177
  CognitiveActionSpaceManifest?: CognitiveActionSpaceManifest;
@@ -7319,6 +7404,7 @@ export interface CoReasonSharedKernelOntology {
7319
7404
  PeftAdapterContract?: PeftAdapterContract;
7320
7405
  PermissionBoundaryPolicy?: PermissionBoundaryPolicy1;
7321
7406
  PersistenceCommitReceipt?: PersistenceCommitReceipt;
7407
+ PolicyCoordinates?: PolicyCoordinates;
7322
7408
  PostCoordinatedSemanticState?: PostCoordinatedSemanticState;
7323
7409
  PostQuantumSignatureReceipt?: PostQuantumSignatureReceipt;
7324
7410
  PredictionMarketPolicy?: PredictionMarketPolicy1;
@@ -7380,6 +7466,7 @@ export interface CoReasonSharedKernelOntology {
7380
7466
  SpatialTaxonomicRestructureIntent?: SpatialTaxonomicRestructureIntent;
7381
7467
  SpatialToolManifest?: SpatialToolManifest;
7382
7468
  SpeculativeExecutionPolicy?: SpeculativeExecutionPolicy;
7469
+ SpeculativeTokenNode?: SpeculativeTokenNode;
7383
7470
  StateContract?: StateContract;
7384
7471
  StateDifferentialManifest?: StateDifferentialManifest;
7385
7472
  StateHydrationManifest?: StateHydrationManifest;
@@ -7428,6 +7515,7 @@ export interface CoReasonSharedKernelOntology {
7428
7515
  TraceContextState?: TraceContextState1;
7429
7516
  TransformationMechanismProfile?: TransformationMechanismProfile1;
7430
7517
  TransitionEdgeProfile?: TransitionEdgeProfile;
7518
+ TransmutationReceipt?: TransmutationReceipt;
7431
7519
  TruthMaintenancePolicy?: TruthMaintenancePolicy;
7432
7520
  UpperOntologyClassProfile?: UpperOntologyClassProfile1;
7433
7521
  UtilityJustificationGraphReceipt?: UtilityJustificationGraphReceipt;
@@ -14401,6 +14489,23 @@ export interface BypassReceipt {
14401
14489
  justification: Justification18;
14402
14490
  cryptographic_null_hash: CryptographicNullHash;
14403
14491
  }
14492
+ /**
14493
+ * CoReason Shared Kernel Ontology
14494
+ *
14495
+ * AGENT INSTRUCTION: Maps the causal relational directed edges inside the active topological DAG.
14496
+ *
14497
+ * CAUSAL AFFORDANCE: Enables do-calculus estimation and blast radius visualizations before performing node overrides.
14498
+ *
14499
+ * EPISTEMIC BOUNDS: Edges strictly map source and target CIDs and resolve relation typings under Pearl's SCM.
14500
+ *
14501
+ * MCP ROUTING TRIGGERS: Causal Graph Edge, Directed Relation, Do-Calculus Interaction, SCM Boundary
14502
+ */
14503
+ export interface CausalRelationEdge {
14504
+ tenant_cid?: TenantCid271;
14505
+ source_node_id: SourceNodeId;
14506
+ target_node_id: TargetNodeId;
14507
+ relation_type: RelationType;
14508
+ }
14404
14509
  /**
14405
14510
  * CoReason Shared Kernel Ontology
14406
14511
  *
@@ -14410,7 +14515,7 @@ export interface BypassReceipt {
14410
14515
  * MCP ROUTING TRIGGERS: OMOP CDM, Vocabulary Mapping, Health Informatics, SNOMED, LOINC, RxNorm
14411
14516
  */
14412
14517
  export interface ClinicalVocabularyMappingState {
14413
- tenant_cid?: TenantCid271;
14518
+ tenant_cid?: TenantCid272;
14414
14519
  source_code: SourceCode;
14415
14520
  source_vocabulary: SourceVocabulary;
14416
14521
  target_concept_id: TargetConceptId;
@@ -14432,7 +14537,7 @@ export interface ClinicalVocabularyMappingState {
14432
14537
  * MCP ROUTING TRIGGERS: Markov Decision Process, Action Space, Affordance Theory, State Transition Matrix, Directed Cyclic Graph
14433
14538
  */
14434
14539
  export interface CognitiveActionSpaceManifest {
14435
- tenant_cid?: TenantCid272;
14540
+ tenant_cid?: TenantCid273;
14436
14541
  action_space_cid: ActionSpaceCid1;
14437
14542
  capabilities: Capabilities;
14438
14543
  transition_matrix: TransitionMatrix;
@@ -14476,7 +14581,7 @@ export interface TransitionMatrix {
14476
14581
  * MCP ROUTING TRIGGERS: Bipartite Graph Separation, Toxic Capability Quarantine, Finite State Machine, Structural Interlock, Conflict Graph
14477
14582
  */
14478
14583
  export interface KineticSeparationPolicy {
14479
- tenant_cid?: TenantCid273;
14584
+ tenant_cid?: TenantCid274;
14480
14585
  policy_cid: PolicyCid1;
14481
14586
  mutually_exclusive_clusters: MutuallyExclusiveClusters;
14482
14587
  enforcement_action: EnforcementAction;
@@ -14513,7 +14618,7 @@ export interface CognitiveCritiqueProfile1 {
14513
14618
  * MCP ROUTING TRIGGERS: Semantic Tax Neutralization, Decoupled Reasoning Pipeline, XGrammar FSM Toggle, Constrained Decoding, Two-Stage Generation, Deliberation Envelope
14514
14619
  */
14515
14620
  export interface CognitiveDeliberativeEnvelopeState {
14516
- tenant_cid?: TenantCid274;
14621
+ tenant_cid?: TenantCid275;
14517
14622
  deliberation_trace: DeliberationTrace;
14518
14623
  payload: Payload2;
14519
14624
  }
@@ -14543,7 +14648,7 @@ export interface Payload2 {
14543
14648
  * Cryptography, Symmetric Consensus, Zero-Trust Evaluation
14544
14649
  */
14545
14650
  export interface CognitiveDualVerificationReceipt {
14546
- tenant_cid?: TenantCid275;
14651
+ tenant_cid?: TenantCid276;
14547
14652
  /**
14548
14653
  * A Decentralized Identifier (DID) representing a cryptographically accountable principal within the swarm.
14549
14654
  */
@@ -14574,7 +14679,7 @@ export interface CognitiveDualVerificationReceipt {
14574
14679
  * Latent Monologue, Verifiable Reasoning
14575
14680
  */
14576
14681
  export interface CognitiveReasoningTraceState {
14577
- tenant_cid?: TenantCid276;
14682
+ tenant_cid?: TenantCid277;
14578
14683
  trace_cid: TraceCid1;
14579
14684
  source_proof_cid: SourceProofCid;
14580
14685
  token_length: TokenLength;
@@ -14592,7 +14697,7 @@ export interface CognitiveReasoningTraceState {
14592
14697
  * MCP ROUTING TRIGGERS: Monte Carlo Tree Search, Upper Confidence Bound, Inverse Frequency Smoothing, Heuristic Exploration, Graph Traversal
14593
14698
  */
14594
14699
  export interface CognitiveSamplingPolicy {
14595
- tenant_cid?: TenantCid277;
14700
+ tenant_cid?: TenantCid278;
14596
14701
  max_complexity_hops: MaxComplexityHops;
14597
14702
  inverse_frequency_smoothing_epsilon?: InverseFrequencySmoothingEpsilon;
14598
14703
  }
@@ -14608,7 +14713,7 @@ export interface CognitiveSamplingPolicy {
14608
14713
  * MCP ROUTING TRIGGERS: Cognitive Swarm, Agent Deployment, Routing Topology, Bootstrapping Macro
14609
14714
  */
14610
14715
  export interface CognitiveSwarmDeploymentManifest {
14611
- tenant_cid?: TenantCid278;
14716
+ tenant_cid?: TenantCid279;
14612
14717
  swarm_objective_prompt: SwarmObjectivePrompt;
14613
14718
  agent_node_count: AgentNodeCount;
14614
14719
  consensus_mechanism: ConsensusMechanism;
@@ -14625,7 +14730,7 @@ export interface CognitiveSwarmDeploymentManifest {
14625
14730
  * MCP ROUTING TRIGGERS: Softmax Gating, Cognitive Load Theory, Pre-Flight Routing, Dictionary Bombing Prevention, Token Exhaustion Mitigation
14626
14731
  */
14627
14732
  export interface CognitiveTaxonomicRoutingPolicy {
14628
- tenant_cid?: TenantCid279;
14733
+ tenant_cid?: TenantCid280;
14629
14734
  policy_cid: PolicyCid2;
14630
14735
  intent_to_heuristic_matrix: IntentToHeuristicMatrix;
14631
14736
  fallback_heuristic: FallbackHeuristic;
@@ -14673,7 +14778,7 @@ export interface CollectiveIntelligenceProfile1 {
14673
14778
  * MCP ROUTING TRIGGERS: Commercial Exclusivity, Cryptographic License, Token Supersession, JWT Issuance
14674
14779
  */
14675
14780
  export interface CommercialLicenseIntent {
14676
- tenant_cid?: TenantCid280;
14781
+ tenant_cid?: TenantCid281;
14677
14782
  target_tenant_cid: TargetTenantCid;
14678
14783
  requested_entitlements?: RequestedEntitlements;
14679
14784
  }
@@ -14689,7 +14794,7 @@ export interface CommercialLicenseIntent {
14689
14794
  * MCP ROUTING TRIGGERS: License Validation, Air-Gapped PKI, Zero-Trust Architecture, Token Rotation, IP Sovereignty
14690
14795
  */
14691
14796
  export interface CommercialLicenseState {
14692
- tenant_cid?: TenantCid281;
14797
+ tenant_cid?: TenantCid282;
14693
14798
  jti: Jti;
14694
14799
  supersedes?: Supersedes;
14695
14800
  exp: Exp;
@@ -14708,7 +14813,7 @@ export interface CommercialLicenseState {
14708
14813
  * MCP ROUTING TRIGGERS: Commercial License Override, VCDM v2.0, SD-JWT, zk-SNARK, ML-DSA, FIPS 204, Distr Integration, IP Sovereignty Receipt, Zero-Trust License Verification, WASM Feature Gating
14709
14814
  */
14710
14815
  export interface CommercialOverrideReceipt {
14711
- tenant_cid?: TenantCid282;
14816
+ tenant_cid?: TenantCid283;
14712
14817
  license_tier: LicenseTier;
14713
14818
  signer_did: SignerDid;
14714
14819
  signature_algorithm?: SignatureAlgorithm;
@@ -14744,7 +14849,7 @@ export interface CommercialOverrideReceipt {
14744
14849
  * Thermodynamic Rate Card, Substrate Abstraction
14745
14850
  */
14746
14851
  export interface ComputeEngineProfile {
14747
- tenant_cid?: TenantCid283;
14852
+ tenant_cid?: TenantCid284;
14748
14853
  foundation_matrix_name: FoundationMatrixName1;
14749
14854
  provider: Provider;
14750
14855
  context_window_size: ContextWindowSize;
@@ -14756,7 +14861,7 @@ export interface ComputeEngineProfile {
14756
14861
  * The economic cost definition associated with the model.
14757
14862
  */
14758
14863
  export interface ComputeRateContract {
14759
- tenant_cid?: TenantCid284;
14864
+ tenant_cid?: TenantCid285;
14760
14865
  cost_per_million_input_tokens: CostPerMillionInputTokens;
14761
14866
  cost_per_million_output_tokens: CostPerMillionOutputTokens;
14762
14867
  magnitude_unit: MagnitudeUnit;
@@ -14773,7 +14878,7 @@ export interface ComputeRateContract {
14773
14878
  * MCP ROUTING TRIGGERS: Thermodynamic Cost, Monte Carlo Tree Search, Economic Escrow, Token Burn, Budget Calculation
14774
14879
  */
14775
14880
  export interface ComputeRateContract1 {
14776
- tenant_cid?: TenantCid284;
14881
+ tenant_cid?: TenantCid285;
14777
14882
  cost_per_million_input_tokens: CostPerMillionInputTokens;
14778
14883
  cost_per_million_output_tokens: CostPerMillionOutputTokens;
14779
14884
  magnitude_unit: MagnitudeUnit;
@@ -14817,7 +14922,7 @@ export interface ContextualizedSourceState3 {
14817
14922
  * Backpressure, Buffer Memory Bounding
14818
14923
  */
14819
14924
  export interface ContinuousMutationPolicy {
14820
- tenant_cid?: TenantCid285;
14925
+ tenant_cid?: TenantCid286;
14821
14926
  mutation_paradigm: MutationParadigm;
14822
14927
  max_uncommitted_edges: MaxUncommittedEdges;
14823
14928
  micro_batch_interval_ms: MicroBatchIntervalMs;
@@ -14866,7 +14971,7 @@ export interface CrossoverPolicy1 {
14866
14971
  * MCP ROUTING TRIGGERS: Homotopy Type Theory, Cryptographic Provenance, Execution Causal Chain, Merkle-DAG Identity, Path Equivalence
14867
14972
  */
14868
14973
  export interface CryptographicProvenancePolicy {
14869
- tenant_cid?: TenantCid286;
14974
+ tenant_cid?: TenantCid287;
14870
14975
  provenance_trace_cid?: ProvenanceTraceCid1;
14871
14976
  }
14872
14977
  /**
@@ -14887,7 +14992,7 @@ export interface CryptographicProvenancePolicy {
14887
14992
  * MCP ROUTING TRIGGERS: Hebbian Learning, Memory Consolidation, Inductive Logic Programming, Aleatoric Entropy, Knowledge Distillation
14888
14993
  */
14889
14994
  export interface CrystallizationPolicy {
14890
- tenant_cid?: TenantCid287;
14995
+ tenant_cid?: TenantCid288;
14891
14996
  min_observations_required: MinObservationsRequired;
14892
14997
  aleatoric_entropy_threshold: AleatoricEntropyThreshold;
14893
14998
  target_cognitive_tier: TargetCognitiveTier;
@@ -14904,7 +15009,7 @@ export interface CrystallizationPolicy {
14904
15009
  * MCP ROUTING TRIGGERS: Jon Doyle TMS, Epistemic Contagion, Belief Retraction, Shannon Entropy Penalty, Graph Quarantine
14905
15010
  */
14906
15011
  export interface DefeasibleCascadeEvent {
14907
- tenant_cid?: TenantCid288;
15012
+ tenant_cid?: TenantCid289;
14908
15013
  cascade_cid: CascadeCid;
14909
15014
  root_falsified_event_cid: RootFalsifiedEventCid;
14910
15015
  propagated_decay_factor: PropagatedDecayFactor;
@@ -14924,7 +15029,7 @@ export interface DefeasibleCascadeEvent {
14924
15029
  * MCP ROUTING TRIGGERS: Macaroons, Delegation Chain, Public Key Infrastructure, Object Capability Model, Decentralized Identifiers
14925
15030
  */
14926
15031
  export interface DelegatedCapabilityManifest {
14927
- tenant_cid?: TenantCid289;
15032
+ tenant_cid?: TenantCid290;
14928
15033
  capability_cid: CapabilityCid2;
14929
15034
  /**
14930
15035
  * A Decentralized Identifier (DID) representing a cryptographically accountable principal within the swarm.
@@ -14950,7 +15055,7 @@ export interface DelegatedCapabilityManifest {
14950
15055
  * MCP ROUTING TRIGGERS: Satisfiability Modulo Theories, Neurosymbolic Relaxation, Differentiable Theorem Proving, Probabilistic Logic Networks, Continuous Penalty
14951
15056
  */
14952
15057
  export interface DifferentiableLogicPolicy {
14953
- tenant_cid?: TenantCid290;
15058
+ tenant_cid?: TenantCid291;
14954
15059
  constraint_cid: ConstraintCid;
14955
15060
  formal_syntax_smt: FormalSyntaxSmt;
14956
15061
  relaxation_epsilon: RelaxationEpsilon;
@@ -14974,7 +15079,7 @@ export interface DifferentiableLogicPolicy {
14974
15079
  * MCP ROUTING TRIGGERS: Probability Density Function, Bayesian Inference, Stochastic Geometry, Parametric Distribution, Variance Bounding
14975
15080
  */
14976
15081
  export interface DistributionProfile {
14977
- tenant_cid?: TenantCid291;
15082
+ tenant_cid?: TenantCid292;
14978
15083
  /**
14979
15084
  * The mathematical shape of the probability density function.
14980
15085
  */
@@ -15003,7 +15108,7 @@ export interface DistributionProfile {
15003
15108
  * Sort, Referential Integrity, Spatial Reading Order
15004
15109
  */
15005
15110
  export interface DocumentLayoutManifest {
15006
- tenant_cid?: TenantCid292;
15111
+ tenant_cid?: TenantCid293;
15007
15112
  blocks: Blocks1;
15008
15113
  chronological_flow_edges?: ChronologicalFlowEdges;
15009
15114
  }
@@ -15033,7 +15138,7 @@ export interface Blocks1 {
15033
15138
  * Bellman Equation
15034
15139
  */
15035
15140
  export interface DynamicConvergenceSLA {
15036
- tenant_cid?: TenantCid293;
15141
+ tenant_cid?: TenantCid294;
15037
15142
  convergence_delta_epsilon: ConvergenceDeltaEpsilon;
15038
15143
  lookback_window_steps: LookbackWindowSteps;
15039
15144
  minimum_reasoning_steps: MinimumReasoningSteps;
@@ -15050,7 +15155,7 @@ export interface DynamicConvergenceSLA {
15050
15155
  * MCP ROUTING TRIGGERS: Abstract Syntax Tree Validation, Zero-Trust UI Projection, Arbitrary Code Execution Prevention, Declarative Templating
15051
15156
  */
15052
15157
  export interface DynamicLayoutManifest {
15053
- tenant_cid?: TenantCid294;
15158
+ tenant_cid?: TenantCid295;
15054
15159
  layout_tstring: LayoutTstring;
15055
15160
  max_ast_node_budget?: MaxAstNodeBudget;
15056
15161
  }
@@ -15089,7 +15194,7 @@ export interface DynamicManifoldProjectionManifest1 {
15089
15194
  * MCP ROUTING TRIGGERS: Softmax Router Gate, Sparse Mixture of Experts, Conservation of Custody, Topos Theory, Spot Compute Allocation
15090
15195
  */
15091
15196
  export interface DynamicRoutingManifest {
15092
- tenant_cid?: TenantCid295;
15197
+ tenant_cid?: TenantCid296;
15093
15198
  manifest_cid: ManifestCid3;
15094
15199
  artifact_profile: GlobalSemanticProfile;
15095
15200
  active_subgraphs: ActiveSubgraphs;
@@ -15100,7 +15205,7 @@ export interface DynamicRoutingManifest {
15100
15205
  * The semantic profile governing this route.
15101
15206
  */
15102
15207
  export interface GlobalSemanticProfile {
15103
- tenant_cid?: TenantCid296;
15208
+ tenant_cid?: TenantCid297;
15104
15209
  artifact_event_cid: ArtifactEventCid2;
15105
15210
  detected_modalities: DetectedModalities;
15106
15211
  token_density: TokenDensity;
@@ -15129,7 +15234,7 @@ export interface BranchBudgetsMagnitude {
15129
15234
  * MCP ROUTING TRIGGERS: Ensemble Learning, Superposition Wave Collapse, Brier Score, Parallel Execution, Condorcet's Jury Theorem
15130
15235
  */
15131
15236
  export interface EnsembleTopologyProfile {
15132
- tenant_cid?: TenantCid297;
15237
+ tenant_cid?: TenantCid298;
15133
15238
  concurrent_branch_cids: ConcurrentBranchCids;
15134
15239
  fusion_function: FusionFunction;
15135
15240
  }
@@ -15145,7 +15250,7 @@ export interface EnsembleTopologyProfile {
15145
15250
  * MCP ROUTING TRIGGERS: Dung's AAF, Defeasible Logic, Abstract Argumentation, Non-Monotonic Node, Grounded Extension Premise
15146
15251
  */
15147
15252
  export interface EpistemicArgumentClaimState {
15148
- tenant_cid?: TenantCid298;
15253
+ tenant_cid?: TenantCid299;
15149
15254
  claim_cid: ClaimCid;
15150
15255
  proponent_cid: ProponentCid;
15151
15256
  text_chunk: TextChunk2;
@@ -15163,7 +15268,7 @@ export interface EpistemicArgumentClaimState {
15163
15268
  * MCP ROUTING TRIGGERS: Toulmin Model, Evidentiary Warrant, Inferential Bridge, Grounding Coordinate, Argumentation Theory
15164
15269
  */
15165
15270
  export interface EvidentiaryWarrantState {
15166
- tenant_cid?: TenantCid299;
15271
+ tenant_cid?: TenantCid300;
15167
15272
  source_event_cid?: SourceEventCid2;
15168
15273
  source_semantic_node_cid?: SourceSemanticNodeCid;
15169
15274
  justification: Justification19;
@@ -15180,7 +15285,7 @@ export interface EvidentiaryWarrantState {
15180
15285
  * MCP ROUTING TRIGGERS: Dung's AAF, Adjacency Matrix, Grounded Extension, State-Space Bounding, Dialectical Justification
15181
15286
  */
15182
15287
  export interface EpistemicArgumentGraphState {
15183
- tenant_cid?: TenantCid300;
15288
+ tenant_cid?: TenantCid301;
15184
15289
  claims: Claims;
15185
15290
  attacks?: Attacks;
15186
15291
  }
@@ -15208,7 +15313,7 @@ export interface Attacks {
15208
15313
  * MCP ROUTING TRIGGERS: First-Order Logic, RDF Triple, Semantic Distillation, Causal Edge, Directed Graph
15209
15314
  */
15210
15315
  export interface EpistemicAxiomState {
15211
- tenant_cid?: TenantCid301;
15316
+ tenant_cid?: TenantCid302;
15212
15317
  source_concept_cid: SourceConceptCid;
15213
15318
  directed_edge_class: DirectedEdgeClass;
15214
15319
  target_concept_cid: TargetConceptCid;
@@ -15225,7 +15330,7 @@ export interface EpistemicAxiomState {
15225
15330
  * MCP ROUTING TRIGGERS: Markov Blanket, Reachability Matrix, Abstract Argumentation, RFC 8785 Canonicalization, Graph Traversal
15226
15331
  */
15227
15332
  export interface EpistemicChainGraphState {
15228
- tenant_cid?: TenantCid302;
15333
+ tenant_cid?: TenantCid303;
15229
15334
  chain_cid: ChainCid;
15230
15335
  syntactic_roots: SyntacticRoots;
15231
15336
  semantic_leaves: SemanticLeaves;
@@ -15277,7 +15382,7 @@ export interface EpistemicCompressionSLA1 {
15277
15382
  * Canonical Hashing, Knowledge Distillation
15278
15383
  */
15279
15384
  export interface EpistemicCurriculumManifest {
15280
- tenant_cid?: TenantCid303;
15385
+ tenant_cid?: TenantCid304;
15281
15386
  curriculum_cid: CurriculumCid;
15282
15387
  tasks: Tasks;
15283
15388
  }
@@ -15302,7 +15407,7 @@ export interface EpistemicCurriculumManifest {
15302
15407
  * Reinforcement Learning, Dual Verification, Curry-Howard Correspondence
15303
15408
  */
15304
15409
  export interface EpistemicGroundedTaskManifest {
15305
- tenant_cid?: TenantCid304;
15410
+ tenant_cid?: TenantCid305;
15306
15411
  task_cid: TaskCid7;
15307
15412
  topological_proof: EpistemicTopologicalProofManifest;
15308
15413
  vignette_payload: VignettePayload;
@@ -15313,7 +15418,7 @@ export interface EpistemicGroundedTaskManifest {
15313
15418
  * The underlying latent path.
15314
15419
  */
15315
15420
  export interface EpistemicTopologicalProofManifest {
15316
- tenant_cid?: TenantCid305;
15421
+ tenant_cid?: TenantCid306;
15317
15422
  proof_cid: ProofCid;
15318
15423
  axiomatic_chain: AxiomaticChain;
15319
15424
  }
@@ -15337,7 +15442,7 @@ export interface EpistemicTopologicalProofManifest {
15337
15442
  * Latent Monologue, Verifiable Reasoning
15338
15443
  */
15339
15444
  export interface CognitiveReasoningTraceState1 {
15340
- tenant_cid?: TenantCid276;
15445
+ tenant_cid?: TenantCid277;
15341
15446
  trace_cid: TraceCid1;
15342
15447
  source_proof_cid: SourceProofCid;
15343
15448
  token_length: TokenLength;
@@ -15363,7 +15468,7 @@ export interface CognitiveReasoningTraceState1 {
15363
15468
  * Cryptography, Symmetric Consensus, Zero-Trust Evaluation
15364
15469
  */
15365
15470
  export interface CognitiveDualVerificationReceipt1 {
15366
- tenant_cid?: TenantCid275;
15471
+ tenant_cid?: TenantCid276;
15367
15472
  /**
15368
15473
  * A Decentralized Identifier (DID) representing a cryptographically accountable principal within the swarm.
15369
15474
  */
@@ -15386,7 +15491,7 @@ export interface CognitiveDualVerificationReceipt1 {
15386
15491
  * MCP ROUTING TRIGGERS: Formal Epistemology, Bounded Semilattice, Knowledge Graph Partition, Deterministic Alignment, Subdomain Projection
15387
15492
  */
15388
15493
  export interface EpistemicDomainGraphManifest {
15389
- tenant_cid?: TenantCid306;
15494
+ tenant_cid?: TenantCid307;
15390
15495
  graph_cid: GraphCid1;
15391
15496
  verified_axioms: VerifiedAxioms;
15392
15497
  }
@@ -15402,7 +15507,7 @@ export interface EpistemicDomainGraphManifest {
15402
15507
  * MCP ROUTING TRIGGERS: System 2 Processing, Test-Time Compute, Shannon Entropy, Epistemic Escalation, Non-Monotonic Scaling
15403
15508
  */
15404
15509
  export interface EpistemicEscalationContract {
15405
- tenant_cid?: TenantCid307;
15510
+ tenant_cid?: TenantCid308;
15406
15511
  baseline_entropy_threshold: BaselineEntropyThreshold;
15407
15512
  test_time_multiplier: TestTimeMultiplier;
15408
15513
  max_escalation_tiers: MaxEscalationTiers;
@@ -15423,7 +15528,7 @@ export interface EpistemicEscalationContract {
15423
15528
  * MCP ROUTING TRIGGERS: NeMo Guardrails, Colang, Reverse Proxy, Constitutional Alignment, Envoy Mesh
15424
15529
  */
15425
15530
  export interface EpistemicGuardrailsManifest {
15426
- tenant_cid?: TenantCid308;
15531
+ tenant_cid?: TenantCid309;
15427
15532
  colang_version?: ColangVersion;
15428
15533
  colang_payload: ColangPayload;
15429
15534
  severity?: Severity;
@@ -15437,7 +15542,7 @@ export interface EpistemicGuardrailsManifest {
15437
15542
  * MCP ROUTING TRIGGERS: Coalgebraic Unfolding, Lazy Evaluation, State-Space Bounding, VRAM Exhaustion Prevention
15438
15543
  */
15439
15544
  export interface EpistemicHydrationPolicy {
15440
- tenant_cid?: TenantCid309;
15545
+ tenant_cid?: TenantCid310;
15441
15546
  max_unfold_depth: MaxUnfoldDepth;
15442
15547
  lazy_fetch_timeout_ms: LazyFetchTimeoutMs;
15443
15548
  truncation_strategy: TruncationStrategy;
@@ -15454,7 +15559,7 @@ export interface EpistemicHydrationPolicy {
15454
15559
  * MCP ROUTING TRIGGERS: Event Sourcing, Sigstore, Rekor Transparency Log, Immutable Ledger, Truth Crystallization, Chronological Sort
15455
15560
  */
15456
15561
  export interface EpistemicLedgerState {
15457
- tenant_cid?: TenantCid310;
15562
+ tenant_cid?: TenantCid311;
15458
15563
  history: History;
15459
15564
  defeasible_claims?: DefeasibleClaims;
15460
15565
  retracted_nodes?: RetractedNodes;
@@ -15502,7 +15607,7 @@ export interface DefeasibleClaims {
15502
15607
  * Restoration, Temporal Logic, O(1) Rollback
15503
15608
  */
15504
15609
  export interface TemporalCheckpointState {
15505
- tenant_cid?: TenantCid311;
15610
+ tenant_cid?: TenantCid312;
15506
15611
  checkpoint_cid: CheckpointCid;
15507
15612
  ledger_index: LedgerIndex;
15508
15613
  state_hash: StateHash;
@@ -15525,7 +15630,7 @@ export interface TemporalCheckpointState {
15525
15630
  * MCP ROUTING TRIGGERS: Information Bottleneck, Ebbinghaus Forgetting Curve, Salience Decay, LRU Cache Eviction, Attention Dilution
15526
15631
  */
15527
15632
  export interface EvictionPolicy {
15528
- tenant_cid?: TenantCid312;
15633
+ tenant_cid?: TenantCid313;
15529
15634
  strategy: Strategy1;
15530
15635
  max_retained_tokens: MaxRetainedTokens;
15531
15636
  protected_event_cids?: ProtectedEventCids;
@@ -15562,7 +15667,7 @@ export interface TruthMaintenancePolicy1 {
15562
15667
  * MCP ROUTING TRIGGERS: Zero-Trust Isolation, Symbolic Firewall, Epistemic Quarantine, OpenSymbolicAI Projection
15563
15668
  */
15564
15669
  export interface EpistemicProxyState {
15565
- tenant_cid?: TenantCid313;
15670
+ tenant_cid?: TenantCid314;
15566
15671
  proxy_cid: ProxyCid1;
15567
15672
  structural_type: StructuralType1;
15568
15673
  }
@@ -15589,7 +15694,7 @@ export interface EpistemicProxyState {
15589
15694
  * of Mind, Volatile State Isolation, Semantic Sandbox
15590
15695
  */
15591
15696
  export interface EpistemicQuarantineSnapshot {
15592
- tenant_cid?: TenantCid314;
15697
+ tenant_cid?: TenantCid315;
15593
15698
  system_prompt: SystemPrompt;
15594
15699
  active_context: ActiveContext;
15595
15700
  /**
@@ -15620,7 +15725,7 @@ export interface ActiveContext {
15620
15725
  * MCP ROUTING TRIGGERS: Bayesian Theory of Mind, Epistemic Logic, Cognitive Modeling, Common Knowledge, Multi-Agent Inference
15621
15726
  */
15622
15727
  export interface TheoryOfMindSnapshot {
15623
- tenant_cid?: TenantCid315;
15728
+ tenant_cid?: TenantCid316;
15624
15729
  target_agent_cid: TargetAgentCid;
15625
15730
  assumed_shared_beliefs: AssumedSharedBeliefs;
15626
15731
  identified_knowledge_gaps: IdentifiedKnowledgeGaps;
@@ -15638,7 +15743,7 @@ export interface TheoryOfMindSnapshot {
15638
15743
  * MCP ROUTING TRIGGERS: Gibsonian Affordances, Bipartite Graph Projection, Action Space Manifold, RFC 8785 Canonicalization, Holographic Subgraph
15639
15744
  */
15640
15745
  export interface SpatialOntologicalSurfaceProjectionManifest {
15641
- tenant_cid?: TenantCid316;
15746
+ tenant_cid?: TenantCid317;
15642
15747
  projection_cid: ProjectionCid1;
15643
15748
  action_spaces?: ActionSpaces;
15644
15749
  supported_personas?: SupportedPersonas;
@@ -15656,7 +15761,7 @@ export interface SpatialOntologicalSurfaceProjectionManifest {
15656
15761
  * MCP ROUTING TRIGGERS: Lazy Evaluation, Progressive Disclosure, Information Bottleneck, Discovery Surface, Epistemic Pointer
15657
15762
  */
15658
15763
  export interface ProceduralMetadataManifest {
15659
- tenant_cid?: TenantCid317;
15764
+ tenant_cid?: TenantCid318;
15660
15765
  metadata_cid: MetadataCid;
15661
15766
  target_sop_cid: TargetSopCid;
15662
15767
  trigger_description: TriggerDescription;
@@ -15688,7 +15793,7 @@ export interface ProceduralMetadataManifest {
15688
15793
  * Topological Flow, Referential Integrity
15689
15794
  */
15690
15795
  export interface EpistemicSOPManifest {
15691
- tenant_cid?: TenantCid318;
15796
+ tenant_cid?: TenantCid319;
15692
15797
  sop_cid: SopCid;
15693
15798
  /**
15694
15799
  * A deterministic cognitive routing boundary that defines the non-monotonic instruction set for the agent.
@@ -15723,7 +15828,7 @@ export interface StructuralGrammarHashes {
15723
15828
  * MCP ROUTING TRIGGERS: Process Reward Model, Beam Search Pruning, Latent Trajectory, State-Space Explosion, A* Search
15724
15829
  */
15725
15830
  export interface ProcessRewardContract {
15726
- tenant_cid?: TenantCid319;
15831
+ tenant_cid?: TenantCid320;
15727
15832
  /**
15728
15833
  * The dynamic circuit breaker that halts the search when PRM variance converges, preventing VRAM waste.
15729
15834
  */
@@ -15772,7 +15877,7 @@ export interface EpistemicSecurityProfile1 {
15772
15877
  * Sampling, Topological Diversity, Semantic Seeding
15773
15878
  */
15774
15879
  export interface EpistemicSeedInjectionPolicy {
15775
- tenant_cid?: TenantCid320;
15880
+ tenant_cid?: TenantCid321;
15776
15881
  similarity_threshold_alpha: SimilarityThresholdAlpha;
15777
15882
  relation_diversity_bucket_size: RelationDiversityBucketSize;
15778
15883
  }
@@ -15788,7 +15893,7 @@ export interface EpistemicSeedInjectionPolicy {
15788
15893
  * MCP ROUTING TRIGGERS: Curry-Howard Correspondence, Constructive Proof, Topological Sort, Deductive Reasoning, Automated Theorem Proving
15789
15894
  */
15790
15895
  export interface EpistemicTopologicalProofManifest1 {
15791
- tenant_cid?: TenantCid305;
15896
+ tenant_cid?: TenantCid306;
15792
15897
  proof_cid: ProofCid;
15793
15898
  axiomatic_chain: AxiomaticChain;
15794
15899
  }
@@ -15804,7 +15909,7 @@ export interface EpistemicTopologicalProofManifest1 {
15804
15909
  * MCP ROUTING TRIGGERS: Reader Writer State Monad, Pure Functions, Envelope Functor, Execution Context, Algebraic Structures
15805
15910
  */
15806
15911
  export interface ExecutionEnvelopeState {
15807
- tenant_cid?: TenantCid321;
15912
+ tenant_cid?: TenantCid322;
15808
15913
  trace_context: TraceContextState;
15809
15914
  state_vector: StateVectorProfile;
15810
15915
  payload: Payload3;
@@ -15813,7 +15918,7 @@ export interface ExecutionEnvelopeState {
15813
15918
  * Represents the Reader/Writer monad for causality and recursion.
15814
15919
  */
15815
15920
  export interface TraceContextState {
15816
- tenant_cid?: TenantCid322;
15921
+ tenant_cid?: TenantCid323;
15817
15922
  trace_cid: TraceCid2;
15818
15923
  span_cid: SpanCid;
15819
15924
  parent_span_cid?: ParentSpanCid;
@@ -15823,7 +15928,7 @@ export interface TraceContextState {
15823
15928
  * Represents the State monad of Labeled Transition Systems.
15824
15929
  */
15825
15930
  export interface StateVectorProfile {
15826
- tenant_cid?: TenantCid323;
15931
+ tenant_cid?: TenantCid324;
15827
15932
  immutable_matrix?: ImmutableMatrix;
15828
15933
  mutable_matrix?: MutableMatrix;
15829
15934
  is_delta?: IsDelta;
@@ -15862,7 +15967,7 @@ export interface Payload3 {
15862
15967
  * Safety Invariant, TLA+, Formal Methods
15863
15968
  */
15864
15969
  export interface FormalVerificationContract {
15865
- tenant_cid?: TenantCid324;
15970
+ tenant_cid?: TenantCid325;
15866
15971
  proof_system: ProofSystem1;
15867
15972
  invariant_theorem: InvariantTheorem;
15868
15973
  compiled_proof_hash: CompiledProofHash;
@@ -15891,7 +15996,7 @@ export interface FormalVerificationContract {
15891
15996
  * Explosion, Fractal Graph Bounding, Gas Limit
15892
15997
  */
15893
15998
  export interface GenerativeManifoldSLA {
15894
- tenant_cid?: TenantCid325;
15999
+ tenant_cid?: TenantCid326;
15895
16000
  max_topological_depth: MaxTopologicalDepth;
15896
16001
  max_node_fanout: MaxNodeFanout;
15897
16002
  max_synthetic_tokens: MaxSyntheticTokens;
@@ -15908,7 +16013,7 @@ export interface GenerativeManifoldSLA {
15908
16013
  * MCP ROUTING TRIGGERS: Structural Topology, Server-Driven UI, Geometric Schema, Ast Transformer, Sensory Mapping
15909
16014
  */
15910
16015
  export interface GeometricSchemaIntent {
15911
- tenant_cid?: TenantCid326;
16016
+ tenant_cid?: TenantCid327;
15912
16017
  target_urn: TargetUrn1;
15913
16018
  nested_urns: NestedUrns;
15914
16019
  max_depth: MaxDepth1;
@@ -15936,7 +16041,7 @@ export interface GeometricSchemaIntent {
15936
16041
  * Bounding, ESG Constraint, Execution Envelope
15937
16042
  */
15938
16043
  export interface GlobalGovernancePolicy {
15939
- tenant_cid?: TenantCid327;
16044
+ tenant_cid?: TenantCid328;
15940
16045
  mandatory_license_rule: EpistemicGuardrailsManifest1;
15941
16046
  max_budget_magnitude: MaxBudgetMagnitude1;
15942
16047
  /**
@@ -15967,7 +16072,7 @@ export interface GlobalGovernancePolicy {
15967
16072
  * MCP ROUTING TRIGGERS: NeMo Guardrails, Colang, Reverse Proxy, Constitutional Alignment, Envoy Mesh
15968
16073
  */
15969
16074
  export interface EpistemicGuardrailsManifest1 {
15970
- tenant_cid?: TenantCid308;
16075
+ tenant_cid?: TenantCid309;
15971
16076
  colang_version?: ColangVersion;
15972
16077
  colang_payload: ColangPayload;
15973
16078
  severity?: Severity;
@@ -15981,7 +16086,7 @@ export interface EpistemicGuardrailsManifest1 {
15981
16086
  * MCP ROUTING TRIGGERS: Conflict Resolution, Graph CRDT, Merge Algebra, Eventual Consistency
15982
16087
  */
15983
16088
  export interface TemporalConflictResolutionPolicy {
15984
- tenant_cid?: TenantCid328;
16089
+ tenant_cid?: TenantCid329;
15985
16090
  merge_algebra: MergeAlgebra;
15986
16091
  enforce_idempotence?: EnforceIdempotence;
15987
16092
  }
@@ -15997,7 +16102,7 @@ export interface TemporalConflictResolutionPolicy {
15997
16102
  * MCP ROUTING TRIGGERS: Contextual Qualifiers, Topological Container, Semantic Invariant, Context Collapse
15998
16103
  */
15999
16104
  export interface GlobalSemanticInvariantProfile {
16000
- tenant_cid?: TenantCid329;
16105
+ tenant_cid?: TenantCid330;
16001
16106
  invariant_cid: InvariantCid;
16002
16107
  categorical_cohorts?: CategoricalCohorts;
16003
16108
  operational_perimeters?: OperationalPerimeters;
@@ -16044,7 +16149,7 @@ export interface TemporalBoundsProfile2 {
16044
16149
  * MCP ROUTING TRIGGERS: Structural Indexing, VRAM Budgeting, Representation Engineering, Modality Detection, RFC 8785 Canonicalization
16045
16150
  */
16046
16151
  export interface GlobalSemanticProfile1 {
16047
- tenant_cid?: TenantCid296;
16152
+ tenant_cid?: TenantCid297;
16048
16153
  artifact_event_cid: ArtifactEventCid2;
16049
16154
  detected_modalities: DetectedModalities;
16050
16155
  token_density: TokenDensity;
@@ -16071,7 +16176,7 @@ export interface GlobalSemanticProfile1 {
16071
16176
  * Wide-Columnar Projection, Structural Serialization
16072
16177
  */
16073
16178
  export interface GraphFlatteningPolicy {
16074
- tenant_cid?: TenantCid330;
16179
+ tenant_cid?: TenantCid331;
16075
16180
  node_projection_mode: NodeProjectionMode;
16076
16181
  edge_projection_mode: EdgeProjectionMode;
16077
16182
  preserve_cryptographic_lineage?: PreserveCryptographicLineage;
@@ -16088,7 +16193,7 @@ export interface GraphFlatteningPolicy {
16088
16193
  * MCP ROUTING TRIGGERS: OIDC, Zero-Trust Architecture, SPIFFE/SPIRE, Epistemic Quarantine, Identity Decoupling, Open Policy Agent
16089
16194
  */
16090
16195
  export interface IdentityContextProxy {
16091
- tenant_cid?: TenantCid331;
16196
+ tenant_cid?: TenantCid332;
16092
16197
  jwt_payload: JwtPayload;
16093
16198
  execution_taint: ExecutionTaint;
16094
16199
  }
@@ -16116,7 +16221,7 @@ export interface JwtPayload {
16116
16221
  * Truth Maintenance, Fault Envelope
16117
16222
  */
16118
16223
  export interface JSONRPCErrorResponseState {
16119
- tenant_cid?: TenantCid332;
16224
+ tenant_cid?: TenantCid333;
16120
16225
  jsonrpc: Jsonrpc3;
16121
16226
  error: JSONRPCErrorState;
16122
16227
  id?: Id3;
@@ -16125,7 +16230,7 @@ export interface JSONRPCErrorResponseState {
16125
16230
  * The error object.
16126
16231
  */
16127
16232
  export interface JSONRPCErrorState {
16128
- tenant_cid?: TenantCid333;
16233
+ tenant_cid?: TenantCid334;
16129
16234
  code: Code;
16130
16235
  message: Message2;
16131
16236
  /**
@@ -16154,7 +16259,7 @@ export interface JSONRPCErrorState {
16154
16259
  * Log Poisoning, Stateful Rollback
16155
16260
  */
16156
16261
  export interface JSONRPCErrorState1 {
16157
- tenant_cid?: TenantCid333;
16262
+ tenant_cid?: TenantCid334;
16158
16263
  code: Code;
16159
16264
  message: Message2;
16160
16265
  /**
@@ -16174,7 +16279,7 @@ export interface JSONRPCErrorState1 {
16174
16279
  * MCP ROUTING TRIGGERS: Zero-Allocation Telemetry, Struct of Arrays, High-Velocity Buffer, SE3 Delta, Kinematic Stream
16175
16280
  */
16176
16281
  export interface KinematicDeltaManifest {
16177
- tenant_cid?: TenantCid334;
16282
+ tenant_cid?: TenantCid335;
16178
16283
  stream_cid: StreamCid1;
16179
16284
  deltas: Deltas;
16180
16285
  }
@@ -16190,7 +16295,7 @@ export interface KinematicDeltaManifest {
16190
16295
  * MCP ROUTING TRIGGERS: Optimal Stopping Theory, Simulated Annealing, Probability Wave Collapse, Exploration-Exploitation Dilemma, Kinetic Thermodynamics
16191
16296
  */
16192
16297
  export interface KineticBudgetPolicy {
16193
- tenant_cid?: TenantCid335;
16298
+ tenant_cid?: TenantCid336;
16194
16299
  exploration_decay_curve: ExplorationDecayCurve;
16195
16300
  forced_exploitation_threshold_ms: ForcedExploitationThresholdMs;
16196
16301
  dynamic_temperature_asymptote: DynamicTemperatureAsymptote;
@@ -16225,7 +16330,7 @@ export interface MCPCapabilityWhitelistPolicy1 {
16225
16330
  * MCP ROUTING TRIGGERS: Higher-Order Function, Latent Prompt Manifold, Template Interpolation, Supply-Chain Verification, Stateless RPC
16226
16331
  */
16227
16332
  export interface MCPPromptReferenceState {
16228
- tenant_cid?: TenantCid336;
16333
+ tenant_cid?: TenantCid337;
16229
16334
  server_cid: ServerCid1;
16230
16335
  prompt_name: PromptName;
16231
16336
  arguments?: Arguments;
@@ -16250,7 +16355,7 @@ export interface Arguments {
16250
16355
  * MCP ROUTING TRIGGERS: Resource Description Framework, Zero-Trust Perception, Epistemic Projection, Passive URI Mapping, Data Topography
16251
16356
  */
16252
16357
  export interface MCPResourceManifest {
16253
- tenant_cid?: TenantCid337;
16358
+ tenant_cid?: TenantCid338;
16254
16359
  server_cid: ServerCid2;
16255
16360
  uris?: Uris;
16256
16361
  }
@@ -16266,7 +16371,7 @@ export interface MCPResourceManifest {
16266
16371
  * MCP ROUTING TRIGGERS: Cartesian Coordinate System, Small Multiples, Spatial Topology, Referential Integrity, Layout Matrix
16267
16372
  */
16268
16373
  export interface MacroGridProfile {
16269
- tenant_cid?: TenantCid338;
16374
+ tenant_cid?: TenantCid339;
16270
16375
  layout_matrix: LayoutMatrix;
16271
16376
  column_fractional_weights?: ColumnFractionalWeights;
16272
16377
  row_fractional_weights?: RowFractionalWeights;
@@ -16284,7 +16389,7 @@ export interface MacroGridProfile {
16284
16389
  * MCP ROUTING TRIGGERS: Proof-of-Stake, Slashing Condition, Byzantine Fault Tolerance, Economic Escrow
16285
16390
  */
16286
16391
  export interface MarketContract {
16287
- tenant_cid?: TenantCid339;
16392
+ tenant_cid?: TenantCid340;
16288
16393
  minimum_collateral: MinimumCollateral;
16289
16394
  slashing_penalty: SlashingPenalty;
16290
16395
  }
@@ -16300,7 +16405,7 @@ export interface MarketContract {
16300
16405
  * MCP ROUTING TRIGGERS: Genesis Block, Merkle-DAG, Content Addressable Storage, Cryptographic Anchoring, Unstructured Ingestion
16301
16406
  */
16302
16407
  export interface MultimodalArtifactReceipt {
16303
- tenant_cid?: TenantCid340;
16408
+ tenant_cid?: TenantCid341;
16304
16409
  artifact_cid: ArtifactCid1;
16305
16410
  mime_type: MimeType;
16306
16411
  byte_stream_hash: ByteStreamHash;
@@ -16358,7 +16463,7 @@ export interface MutationPolicy1 {
16358
16463
  * MCP ROUTING TRIGGERS: Tensor Calculus, Differential Geometry, Merkle Tree Verification, Zero-Trust Computing, Memory Allocation
16359
16464
  */
16360
16465
  export interface NDimensionalTensorManifest {
16361
- tenant_cid?: TenantCid341;
16466
+ tenant_cid?: TenantCid342;
16362
16467
  structural_format: TensorStructuralFormatProfile;
16363
16468
  shape: Shape;
16364
16469
  vram_footprint_bytes: VramFootprintBytes;
@@ -16374,7 +16479,7 @@ export interface NDimensionalTensorManifest {
16374
16479
  * MCP ROUTING TRIGGERS: OMOP CDM, Vocabulary Lookup, Concept Resolution
16375
16480
  */
16376
16481
  export interface OntologicalVocabularyLookupIntent {
16377
- tenant_cid?: TenantCid342;
16482
+ tenant_cid?: TenantCid343;
16378
16483
  query_term: QueryTerm;
16379
16484
  target_domains: TargetDomains;
16380
16485
  max_results?: MaxResults1;
@@ -16388,7 +16493,7 @@ export interface OntologicalVocabularyLookupIntent {
16388
16493
  * MCP ROUTING TRIGGERS: Vocabulary Resolution Receipt, Lookup Logging
16389
16494
  */
16390
16495
  export interface OntologicalVocabularyLookupReceipt {
16391
- tenant_cid?: TenantCid343;
16496
+ tenant_cid?: TenantCid344;
16392
16497
  lookup_intent_cid: LookupIntentCid;
16393
16498
  results: Results;
16394
16499
  duration_ms: DurationMs;
@@ -16411,6 +16516,23 @@ export interface PermissionBoundaryPolicy1 {
16411
16516
  file_system_mutation_forbidden: FileSystemMutationForbidden;
16412
16517
  auth_requirements?: AuthRequirements;
16413
16518
  }
16519
+ /**
16520
+ * CoReason Shared Kernel Ontology
16521
+ *
16522
+ * AGENT INSTRUCTION: Declares the normalized coordinate metrics comparing expected human boundaries with active agent execution paths.
16523
+ *
16524
+ * CAUSAL AFFORDANCE: Empowers the EpistemicDeficitRadar to plot the Free Energy Gap divergence canvas.
16525
+ *
16526
+ * EPISTEMIC BOUNDS: All metric values are strictly clamped within the closed coordinate interval [0.0, 1.0].
16527
+ *
16528
+ * MCP ROUTING TRIGGERS: Policy Coordinates, Active Inference telemetry, Polar Radar Canvas, VFE Divergence
16529
+ */
16530
+ export interface PolicyCoordinates {
16531
+ tenant_cid?: TenantCid345;
16532
+ dimension_id: DimensionId;
16533
+ dimension_name: DimensionName;
16534
+ metric_value: MetricValue;
16535
+ }
16414
16536
  /**
16415
16537
  * CoReason Shared Kernel Ontology
16416
16538
  *
@@ -16423,7 +16545,7 @@ export interface PermissionBoundaryPolicy1 {
16423
16545
  * MCP ROUTING TRIGGERS: Post-Quantum Cryptography, ML-DSA, SLH-DSA, Shor's Algorithm Resistance, Lattice-based Cryptography
16424
16546
  */
16425
16547
  export interface PostQuantumSignatureReceipt {
16426
- tenant_cid?: TenantCid344;
16548
+ tenant_cid?: TenantCid346;
16427
16549
  pq_algorithm: PqAlgorithm;
16428
16550
  public_key_cid: PublicKeyCid1;
16429
16551
  pq_signature_blob: PqSignatureBlob;
@@ -16449,7 +16571,7 @@ export interface PostQuantumSignatureReceipt {
16449
16571
  * Binding, Structural Manifold Envelope, Human-in-the-Loop
16450
16572
  */
16451
16573
  export interface PresentationManifest {
16452
- tenant_cid?: TenantCid345;
16574
+ tenant_cid?: TenantCid347;
16453
16575
  /**
16454
16576
  * The reason an agent is presenting this data to a human.
16455
16577
  */
@@ -16473,7 +16595,7 @@ export interface PresentationManifest {
16473
16595
  * MCP ROUTING TRIGGERS: Cartesian Coordinate System, Small Multiples, Spatial Topology, Referential Integrity, Layout Matrix
16474
16596
  */
16475
16597
  export interface MacroGridProfile1 {
16476
- tenant_cid?: TenantCid338;
16598
+ tenant_cid?: TenantCid339;
16477
16599
  layout_matrix: LayoutMatrix;
16478
16600
  column_fractional_weights?: ColumnFractionalWeights;
16479
16601
  row_fractional_weights?: RowFractionalWeights;
@@ -16491,7 +16613,7 @@ export interface MacroGridProfile1 {
16491
16613
  * MCP ROUTING TRIGGERS: Supervisory Control Theory, MCTS Bending, Penalty Scalar, Trace Evaluation, Cognitive Engineering
16492
16614
  */
16493
16615
  export interface ReasoningEngineeringPolicy {
16494
- tenant_cid?: TenantCid346;
16616
+ tenant_cid?: TenantCid348;
16495
16617
  telemetry_export_frequency_hz: TelemetryExportFrequencyHz;
16496
16618
  human_override_gradient: HumanOverrideGradient;
16497
16619
  }
@@ -16519,7 +16641,7 @@ export interface ReasoningEngineeringPolicy {
16519
16641
  * Triplet, Adjacency Matrix, Epistemic Link
16520
16642
  */
16521
16643
  export interface SemanticEdgeState {
16522
- tenant_cid?: TenantCid347;
16644
+ tenant_cid?: TenantCid349;
16523
16645
  edge_cid: EdgeCid;
16524
16646
  subject_node_cid: SubjectNodeCid;
16525
16647
  object_node_cid: ObjectNodeCid;
@@ -16576,7 +16698,7 @@ export interface TemporalBoundsProfile3 {
16576
16698
  * MCP ROUTING TRIGGERS: Sensory Ingestion Complete, Multimodal Payload, ASR Processing
16577
16699
  */
16578
16700
  export interface SensoryMultimodalCaptureEvent {
16579
- tenant_cid?: TenantCid348;
16701
+ tenant_cid?: TenantCid350;
16580
16702
  captured_text?: CapturedText;
16581
16703
  captured_audio_urn?: CapturedAudioUrn;
16582
16704
  }
@@ -16592,7 +16714,7 @@ export interface SensoryMultimodalCaptureEvent {
16592
16714
  * MCP ROUTING TRIGGERS: Audio Capture, Multimodal Ingestion, ASR Transcription, Real-time Sensing
16593
16715
  */
16594
16716
  export interface SensoryMultimodalCaptureIntent {
16595
- tenant_cid?: TenantCid349;
16717
+ tenant_cid?: TenantCid351;
16596
16718
  enable_audio_capture: EnableAudioCapture;
16597
16719
  enable_text_capture: EnableTextCapture;
16598
16720
  max_duration_seconds: MaxDurationSeconds;
@@ -16609,7 +16731,7 @@ export interface SensoryMultimodalCaptureIntent {
16609
16731
  * MCP ROUTING TRIGGERS: SSE Telemetry Event, Multimodal Broadcast, Active UI Synchronization
16610
16732
  */
16611
16733
  export interface SensoryMultimodalProjectionEvent {
16612
- tenant_cid?: TenantCid350;
16734
+ tenant_cid?: TenantCid352;
16613
16735
  projected_avatar_urn?: ProjectedAvatarUrn;
16614
16736
  projected_audio_urn?: ProjectedAudioUrn;
16615
16737
  projected_overlay_text?: ProjectedOverlayText;
@@ -16626,7 +16748,7 @@ export interface SensoryMultimodalProjectionEvent {
16626
16748
  * MCP ROUTING TRIGGERS: Multimodal Projection, Avatar Rendering, TTS Output, Spatial Overlay
16627
16749
  */
16628
16750
  export interface SensoryMultimodalProjectionIntent {
16629
- tenant_cid?: TenantCid351;
16751
+ tenant_cid?: TenantCid353;
16630
16752
  avatar_urn?: AvatarUrn;
16631
16753
  audio_tts_string?: AudioTtsString;
16632
16754
  audio_stream_urn?: AudioStreamUrn;
@@ -16644,7 +16766,7 @@ export interface SensoryMultimodalProjectionIntent {
16644
16766
  * MCP ROUTING TRIGGERS: SSE Telemetry Event, UI Optimization Notification, Zero-Trust Projection Update
16645
16767
  */
16646
16768
  export interface SensoryUIUpgradeAvailableEvent {
16647
- tenant_cid?: TenantCid352;
16769
+ tenant_cid?: TenantCid354;
16648
16770
  available_upgrade_urn: AvailableUpgradeUrn;
16649
16771
  improvement_delta: ImprovementDelta;
16650
16772
  }
@@ -16660,7 +16782,7 @@ export interface SensoryUIUpgradeAvailableEvent {
16660
16782
  * MCP ROUTING TRIGGERS: TDA Optimization, Sensory Hot-Swap, AOT UI Upgrade, Epistemic Modality Shift
16661
16783
  */
16662
16784
  export interface SensoryUIUpgradeIntent {
16663
- tenant_cid?: TenantCid353;
16785
+ tenant_cid?: TenantCid355;
16664
16786
  current_active_urn: CurrentActiveUrn;
16665
16787
  target_upgrade_urn: TargetUpgradeUrn;
16666
16788
  upgrade_rationale_score: UpgradeRationaleScore;
@@ -16764,11 +16886,31 @@ export interface SpatialGenerativeTaxonomyManifest1 {
16764
16886
  * MCP ROUTING TRIGGERS: Federated Pose Graph, Spatial Reference Frame, SLAM Anchor, Relative Coordinate Geometry, Origin Point
16765
16887
  */
16766
16888
  export interface SpatialReferenceFrameManifest {
16767
- tenant_cid?: TenantCid354;
16889
+ tenant_cid?: TenantCid356;
16768
16890
  frame_cid: FrameCid;
16769
16891
  anchor_protocol: AnchorProtocol;
16770
16892
  physical_room_hash?: PhysicalRoomHash;
16771
16893
  }
16894
+ /**
16895
+ * CoReason Shared Kernel Ontology
16896
+ *
16897
+ * AGENT INSTRUCTION: Defines the speculative logit node contract representing token branches before validation target commitments.
16898
+ *
16899
+ * CAUSAL AFFORDANCE: Permits the visual renderer to draw predictive decay paths and transition committed logs.
16900
+ *
16901
+ * EPISTEMIC BOUNDS: The `logit_probability` is strictly clamped [0.0, 1.0]. The `token_id` must match `^tok_[a-zA-Z0-9_.-]+$`.
16902
+ *
16903
+ * MCP ROUTING TRIGGERS: Speculative Logits, Token Branch, SVG Decay, Visual Telemetry
16904
+ */
16905
+ export interface SpeculativeTokenNode {
16906
+ tenant_cid?: TenantCid357;
16907
+ token_id: TokenId;
16908
+ token_value: TokenValue;
16909
+ logit_probability: LogitProbability;
16910
+ validation_status: ValidationStatus;
16911
+ associated_urn?: AssociatedUrn;
16912
+ child_speculations?: ChildSpeculations;
16913
+ }
16772
16914
  /**
16773
16915
  * CoReason Shared Kernel Ontology
16774
16916
  *
@@ -16790,7 +16932,7 @@ export interface SpatialReferenceFrameManifest {
16790
16932
  * Vector Clock, Eventual Consistency, Last-Writer-Wins
16791
16933
  */
16792
16934
  export interface StateDifferentialManifest {
16793
- tenant_cid?: TenantCid355;
16935
+ tenant_cid?: TenantCid358;
16794
16936
  diff_cid: DiffCid1;
16795
16937
  author_node_cid: AuthorNodeCid1;
16796
16938
  lamport_timestamp: LamportTimestamp1;
@@ -16826,7 +16968,7 @@ export interface VectorClock1 {
16826
16968
  * Partitioning, VRAM Bounding, Serialization Geometry
16827
16969
  */
16828
16970
  export interface StateHydrationManifest {
16829
- tenant_cid?: TenantCid356;
16971
+ tenant_cid?: TenantCid359;
16830
16972
  epistemic_coordinate: EpistemicCoordinate;
16831
16973
  crystallized_ledger_cids: CrystallizedLedgerCids;
16832
16974
  working_context_variables: WorkingContextVariables;
@@ -16854,7 +16996,7 @@ export interface WorkingContextVariables {
16854
16996
  * MCP ROUTING TRIGGERS: Labeled Transition System, Markov Process, Full Observability, State Vector, Memory Boundary
16855
16997
  */
16856
16998
  export interface StateVectorProfile1 {
16857
- tenant_cid?: TenantCid323;
16999
+ tenant_cid?: TenantCid324;
16858
17000
  immutable_matrix?: ImmutableMatrix;
16859
17001
  mutable_matrix?: MutableMatrix;
16860
17002
  is_delta?: IsDelta;
@@ -16894,7 +17036,7 @@ export interface StructuralCausalGraphProfile2 {
16894
17036
  * Structural Entropy, Fuzzing Blueprint, Synthetic Permutation
16895
17037
  */
16896
17038
  export interface SyntheticGenerationProfile {
16897
- tenant_cid?: TenantCid357;
17039
+ tenant_cid?: TenantCid360;
16898
17040
  profile_cid: ProfileCid;
16899
17041
  manifold_sla: GenerativeManifoldSLA1;
16900
17042
  target_schema_ref: TargetSchemaRef;
@@ -16919,7 +17061,7 @@ export interface SyntheticGenerationProfile {
16919
17061
  * Explosion, Fractal Graph Bounding, Gas Limit
16920
17062
  */
16921
17063
  export interface GenerativeManifoldSLA1 {
16922
- tenant_cid?: TenantCid325;
17064
+ tenant_cid?: TenantCid326;
16923
17065
  max_topological_depth: MaxTopologicalDepth;
16924
17066
  max_node_fanout: MaxNodeFanout;
16925
17067
  max_synthetic_tokens: MaxSyntheticTokens;
@@ -16986,12 +17128,31 @@ export interface TopologicalFidelityReceipt1 {
16986
17128
  * MCP ROUTING TRIGGERS: Distributed Causality, Vector Clocks, Trace Context, Topological Ordering, Causal Graph
16987
17129
  */
16988
17130
  export interface TraceContextState1 {
16989
- tenant_cid?: TenantCid322;
17131
+ tenant_cid?: TenantCid323;
16990
17132
  trace_cid: TraceCid2;
16991
17133
  span_cid: SpanCid;
16992
17134
  parent_span_cid?: ParentSpanCid;
16993
17135
  causal_clock?: CausalClock;
16994
17136
  }
17137
+ /**
17138
+ * CoReason Shared Kernel Ontology
17139
+ *
17140
+ * AGENT INSTRUCTION: Represents a cryptographically signed receipt of zk-SNARK attestation proof results and SD-JWT routing checks.
17141
+ *
17142
+ * CAUSAL AFFORDANCE: Updates the caging verification badge state on the Sensory Command Center from unverified to attested or forged.
17143
+ *
17144
+ * EPISTEMIC BOUNDS: Anchors transaction CIDs and requires hex-encoded proof receipts.
17145
+ *
17146
+ * MCP ROUTING TRIGGERS: Transmutation Receipt, zk-SNARK proof, SD-JWT attestation, Cryptographic Verification badge
17147
+ */
17148
+ export interface TransmutationReceipt {
17149
+ tenant_cid?: TenantCid361;
17150
+ transaction_id: TransactionId;
17151
+ originating_agent_urn: OriginatingAgentUrn;
17152
+ zk_snark_proof_hex: ZkSnarkProofHex;
17153
+ sd_jwt_attestation_hash: SdJwtAttestationHash;
17154
+ verification_timestamp: VerificationTimestamp;
17155
+ }
16995
17156
  /**
16996
17157
  * CoReason Shared Kernel Ontology
16997
17158
  *
@@ -17004,7 +17165,7 @@ export interface TraceContextState1 {
17004
17165
  * MCP ROUTING TRIGGERS: Multi-Attribute Utility Theory, Pareto Efficiency, Variance Reduction, Fallback Superposition, Utility Routing
17005
17166
  */
17006
17167
  export interface UtilityJustificationGraphReceipt {
17007
- tenant_cid?: TenantCid358;
17168
+ tenant_cid?: TenantCid362;
17008
17169
  optimizing_vectors?: OptimizingVectors;
17009
17170
  degrading_vectors?: DegradingVectors;
17010
17171
  superposition_variance_threshold: SuperpositionVarianceThreshold;
@@ -17037,7 +17198,7 @@ export interface DegradingVectors {
17037
17198
  * MCP ROUTING TRIGGERS: Viewport Projection Matrix, View Frustum, Field of View, Clipping Planes, Linear Algebraic Projection
17038
17199
  */
17039
17200
  export interface ViewportProjectionContract {
17040
- tenant_cid?: TenantCid359;
17201
+ tenant_cid?: TenantCid363;
17041
17202
  projection_class: ProjectionClass;
17042
17203
  field_of_view_degrees?: FieldOfViewDegrees;
17043
17204
  clipping_plane_near: ClippingPlaneNear;
@@ -17073,7 +17234,7 @@ export interface VolumetricBoundingProfile1 {
17073
17234
  * MCP ROUTING TRIGGERS: Topos Theory, Cybernetics, Execution Envelope, Macroscopic Topology, Viable System Model
17074
17235
  */
17075
17236
  export interface WorkflowManifest {
17076
- tenant_cid?: TenantCid360;
17237
+ tenant_cid?: TenantCid364;
17077
17238
  genesis_provenance: EpistemicProvenanceReceipt2;
17078
17239
  /**
17079
17240
  * An Immutable structural checkpoint.