@exellix/ai-tasks 9.0.0 → 9.0.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/CHANGELOG.md CHANGED
@@ -4,6 +4,13 @@ All notable changes to `@exellix/ai-tasks` are documented here.
4
4
 
5
5
  The published **npm version** always matches **`version`** in [`package.json`](package.json). If this file skips a semver, treat [`BREAKING-CHANGES.md`](BREAKING-CHANGES.md) and [`RUNTASK_REQUEST.md`](RUNTASK_REQUEST.md) as the source of truth for cross-version upgrades.
6
6
 
7
+ ## [9.0.1] - 2026-06-07
8
+
9
+ ### Changed
10
+
11
+ - Graphenix dependency alignment with latest CP release train: **`graphenix-plan-format`** and **`graphenix-trace-format`** @ **^1.1.1**; dev **`graphenix-authoring-format`** @ **^1.2.1**, **`graphenix-plan-compiler`** @ **^1.1.1**. **`graphenix-executable-contracts`** remains **^1.1.0**.
12
+ - **`npm` overrides:** Pin transitive **`@x12i/funcx`** to **^4.6.0** (aligns with **`@exellix/xynthesis` ≥ 4.6.2** and **`@x12i/logxer` ^4.6.0**).
13
+
7
14
  ## [9.0.0] - 2026-06-07
8
15
 
9
16
  ### Changed (breaking)
@@ -31,9 +31,9 @@ Plan `mapping` units are orchestrator-owned. Graph-engine applies `nodePlan.exec
31
31
 
32
32
  | Package | Role |
33
33
  | ------- | ---- |
34
- | `@x12i/graphenix-plan-format` | `validateNodeExecutionPlan` |
35
- | `@x12i/graphenix-trace-format` | `appendTraceEvent` |
36
- | `@x12i/graphenix-executable-contracts` | Types |
34
+ | `@x12i/graphenix-plan-format` ^1.1.1 | `validateNodeExecutionPlan` |
35
+ | `@x12i/graphenix-trace-format` ^1.1.1 | `appendTraceEvent` |
36
+ | `@x12i/graphenix-executable-contracts` ^1.1.0 | Types |
37
37
 
38
38
  ## Test helper
39
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exellix/ai-tasks",
3
- "version": "9.0.0",
3
+ "version": "9.0.2",
4
4
  "description": "Task orchestration for the Exellix stack: runTask() with local handlers or LLM-backed execution, task-scoped memory/context enrichment, and executor dispatch via @exellix/ai-skills. ERC-compliant.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -59,6 +59,9 @@
59
59
  "engines": {
60
60
  "node": ">=20"
61
61
  },
62
+ "overrides": {
63
+ "@x12i/funcx": "^4.6.0"
64
+ },
62
65
  "dependencies": {
63
66
  "@exellix/ai-skills": "^6.5.0",
64
67
  "@exellix/memorix-narrix-adapter": "^2.0.0",
@@ -72,15 +75,15 @@
72
75
  "@exellix/narrix-ingest": "^2.0.0",
73
76
  "@exellix/narrix-runner": "^2.0.0",
74
77
  "@exellix/narrix-web-scoper": "^2.0.0",
75
- "@exellix/xynthesis": "^4.6.0",
78
+ "@exellix/xynthesis": "^4.6.2",
76
79
  "@x12i/activix": "^8.6.0",
77
80
  "@x12i/ai-profiles": "^3.2.0",
78
81
  "@x12i/catalox": "^5.1.3",
79
82
  "@x12i/env": "^4.0.1",
80
83
  "@x12i/execution-memory-manager": "^1.2.0",
81
84
  "@x12i/graphenix-executable-contracts": "^1.1.0",
82
- "@x12i/graphenix-plan-format": "^1.1.0",
83
- "@x12i/graphenix-trace-format": "^1.1.0",
85
+ "@x12i/graphenix-plan-format": "^1.1.1",
86
+ "@x12i/graphenix-trace-format": "^1.1.1",
84
87
  "@x12i/logxer": "^4.6.0",
85
88
  "@x12i/optimixer": "^3.4.0",
86
89
  "@x12i/rendrix": "^4.3.0",
@@ -90,8 +93,8 @@
90
93
  },
91
94
  "devDependencies": {
92
95
  "@types/node": "^18.0.0 || ^20.0.0",
93
- "@x12i/graphenix-authoring-format": "^1.0.3",
94
- "@x12i/graphenix-plan-compiler": "^1.1.0",
96
+ "@x12i/graphenix-authoring-format": "^1.2.1",
97
+ "@x12i/graphenix-plan-compiler": "^1.1.1",
95
98
  "dotenv": "^16.0.0",
96
99
  "ts-node": "^10.9.0",
97
100
  "tsx": "^4.0.0",