@coreason-ai/coreason-manifest 0.55.2 → 0.55.3

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 +161 -131
  2. package/package.json +1 -1
@@ -603,7 +603,7 @@ export type Rationale = string;
603
603
  * Self-evaluated probability of success for this proposed action, fed directly into the UCT exploration-exploitation formula by the Strategic MCTS Oracle.
604
604
  */
605
605
  export type HeuristicConfidence = number;
606
- export type AnyIntent = TemporalEdgeInvalidationIntent | EpistemicZeroTrustContract | EmpiricalFalsificationContract | FalsificationContract | OntologicalCrosswalkIntent | SemanticIntent | DraftingIntent | AdjudicationIntent | EscalationIntent | SemanticDiscoveryIntent | TaxonomicRestructureIntent | LatentProjectionIntent | LatentSchemaInferenceIntent | HumanDirectiveIntent | ContextualSemanticResolutionIntent | OntologyDiscoveryIntent | SemanticMappingHeuristicIntent | ContinuousSpatialMutationIntent | AgentBidIntent | ComputeProvisioningIntent | TaskAnnouncementIntent | QuarantineIntent | InterventionIntent | FYIIntent | FallbackIntent | OverrideIntent | ConstitutionalAmendmentIntent | SpatialKinematicActionIntent | System2RemediationIntent | SubstrateHydrationManifest | NeurosymbolicInferenceIntent | TopologicalProjectionIntent | FormalLogicPremise | CausalPropagationIntent | RDFSerializationIntent | SPARQLQueryIntent | AnalogicalMappingTask | BoundedJSONRPCIntent | EpistemicTransmutationTask | EpistemicUpsamplingTask | InterventionalCausalTask | MCPClientIntent | RollbackIntent | StateMutationIntent | OntologicalNormalizationIntent;
606
+ export type AnyIntent = TemporalEdgeInvalidationIntent | EpistemicZeroTrustContract | EmpiricalFalsificationContract | FalsificationContract | OntologicalCrosswalkIntent | SemanticIntent | DraftingIntent | AdjudicationIntent | EscalationIntent | SemanticDiscoveryIntent | TaxonomicRestructureIntent | LatentProjectionIntent | LatentSchemaInferenceIntent | HumanDirectiveIntent | ContextualSemanticResolutionIntent | OntologyDiscoveryIntent | SemanticMappingHeuristicIntent | ContinuousSpatialMutationIntent | AgentBidIntent | ComputeProvisioningIntent | TaskAnnouncementIntent | QuarantineIntent | InterventionIntent | FYIIntent | FallbackIntent | OverrideIntent | ConstitutionalAmendmentIntent | SpatialKinematicActionIntent | System2RemediationIntent | SubstrateHydrationManifest | NeurosymbolicInferenceIntent | TopologicalProjectionIntent | FormalLogicPremise | CausalPropagationIntent | RDFSerializationIntent | SPARQLQueryIntent | AnalogicalMappingTask | BoundedJSONRPCIntent | EpistemicTransmutationTask | EpistemicUpsamplingTask | InterventionalCausalTask | MCPClientIntent | RollbackIntent | StateMutationIntent | OntologicalNormalizationIntent | FederatedDiscoveryIntent;
607
607
  /**
608
608
  * Discriminator for temporal edge invalidation.
609
609
  */
@@ -1700,6 +1700,18 @@ export type SourceArtifactCid1 = string;
1700
1700
  * The formal URN declaring the target ontological geometry for structural isomorphism.
1701
1701
  */
1702
1702
  export type TargetOntologyUrn = string;
1703
+ /**
1704
+ * Discriminator for the FederatedDiscoveryIntent topology.
1705
+ */
1706
+ export type TopologyClass60 = "federated_discovery_intent";
1707
+ /**
1708
+ * The strict array of strings defining topological limits on the discovered capabilities.
1709
+ */
1710
+ export type DomainFilter = string[];
1711
+ /**
1712
+ * The minimum SRB governance lifecycle phase required for projected capabilities (DRAFT / SRB_APPROVED / CLIENT_APPROVED / PUBLISHED).
1713
+ */
1714
+ export type MinimumEpistemicStatus = string;
1703
1715
  /**
1704
1716
  * A discriminated union of all valid workflow nodes.
1705
1717
  */
@@ -1753,7 +1765,7 @@ export type Description3 = string;
1753
1765
  /**
1754
1766
  * Discriminator for an Agent node.
1755
1767
  */
1756
- export type TopologyClass60 = "agent";
1768
+ export type TopologyClass61 = "agent";
1757
1769
  /**
1758
1770
  * The level of hardware-enforced cryptographic isolation required.
1759
1771
  */
