@exellix/ai-tasks 10.0.4 → 10.0.5

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
+ ## [10.0.5] - 2026-06-17
8
+
9
+ ### Changed
10
+
11
+ - **Graphenix alignment:** all `@x12i/graphenix-*` packages **^2.5.0** (CRS-FRS-003 train; jobMemory.context authoring preserved upstream).
12
+ - **`@exellix/ai-skills`** **^6.12.1** — consumes graphenix 2.5.0 train.
13
+
7
14
  ## [10.0.4] - 2026-06-15
8
15
 
9
16
  ### Changed
package/README.md CHANGED
@@ -17,7 +17,7 @@ Private Git/npm package for executing **tasks** using the Exellix execution stac
17
17
 
18
18
  **Compiled plan (graphenix 2.1.0+):** synthesis unit must include non-empty `invokeContract.reads` and optional `unitParams.memoryPaths`. **`unitParams.synthesisInputStrategy` is forbidden** on the plan wire — validation error `LEGACY_SYNTHESIS_INPUT_STRATEGY_ON_PLAN`. The Catalox template key comes from **`supportedCapabilities.synthesisContext`** on the skill row only (`@exellix/ai-skills` **^6.11.0**).
19
19
 
20
- **Dependencies (this release):** `@x12i/graphenix-executable-contracts` **^2.1.0**, `@x12i/graphenix-plan-format` **^2.1.0**, `@x12i/graphenix-trace-format` **^2.0.1**, `@exellix/ai-skills` **^6.11.0**.
20
+ **Dependencies (this release):** `@x12i/graphenix-executable-contracts` **^2.5.0**, `@x12i/graphenix-plan-format` **^2.5.0**, `@x12i/graphenix-trace-format` **^2.5.0**, `@exellix/ai-skills` **^6.12.1**.
21
21
 
22
22
  **Downstream handoff:** [graph-model-change-2026-06-13.md](../temp/downstream/graph-model-change-2026-06-13.md), [graphenix-format-alignment-fr.md](../temp/downstream/graphenix-format-alignment-fr.md), [ai-engine-runtime-runtask-integration.md](../temp/downstream/ai-engine-runtime-runtask-integration.md). Wire fixture: `test/fixtures/run-task/graph-engine-pre-synthesis.json`.
23
23
 
@@ -29,7 +29,7 @@ Private Git/npm package for executing **tasks** using the Exellix execution stac
29
29
  |---------|-------------------|---------------------|
30
30
  | `@x12i/ai-profiles` | Profile/choice → wire model (`catalogLane` required on resolve) | **3.0.0** |
31
31
  | `@exellix/xynthesis` | PRE synthesis, POST audit/polish, scoping, utilities, execution-strategy sidekick actions (`executeXynthesisAction` via `@x12i/funcx`) | **≥ 4.5.0** |
32
- | `@exellix/ai-skills` | MAIN `runSkill` (Optimixer caps, `ModelConfig.reasoningEffort`, gateway invoke); PRE synthesis template key via `resolveSynthesisContextStrategyKey` | **≥ 6.11.0** (graphenix 2.1.0 stack) |
32
+ | `@exellix/ai-skills` | MAIN `runSkill` (Optimixer caps, `ModelConfig.reasoningEffort`, gateway invoke); PRE synthesis template key via `resolveSynthesisContextStrategyKey` | **≥ 6.12.1** (graphenix 2.5.0 stack) |
33
33
  | `@x12i/ai-gateway` | LLM wire for MAIN skill (transitive via ai-skills) | **≥ 10.1.0** |
34
34
 
35
35
  **Gateway 10.x (via `@exellix/ai-skills` ≥ 6.4.0):** The gateway **owns billing** — read **`response.metadata.costUsd`**, **`costStatus`**, and token usage only; do **not** post-price with `@x12i/ai-tools`. Every invoke requires explicit **`model`** and **`maxTokens`** (Optimixer supplies `maxTokens` on MAIN before `gateway.invoke()`). Removed upstream: default model, flex-md token auto-fill, packaged instruction blocks, and the 500 ms between-call rate limit. On Activix rows, prefer root **`cost`** / **`costUsd`** and **`outer.cost`** over **`outer.metadata`** for billing. Failed invokes expose **`error.metadata`** (`GatewayInvokeRejectionMetadata`). Full migration rules: **[UPGRADING_AI_GATEWAY_10.md](../ai-skills/docs/UPGRADING_AI_GATEWAY_10.md)** in `@exellix/ai-skills`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exellix/ai-tasks",
3
- "version": "10.0.4",
3
+ "version": "10.0.5",
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",
@@ -64,7 +64,7 @@
64
64
  "@x12i/catalox-contracts": "^5.9.7"
65
65
  },
66
66
  "dependencies": {
67
- "@exellix/ai-skills": "^6.12.0",
67
+ "@exellix/ai-skills": "^6.12.1",
68
68
  "@exellix/memorix-narrix-adapter": "^2.0.0",
69
69
  "@exellix/narrix-adapter-chat": "^2.0.0",
70
70
  "@exellix/narrix-adapter-docs": "^2.0.0",
@@ -83,10 +83,10 @@
83
83
  "@x12i/env": "^4.0.1",
84
84
  "@x12i/execution-memory-manager": "^1.2.0",
85
85
  "@x12i/funcx": "^4.9.13",
86
- "@x12i/graphenix-core": "^2.4.0",
87
- "@x12i/graphenix-executable-contracts": "^2.4.0",
88
- "@x12i/graphenix-plan-format": "^2.4.0",
89
- "@x12i/graphenix-trace-format": "^2.4.0",
86
+ "@x12i/graphenix-core": "^2.5.0",
87
+ "@x12i/graphenix-executable-contracts": "^2.5.0",
88
+ "@x12i/graphenix-plan-format": "^2.5.0",
89
+ "@x12i/graphenix-trace-format": "^2.5.0",
90
90
  "@x12i/logxer": "^4.6.0",
91
91
  "@x12i/optimixer": "^3.5.2",
92
92
  "@x12i/rendrix": "^4.3.0",
@@ -97,9 +97,9 @@
97
97
  "devDependencies": {
98
98
  "@types/node": "^18.0.0 || ^20.0.0",
99
99
  "@x12i/catalox-contracts": "^5.9.7",
100
- "@x12i/graphenix-authoring-format": "^2.4.0",
101
- "@x12i/graphenix-plan-compiler": "^2.4.0",
102
- "@x12i/graphenix-task-node-format": "^2.4.0",
100
+ "@x12i/graphenix-authoring-format": "^2.5.0",
101
+ "@x12i/graphenix-plan-compiler": "^2.5.0",
102
+ "@x12i/graphenix-task-node-format": "^2.5.0",
103
103
  "dotenv": "^16.0.0",
104
104
  "ts-node": "^10.9.0",
105
105
  "tsx": "^4.0.0",