@exellix/ai-tasks 10.0.12 → 10.0.13

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +6 -6
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
+ ## [10.0.13] - 2026-06-20
8
+
9
+ ### Changed
10
+
11
+ - **`@exellix/ai-skills`** **^6.12.5** (graphenix 2.7.3 + catalox 5.9.8 train).
12
+ - **`@x12i/catalox`** / **`@x12i/catalox-contracts`** **^5.9.8**.
13
+
7
14
  ## [10.0.12] - 2026-06-20
8
15
 
9
16
  ### Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exellix/ai-tasks",
3
- "version": "10.0.12",
3
+ "version": "10.0.13",
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",
@@ -54,11 +54,11 @@
54
54
  "node": ">=20"
55
55
  },
56
56
  "overrides": {
57
- "@x12i/catalox": "^5.9.7",
58
- "@x12i/catalox-contracts": "^5.9.7"
57
+ "@x12i/catalox": "^5.9.8",
58
+ "@x12i/catalox-contracts": "^5.9.8"
59
59
  },
60
60
  "dependencies": {
61
- "@exellix/ai-skills": "^6.12.4",
61
+ "@exellix/ai-skills": "^6.12.5",
62
62
  "@exellix/fact-guard-adapters": "^1.0.1",
63
63
  "@exellix/fact-guard-enrichment": "^1.0.1",
64
64
  "@exellix/fact-guard-policies": "^1.0.1",
@@ -67,7 +67,7 @@
67
67
  "@exellix/xynthesis": "^4.8.4",
68
68
  "@x12i/activix": "^8.6.3",
69
69
  "@x12i/ai-profiles": "^3.4.0",
70
- "@x12i/catalox": "^5.9.7",
70
+ "@x12i/catalox": "^5.9.8",
71
71
  "@x12i/execution-memory-manager": "^1.2.0",
72
72
  "@x12i/funcx": "^4.9.13",
73
73
  "@x12i/graphenix-core": "^2.7.3",
@@ -84,7 +84,7 @@
84
84
  },
85
85
  "devDependencies": {
86
86
  "@types/node": "^18.0.0 || ^20.0.0",
87
- "@x12i/catalox-contracts": "^5.9.7",
87
+ "@x12i/catalox-contracts": "^5.9.8",
88
88
  "@x12i/graphenix-authoring-format": "^2.7.3",
89
89
  "@x12i/graphenix-plan-compiler": "^2.7.3",
90
90
  "@x12i/graphenix-task-node-format": "^2.7.3",