@coreason-ai/coreason-manifest 0.58.0 → 0.59.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ontology.d.ts +8 -8
- package/package.json +1 -1
package/dist/ontology.d.ts
CHANGED
|
@@ -599,7 +599,7 @@ export type Rationale = string;
|
|
|
599
599
|
* Self-evaluated probability of success for this proposed action, fed directly into the UCT exploration-exploitation formula by the Strategic MCTS Oracle.
|
|
600
600
|
*/
|
|
601
601
|
export type HeuristicConfidence = number;
|
|
602
|
-
export type AnyIntent = TemporalEdgeInvalidationIntent | EpistemicZeroTrustContract | EmpiricalFalsificationContract | FalsificationContract | OntologicalCrosswalkIntent | SemanticIntent | DraftingIntent | AdjudicationIntent | EscalationIntent | SemanticDiscoveryIntent |
|
|
602
|
+
export type AnyIntent = TemporalEdgeInvalidationIntent | EpistemicZeroTrustContract | EmpiricalFalsificationContract | FalsificationContract | OntologicalCrosswalkIntent | SemanticIntent | DraftingIntent | AdjudicationIntent | EscalationIntent | SemanticDiscoveryIntent | SpatialTaxonomicRestructureIntent | 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 | DoWhyInterventionIntent | MCPClientIntent | RollbackIntent | StateMutationIntent | EpistemicOntologicalNormalizationIntent | FederatedDiscoveryIntent;
|
|
603
603
|
/**
|
|
604
604
|
* Discriminator for temporal edge invalidation.
|
|
605
605
|
*/
|
|
@@ -712,7 +712,7 @@ export type RequiredStructuralTypes = string[];
|
|
|
712
712
|
/**
|
|
713
713
|
* Strict discriminator for dynamic UI regrouping.
|
|
714
714
|
*/
|
|
715
|
-
export type TopologyClass23 = "
|
|
715
|
+
export type TopologyClass23 = "spatial_taxonomic_restructure";
|
|
716
716
|
/**
|
|
717
717
|
* The SOTA mathematical heuristic used to project the new manifold.
|
|
718
718
|
*/
|
|
@@ -1677,9 +1677,9 @@ export type From = string | null;
|
|
|
1677
1677
|
*/
|
|
1678
1678
|
export type ZeroTrustReceiptCid = string | null;
|
|
1679
1679
|
/**
|
|
1680
|
-
* Discriminator for the
|
|
1680
|
+
* Discriminator for the EpistemicOntologicalNormalizationIntent topology.
|
|
1681
1681
|
*/
|
|
1682
|
-
export type TopologyClass59 = "
|
|
1682
|
+
export type TopologyClass59 = "epistemic_ontological_normalization";
|
|
1683
1683
|
/**
|
|
1684
1684
|
* The Content Identifier (CID) of the raw ingested data artifact.
|
|
1685
1685
|
*/
|
|
@@ -5370,6 +5370,7 @@ export interface CoReasonSharedKernelOntology {
|
|
|
5370
5370
|
EpistemicHydrationPolicy?: EpistemicHydrationPolicy;
|
|
5371
5371
|
EpistemicLedgerState?: EpistemicLedgerState;
|
|
5372
5372
|
EpistemicLogEvent?: EpistemicLogEvent;
|
|
5373
|
+
EpistemicOntologicalNormalizationIntent?: EpistemicOntologicalNormalizationIntent;
|
|
5373
5374
|
EpistemicPromotionEvent?: EpistemicPromotionEvent;
|
|
5374
5375
|
EpistemicProvenanceReceipt?: EpistemicProvenanceReceipt;
|
|
5375
5376
|
EpistemicProxyState?: EpistemicProxyState;
|
|
@@ -5483,7 +5484,6 @@ export interface CoReasonSharedKernelOntology {
|
|
|
5483
5484
|
ObservationEvent?: ObservationEvent;
|
|
5484
5485
|
OntologicalAlignmentPolicy?: OntologicalAlignmentPolicy;
|
|
5485
5486
|
OntologicalCrosswalkIntent?: OntologicalCrosswalkIntent;
|
|
5486
|
-
OntologicalNormalizationIntent?: OntologicalNormalizationIntent;
|
|
5487
5487
|
OntologicalReificationReceipt?: OntologicalReificationReceipt;
|
|
5488
5488
|
OntologicalSurfaceProjectionManifest?: OntologicalSurfaceProjectionManifest;
|
|
5489
5489
|
OntologyDiscoveryIntent?: OntologyDiscoveryIntent;
|
|
@@ -5548,6 +5548,7 @@ export interface CoReasonSharedKernelOntology {
|
|
|
5548
5548
|
SpatialKinematicActionIntent?: SpatialKinematicActionIntent;
|
|
5549
5549
|
SpatialReferenceFrameManifest?: SpatialReferenceFrameManifest;
|
|
5550
5550
|
SpatialRenderMaterial?: SpatialRenderMaterial;
|
|
5551
|
+
SpatialTaxonomicRestructureIntent?: SpatialTaxonomicRestructureIntent;
|
|
5551
5552
|
SpatialToolManifest?: SpatialToolManifest;
|
|
5552
5553
|
SpeculativeExecutionPolicy?: SpeculativeExecutionPolicy;
|
|
5553
5554
|
StateContract?: StateContract;
|
|
@@ -5574,7 +5575,6 @@ export interface CoReasonSharedKernelOntology {
|
|
|
5574
5575
|
TaskAnnouncementIntent?: TaskAnnouncementIntent;
|
|
5575
5576
|
TaskAwardReceipt?: TaskAwardReceipt;
|
|
5576
5577
|
TaxonomicNodeState?: TaxonomicNodeState;
|
|
5577
|
-
TaxonomicRestructureIntent?: TaxonomicRestructureIntent;
|
|
5578
5578
|
TaxonomicRoutingPolicy?: TaxonomicRoutingPolicy;
|
|
5579
5579
|
TelemetryBackpressureContract?: TelemetryBackpressureContract1;
|
|
5580
5580
|
TelemetryContextProfile?: TelemetryContextProfile1;
|
|
@@ -6553,7 +6553,7 @@ export interface VectorEmbeddingState1 {
|
|
|
6553
6553
|
*
|
|
6554
6554
|
* MCP ROUTING TRIGGERS: Graph Isomorphism, UI State Mutation, Heuristic Regrouping, Dynamic Manifold, Spatial Reorganization
|
|
6555
6555
|
*/
|
|
6556
|
-
export interface
|
|
6556
|
+
export interface SpatialTaxonomicRestructureIntent {
|
|
6557
6557
|
topology_class?: TopologyClass23;
|
|
6558
6558
|
restructure_heuristic: RestructureHeuristic;
|
|
6559
6559
|
target_taxonomy: GenerativeTaxonomyManifest;
|
|
@@ -7931,7 +7931,7 @@ export interface StateMutationIntent {
|
|
|
7931
7931
|
*
|
|
7932
7932
|
* MCP ROUTING TRIGGERS: Semantic Crosswalk, ETL Pipeline, Data Normalization, Knowledge Graph Extraction
|
|
7933
7933
|
*/
|
|
7934
|
-
export interface
|
|
7934
|
+
export interface EpistemicOntologicalNormalizationIntent {
|
|
7935
7935
|
topology_class?: TopologyClass59;
|
|
7936
7936
|
source_artifact_cid: SourceArtifactCid1;
|
|
7937
7937
|
target_ontology_urn: TargetOntologyUrn;
|
package/package.json
CHANGED