@@ -2082,7 +2094,7 @@ export type DomainExtensions1 = {
2082
2094
  /**
2083
2095
  * Discriminator for a Human node.
2084
2096
  */
2085
- export type TopologyClass61 = "human";
2097
+ export type TopologyClass62 = "human";
2086
2098
  /**
2087
2099
  * The mandatory cryptographic attestation URN required to verify the human operator's identity.
2088
2100
  */
@@ -2112,7 +2124,7 @@ export type DomainExtensions2 = {
2112
2124
  /**
2113
2125
  * Discriminator for a System node.
2114
2126
  */
2115
- export type TopologyClass62 = "system";
2127
+ export type TopologyClass63 = "system";
2116
2128
  /**
2117
2129
  * The semantic boundary defining the objective function or computational perimeter of the execution node.
2118
2130
  */
@@ -2138,7 +2150,7 @@ export type DomainExtensions3 = {
2138
2150
  /**
2139
2151
  * Discriminator for a Composite node.
2140
2152
  */
2141
- export type TopologyClass63 = "composite";
2153
+ export type TopologyClass64 = "composite";
2142
2154
  /**
2143
2155
  * Entropy Penalty applied per edge traversal during a defeasible cascade.
2144
2156
  */
@@ -2340,7 +2352,7 @@ export type FoveatedPrivacyEpsilon = number | null;
2340
2352
  /**
2341
2353
  * Discriminator for a DAG topology.
2342
2354
  */
2343
- export type TopologyClass64 = "dag";
2355
+ export type TopologyClass65 = "dag";
2344
2356
  /**
2345
2357
  * The strict, topologically bounded matrix of directed causal edges.
2346
2358
  */
@@ -2424,7 +2436,7 @@ export type Justification7 = string | null;
2424
2436
  /**
2425
2437
  * Discriminator for a Council topology.
2426
2438
  */
2427
- export type TopologyClass65 = "council";
2439
+ export type TopologyClass66 = "council";
2428
2440
  /**
2429
2441
  * The minimum number of adversarial or 'Devil's Advocate' roles required to prevent groupthink.
2430
2442
  */
@@ -2496,7 +2508,7 @@ export type Justification8 = string | null;
2496
2508
  /**
2497
2509
  * Discriminator for a Swarm topology.
2498
2510
  */
2499
- export type TopologyClass66 = "swarm";
2511
+ export type TopologyClass67 = "swarm";
2500
2512
  /**
2501
2513
  * Threshold limit for dynamic spawning of additional nodes.
2502
2514
  */
@@ -2578,7 +2590,7 @@ export type Justification9 = string | null;
2578
2590
  /**
2579
2591
  * Discriminator for an Evolutionary topology.
2580
2592
  */
2581
- export type TopologyClass67 = "evolutionary";
2593
+ export type TopologyClass68 = "evolutionary";
2582
2594
  /**
2583
2595
  * The absolute limit on evolutionary breeding cycles.
2584
2596
  */
@@ -2638,7 +2650,7 @@ export type Justification10 = string | null;
2638
2650
  /**
2639
2651
  * Discriminator for SMPC Topology.
2640
2652
  */
2641
- export type TopologyClass68 = "smpc";
2653
+ export type TopologyClass69 = "smpc";
2642
2654
  /**
2643
2655
  * The exact cryptographic P2P protocol the nodes must use to evaluate the function.
2644
2656
  */
@@ -2668,7 +2680,7 @@ export type Justification11 = string | null;
2668
2680
  /**
2669
2681
  * Discriminator for an Evaluator-Optimizer loop.
2670
2682
  */
2671
- export type TopologyClass69 = "evaluator_optimizer";
2683
+ export type TopologyClass70 = "evaluator_optimizer";
2672
2684
  /**
2673
2685
  * The absolute limit on Actor-Critic cycles to prevent infinite compute burn.
2674
2686
  */
@@ -2692,7 +2704,7 @@ export type Justification12 = string | null;
2692
2704
  /**
2693
2705
  * Discriminator for a Digital Twin topology.
2694
2706
  */
2695
- export type TopologyClass70 = "digital_twin";
2707
+ export type TopologyClass71 = "digital_twin";
2696
2708
  /**
2697
2709
  * The identifier (expected to be a W3C DID) pointing to the real-world topology it is cloning.
2698
2710
  */
@@ -2712,7 +2724,7 @@ export type EnforceNoSideEffects = boolean;
2712
2724
  /**
2713
2725
  * Discriminator for federation macro.
2714
2726
  */
2715
- export type TopologyClass71 = "macro_federation";
2727
+ export type TopologyClass72 = "macro_federation";
2716
2728
  /**
2717
2729
  * The nodes forming the PBFT ring.
2718
2730
  *
@@ -2734,7 +2746,7 @@ export type Justification13 = string | null;
2734
2746
  /**
2735
2747
  * Discriminator for forge macro.
2736
2748
  */
2737
- export type TopologyClass72 = "macro_forge";
2749
+ export type TopologyClass73 = "macro_forge";
2738
2750
  /**
2739
2751
  * The structural 128-char DID boundary pointing to the foundational semantic deficit vector.
2740
2752
  */
@@ -2762,7 +2774,7 @@ export type Justification14 = string | null;
2762
2774
  /**
2763
2775
  * Discriminator for the elicitation macro.
2764
2776
  */
2765
- export type TopologyClass73 = "macro_elicitation";
2777
+ export type TopologyClass74 = "macro_elicitation";
2766
2778
  /**
2767
2779
  * The anchor to the initial, unstructured MultimodalArtifactReceipt uploaded by the human.
2768
2780
  */
@@ -2786,7 +2798,7 @@ export type Justification15 = string | null;
2786
2798
  /**
2787
2799
  * Discriminator for the ingestion macro.
2788
2800
  */
2789
- export type TopologyClass74 = "macro_ingestion";
2801
+ export type TopologyClass75 = "macro_ingestion";
2790
2802
  /**
2791
2803
  * Target serialization format.
2792
2804
  */
@@ -2806,7 +2818,7 @@ export type Justification16 = string | null;
2806
2818
  /**
2807
2819
  * Discriminator for a macro neurosymbolic loop.
2808
2820
  */
2809
- export type TopologyClass75 = "macro_neurosymbolic";
2821
+ export type TopologyClass76 = "macro_neurosymbolic";
2810
2822
  /**
2811
2823
  * The connectionist agent generating hypotheses.
2812
2824
  */
@@ -2826,7 +2838,7 @@ export type CritiqueSchemaCid = string | null;
2826
2838
  /**
2827
2839
  * Discriminator for a discourse tree topology.
2828
2840
  */
2829
- export type TopologyClass76 = "discourse_tree";
2841
+ export type TopologyClass77 = "discourse_tree";
2830
2842
  /**
2831
2843
  * Cryptographic identifier for this topology.
2832
2844
  */
@@ -2839,7 +2851,7 @@ export type DiscourseType = "preamble" | "methodology" | "argumentation" | "find
2839
2851
  * Explicit pointers linking this discourse block to the specific AtomicPropositionState nodes extracted from its text.
2840
2852
  */
2841
2853
  export type ContainedPropositions = NodeCIDState[];
2842
- export type TopologyClass77 = "document_knowledge_graph";
2854
+ export type TopologyClass78 = "document_knowledge_graph";
2843
2855
  export type GraphCid = string;
2844
2856
  export type SourceArtifactCid2 = string;
2845
2857
  /**
@@ -2903,7 +2915,7 @@ export type CiphertextBlob = string;
2903
2915
  /**
2904
2916
  * Discriminator for manifold mapping.
2905
2917
  */
2906
- export type TopologyClass78 = "manifold_mapping";
2918
+ export type TopologyClass79 = "manifold_mapping";
2907
2919
  /**
2908
2920
  * Calculated geometric alignment between the semantic embedding and spatial tensor.
2909
2921
  */
@@ -2921,7 +2933,7 @@ export type Nodes12 = SemanticNodeState[];
2921
2933
  */
2922
2934
  export type CausalEdges = CausalDirectedEdgeState[];
2923
2935
  export type IsomorphismHash = string;
2924
- export type TopologyClass79 = "hierarchical_dom";
2936
+ export type TopologyClass80 = "hierarchical_dom";
2925
2937
  export type DomCid = string;
2926
2938
  export type RootBlockCid = string;
2927
2939
  /**
@@ -3013,7 +3025,7 @@ export type DomainExtensions4 = {
3013
3025
  /**
3014
3026
  * Discriminator for a Memoized node.
3015
3027
  */
3016
- export type TopologyClass80 = "memoized";
3028
+ export type TopologyClass81 = "memoized";
3017
3029
  /**
3018
3030
  * A discriminated union of presentation UI panels.
3019
3031
  */
@@ -3026,7 +3038,7 @@ export type AnyStateEvent = TemporalGraphCRDTManifest | MCPToolDefinition | Cros
3026
3038
  /**
3027
3039
  * Discriminator for temporal graph crdt.
3028
3040
  */
3029
- export type TopologyClass81 = "temporal_graph_crdt";
3041
+ export type TopologyClass82 = "temporal_graph_crdt";
3030
3042
  /**
3031
3043
  * A Content Identifier (CID) acting as a cryptographic Lineage Watermark.
3032
3044
  */
@@ -3047,7 +3059,7 @@ export type AddSet = NodeCIDState[];
3047
3059
  * The set of non-monotonic timeline caps.
3048
3060
  */
3049
3061
  export type TerminateSet = TemporalEdgeInvalidationIntent[];
3050
- export type TopologyClass82 = "mcp_tool_definition";
3062
+ export type TopologyClass83 = "mcp_tool_definition";
3051
3063
  /**
3052
3064
  * A Content Identifier (CID) acting as a cryptographic Lineage Watermark binding this node to the Merkle-DAG.
3053
3065
  */
@@ -3062,7 +3074,7 @@ export type Description9 = string;
3062
3074
  export type EventCid2 = string;
3063
3075
  export type PriorEventHash2 = string | null;
3064
3076
  export type Timestamp2 = number;
3065
- export type TopologyClass83 = "crosswalk_resolution";
3077
+ export type TopologyClass84 = "crosswalk_resolution";
3066
3078
  export type ReceiptCid = string;
3067
3079
  export type TargetGraphCid3 = string;
3068
3080
  /**
@@ -3080,7 +3092,7 @@ export type Timestamp3 = number;
3080
3092
  /**
3081
3093
  * Discriminator for a zero-trust receipt.
3082
3094
  */
3083
- export type TopologyClass84 = "zero_trust_receipt";
3095
+ export type TopologyClass85 = "zero_trust_receipt";
3084
3096
  /**
3085
3097
  * Pointer to the originating EpistemicZeroTrustContract.
3086
3098
  */
@@ -3116,7 +3128,7 @@ export type Timestamp4 = number;
3116
3128
  /**
3117
3129
  * Discriminator type for an observation event.
3118
3130
  */
3119
- export type TopologyClass85 = "observation";
3131
+ export type TopologyClass86 = "observation";
3120
3132
  /**
3121
3133
  * The URN representing the physical silicon architecture generating the root-of-trust quote (e.g., 'urn:coreason:enclave:intel_tdx').
3122
3134
  */
@@ -3136,7 +3148,7 @@ export type AnyToolchainState = BrowserDOMState | TerminalBufferState;
3136
3148
  /**
3137
3149
  * Discriminator for Causal Actuators representing structural shifts.
3138
3150
  */
3139
- export type TopologyClass86 = "browser";
3151
+ export type TopologyClass87 = "browser";
3140
3152
  /**
3141
3153
  * Spatial Execution Bounds where the agent interacts.
3142
3154
  */
@@ -3163,7 +3175,7 @@ export type ScreenshotCid = string | null;
3163
3175
  /**
3164
3176
  * Discriminator for Causal Actuators on structural buffers.
3165
3177
  */
3166
- export type TopologyClass87 = "terminal";
3178
+ export type TopologyClass88 = "terminal";
3167
3179
  /**
3168
3180
  * Capability Perimeters defining context bounds.
3169
3181
  */
@@ -3261,7 +3273,7 @@ export type Timestamp5 = number;
3261
3273
  /**
3262
3274
  * Discriminator type for a Belief Assertion event.
3263
3275
  */
3264
- export type TopologyClass88 = "belief_mutation";
3276
+ export type TopologyClass89 = "belief_mutation";
3265
3277
  /**
3266
3278
  * A Content Identifier (CID) acting as a cryptographic Lineage Watermark binding this node to the source event in the Merkle-DAG.
3267
3279
  */
@@ -3313,8 +3325,8 @@ export type Timestamp6 = number;
3313
3325
  /**
3314
3326
  * Discriminator type for a system fault event.
3315
3327
  */
3316
- export type TopologyClass89 = "system_fault";
3317
- export type TopologyClass90 = "atomic_proposition";
3328
+ export type TopologyClass90 = "system_fault";
3329
+ export type TopologyClass91 = "atomic_proposition";
3318
3330
  /**
3319
3331
  * A Content Identifier (CID) acting as a cryptographic Lineage Watermark binding this node to the Merkle-DAG.
3320
3332
  */
@@ -3371,7 +3383,7 @@ export type UpperBound = number | null;
3371
3383
  * Explicit mathematical boundaries extracted from the text that empirically limit the certainty or scope of the proposition.
3372
3384
  */
3373
3385
  export type StatisticalQualifiers = EmpiricalStatisticalProfile[];
3374
- export type TopologyClass91 = "post_coordinated_concept";
3386
+ export type TopologyClass92 = "post_coordinated_concept";
3375
3387
  /**
3376
3388
  * Cryptographic Lineage Watermark binding this node to the Merkle-DAG.
3377
3389
  */
@@ -3399,7 +3411,7 @@ export type IsometryScore = number;
3399
3411
  export type EventCid9 = string;
3400
3412
  export type PriorEventHash9 = string | null;
3401
3413
  export type Timestamp9 = number;
3402
- export type TopologyClass92 = "artifact_corruption";
3414
+ export type TopologyClass93 = "artifact_corruption";
3403
3415
  /**
3404
3416
  * The genesis artifact that caused the ingestion engine to crash.
3405
3417
  */
@@ -3421,7 +3433,7 @@ export type Timestamp10 = number;
3421
3433
  /**
3422
3434
  * Discriminator for a hypothesis generation event.
3423
3435
  */
3424
- export type TopologyClass93 = "hypothesis";
3436
+ export type TopologyClass94 = "hypothesis";
3425
3437
  /**
3426
3438
  * A Content Identifier (CID) acting as a cryptographic Lineage Watermark binding this abductive leap to the Merkle-DAG.
3427
3439
  */
@@ -3475,7 +3487,7 @@ export type Timestamp11 = number;
3475
3487
  /**
3476
3488
  * Discriminator type for a barge-in interruption event.
3477
3489
  */
3478
- export type TopologyClass94 = "barge_in";
3490
+ export type TopologyClass95 = "barge_in";
3479
3491
  /**
3480
3492
  * A Content Identifier (CID) acting as a cryptographic Lineage Watermark binding this node to the active node generation cycle that was killed in the Merkle-DAG.
3481
3493
  */
@@ -3505,7 +3517,7 @@ export type Timestamp12 = number;
3505
3517
  /**
3506
3518
  * Discriminator type for a counterfactual regret event.
3507
3519
  */
3508
- export type TopologyClass95 = "counterfactual_regret";
3520
+ export type TopologyClass96 = "counterfactual_regret";
3509
3521
  /**
3510
3522
  * A Content Identifier (CID) acting as a cryptographic Lineage Watermark binding this node to the specific historical state node where the agent mathematically diverged to simulate an alternative path.
3511
3523
  */
@@ -3541,7 +3553,7 @@ export type Timestamp13 = number;
3541
3553
  /**
3542
3554
  * Discriminator type for a tool invocation event.
3543
3555
  */
3544
- export type TopologyClass96 = "tool_invocation";
3556
+ export type TopologyClass97 = "tool_invocation";
3545
3557
  /**
3546
3558
  * The exact tool targeted in the CognitiveActionSpaceManifest.
3547
3559
  */
@@ -3565,7 +3577,7 @@ export type Timestamp14 = number;
3565
3577
  /**
3566
3578
  * Discriminator type for an epistemic promotion event.
3567
3579
  */
3568
- export type TopologyClass97 = "epistemic_promotion";
3580
+ export type TopologyClass98 = "epistemic_promotion";
3569
3581
  /**
3570
3582
  * The strict array of CIDs (Content Identifiers) representing the raw logs being compressed and archived.
3571
3583
  */
@@ -3593,7 +3605,7 @@ export type Timestamp15 = number;
3593
3605
  /**
3594
3606
  * Discriminator type for a persistence commit receipt.
3595
3607
  */
3596
- export type TopologyClass98 = "persistence_commit";
3608
+ export type TopologyClass99 = "persistence_commit";
3597
3609
  /**
3598
3610
  * The external cryptographic receipt generated by Iceberg/Delta.
3599
3611
  */
@@ -3621,7 +3633,7 @@ export type Timestamp16 = number;
3621
3633
  /**
3622
3634
  * Discriminator type for a token burn receipt.
3623
3635
  */
3624
- export type TopologyClass99 = "token_burn";
3636
+ export type TopologyClass100 = "token_burn";
3625
3637
  /**
3626
3638
  * A string linking this burn back to the specific ToolInvocationEvent CID.
3627
3639
  */
@@ -3653,7 +3665,7 @@ export type Timestamp17 = number;
3653
3665
  /**
3654
3666
  * Discriminator type for a budget exhaustion event.
3655
3667
  */
3656
- export type TopologyClass100 = "budget_exhaustion";
3668
+ export type TopologyClass101 = "budget_exhaustion";
3657
3669
  /**
3658
3670
  * A string representing the original escrow boundary breached.
3659
3671
  */
@@ -3677,7 +3689,7 @@ export type Timestamp18 = number;
3677
3689
  /**
3678
3690
  * Discriminator type for telemetry events.
3679
3691
  */
3680
- export type TopologyClass101 = "epistemic_telemetry";
3692
+ export type TopologyClass102 = "epistemic_telemetry";
3681
3693
  /**
3682
3694
  * The exact topological action the human operator performed on the projected manifold.
3683
3695
  */
@@ -3702,7 +3714,7 @@ export type PriorEventHash19 = string | null;
3702
3714
  * Causal Ancestry markers required to resolve decentralized event ordering.
3703
3715
  */
3704
3716
  export type Timestamp19 = number;
3705
- export type TopologyClass102 = "cognitive_prediction";
3717
+ export type TopologyClass103 = "cognitive_prediction";
3706
3718
  export type SourceChainCid = string;
3707
3719
  export type TargetSourceConcept = string;
3708
3720
  /**
@@ -3721,7 +3733,7 @@ export type PriorEventHash20 = string | null;
3721
3733
  * Causal Ancestry markers required to resolve decentralized event ordering.
3722
3734
  */
3723
3735
  export type Timestamp20 = number;
3724
- export type TopologyClass103 = "epistemic_axiom_verification";
3736
+ export type TopologyClass104 = "epistemic_axiom_verification";
3725
3737
  export type SourcePredictionCid = string;
3726
3738
  export type SequenceSimilarityScore = number;
3727
3739
  export type FactScorePassed = boolean;
@@ -3741,7 +3753,7 @@ export type PriorEventHash21 = string | null;
3741
3753
  * Causal Ancestry markers required to resolve decentralized event ordering.
3742
3754
  */
3743
3755
  export type Timestamp21 = number;
3744
- export type TopologyClass104 = "epistemic_flow_state";
3756
+ export type TopologyClass105 = "epistemic_flow_state";
3745
3757
  /**
3746
3758
  * The globally unique decentralized identifier (DID) anchoring the partial CognitiveReasoningTraceState.
3747
3759
  */
@@ -3769,7 +3781,7 @@ export type Timestamp22 = number;
3769
3781
  /**
3770
3782
  * Discriminator type for a causal explanation event.
3771
3783
  */
3772
- export type TopologyClass105 = "causal_explanation";
3784
+ export type TopologyClass106 = "causal_explanation";
3773
3785
  /**
3774
3786
  * The globally unique decentralized identifier (DID) anchoring the collective outcome being explained.
3775
3787
  */
@@ -3821,7 +3833,7 @@ export type Timestamp23 = number;
3821
3833
  /**
3822
3834
  * Discriminator type for an intent classification receipt.
3823
3835
  */
3824
- export type TopologyClass106 = "intent_classification";
3836
+ export type TopologyClass107 = "intent_classification";
3825
3837
  /**
3826
3838
  * The raw, unparsed human natural language instruction.
3827
3839
  */
@@ -3838,7 +3850,7 @@ export type ConfidenceScore1 = number;
3838
3850
  * The TaxonomicRoutingPolicy CID that governed this classification.
3839
3851
  */
3840
3852
  export type RoutingPolicyCid = string | null;
3841
- export type TopologyClass107 = "semantic_relational_record";
3853
+ export type TopologyClass108 = "semantic_relational_record";
3842
3854
  /**
3843
3855
  * A Content Identifier (CID) acting as a cryptographic Lineage Watermark binding this node to the Merkle-DAG.
3844
3856
  */
@@ -3862,7 +3874,7 @@ export type FormalSchemaUrn1 = string | null;
3862
3874
  /**
3863
3875
  * Discriminator for the reification receipt.
3864
3876
  */
3865
- export type TopologyClass108 = "ontological_reification";
3877
+ export type TopologyClass109 = "ontological_reification";
3866
3878
  /**
3867
3879
  * Cryptographic Lineage Watermark binding this node to the Merkle-DAG.
3868
3880
  */
@@ -3906,7 +3918,7 @@ export type Timestamp26 = number;
3906
3918
  /**
3907
3919
  * The type of the resilience payload.
3908
3920
  */
3909
- export type TopologyClass109 = "circuit_breaker_event";
3921
+ export type TopologyClass110 = "circuit_breaker_event";
3910
3922
  /**
3911
3923
  * Signature or summary of the error causing the trip.
3912
3924
  */
@@ -3926,7 +3938,7 @@ export type Timestamp27 = number;
3926
3938
  /**
3927
3939
  * Discriminator type for an exogenous event.
3928
3940
  */
3929
- export type TopologyClass110 = "exogenous_event";
3941
+ export type TopologyClass111 = "exogenous_event";
3930
3942
  /**
3931
3943
  * Cryptographic identifier for the Black Swan event.
3932
3944
  */
@@ -3954,7 +3966,7 @@ export type PriorEventHash28 = string | null;
3954
3966
  /**
3955
3967
  * Discriminator type for a log event.
3956
3968
  */
3957
- export type TopologyClass111 = "epistemic_log";
3969
+ export type TopologyClass112 = "epistemic_log";
3958
3970
  /**
3959
3971
  * The UNIX timestamp of the log event.
3960
3972
  */
@@ -3971,7 +3983,7 @@ export type TelemetryScalarState = string | number | boolean | null;
3971
3983
  /**
3972
3984
  * The type of the intervention payload.
3973
3985
  */
3974
- export type TopologyClass112 = "verdict";
3986
+ export type TopologyClass113 = "verdict";
3975
3987
  /**
3976
3988
  * A Content Identifier (CID) acting as a cryptographic Lineage Watermark binding this node to the Merkle-DAG.
3977
3989
  */
@@ -4028,7 +4040,7 @@ export type PriorEventHash30 = string | null;
4028
4040
  * Causal Ancestry markers required to resolve decentralized event ordering.
4029
4041
  */
4030
4042
  export type Timestamp30 = number;
4031
- export type TopologyClass113 = "custody_receipt";
4043
+ export type TopologyClass114 = "custody_receipt";
4032
4044
  /**
4033
4045
  * Unique identifier for this chain-of-custody entry.
4034
4046
  */
@@ -4065,7 +4077,7 @@ export type PriorEventHash31 = string | null;
4065
4077
  * Causal Ancestry markers required to resolve decentralized event ordering.
4066
4078
  */
4067
4079
  export type Timestamp31 = number;
4068
- export type TopologyClass114 = "defeasible_attack";
4080
+ export type TopologyClass115 = "defeasible_attack";
4069
4081
  /**
4070
4082
  * A Content Identifier (CID) acting as a cryptographic Lineage Watermark for this directed attack edge.
4071
4083
  */
@@ -4090,7 +4102,7 @@ export type PriorEventHash32 = string | null;
4090
4102
  * Causal Ancestry markers required to resolve decentralized event ordering.
4091
4103
  */
4092
4104
  export type Timestamp32 = number;
4093
- export type TopologyClass115 = "epistemic_rejection";
4105
+ export type TopologyClass116 = "epistemic_rejection";
4094
4106
  export type ReceiptCid1 = string;
4095
4107
  export type FailedProjectionCid = string;
4096
4108
  export type ViolatedAlgebraicConstraint = string;
@@ -4108,7 +4120,7 @@ export type PriorEventHash33 = string | null;
4108
4120
  * The precise temporal coordinate of the event realization.
4109
4121
  */
4110
4122
  export type Timestamp33 = number;
4111
- export type TopologyClass116 = "formal_verification_receipt";
4123
+ export type TopologyClass117 = "formal_verification_receipt";
4112
4124
  /**
4113
4125
  * The definitive Boolean evaluating whether the proof succeeded, the program is satisfiable, or the deduction holds true.
4114
4126
  */
@@ -4127,7 +4139,7 @@ export type FailingContext = string | null;
4127
4139
  export type ExtractedBindings = {
4128
4140
  [k: string]: JsonPrimitiveState;
4129
4141
  }[];
4130
- export type TopologyClass117 = "belief_modulation";
4142
+ export type TopologyClass118 = "belief_modulation";
4131
4143
  export type ReceiptCid2 = string;
4132
4144
  /**
4133
4145
  * A Content Identifier (CID) acting as a cryptographic Lineage Watermark binding this node to the Merkle-DAG.
@@ -4143,7 +4155,7 @@ export type PriorEventHash34 = string | null;
4143
4155
  export type Timestamp34 = number;
4144
4156
  export type TargetGraphCid4 = string;
4145
4157
  export type SeveredEdgeCids = string[];
4146
- export type TopologyClass118 = "rdf_export_receipt";
4158
+ export type TopologyClass119 = "rdf_export_receipt";
4147
4159
  export type ExportCid1 = string;
4148
4160
  /**
4149
4161
  * A Content Identifier (CID) acting as a cryptographic Lineage Watermark binding this node to the Merkle-DAG.
@@ -4163,7 +4175,7 @@ export type Sha256GraphHash = string;
4163
4175
  export type EventCid36 = string;
4164
4176
  export type PriorEventHash36 = string | null;
4165
4177
  export type Timestamp36 = number;
4166
- export type TopologyClass119 = "epistemic_starvation";
4178
+ export type TopologyClass120 = "epistemic_starvation";
4167
4179
  /**
4168
4180
  * The cryptographic pointer to the specific edge that failed empirical grounding.
4169
4181
  */
@@ -4179,7 +4191,7 @@ export type DiagnosticReason = string;
4179
4191
  export type EventCid37 = string;
4180
4192
  export type PriorEventHash37 = string | null;
4181
4193
  export type Timestamp37 = number;
4182
- export type TopologyClass120 = "sparql_query_result";
4194
+ export type TopologyClass121 = "sparql_query_result";
4183
4195
  /**
4184
4196
  * A pointer back to the SPARQLQueryIntent that authorized this execution.
4185
4197
  */
@@ -4191,7 +4203,7 @@ export type ExecutionTimeMs = number;
4191
4203
  /**
4192
4204
  * Discriminator for the OracleExecutionReceipt topology.
4193
4205
  */
4194
- export type TopologyClass121 = "oracle_execution_receipt";
4206
+ export type TopologyClass122 = "oracle_execution_receipt";
4195
4207
  /**
4196
4208
  * The SHA-256 hash of the complete execution payload, providing undeniable cryptographic provenance for the Merkle-DAG audit trail.
4197
4209
  */
@@ -4223,7 +4235,7 @@ export type Timestamp38 = number;
4223
4235
  /**
4224
4236
  * The type of the security violation payload.
4225
4237
  */
4226
- export type TopologyClass122 = "guardrail_violation_event";
4238
+ export type TopologyClass123 = "guardrail_violation_event";
4227
4239
  /**
4228
4240
  * Unique identifier for the violation event.
4229
4241
  */
@@ -4244,7 +4256,7 @@ export type AnyTransitionEdge = TransitionEdgeProfile | CyclicEdgeProfile;
4244
4256
  /**
4245
4257
  * Discriminator type for an acyclic edge.
4246
4258
  */
4247
- export type TopologyClass123 = "acyclic";
4259
+ export type TopologyClass124 = "acyclic";
4248
4260
  /**
4249
4261
  * The coinductive pointer to the destination capability.
4250
4262
  */
@@ -4276,7 +4288,7 @@ export type ComputeWeightMagnitude = number;
4276
4288
  /**
4277
4289
  * Discriminator type for a cyclic edge.
4278
4290
  */
4279
- export type TopologyClass124 = "cyclic";
4291
+ export type TopologyClass125 = "cyclic";
4280
4292
  /**
4281
4293
  * The coinductive pointer to the destination capability.
4282
4294
  */
@@ -5464,6 +5476,7 @@ export interface CoReasonSharedKernelOntology {
5464
5476
  FallbackIntent?: FallbackIntent;
5465
5477
  FallbackSLA?: FallbackSLA;
5466
5478
  FalsificationContract?: FalsificationContract;
5479
+ FederatedDiscoveryIntent?: FederatedDiscoveryIntent;
5467
5480
  FitnessObjectiveProfile?: FitnessObjectiveProfile;
5468
5481
  FormalLogicPremise?: FormalLogicPremise;
5469
5482
  FormalVerificationContract?: FormalVerificationContract;
@@ -7995,6 +8008,23 @@ export interface OntologicalNormalizationIntent {
7995
8008
  source_artifact_cid: SourceArtifactCid1;
7996
8009
  target_ontology_urn: TargetOntologyUrn;
7997
8010
  }
8011
+ /**
8012
+ * CoReason Shared Kernel Ontology
8013
+ *
8014
+ * AGENT INSTRUCTION: Encapsulates the geometric parameters for a cross-authority capability discovery query.
8015
+ * Used by the Federated Gateway to route semantic search intents across zero-trust network boundaries.
8016
+ *
8017
+ * CAUSAL AFFORDANCE: Enables the discovery of URN-addressable capabilities that match specific topological and status filters.
8018
+ *
8019
+ * EPISTEMIC BOUNDS: Strictly bounded by the domain_filter array and the minimum_epistemic_status enum.
8020
+ *
8021
+ * MCP ROUTING TRIGGERS: Federated Discovery, Semantic Search, Capability Routing, Zero-Trust Discovery.
8022
+ */
8023
+ export interface FederatedDiscoveryIntent {
8024
+ topology_class?: TopologyClass60;
8025
+ domain_filter: DomainFilter;
8026
+ minimum_epistemic_status?: MinimumEpistemicStatus;
8027
+ }
7998
8028
  /**
7999
8029
  * CoReason Shared Kernel Ontology
8000
8030
  *
@@ -8024,7 +8054,7 @@ export interface CognitiveAgentNodeProfile {
8024
8054
  */
8025
8055
  render_material?: SpatialRenderMaterial | null;
8026
8056
  description: Description3;
8027
- topology_class?: TopologyClass60;
8057
+ topology_class?: TopologyClass61;
8028
8058
  hardware?: SpatialHardwareProfile1;
8029
8059
  security?: EpistemicSecurityProfile;
8030
8060
  /**
@@ -8572,7 +8602,7 @@ export interface CognitiveHumanNodeProfile {
8572
8602
  * The physics-agnostic visual identity or shader governing the spatial rendering of this node.
8573
8603
  */
8574
8604
  render_material?: SpatialRenderMaterial | null;
8575
- topology_class?: TopologyClass61;
8605
+ topology_class?: TopologyClass62;
8576
8606
  required_attestation: RequiredAttestation;
8577
8607
  /**
8578
8608
  * The continuous spatial vector representing the human operator's localized cognitive focus.
@@ -8620,7 +8650,7 @@ export interface CognitiveSystemNodeProfile {
8620
8650
  * The mathematical functor blueprint authorizing the runtime to hydrate a specific open-source engine (e.g., SymbolicAI) for this node.
8621
8651
  */
8622
8652
  execution_substrate?: ExecutionSubstrateProfile1 | null;
8623
- topology_class?: TopologyClass62;
8653
+ topology_class?: TopologyClass63;
8624
8654
  }
8625
8655
  /**
8626
8656
  * CoReason Shared Kernel Ontology
@@ -8668,7 +8698,7 @@ export interface CompositeNodeProfile {
8668
8698
  * The physics-agnostic visual identity or shader governing the spatial rendering of this node.
8669
8699
  */
8670
8700
  render_material?: SpatialRenderMaterial | null;
8671
- topology_class?: TopologyClass63;
8701
+ topology_class?: TopologyClass64;
8672
8702
  /**
8673
8703
  * The encapsulated subgraph to execute.
8674
8704
  */
@@ -8708,7 +8738,7 @@ export interface DAGTopologyManifest {
8708
8738
  * The dynamic Level of Detail and Spectral Coarsening physics bound to this macroscopic execution graph.
8709
8739
  */
8710
8740
  observability?: ObservabilityLODPolicy | null;
8711
- topology_class?: TopologyClass64;
8741
+ topology_class?: TopologyClass65;
8712
8742
  edges?: Edges;
8713
8743
  allow_cycles?: AllowCycles;
8714
8744
  /**
@@ -9083,7 +9113,7 @@ export interface CouncilTopologyManifest {
9083
9113
  * The dynamic Level of Detail and Spectral Coarsening physics bound to this macroscopic execution graph.
9084
9114
  */
9085
9115
  observability?: ObservabilityLODPolicy | null;
9086
- topology_class?: TopologyClass65;
9116
+ topology_class?: TopologyClass66;
9087
9117
  /**
9088
9118
  * A Decentralized Identifier (DID) representing a cryptographically accountable principal within the swarm.
9089
9119
  */
@@ -9290,7 +9320,7 @@ export interface SwarmTopologyManifest {
9290
9320
  * The dynamic Level of Detail and Spectral Coarsening physics bound to this macroscopic execution graph.
9291
9321
  */
9292
9322
  observability?: ObservabilityLODPolicy | null;
9293
- topology_class?: TopologyClass66;
9323
+ topology_class?: TopologyClass67;
9294
9324
  spawning_threshold?: SpawningThreshold;
9295
9325
  max_concurrent_agents?: MaxConcurrentAgents;
9296
9326
  /**
@@ -9424,7 +9454,7 @@ export interface EvolutionaryTopologyManifest {
9424
9454
  * The dynamic Level of Detail and Spectral Coarsening physics bound to this macroscopic execution graph.
9425
9455
  */
9426
9456
  observability?: ObservabilityLODPolicy | null;
9427
- topology_class?: TopologyClass67;
9457
+ topology_class?: TopologyClass68;
9428
9458
  generations: Generations;
9429
9459
  population_size: PopulationSize;
9430
9460
  mutation: MutationPolicy;
@@ -9537,7 +9567,7 @@ export interface SMPCTopologyManifest {
9537
9567
  * The dynamic Level of Detail and Spectral Coarsening physics bound to this macroscopic execution graph.
9538
9568
  */
9539
9569
  observability?: ObservabilityLODPolicy | null;
9540
- topology_class?: TopologyClass68;
9570
+ topology_class?: TopologyClass69;
9541
9571
  smpc_protocol: SmpcProtocol;
9542
9572
  joint_function_uri: JointFunctionUri;
9543
9573
  participant_node_cids: ParticipantNodeCids;
@@ -9584,7 +9614,7 @@ export interface EvaluatorOptimizerTopologyManifest {
9584
9614
  * The dynamic Level of Detail and Spectral Coarsening physics bound to this macroscopic execution graph.
9585
9615
  */
9586
9616
  observability?: ObservabilityLODPolicy | null;
9587
- topology_class?: TopologyClass69;
9617
+ topology_class?: TopologyClass70;
9588
9618
  /**
9589
9619
  * A Decentralized Identifier (DID) representing a cryptographically accountable principal within the swarm.
9590
9620
  */
@@ -9634,7 +9664,7 @@ export interface DigitalTwinTopologyManifest {
9634
9664
  * The dynamic Level of Detail and Spectral Coarsening physics bound to this macroscopic execution graph.
9635
9665
  */
9636
9666
  observability?: ObservabilityLODPolicy | null;
9637
- topology_class?: TopologyClass70;
9667
+ topology_class?: TopologyClass71;
9638
9668
  target_topology_cid: TargetTopologyCid;
9639
9669
  convergence_sla: SimulationConvergenceSLA;
9640
9670
  enforce_no_side_effects?: EnforceNoSideEffects;
@@ -9664,7 +9694,7 @@ export interface SimulationConvergenceSLA {
9664
9694
  * MCP ROUTING TRIGGERS: Practical Byzantine Fault Tolerance, pBFT, Distributed Consensus, Sybil Resistance, Macro Abstraction
9665
9695
  */
9666
9696
  export interface ConsensusFederationTopologyManifest {
9667
- topology_class?: TopologyClass71;
9697
+ topology_class?: TopologyClass72;
9668
9698
  participant_cids: ParticipantCids;
9669
9699
  /**
9670
9700
  * A Decentralized Identifier (DID) representing a cryptographically accountable principal within the swarm.
@@ -9729,7 +9759,7 @@ export interface CapabilityForgeTopologyManifest {
9729
9759
  * The dynamic Level of Detail and Spectral Coarsening physics bound to this macroscopic execution graph.
9730
9760
  */
9731
9761
  observability?: ObservabilityLODPolicy | null;
9732
- topology_class?: TopologyClass72;
9762
+ topology_class?: TopologyClass73;
9733
9763
  target_epistemic_deficit: SemanticDiscoveryIntent1;
9734
9764
  /**
9735
9765
  * A Decentralized Identifier (DID) representing a cryptographically accountable principal within the swarm.
@@ -9883,7 +9913,7 @@ export interface IntentElicitationTopologyManifest {
9883
9913
  * The dynamic Level of Detail and Spectral Coarsening physics bound to this macroscopic execution graph.
9884
9914
  */
9885
9915
  observability?: ObservabilityLODPolicy | null;
9886
- topology_class?: TopologyClass73;
9916
+ topology_class?: TopologyClass74;
9887
9917
  raw_human_artifact_cid: RawHumanArtifactCid;
9888
9918
  /**
9889
9919
  * A Decentralized Identifier (DID) representing a cryptographically accountable principal within the swarm.
@@ -9937,7 +9967,7 @@ export interface NeurosymbolicIngestionTopologyManifest {
9937
9967
  * The dynamic Level of Detail physics bound to this graph.
9938
9968
  */
9939
9969
  observability?: ObservabilityLODPolicy | null;
9940
- topology_class?: TopologyClass74;
9970
+ topology_class?: TopologyClass75;
9941
9971
  /**
9942
9972
  * A Decentralized Identifier (DID) representing a cryptographically accountable principal within the swarm.
9943
9973
  */
@@ -9998,7 +10028,7 @@ export interface NeurosymbolicVerificationTopologyManifest {
9998
10028
  * The dynamic Level of Detail and Spectral Coarsening physics bound to this macroscopic execution graph.
9999
10029
  */
10000
10030
  observability?: ObservabilityLODPolicy | null;
10001
- topology_class?: TopologyClass75;
10031
+ topology_class?: TopologyClass76;
10002
10032
  proposer_node_cid: ProposerNodeCid;
10003
10033
  verifier_node_cid: VerifierNodeCid;
10004
10034
  max_revision_loops: MaxRevisionLoops1;
@@ -10022,7 +10052,7 @@ export interface Nodes11 {
10022
10052
  * MCP ROUTING TRIGGERS: Discourse Geometry, Rhetorical Flattening, Directed Acyclic Graph, Hierarchical Extraction
10023
10053
  */
10024
10054
  export interface DiscourseTreeManifest {
10025
- topology_class?: TopologyClass76;
10055
+ topology_class?: TopologyClass77;
10026
10056
  manifest_cid: ManifestCid2;
10027
10057
  /**
10028
10058
  * A Decentralized Identifier (DID) representing a cryptographically accountable principal within the swarm.
@@ -10063,7 +10093,7 @@ export interface DiscourseNodeState {
10063
10093
  * CoReason Shared Kernel Ontology
10064
10094
  */
10065
10095
  export interface DocumentKnowledgeGraphManifest {
10066
- topology_class?: TopologyClass77;
10096
+ topology_class?: TopologyClass78;
10067
10097
  graph_cid: GraphCid;
10068
10098
  source_artifact_cid: SourceArtifactCid2;
10069
10099
  nodes: Nodes12;
@@ -10211,7 +10241,7 @@ export interface HomomorphicEncryptionProfile {
10211
10241
  * MCP ROUTING TRIGGERS: Cross-Modal Isomorphism, Semantic Fusion, Volumetric Projection, Profunctor Optics
10212
10242
  */
10213
10243
  export interface ContinuousManifoldMappingContract {
10214
- topology_class?: TopologyClass78;
10244
+ topology_class?: TopologyClass79;
10215
10245
  /**
10216
10246
  * A Decentralized Identifier (DID) representing a cryptographically accountable principal within the swarm.
10217
10247
  */
@@ -10258,7 +10288,7 @@ export interface SE3TransformProfile4 {
10258
10288
  * MCP ROUTING TRIGGERS: Spatial-Semantic Isomorphism, Document Object Model, Containment DAG, Visual Hierarchy, Rhetorical Bounding
10259
10289
  */
10260
10290
  export interface HierarchicalDOMManifest {
10261
- topology_class?: TopologyClass79;
10291
+ topology_class?: TopologyClass80;
10262
10292
  dom_cid: DomCid;
10263
10293
  root_block_cid: RootBlockCid;
10264
10294
  blocks: Blocks;
@@ -10439,7 +10469,7 @@ export interface MemoizedNodeProfile {
10439
10469
  * The physics-agnostic visual identity or shader governing the spatial rendering of this node.
10440
10470
  */
10441
10471
  render_material?: SpatialRenderMaterial | null;
10442
- topology_class?: TopologyClass80;
10472
+ topology_class?: TopologyClass81;
10443
10473
  /**
10444
10474
  * The exact SHA-256 fingerprint of the executed topology.
10445
10475
  */
@@ -10461,7 +10491,7 @@ export interface ExpectedOutputSchema {
10461
10491
  * MCP ROUTING TRIGGERS: Conflict-Free Replicated Data Types, State-based Semilattice, Eventual Consistency, G-Set
10462
10492
  */
10463
10493
  export interface TemporalGraphCRDTManifest {
10464
- topology_class?: TopologyClass81;
10494
+ topology_class?: TopologyClass82;
10465
10495
  diff_cid: DiffCid;
10466
10496
  author_node_cid: AuthorNodeCid;
10467
10497
  lamport_timestamp: LamportTimestamp;
@@ -10481,7 +10511,7 @@ export interface VectorClock {
10481
10511
  * AGENT INSTRUCTION: A formal Substrate Projection representing an executable Model Context Protocol (MCP) tool.
10482
10512
  */
10483
10513
  export interface MCPToolDefinition {
10484
- topology_class?: TopologyClass82;
10514
+ topology_class?: TopologyClass83;
10485
10515
  event_cid?: EventCid1;
10486
10516
  prior_event_hash?: PriorEventHash1;
10487
10517
  timestamp?: Timestamp1;
@@ -10510,7 +10540,7 @@ export interface CrosswalkResolutionReceipt {
10510
10540
  event_cid: EventCid2;
10511
10541
  prior_event_hash?: PriorEventHash2;
10512
10542
  timestamp: Timestamp2;
10513
- topology_class?: TopologyClass83;
10543
+ topology_class?: TopologyClass84;
10514
10544
  receipt_cid: ReceiptCid;
10515
10545
  target_graph_cid: TargetGraphCid3;
10516
10546
  resolved_curies: ResolvedCuries;
@@ -10555,7 +10585,7 @@ export interface EpistemicZeroTrustReceipt {
10555
10585
  event_cid: EventCid3;
10556
10586
  prior_event_hash?: PriorEventHash3;
10557
10587
  timestamp: Timestamp3;
10558
- topology_class?: TopologyClass84;
10588
+ topology_class?: TopologyClass85;
10559
10589
  intent_reference_cid: IntentReferenceCid;
10560
10590
  llm_blind_plan_hash: LlmBlindPlanHash;
10561
10591
  firewall_breach_detected?: FirewallBreachDetected;
@@ -10577,7 +10607,7 @@ export interface ObservationEvent {
10577
10607
  event_cid: EventCid4;
10578
10608
  prior_event_hash?: PriorEventHash4;
10579
10609
  timestamp: Timestamp4;
10580
- topology_class?: TopologyClass85;
10610
+ topology_class?: TopologyClass86;
10581
10611
  payload: Payload;
10582
10612
  /**
10583
10613
  * The specific topological node that appended this observation.
@@ -10647,7 +10677,7 @@ export interface HardwareEnclaveReceipt {
10647
10677
  * MCP ROUTING TRIGGERS: Exogenous Perturbation, DOM Topography, Spatial Execution Bound, Accessibility Tree
10648
10678
  */
10649
10679
  export interface BrowserDOMState {
10650
- topology_class?: TopologyClass86;
10680
+ topology_class?: TopologyClass87;
10651
10681
  current_url: CurrentUrl;
10652
10682
  viewport_size: ViewportSize;
10653
10683
  dom_hash: DomHash;
@@ -10666,7 +10696,7 @@ export interface BrowserDOMState {
10666
10696
  * MCP ROUTING TRIGGERS: POSIX Environment, Exogenous Perturbation, TTY Buffer, Causal Actuator, Stream Crystallization
10667
10697
  */
10668
10698
  export interface TerminalBufferState {
10669
- topology_class?: TopologyClass87;
10699
+ topology_class?: TopologyClass88;
10670
10700
  working_directory: WorkingDirectory;
10671
10701
  stdout_hash: StdoutHash;
10672
10702
  stderr_hash: StderrHash;
@@ -10781,7 +10811,7 @@ export interface BeliefMutationEvent {
10781
10811
  event_cid: EventCid5;
10782
10812
  prior_event_hash?: PriorEventHash5;
10783
10813
  timestamp: Timestamp5;
10784
- topology_class?: TopologyClass88;
10814
+ topology_class?: TopologyClass89;
10785
10815
  payload: Payload1;
10786
10816
  /**
10787
10817
  * The specific topological node that synthesized this belief assertion.
@@ -10896,7 +10926,7 @@ export interface SystemFaultEvent {
10896
10926
  event_cid: EventCid6;
10897
10927
  prior_event_hash?: PriorEventHash6;
10898
10928
  timestamp: Timestamp6;
10899
- topology_class?: TopologyClass89;
10929
+ topology_class?: TopologyClass90;
10900
10930
  }
10901
10931
  /**
10902
10932
  * CoReason Shared Kernel Ontology
@@ -10910,7 +10940,7 @@ export interface SystemFaultEvent {
10910
10940
  * MCP ROUTING TRIGGERS: Atomic Proposition, Discourse Extraction, Labeled Property Graph, Verifiable Statement
10911
10941
  */
10912
10942
  export interface AtomicPropositionState {
10913
- topology_class?: TopologyClass90;
10943
+ topology_class?: TopologyClass91;
10914
10944
  event_cid: EventCid7;
10915
10945
  prior_event_hash?: PriorEventHash7;
10916
10946
  timestamp: Timestamp7;
@@ -10951,7 +10981,7 @@ export interface EmpiricalStatisticalProfile {
10951
10981
  * MCP ROUTING TRIGGERS: Post-Coordinated Semantics, Latent Manifold Alignment, Semantic Specificity, Entity Assembly
10952
10982
  */
10953
10983
  export interface PostCoordinatedSemanticState {
10954
- topology_class?: TopologyClass91;
10984
+ topology_class?: TopologyClass92;
10955
10985
  event_cid: EventCid8;
10956
10986
  prior_event_hash?: PriorEventHash8;
10957
10987
  timestamp: Timestamp8;
@@ -10985,7 +11015,7 @@ export interface ArtifactCorruptionEvent {
10985
11015
  event_cid: EventCid9;
10986
11016
  prior_event_hash?: PriorEventHash9;
10987
11017
  timestamp: Timestamp9;
10988
- topology_class?: TopologyClass92;
11018
+ topology_class?: TopologyClass93;
10989
11019
  artifact_cid: ArtifactCid;
10990
11020
  corruption_class: CorruptionClass;
10991
11021
  diagnostic_hash: DiagnosticHash;
@@ -11005,7 +11035,7 @@ export interface HypothesisGenerationEvent {
11005
11035
  event_cid: EventCid10;
11006
11036
  prior_event_hash?: PriorEventHash10;
11007
11037
  timestamp: Timestamp10;
11008
- topology_class?: TopologyClass93;
11038
+ topology_class?: TopologyClass94;
11009
11039
  hypothesis_cid: HypothesisCid;
11010
11040
  premise_text: PremiseText;
11011
11041
  bayesian_prior: BayesianPrior;
@@ -11047,7 +11077,7 @@ export interface BargeInInterruptEvent {
11047
11077
  event_cid: EventCid11;
11048
11078
  prior_event_hash?: PriorEventHash11;
11049
11079
  timestamp: Timestamp11;
11050
- topology_class?: TopologyClass94;
11080
+ topology_class?: TopologyClass95;
11051
11081
  target_event_cid: TargetEventCid1;
11052
11082
  /**
11053
11083
  * The continuous multimodal trigger (e.g., audio spike, user saying 'stop') that justified the interruption.
@@ -11071,7 +11101,7 @@ export interface CounterfactualRegretEvent {
11071
11101
  event_cid: EventCid12;
11072
11102
  prior_event_hash?: PriorEventHash12;
11073
11103
  timestamp: Timestamp12;
11074
- topology_class?: TopologyClass95;
11104
+ topology_class?: TopologyClass96;
11075
11105
  historical_event_cid: HistoricalEventCid;
11076
11106
  counterfactual_intervention: CounterfactualIntervention;
11077
11107
  expected_utility_actual: ExpectedUtilityActual;
@@ -11100,7 +11130,7 @@ export interface ToolInvocationEvent {
11100
11130
  event_cid: EventCid13;
11101
11131
  prior_event_hash?: PriorEventHash13;
11102
11132
  timestamp: Timestamp13;
11103
- topology_class?: TopologyClass96;
11133
+ topology_class?: TopologyClass97;
11104
11134
  tool_name: ToolName1;
11105
11135
  parameters: Parameters;
11106
11136
  authorized_budget_magnitude: AuthorizedBudgetMagnitude;
@@ -11166,7 +11196,7 @@ export interface EpistemicPromotionEvent {
11166
11196
  event_cid: EventCid14;
11167
11197
  prior_event_hash?: PriorEventHash14;
11168
11198
  timestamp: Timestamp14;
11169
- topology_class?: TopologyClass97;
11199
+ topology_class?: TopologyClass98;
11170
11200
  source_episodic_event_cids: SourceEpisodicEventCids;
11171
11201
  crystallized_semantic_node_cid: CrystallizedSemanticNodeCid;
11172
11202
  compression_ratio: CompressionRatio;
@@ -11186,7 +11216,7 @@ export interface PersistenceCommitReceipt {
11186
11216
  event_cid: EventCid15;
11187
11217
  prior_event_hash?: PriorEventHash15;
11188
11218
  timestamp: Timestamp15;
11189
- topology_class?: TopologyClass98;
11219
+ topology_class?: TopologyClass99;
11190
11220
  lakehouse_snapshot_cid: LakehouseSnapshotCid;
11191
11221
  committed_temporal_crdt_cid: CommittedTemporalCrdtCid;
11192
11222
  target_table_uri: TargetTableUri;
@@ -11206,7 +11236,7 @@ export interface TokenBurnReceipt {
11206
11236
  event_cid: EventCid16;
11207
11237
  prior_event_hash?: PriorEventHash16;
11208
11238
  timestamp: Timestamp16;
11209
- topology_class?: TopologyClass99;
11239
+ topology_class?: TopologyClass100;
11210
11240
  tool_invocation_cid: ToolInvocationCid;
11211
11241
  input_tokens: InputTokens;
11212
11242
  output_tokens: OutputTokens;
@@ -11227,7 +11257,7 @@ export interface BudgetExhaustionEvent {
11227
11257
  event_cid: EventCid17;
11228
11258
  prior_event_hash?: PriorEventHash17;
11229
11259
  timestamp: Timestamp17;
11230
- topology_class?: TopologyClass100;
11260
+ topology_class?: TopologyClass101;
11231
11261
  exhausted_escrow_cid: ExhaustedEscrowCid;
11232
11262
  final_burn_receipt_cid: FinalBurnReceiptCid;
11233
11263
  }
@@ -11246,7 +11276,7 @@ export interface EpistemicTelemetryEvent {
11246
11276
  event_cid: EventCid18;
11247
11277
  prior_event_hash?: PriorEventHash18;
11248
11278
  timestamp: Timestamp18;
11249
- topology_class?: TopologyClass101;
11279
+ topology_class?: TopologyClass102;
11250
11280
  interaction_modality: InteractionModality;
11251
11281
  target_node_cid: TargetNodeCid;
11252
11282
  dwell_duration_ms?: DwellDurationMs;
@@ -11270,7 +11300,7 @@ export interface CognitivePredictionReceipt {
11270
11300
  event_cid: EventCid19;
11271
11301
  prior_event_hash?: PriorEventHash19;
11272
11302
  timestamp: Timestamp19;
11273
- topology_class?: TopologyClass102;
11303
+ topology_class?: TopologyClass103;
11274
11304
  source_chain_cid: SourceChainCid;
11275
11305
  target_source_concept: TargetSourceConcept;
11276
11306
  predicted_top_k_tokens: PredictedTopKTokens;
@@ -11290,7 +11320,7 @@ export interface EpistemicAxiomVerificationReceipt {
11290
11320
  event_cid: EventCid20;
11291
11321
  prior_event_hash?: PriorEventHash20;
11292
11322
  timestamp: Timestamp20;
11293
- topology_class?: TopologyClass103;
11323
+ topology_class?: TopologyClass104;
11294
11324
  source_prediction_cid: SourcePredictionCid;
11295
11325
  sequence_similarity_score: SequenceSimilarityScore;
11296
11326
  fact_score_passed: FactScorePassed;
@@ -11324,7 +11354,7 @@ export interface EpistemicFlowStateReceipt {
11324
11354
  event_cid: EventCid21;
11325
11355
  prior_event_hash?: PriorEventHash21;
11326
11356
  timestamp: Timestamp21;
11327
- topology_class?: TopologyClass104;
11357
+ topology_class?: TopologyClass105;
11328
11358
  source_trajectory_cid: SourceTrajectoryCid;
11329
11359
  estimated_flow_value: EstimatedFlowValue;
11330
11360
  terminal_reward_factorized: TerminalRewardFactorized;
@@ -11353,7 +11383,7 @@ export interface CausalExplanationEvent {
11353
11383
  event_cid: EventCid22;
11354
11384
  prior_event_hash?: PriorEventHash22;
11355
11385
  timestamp: Timestamp22;
11356
- topology_class?: TopologyClass105;
11386
+ topology_class?: TopologyClass106;
11357
11387
  target_outcome_event_cid: TargetOutcomeEventCid;
11358
11388
  collective_intelligence: CollectiveIntelligenceProfile;
11359
11389
  agent_attributions: AgentAttributions;
@@ -11417,7 +11447,7 @@ export interface IntentClassificationReceipt {
11417
11447
  event_cid: EventCid23;
11418
11448
  prior_event_hash?: PriorEventHash23;
11419
11449
  timestamp: Timestamp23;
11420
- topology_class?: TopologyClass106;
11450
+ topology_class?: TopologyClass107;
11421
11451
  raw_input_string: RawInputString;
11422
11452
  classified_intent: ClassifiedIntent;
11423
11453
  confidence_score: ConfidenceScore1;
@@ -11435,7 +11465,7 @@ export interface IntentClassificationReceipt {
11435
11465
  * MCP ROUTING TRIGGERS: Semantic Relational Record, Payload Injection, Hardware Guillotine, Structured Telemetry
11436
11466
  */
11437
11467
  export interface SemanticRelationalVectorState {
11438
- topology_class?: TopologyClass107;
11468
+ topology_class?: TopologyClass108;
11439
11469
  event_cid: EventCid24;
11440
11470
  prior_event_hash?: PriorEventHash24;
11441
11471
  timestamp: Timestamp24;
@@ -11480,7 +11510,7 @@ export interface PayloadInjectionZone {
11480
11510
  * MCP ROUTING TRIGGERS: Ontological Reification, Bimodal Semantic Transformation, Epistemic Ledger, Traceability Collapse
11481
11511
  */
11482
11512
  export interface OntologicalReificationReceipt {
11483
- topology_class?: TopologyClass108;
11513
+ topology_class?: TopologyClass109;
11484
11514
  event_cid: EventCid25;
11485
11515
  prior_event_hash?: PriorEventHash25;
11486
11516
  timestamp: Timestamp25;
@@ -11523,7 +11553,7 @@ export interface CircuitBreakerEvent {
11523
11553
  event_cid: EventCid26;
11524
11554
  prior_event_hash?: PriorEventHash26;
11525
11555
  timestamp: Timestamp26;
11526
- topology_class?: TopologyClass109;
11556
+ topology_class?: TopologyClass110;
11527
11557
  /**
11528
11558
  * A Decentralized Identifier (DID) representing a cryptographically accountable principal within the swarm.
11529
11559
  */
@@ -11554,7 +11584,7 @@ export interface ExogenousEpistemicEvent {
11554
11584
  event_cid: EventCid27;
11555
11585
  prior_event_hash?: PriorEventHash27;
11556
11586
  timestamp: Timestamp27;
11557
- topology_class?: TopologyClass110;
11587
+ topology_class?: TopologyClass111;
11558
11588
  shock_cid: ShockCid;
11559
11589
  target_node_hash: TargetNodeHash;
11560
11590
  bayesian_surprise_score: BayesianSurpriseScore1;
@@ -11587,7 +11617,7 @@ export interface SimulationEscrowContract {
11587
11617
  export interface EpistemicLogEvent {
11588
11618
  event_cid: EventCid28;
11589
11619
  prior_event_hash?: PriorEventHash28;
11590
- topology_class?: TopologyClass111;
11620
+ topology_class?: TopologyClass112;
11591
11621
  timestamp: Timestamp28;
11592
11622
  level: Level;
11593
11623
  message: Message1;
@@ -11618,7 +11648,7 @@ export interface TelemetryContextProfile {
11618
11648
  * MCP ROUTING TRIGGERS: Cryptographic Nonce, State Resumption, Replay Attack Prevention, Wetware Attestation, Liveness Resolution
11619
11649
  */
11620
11650
  export interface InterventionReceipt {
11621
- topology_class?: TopologyClass112;
11651
+ topology_class?: TopologyClass113;
11622
11652
  event_cid: EventCid29;
11623
11653
  prior_event_hash?: PriorEventHash29;
11624
11654
  timestamp: Timestamp29;
@@ -11679,7 +11709,7 @@ export interface CustodyReceipt {
11679
11709
  event_cid: EventCid30;
11680
11710
  prior_event_hash?: PriorEventHash30;
11681
11711
  timestamp: Timestamp30;
11682
- topology_class?: TopologyClass113;
11712
+ topology_class?: TopologyClass114;
11683
11713
  custody_cid: CustodyCid;
11684
11714
  source_node_cid: SourceNodeCid;
11685
11715
  applied_policy_cid: AppliedPolicyCid;
@@ -11702,7 +11732,7 @@ export interface DefeasibleAttackEvent {
11702
11732
  event_cid: EventCid31;
11703
11733
  prior_event_hash?: PriorEventHash31;
11704
11734
  timestamp: Timestamp31;
11705
- topology_class?: TopologyClass114;
11735
+ topology_class?: TopologyClass115;
11706
11736
  attack_cid: AttackCid;
11707
11737
  source_claim_cid: SourceClaimCid;
11708
11738
  target_claim_cid: TargetClaimCid;
@@ -11726,7 +11756,7 @@ export interface EpistemicRejectionReceipt {
11726
11756
  event_cid: EventCid32;
11727
11757
  prior_event_hash?: PriorEventHash32;
11728
11758
  timestamp: Timestamp32;
11729
- topology_class?: TopologyClass115;
11759
+ topology_class?: TopologyClass116;
11730
11760
  receipt_cid: ReceiptCid1;
11731
11761
  failed_projection_cid: FailedProjectionCid;
11732
11762
  violated_algebraic_constraint: ViolatedAlgebraicConstraint;
@@ -11748,7 +11778,7 @@ export interface FormalVerificationReceipt {
11748
11778
  event_cid: EventCid33;
11749
11779
  prior_event_hash?: PriorEventHash33;
11750
11780
  timestamp: Timestamp33;
11751
- topology_class?: TopologyClass116;
11781
+ topology_class?: TopologyClass117;
11752
11782
  /**
11753
11783
  * Pointer to the specific node or intent that requested this formal verification.
11754
11784
  */
@@ -11762,7 +11792,7 @@ export interface FormalVerificationReceipt {
11762
11792
  * CoReason Shared Kernel Ontology
11763
11793
  */
11764
11794
  export interface BeliefModulationReceipt {
11765
- topology_class?: TopologyClass117;
11795
+ topology_class?: TopologyClass118;
11766
11796
  receipt_cid: ReceiptCid2;
11767
11797
  event_cid: EventCid34;
11768
11798
  prior_event_hash?: PriorEventHash34;
@@ -11778,7 +11808,7 @@ export interface GroundedEdges {
11778
11808
  * CoReason Shared Kernel Ontology
11779
11809
  */
11780
11810
  export interface RDFExportReceipt {
11781
- topology_class?: TopologyClass118;
11811
+ topology_class?: TopologyClass119;
11782
11812
  export_cid: ExportCid1;
11783
11813
  event_cid: EventCid35;
11784
11814
  prior_event_hash?: PriorEventHash35;
@@ -11802,7 +11832,7 @@ export interface EpistemicStarvationEvent {
11802
11832
  event_cid: EventCid36;
11803
11833
  prior_event_hash?: PriorEventHash36;
11804
11834
  timestamp: Timestamp36;
11805
- topology_class?: TopologyClass119;
11835
+ topology_class?: TopologyClass120;
11806
11836
  starved_edge_cid: StarvedEdgeCid;
11807
11837
  failed_citations: FailedCitations;
11808
11838
  diagnostic_reason: DiagnosticReason;
@@ -11822,7 +11852,7 @@ export interface SPARQLQueryResultReceipt {
11822
11852
  event_cid: EventCid37;
11823
11853
  prior_event_hash?: PriorEventHash37;
11824
11854
  timestamp: Timestamp37;
11825
- topology_class?: TopologyClass120;
11855
+ topology_class?: TopologyClass121;
11826
11856
  query_intent_cid: QueryIntentCid;
11827
11857
  returned_bindings: ReturnedBindings;
11828
11858
  execution_time_ms: ExecutionTimeMs;
@@ -11845,7 +11875,7 @@ export interface ReturnedBindings {
11845
11875
  * MCP ROUTING TRIGGERS: Execution Audit, Merkle-DAG Provenance, Thermodynamic Accounting, Oracle Telemetry, Human-in-the-Loop Attestation, Cryptographic Receipt
11846
11876
  */
11847
11877
  export interface OracleExecutionReceipt {
11848
- topology_class?: TopologyClass121;
11878
+ topology_class?: TopologyClass122;
11849
11879
  execution_hash: ExecutionHash;
11850
11880
  solver_urn: SolverUrn;
11851
11881
  tokens_burned: TokensBurned;
@@ -11866,7 +11896,7 @@ export interface GuardrailViolationEvent {
11866
11896
  event_cid: EventCid38;
11867
11897
  prior_event_hash?: PriorEventHash38;
11868
11898
  timestamp: Timestamp38;
11869
- topology_class?: TopologyClass122;
11899
+ topology_class?: TopologyClass123;
11870
11900
  violation_id: ViolationId;
11871
11901
  status_code: StatusCode;
11872
11902
  violation_type: ViolationType;
@@ -11890,7 +11920,7 @@ export interface ViolationDetails {
11890
11920
  * MCP ROUTING TRIGGERS: Markov Decision Process, Acyclic Edge, Stochastic Routing, Transition Probability, Directed Graph
11891
11921
  */
11892
11922
  export interface TransitionEdgeProfile {
11893
- topology_class?: TopologyClass123;
11923
+ topology_class?: TopologyClass124;
11894
11924
  target_node_cid?: TargetNodeCid1;
11895
11925
  /**
11896
11926
  * Dynamic discovery intent for bridging nodes.
@@ -11934,7 +11964,7 @@ export interface EdgeMappingContract {
11934
11964
  * MCP ROUTING TRIGGERS: Markov Decision Process, Cyclic Edge, Bellman Equation, Thermodynamic Discounting, Recursive Traversal
11935
11965
  */
11936
11966
  export interface CyclicEdgeProfile {
11937
- topology_class?: TopologyClass124;
11967
+ topology_class?: TopologyClass125;
11938
11968
  target_node_cid?: TargetNodeCid2;
11939
11969
  /**
11940
11970
  * Dynamic discovery intent for bridging nodes.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coreason-ai/coreason-manifest",
3
- "version": "0.55.2",
3
+ "version": "0.55.3",
4
4
  "description": "TypeScript bindings for the CoReason Hollow Data Plane.",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "author": "CoReason, Inc <license@coreason.ai>",