@coreason-ai/coreason-manifest 0.50.1 → 0.50.2
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 +25 -14
- 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
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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
|
*
|
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.2",
|
|
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.
|