@exellix/ai-tasks 9.0.1 → 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 +1 -0
- package/package.json +5 -2
package/CHANGELOG.md
CHANGED
|
@@ -9,6 +9,7 @@ The published **npm version** always matches **`version`** in [`package.json`](p
|
|
|
9
9
|
### Changed
|
|
10
10
|
|
|
11
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**).
|
|
12
13
|
|
|
13
14
|
## [9.0.0] - 2026-06-07
|
|
14
15
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@exellix/ai-tasks",
|
|
3
|
-
"version": "9.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,7 +75,7 @@
|
|
|
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.
|
|
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",
|