@exellix/ai-tasks 9.0.0 → 9.0.1
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,12 @@ 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
|
+
|
|
7
13
|
## [9.0.0] - 2026-06-07
|
|
8
14
|
|
|
9
15
|
### 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.
|
|
3
|
+
"version": "9.0.1",
|
|
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",
|
|
@@ -79,8 +79,8 @@
|
|
|
79
79
|
"@x12i/env": "^4.0.1",
|
|
80
80
|
"@x12i/execution-memory-manager": "^1.2.0",
|
|
81
81
|
"@x12i/graphenix-executable-contracts": "^1.1.0",
|
|
82
|
-
"@x12i/graphenix-plan-format": "^1.1.
|
|
83
|
-
"@x12i/graphenix-trace-format": "^1.1.
|
|
82
|
+
"@x12i/graphenix-plan-format": "^1.1.1",
|
|
83
|
+
"@x12i/graphenix-trace-format": "^1.1.1",
|
|
84
84
|
"@x12i/logxer": "^4.6.0",
|
|
85
85
|
"@x12i/optimixer": "^3.4.0",
|
|
86
86
|
"@x12i/rendrix": "^4.3.0",
|
|
@@ -90,8 +90,8 @@
|
|
|
90
90
|
},
|
|
91
91
|
"devDependencies": {
|
|
92
92
|
"@types/node": "^18.0.0 || ^20.0.0",
|
|
93
|
-
"@x12i/graphenix-authoring-format": "^1.
|
|
94
|
-
"@x12i/graphenix-plan-compiler": "^1.1.
|
|
93
|
+
"@x12i/graphenix-authoring-format": "^1.2.1",
|
|
94
|
+
"@x12i/graphenix-plan-compiler": "^1.1.1",
|
|
95
95
|
"dotenv": "^16.0.0",
|
|
96
96
|
"ts-node": "^10.9.0",
|
|
97
97
|
"tsx": "^4.0.0",
|