@coreason-ai/coreason-manifest 0.50.1 → 0.50.9
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/LICENSE +1 -1
- package/NOTICE +2 -7
- package/dist/ontology.d.ts +40 -29
- package/package.json +3 -4
- package/THIRD-PARTY-NOTICES.md +0 -34
package/LICENSE
CHANGED
package/NOTICE
CHANGED
|
@@ -3,11 +3,6 @@ Copyright (c) 2026 CoReason, Inc.. All Rights Reserved
|
|
|
3
3
|
This software is licensed under the Prosperity Public License 3.0.0.
|
|
4
4
|
The issuer of the Prosperity Public License for this software is CoReason, Inc..
|
|
5
5
|
|
|
6
|
-
|
|
7
|
-
type definitions derived from the CoReason Shared Kernel Ontology. The generated
|
|
8
|
-
types are structural translations of the canonical Pydantic schemas maintained in
|
|
9
|
-
the coreason-manifest Python package.
|
|
6
|
+
For a commercial version of this software, please contact us at gowtham.rao@coreason.ai.
|
|
10
7
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
Source Code: https://github.com/CoReason-AI/coreason-manifest
|
|
8
|
+
GENESIS COMMIT: Initializing repository coreason_manifest per CoReason Clean Room Protocol PIP-001. This repository is established as an independently created De Novo development environment, commencing on 2026-01-01. I, Gowtham A Rao certify that this date is subsequent to my individual Temporal Firewall Date.
|
package/dist/ontology.d.ts
CHANGED
|
@@ -121,7 +121,7 @@ export type JsonPrimitiveState = string | number | boolean | JsonPrimitiveState[
|
|
|
121
121
|
/**
|
|
122
122
|
* The deterministic UUID generated by the runtime to represent this field.
|
|
123
123
|
*/
|
|
124
|
-
export type
|
|
124
|
+
export type ProxyCid = string;
|
|
125
125
|
/**
|
|
126
126
|
* The abstract Python type representation (e.g., 'List[str]').
|
|
127
127
|
*/
|
|
@@ -617,7 +617,7 @@ export type TopologyClass12 = "zero_trust_contract";
|
|
|
617
617
|
/**
|
|
618
618
|
* UUIDv7 mapping to the ledger.
|
|
619
619
|
*/
|
|
620
|
-
export type
|
|
620
|
+
export type IntentCid = string;
|
|
621
621
|
/**
|
|
622
622
|
* The core semantic instruction for the blind LLM planner.
|
|
623
623
|
*/
|
|
@@ -3286,7 +3286,7 @@ export type TopologyClass87 = "zero_trust_receipt";
|
|
|
3286
3286
|
/**
|
|
3287
3287
|
* Pointer to the originating EpistemicZeroTrustContract.
|
|
3288
3288
|
*/
|
|
3289
|
-
export type
|
|
3289
|
+
export type IntentReferenceCid = string;
|
|
3290
3290
|
/**
|
|
3291
3291
|
* RFC 8785 hash of the proxy-only structural logic generated by the LLM.
|
|
3292
3292
|
*/
|
|
@@ -4432,7 +4432,7 @@ export type ExecutedUrn = string;
|
|
|
4432
4432
|
/**
|
|
4433
4433
|
* An immutable local deployment pointer identifying the specific VPC action space.
|
|
4434
4434
|
*/
|
|
4435
|
-
export type
|
|
4435
|
+
export type ActionSpaceCid1 = string;
|
|
4436
4436
|
/**
|
|
4437
4437
|
* A discriminated union of workflow topologies.
|
|
4438
4438
|
*/
|
|
@@ -4547,7 +4547,7 @@ export type CapabilityPointerState = string;
|
|
|
4547
4547
|
/**
|
|
4548
4548
|
* The unique identifier for this curated environment of tools.
|
|
4549
4549
|
*/
|
|
4550
|
-
export type
|
|
4550
|
+
export type ActionSpaceCid2 = string;
|
|
4551
4551
|
/**
|
|
4552
4552
|
* Defines the initial state (S_0) of the MDP.
|
|
4553
4553
|
*/
|
|
@@ -5023,7 +5023,7 @@ export type ActiveCascades = DefeasibleCascadeEvent[];
|
|
|
5023
5023
|
/**
|
|
5024
5024
|
* The deterministic UUID generated by the runtime to represent this field.
|
|
5025
5025
|
*/
|
|
5026
|
-
export type
|
|
5026
|
+
export type ProxyCid1 = string;
|
|
5027
5027
|
/**
|
|
5028
5028
|
* The abstract Python type representation (e.g., 'List[str]').
|
|
5029
5029
|
*/
|
|
@@ -5804,7 +5804,7 @@ export interface CoReasonSharedKernelOntology {
|
|
|
5804
5804
|
DraftingIntent?: DraftingIntent;
|
|
5805
5805
|
DynamicConvergenceSLA?: DynamicConvergenceSLA;
|
|
5806
5806
|
DynamicLayoutManifest?: DynamicLayoutManifest;
|
|
5807
|
-
DynamicManifoldProjectionManifest?:
|
|
5807
|
+
DynamicManifoldProjectionManifest?: DynamicManifoldProjectionManifest1;
|
|
5808
5808
|
DynamicRoutingManifest?: DynamicRoutingManifest;
|
|
5809
5809
|
EdgeMappingContract?: EdgeMappingContract;
|
|
5810
5810
|
EmbodiedSensoryVectorProfile?: EmbodiedSensoryVectorProfile;
|
|
@@ -6252,7 +6252,7 @@ export interface ResolutionSchema {
|
|
|
6252
6252
|
* CoReason Shared Kernel Ontology
|
|
6253
6253
|
*/
|
|
6254
6254
|
export interface EpistemicProxyStateAny {
|
|
6255
|
-
|
|
6255
|
+
proxy_cid: ProxyCid;
|
|
6256
6256
|
structural_type: StructuralType;
|
|
6257
6257
|
}
|
|
6258
6258
|
/**
|
|
@@ -6884,7 +6884,7 @@ export interface EphemeralNamespacePartitionState {
|
|
|
6884
6884
|
*/
|
|
6885
6885
|
export interface EpistemicZeroTrustContract {
|
|
6886
6886
|
topology_class?: TopologyClass12;
|
|
6887
|
-
|
|
6887
|
+
intent_cid: IntentCid;
|
|
6888
6888
|
semantic_planning_task: SemanticPlanningTask;
|
|
6889
6889
|
schema_blueprint_name: SchemaBlueprintName;
|
|
6890
6890
|
structural_pre_conditions?: StructuralPreConditions;
|
|
@@ -8426,21 +8426,10 @@ export interface MCPClientIntent {
|
|
|
8426
8426
|
method: Method2;
|
|
8427
8427
|
params?: Params2;
|
|
8428
8428
|
id?: Id2;
|
|
8429
|
-
|
|
8430
|
-
* The mathematically pre-calculated view manifold tailored to the observer's frustum.
|
|
8431
|
-
*/
|
|
8432
|
-
holographic_projection?: DynamicManifoldProjectionManifest | null;
|
|
8429
|
+
holographic_projection: DynamicManifoldProjectionManifest;
|
|
8433
8430
|
}
|
|
8434
8431
|
/**
|
|
8435
|
-
*
|
|
8436
|
-
*
|
|
8437
|
-
* AGENT INSTRUCTION: Provides the rendering matrix that translates the swarm's physics into human retinal variables using the Grammar of Graphics and Semantic Zooming.
|
|
8438
|
-
*
|
|
8439
|
-
* CAUSAL AFFORDANCE: Maps N-dimensional capabilities onto the UI plane without breaking semantic causal edges.
|
|
8440
|
-
*
|
|
8441
|
-
* EPISTEMIC BOUNDS: Binds an AST gradient and thermodynamic burn metric, governed by a physical zoom profile limit. Discriminator locked to `Literal["dynamic_manifold"]`.
|
|
8442
|
-
*
|
|
8443
|
-
* MCP ROUTING TRIGGERS: Grammar of Graphics, Retinal Variables, UI Rendering, Semantic Zooming, Dynamic Manifold
|
|
8432
|
+
* The mathematically pre-calculated view manifold tailored to the observer's frustum.
|
|
8444
8433
|
*/
|
|
8445
8434
|
export interface DynamicManifoldProjectionManifest {
|
|
8446
8435
|
topology_class?: TopologyClass55;
|
|
@@ -11328,7 +11317,7 @@ export interface EpistemicZeroTrustReceipt {
|
|
|
11328
11317
|
prior_event_hash?: PriorEventHash5;
|
|
11329
11318
|
timestamp: Timestamp5;
|
|
11330
11319
|
topology_class?: TopologyClass87;
|
|
11331
|
-
|
|
11320
|
+
intent_reference_cid: IntentReferenceCid;
|
|
11332
11321
|
llm_blind_plan_hash: LlmBlindPlanHash;
|
|
11333
11322
|
firewall_breach_detected?: FirewallBreachDetected;
|
|
11334
11323
|
remediation_epochs_consumed: RemediationEpochsConsumed;
|
|
@@ -12525,7 +12514,7 @@ export interface FormalVerificationReceipt {
|
|
|
12525
12514
|
/**
|
|
12526
12515
|
* Pointer to the specific node or intent that requested this formal verification.
|
|
12527
12516
|
*/
|
|
12528
|
-
|
|
12517
|
+
causal_provenance_cid?: NodeCIDState | null;
|
|
12529
12518
|
is_proved: IsProved;
|
|
12530
12519
|
satisfiability_state?: SatisfiabilityState;
|
|
12531
12520
|
failing_context?: FailingContext;
|
|
@@ -12613,7 +12602,7 @@ export interface ReturnedBindings {
|
|
|
12613
12602
|
*
|
|
12614
12603
|
* CAUSAL AFFORDANCE: Unlocks downstream neurosymbolic synthesis by proving that external epistemic grounding was securely retrieved from a validated action space.
|
|
12615
12604
|
*
|
|
12616
|
-
* EPISTEMIC BOUNDS: The
|
|
12605
|
+
* EPISTEMIC BOUNDS: The action_space_cid guarantees an immutable cryptographic pointer to the specific VPC deployment that serviced the URN. Volumetrically clamped to prevent dictionary bombing.
|
|
12617
12606
|
*
|
|
12618
12607
|
* MCP ROUTING TRIGGERS: Execution Audit, Oracle Telemetry, Provenance Ledger, Factual Assertion
|
|
12619
12608
|
*/
|
|
@@ -12623,7 +12612,7 @@ export interface OracleExecutionReceipt {
|
|
|
12623
12612
|
prior_event_hash?: PriorEventHash40;
|
|
12624
12613
|
timestamp: Timestamp40;
|
|
12625
12614
|
executed_urn: ExecutedUrn;
|
|
12626
|
-
|
|
12615
|
+
action_space_cid: ActionSpaceCid1;
|
|
12627
12616
|
}
|
|
12628
12617
|
/**
|
|
12629
12618
|
* CoReason Shared Kernel Ontology
|
|
@@ -12808,7 +12797,7 @@ export interface BypassReceipt {
|
|
|
12808
12797
|
* MCP ROUTING TRIGGERS: Markov Decision Process, Action Space, Affordance Theory, State Transition Matrix, Directed Cyclic Graph
|
|
12809
12798
|
*/
|
|
12810
12799
|
export interface CognitiveActionSpaceManifest {
|
|
12811
|
-
action_space_cid:
|
|
12800
|
+
action_space_cid: ActionSpaceCid2;
|
|
12812
12801
|
capabilities: Capabilities;
|
|
12813
12802
|
transition_matrix: TransitionMatrix;
|
|
12814
12803
|
entry_point_cid: EntryPointCid;
|
|
@@ -13413,6 +13402,28 @@ export interface DynamicLayoutManifest {
|
|
|
13413
13402
|
layout_tstring: LayoutTstring;
|
|
13414
13403
|
max_ast_node_budget?: MaxAstNodeBudget;
|
|
13415
13404
|
}
|
|
13405
|
+
/**
|
|
13406
|
+
* CoReason Shared Kernel Ontology
|
|
13407
|
+
*
|
|
13408
|
+
* AGENT INSTRUCTION: Provides the rendering matrix that translates the swarm's physics into human retinal variables using the Grammar of Graphics and Semantic Zooming.
|
|
13409
|
+
*
|
|
13410
|
+
* CAUSAL AFFORDANCE: Maps N-dimensional capabilities onto the UI plane without breaking semantic causal edges.
|
|
13411
|
+
*
|
|
13412
|
+
* EPISTEMIC BOUNDS: Binds an AST gradient and thermodynamic burn metric, governed by a physical zoom profile limit. Discriminator locked to `Literal["dynamic_manifold"]`.
|
|
13413
|
+
*
|
|
13414
|
+
* MCP ROUTING TRIGGERS: Grammar of Graphics, Retinal Variables, UI Rendering, Semantic Zooming, Dynamic Manifold
|
|
13415
|
+
*/
|
|
13416
|
+
export interface DynamicManifoldProjectionManifest1 {
|
|
13417
|
+
topology_class?: TopologyClass55;
|
|
13418
|
+
manifest_cid: ManifestCid1;
|
|
13419
|
+
active_forge_cid: ActiveForgeCid;
|
|
13420
|
+
ast_gradient_visual_mapping: GrammarPanelProfile;
|
|
13421
|
+
/**
|
|
13422
|
+
* Tracks the KinematicDeltaManifest against the human's allocated_budget_magnitude.
|
|
13423
|
+
*/
|
|
13424
|
+
thermodynamic_burn_mapping: GrammarPanelProfile1 | InsightCardProfile;
|
|
13425
|
+
viewport_zoom_profile: SemanticZoomProfile;
|
|
13426
|
+
}
|
|
13416
13427
|
/**
|
|
13417
13428
|
* CoReason Shared Kernel Ontology
|
|
13418
13429
|
*
|
|
@@ -13835,12 +13846,12 @@ export interface TruthMaintenancePolicy1 {
|
|
|
13835
13846
|
*
|
|
13836
13847
|
* CAUSAL AFFORDANCE: Unlocks OpenSymbolicAI's Symbolic Firewall, allowing the orchestrator to perform zero-trust semantic planning without payload exposure.
|
|
13837
13848
|
*
|
|
13838
|
-
* EPISTEMIC BOUNDS: The `
|
|
13849
|
+
* EPISTEMIC BOUNDS: The `proxy_cid` is strictly bounded to a deterministic UUID string. The raw payload `T` is mathematically severed from serialization during prompt injection.
|
|
13839
13850
|
*
|
|
13840
13851
|
* MCP ROUTING TRIGGERS: Zero-Trust Isolation, Symbolic Firewall, Epistemic Quarantine, OpenSymbolicAI Projection
|
|
13841
13852
|
*/
|
|
13842
13853
|
export interface EpistemicProxyState {
|
|
13843
|
-
|
|
13854
|
+
proxy_cid: ProxyCid1;
|
|
13844
13855
|
structural_type: StructuralType1;
|
|
13845
13856
|
}
|
|
13846
13857
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coreason-ai/coreason-manifest",
|
|
3
|
-
"version": "0.50.
|
|
3
|
+
"version": "0.50.9",
|
|
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>",
|
|
@@ -21,10 +21,9 @@
|
|
|
21
21
|
"types": "dist/index.d.ts",
|
|
22
22
|
"files": [
|
|
23
23
|
"dist",
|
|
24
|
+
"README.md",
|
|
24
25
|
"LICENSE",
|
|
25
|
-
"NOTICE"
|
|
26
|
-
"THIRD-PARTY-NOTICES.md",
|
|
27
|
-
"README.md"
|
|
26
|
+
"NOTICE"
|
|
28
27
|
],
|
|
29
28
|
"scripts": {
|
|
30
29
|
"build": "tsc",
|
package/THIRD-PARTY-NOTICES.md
DELETED
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
# Third-Party Notices
|
|
2
|
-
|
|
3
|
-
This package (@coreason-ai/coreason-manifest) includes or depends on the
|
|
4
|
-
following third-party software components. Their licenses are reproduced below.
|
|
5
|
-
|
|
6
|
-
---
|
|
7
|
-
|
|
8
|
-
## fast-json-stable-stringify
|
|
9
|
-
|
|
10
|
-
- **Version:** ^2.1.0
|
|
11
|
-
- **License:** MIT
|
|
12
|
-
- **Repository:** https://github.com/epoberezkin/fast-json-stable-stringify
|
|
13
|
-
|
|
14
|
-
MIT License
|
|
15
|
-
|
|
16
|
-
Copyright (c) 2017 Evgeny Poberezkin
|
|
17
|
-
|
|
18
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
19
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
20
|
-
in the Software without restriction, including without limitation the rights
|
|
21
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
22
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
23
|
-
furnished to do so, subject to the following conditions:
|
|
24
|
-
|
|
25
|
-
The above copyright notice and this permission notice shall be included in all
|
|
26
|
-
copies or substantial portions of the Software.
|
|
27
|
-
|
|
28
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
29
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
30
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
31
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
32
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
33
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
34
|
-
SOFTWARE.
|