@coreason-ai/coreason-manifest 0.49.21 → 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 ADDED
@@ -0,0 +1,57 @@
1
+ # The Prosperity Public License 3.0.0
2
+
3
+ Contributor: CoReason, Inc.
4
+
5
+ Source Code: https://github.com/CoReason-AI/coreason_manifest
6
+
7
+ ## Purpose
8
+
9
+ This license allows you to use and share this software for noncommercial purposes for free and to try this software for commercial purposes for thirty days.
10
+
11
+ ## Agreement
12
+
13
+ In order to receive this license, you have to agree to its rules. Those rules are both obligations under that agreement and conditions to your license. Don't do anything with this software that triggers a rule you can't or won't follow.
14
+
15
+ ## Notices
16
+
17
+ Make sure everyone who gets a copy of any part of this software from you, with or without changes, also gets the text of this license and the contributor and source code lines above.
18
+
19
+ ## Commercial Trial
20
+
21
+ Limit your use of this software for commercial purposes to a thirty-day trial period. If you use this software for work, your company gets one trial period for all personnel, not one trial per person.
22
+
23
+ ## Contributions Back
24
+
25
+ Developing feedback, changes, or additions that you contribute back to the contributor on the terms of a standardized public software license such as [the Blue Oak Model License 1.0.0](https://blueoakcouncil.org/license/1.0.0), [the Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0.html), [the MIT license](https://spdx.org/licenses/MIT.html), or [the two-clause BSD license](https://spdx.org/licenses/BSD-2-Clause.html) doesn't count as use for a commercial purpose.
26
+
27
+ ## Personal Uses
28
+
29
+ Personal use for research, experiment, and testing for the benefit of public knowledge, personal study, private entertainment, hobby projects, amateur pursuits, or religious observance, without any anticipated commercial application, doesn't count as use for a commercial purpose.
30
+
31
+ ## Noncommercial Organizations
32
+
33
+ Use by any charitable organization, educational institution, public research organization, public safety or health organization, environmental protection organization, or government institution doesn't count as use for a commercial purpose regardless of the source of funding or obligations resulting from the funding.
34
+
35
+ ## Defense
36
+
37
+ Don't make any legal claim against anyone accusing this software, with or without changes, alone or with other technology, of infringing any patent.
38
+
39
+ ## Copyright
40
+
41
+ The contributor licenses you to do everything with this software that would otherwise infringe their copyright in it.
42
+
43
+ ## Patent
44
+
45
+ The contributor licenses you to do everything with this software that would otherwise infringe any patents they can license or become able to license.
46
+
47
+ ## Reliability
48
+
49
+ The contributor can't revoke this license.
50
+
51
+ ## Excuse
52
+
53
+ You're excused for unknowingly breaking [Notices](#notices) if you take all practical steps to comply within thirty days of learning you broke the rule.
54
+
55
+ ## No Liability
56
+
57
+ ***As far as the law allows, this software comes as is, without any warranty or condition, and the contributor won't be liable to anyone for any damages related to this software or this license, under any kind of legal claim.***
package/NOTICE ADDED
@@ -0,0 +1,8 @@
1
+ Copyright (c) 2026 CoReason, Inc.. All Rights Reserved
2
+
3
+ This software is licensed under the Prosperity Public License 3.0.0.
4
+ The issuer of the Prosperity Public License for this software is CoReason, Inc..
5
+
6
+ For a commercial version of this software, please contact us at gowtham.rao@coreason.ai.
7
+
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.
@@ -5804,7 +5804,7 @@ export interface CoReasonSharedKernelOntology {
5804
5804
  DraftingIntent?: DraftingIntent;
5805
5805
  DynamicConvergenceSLA?: DynamicConvergenceSLA;
5806
5806
  DynamicLayoutManifest?: DynamicLayoutManifest;
5807
- DynamicManifoldProjectionManifest?: 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
- * CoReason Shared Kernel Ontology
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.49.21",
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,7 +21,9 @@
21
21
  "types": "dist/index.d.ts",
22
22
  "files": [
23
23
  "dist",
24
- "README.md"
24
+ "README.md",
25
+ "LICENSE",
26
+ "NOTICE"
25
27
  ],
26
28
  "scripts": {
27
29
  "build": "tsc",