@exellix/ai-tasks 9.1.0 → 9.1.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.
Files changed (171) hide show
  1. package/CHANGELOG.md +15 -4
  2. package/README.md +2 -2
  3. package/RUNTASK_REQUEST.md +17 -15
  4. package/dist/compile/compileTaskConfiguration.d.ts.map +1 -1
  5. package/dist/compile/compileTaskConfiguration.js +3 -0
  6. package/dist/compile/compileTaskConfiguration.js.map +1 -1
  7. package/dist/core/task-sdk.d.ts.map +1 -1
  8. package/dist/core/task-sdk.js +112 -166
  9. package/dist/core/task-sdk.js.map +1 -1
  10. package/dist/invocation/types.d.ts +1 -1
  11. package/dist/narrix/narrixUnitExecution.js +2 -2
  12. package/dist/narrix/narrixUnitExecution.js.map +1 -1
  13. package/dist/node-execution/buildRequestFromNodePlan.d.ts +4 -0
  14. package/dist/node-execution/buildRequestFromNodePlan.d.ts.map +1 -1
  15. package/dist/node-execution/buildRequestFromNodePlan.js +4 -13
  16. package/dist/node-execution/buildRequestFromNodePlan.js.map +1 -1
  17. package/dist/node-execution/compileProfessionalAnswerRequest.d.ts +2 -0
  18. package/dist/node-execution/compileProfessionalAnswerRequest.d.ts.map +1 -0
  19. package/dist/node-execution/compileProfessionalAnswerRequest.js +4 -0
  20. package/dist/node-execution/compileProfessionalAnswerRequest.js.map +1 -0
  21. package/dist/node-execution/rejectForbiddenWireFields.d.ts +2 -0
  22. package/dist/node-execution/rejectForbiddenWireFields.d.ts.map +1 -1
  23. package/dist/node-execution/rejectForbiddenWireFields.js +42 -7
  24. package/dist/node-execution/rejectForbiddenWireFields.js.map +1 -1
  25. package/dist/post-steps/audit/auditChecklistFuncxEnvelope.d.ts +19 -3
  26. package/dist/post-steps/audit/auditChecklistFuncxEnvelope.d.ts.map +1 -1
  27. package/dist/post-steps/audit/auditChecklistFuncxEnvelope.js +7 -1
  28. package/dist/post-steps/audit/auditChecklistFuncxEnvelope.js.map +1 -1
  29. package/dist/post-steps/audit/loadAuditTemplates.d.ts +2 -55
  30. package/dist/post-steps/audit/loadAuditTemplates.d.ts.map +1 -1
  31. package/dist/post-steps/audit/loadAuditTemplates.js +3 -38
  32. package/dist/post-steps/audit/loadAuditTemplates.js.map +1 -1
  33. package/dist/post-steps/audit/parseAuditFuncxOutput.d.ts +8 -0
  34. package/dist/post-steps/audit/parseAuditFuncxOutput.d.ts.map +1 -0
  35. package/dist/post-steps/audit/parseAuditFuncxOutput.js +62 -0
  36. package/dist/post-steps/audit/parseAuditFuncxOutput.js.map +1 -0
  37. package/dist/post-steps/audit/parseAuditOutput.d.ts +2 -0
  38. package/dist/post-steps/audit/parseAuditOutput.d.ts.map +1 -1
  39. package/dist/post-steps/audit/parseAuditOutput.js +56 -0
  40. package/dist/post-steps/audit/parseAuditOutput.js.map +1 -1
  41. package/dist/post-steps/audit/runAudit.d.ts.map +1 -1
  42. package/dist/post-steps/audit/runAudit.js +53 -113
  43. package/dist/post-steps/audit/runAudit.js.map +1 -1
  44. package/dist/post-steps/audit/runAuditFuncxCall.d.ts +18 -0
  45. package/dist/post-steps/audit/runAuditFuncxCall.d.ts.map +1 -0
  46. package/dist/post-steps/audit/runAuditFuncxCall.js +59 -0
  47. package/dist/post-steps/audit/runAuditFuncxCall.js.map +1 -0
  48. package/dist/synthesis/resolveSourceMaterial.d.ts.map +1 -1
  49. package/dist/synthesis/resolveSourceMaterial.js +14 -0
  50. package/dist/synthesis/resolveSourceMaterial.js.map +1 -1
  51. package/dist/types/task-types.d.ts +4 -3
  52. package/dist/types/task-types.d.ts.map +1 -1
  53. package/dist/utils/bridgeRunSkillGatewayMemory.d.ts.map +1 -1
  54. package/dist/utils/bridgeRunSkillGatewayMemory.js +1 -0
  55. package/dist/utils/bridgeRunSkillGatewayMemory.js.map +1 -1
  56. package/dist/utils/executionMemoryInputRecord.d.ts +12 -0
  57. package/dist/utils/executionMemoryInputRecord.d.ts.map +1 -0
  58. package/dist/utils/executionMemoryInputRecord.js +28 -0
  59. package/dist/utils/executionMemoryInputRecord.js.map +1 -0
  60. package/dist/utils/resolveAiProfileModel.d.ts +1 -1
  61. package/dist/utils/resolveAiProfileModel.d.ts.map +1 -1
  62. package/dist/utils/skillTemplateVariables.d.ts +3 -2
  63. package/dist/utils/skillTemplateVariables.d.ts.map +1 -1
  64. package/dist/utils/skillTemplateVariables.js +3 -2
  65. package/dist/utils/skillTemplateVariables.js.map +1 -1
  66. package/dist/validation/validateProfessionalAnswerContract.d.ts +8 -0
  67. package/dist/validation/validateProfessionalAnswerContract.d.ts.map +1 -0
  68. package/dist/validation/validateProfessionalAnswerContract.js +45 -0
  69. package/dist/validation/validateProfessionalAnswerContract.js.map +1 -0
  70. package/dist/validation/validateRunTaskConfig.d.ts.map +1 -1
  71. package/dist/validation/validateRunTaskConfig.js +2 -0
  72. package/dist/validation/validateRunTaskConfig.js.map +1 -1
  73. package/documenations/record-and-template-variables.md +21 -13
  74. package/documenations/run-task-execution-flow.md +1 -1
  75. package/documenations/upstream-feature-requests/README.md +9 -5
  76. package/documenations/upstream-feature-requests/ai-skills-orchestrator-invoke-contract-5.9.md +1 -1
  77. package/documenations/upstream-feature-requests/funcx-4.9.13-open-items.md +62 -0
  78. package/documenations/upstream-feature-requests/funcx-gap-analysis-cr-fr.md +401 -0
  79. package/documenations/upstream-feature-requests/funcx-pre-post-sidekick-actions.md +1 -0
  80. package/documenations/upstream-feature-requests/graph-engine-runtask-contract-alignment-investigation.md +370 -0
  81. package/documenations/upstream-feature-requests/xynthesis-ai-profiles-2.1-import-break.md +2 -2
  82. package/documenations/upstream-feature-requests/xynthesis-openrouter-wire-model-double-prefix-bug.md +1 -1
  83. package/documenations/upstream-feature-requests/xynthesis-orchestrator-invoke-contract-4.2.md +1 -1
  84. package/package.json +10 -9
  85. package/.docs/DOWNSTREAM_ENV.md +0 -42
  86. package/.docs/FEEDBACK_TO_CLIENT_DOWNSTREAM_FIXES.md +0 -64
  87. package/.docs/INTERMEDIATE_STEPS.md +0 -82
  88. package/.docs/activity-structure.md +0 -31
  89. package/.docs/ai-task-ai-scoping-spec.md +0 -338
  90. package/.docs/ai-tasks-model-profile-aliases-7x.md +0 -96
  91. package/.docs/blockers-and-issues.md +0 -346
  92. package/.docs/building-runTask-sdk.md +0 -659
  93. package/.docs/building-skill-execution-orchestrator.md +0 -968
  94. package/.docs/code-used-before/run-task.txt +0 -39
  95. package/.docs/code-used-before/task-executor.ts.old +0 -57
  96. package/.docs/code-used-before/test-run-task.ts.old +0 -42
  97. package/.docs/code-used-before/types.txt +0 -23
  98. package/.docs/env-ready-policy.md +0 -40
  99. package/.docs/flow-io/flow-README.md +0 -76
  100. package/.docs/flow-io/narrix.md +0 -124
  101. package/.docs/flow-io/web-scoping.md +0 -135
  102. package/.docs/flow-io/xynthesis-post.md +0 -154
  103. package/.docs/flow-io/xynthesis-pre.md +0 -181
  104. package/.docs/gap-analysis.md +0 -201
  105. package/.docs/integration-facts-ai-tasks.md +0 -109
  106. package/.docs/investigation/ai-skills.md +0 -170
  107. package/.docs/investigation/external-packages-assignments.md +0 -66
  108. package/.docs/investigation/integration-summary.md +0 -20
  109. package/.docs/investigation/narrix-catalox.md +0 -29
  110. package/.docs/investigation/workplan-close-graph-engine-gaps.md +0 -101
  111. package/.docs/logging-stack.md +0 -30
  112. package/.docs/memory-narrix-adapter-developer-guide.md +0 -402
  113. package/.docs/memory-narrix-adapter-requirements.md +0 -112
  114. package/.docs/narrix-context-consumption-gap.md +0 -184
  115. package/.docs/narrix-context-downstream-report.md +0 -30
  116. package/.docs/narrix-ingest-and-packs-library-spec.md +0 -240
  117. package/.docs/narrix-record-input-current-design.md +0 -48
  118. package/.docs/pacakge.md +0 -48
  119. package/.docs/possible-components/README.md +0 -11
  120. package/.docs/possible-components/integration/README.md +0 -10
  121. package/.docs/possible-components/integration/gaps-when-merging.md +0 -16
  122. package/.docs/possible-components/integration/platform.md +0 -54
  123. package/.docs/possible-components/integration/reintegrate-into-ai-tasks.md +0 -26
  124. package/.docs/possible-components/integration/roadmap-and-checklists.md +0 -54
  125. package/.docs/possible-components/post-component/README.md +0 -18
  126. package/.docs/possible-components/post-component/builder-guide.md +0 -175
  127. package/.docs/possible-components/post-component/gaps-and-artifacts.md +0 -52
  128. package/.docs/possible-components/post-component/handler-audit.md +0 -47
  129. package/.docs/possible-components/post-component/handler-polish.md +0 -41
  130. package/.docs/possible-components/post-component/unified-protocol.md +0 -59
  131. package/.docs/possible-components/pre-component/README.md +0 -22
  132. package/.docs/possible-components/pre-component/builder-guide.md +0 -127
  133. package/.docs/possible-components/pre-component/gaps-and-artifacts.md +0 -35
  134. package/.docs/possible-components/pre-component/handler-ai-scoping.md +0 -45
  135. package/.docs/possible-components/pre-component/handler-narrix-preprocessor.md +0 -49
  136. package/.docs/possible-components/pre-component/handler-narrix-system2.md +0 -35
  137. package/.docs/possible-components/pre-component/handler-synthesized-context.md +0 -65
  138. package/.docs/possible-components/pre-component/handler-web-scope.md +0 -29
  139. package/.docs/possible-components/pre-component/unified-protocol.md +0 -89
  140. package/.docs/prefer-openrouter-routing-policy.md +0 -114
  141. package/.docs/questions-for-ai-skills.md +0 -123
  142. package/.docs/realtime-narrixing-gap-analysis.md +0 -40
  143. package/.docs/realtime-narrixing.md +0 -433
  144. package/.docs/run-context-object.md +0 -32
  145. package/.docs/session-id-usage.md +0 -26
  146. package/.docs/skill-library-spec.md +0 -249
  147. package/.docs/synthesized-context-strategy-spec.md +0 -906
  148. package/.docs/upstream-issue/2026-03-21_woroces-ai-tasks_ISSUE-006_web-scope-question-from-cni-entity.md +0 -46
  149. package/.docs/web-scopper-embed.md +0 -93
  150. package/.docs/xynthesis-wiring-and-io.md +0 -12
  151. package/documenations/activix-feature-request-identity.md +0 -123
  152. package/documenations/bug-report-xynthesis-and-synthesis-call.md +0 -217
  153. package/documenations/feature-request-ai-skills-raw-template-access.md +0 -82
  154. package/documenations/feature-request-athenix-core-directive.md +0 -145
  155. package/documenations/feature-request-athenix-token-extraction.md +0 -124
  156. package/documenations/funcx-upstream-github-issues-draft.md +0 -153
  157. package/documenations/identity-metadata-contract.md +0 -165
  158. package/documenations/run-task-single-run-checklist.md +0 -109
  159. package/documenations/sessions/2026-06-08-subnets-model-resolution/CR-1-no-concrete-wire-in-graph-plans.md +0 -93
  160. package/documenations/sessions/2026-06-08-subnets-model-resolution/CR-2-skillModel-profile-only-at-storage.md +0 -88
  161. package/documenations/sessions/2026-06-08-subnets-model-resolution/CR-3-reject-concrete-models-in-catalog-rows.md +0 -76
  162. package/documenations/sessions/2026-06-08-subnets-model-resolution/FR-1-suggested-profile-in-catalogs.md +0 -96
  163. package/documenations/sessions/2026-06-08-subnets-model-resolution/FR-2-graph-engine-failure-phase-attribution.md +0 -92
  164. package/documenations/sessions/2026-06-08-subnets-model-resolution/INVESTIGATION-original-bug.md +0 -182
  165. package/documenations/sessions/2026-06-08-subnets-model-resolution/PROBLEM.md +0 -236
  166. package/documenations/sessions/2026-06-08-subnets-model-resolution/README.md +0 -11
  167. package/documenations/sessions/2026-06-08-subnets-model-resolution/funcx-test-resolveModel.cheapDefaultWireSlug.test.ts +0 -117
  168. package/documenations/upstream-feature-requests/ai-tasks-wrap-up-after-upstream.md +0 -129
  169. package/documenations/upstream-feedback-request-shape-clarification.md +0 -101
  170. package/documenations/web-context-precedence.md +0 -33
  171. package/documenations/xynthesis-activix-telemetry.md +0 -28
package/CHANGELOG.md CHANGED
@@ -4,6 +4,17 @@ 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.1.1] - 2026-06-13
8
+
9
+ ### Changed
10
+
11
+ - **Run-task handoff closure:** Stale docs updated — node template scope is `nodePlan.invokeContract.taskVariable`, not `executionMemory.taskVariables`.
12
+ - **`@exellix/ai-skills`** **^6.9.1** (WM source-of-truth alignment).
13
+
14
+ ### Added
15
+
16
+ - Golden parity tests for all **7** node plan fixtures (`node-post-audit`, `node-input-synthesis-profile` added to `golden-fixtures.test.ts`).
17
+
7
18
  ## [9.1.0] - 2026-06-09
8
19
 
9
20
  ### Changed
@@ -37,7 +48,7 @@ The published **npm version** always matches **`version`** in [`package.json`](p
37
48
 
38
49
  - **`src/node-execution/`** — unit dispatch, Narrix units, PRE/MAIN/POST handlers, trace bridge.
39
50
  - Dependencies: **`@x12i/graphenix-executable-contracts`**, **`graphenix-plan-format`**, **`graphenix-trace-format`** @ **^1.1.0**; dev **`graphenix-plan-compiler`** @ **^1.1.0**.
40
- - Docs: [`documenations/node-execution-graphenix.md`](documenations/node-execution-graphenix.md), [`reports/graphenix-graph-engine-handoff.md`](reports/graphenix-graph-engine-handoff.md); updated [`RUNTASK_REQUEST.md`](RUNTASK_REQUEST.md) and JSON schema.
51
+ - Docs: [`documenations/node-execution-graphenix.md`](documenations/node-execution-graphenix.md), [`reports/graphenix-graph-engine-handoff.md`](../archived/ai-tasks/reports/graphenix-graph-engine-handoff.md); updated [`RUNTASK_REQUEST.md`](RUNTASK_REQUEST.md) and JSON schema.
41
52
 
42
53
  ### Fixed
43
54
 
@@ -145,7 +156,7 @@ The published **npm version** always matches **`version`** in [`package.json`](p
145
156
 
146
157
  ### Documentation
147
158
 
148
- - README — [Model profile aliases](#model-profile-aliases-x12iai-profiles); [`.docs/ai-tasks-model-profile-aliases-7x.md`](.docs/ai-tasks-model-profile-aliases-7x.md).
159
+ - README — [Model profile aliases](#model-profile-aliases-x12iai-profiles); [`.docs/ai-tasks-model-profile-aliases-7x.md`](../archived/ai-tasks/.docs/ai-tasks-model-profile-aliases-7x.md).
149
160
 
150
161
  ## [8.0.9] - 2026-05-28
151
162
 
@@ -175,7 +186,7 @@ The published **npm version** always matches **`version`** in [`package.json`](p
175
186
 
176
187
  ### Documentation
177
188
 
178
- - **`RUNTASK_REQUEST.md`**, **README**, [`.docs/flow-io/xynthesis-pre.md`](.docs/flow-io/xynthesis-pre.md), graph-engine task [`reports/graph-engine-task-pre-synthesis-compile.md`](reports/graph-engine-task-pre-synthesis-compile.md).
189
+ - **`RUNTASK_REQUEST.md`**, **README**, [`.docs/flow-io/xynthesis-pre.md`](../archived/ai-tasks/.docs/flow-io/xynthesis-pre.md), graph-engine task [`reports/graph-engine-task-pre-synthesis-compile.md`](../archived/ai-tasks/reports/graph-engine-task-pre-synthesis-compile.md).
179
190
  - Fixtures: [`test/fixtures/run-task/graph-engine-pre-synthesis.json`](test/fixtures/run-task/graph-engine-pre-synthesis.json), [`test/fixtures/graphs/graph-qcrbz6t-pre-synthesis.json`](test/fixtures/graphs/graph-qcrbz6t-pre-synthesis.json).
180
191
 
181
192
  ## [7.6.4] - 2026-05-18
@@ -196,7 +207,7 @@ The published **npm version** always matches **`version`** in [`package.json`](p
196
207
 
197
208
  ### Documentation
198
209
 
199
- - **Change request:** [`reports/change-request-tasknode-variable-scopes-7.6.2.md`](reports/change-request-tasknode-variable-scopes-7.6.2.md) — upstream work for `@exellix/ai-skills`, `@x12i/rendrix`, and optional gateway path aliases.
210
+ - **Change request:** [`reports/change-request-tasknode-variable-scopes-7.6.2.md`](../archived/ai-tasks/reports/change-request-tasknode-variable-scopes-7.6.2.md) — upstream work for `@exellix/ai-skills`, `@x12i/rendrix`, and optional gateway path aliases.
200
211
 
201
212
  ## [7.6.2] - 2026-05-18
202
213
 
package/README.md CHANGED
@@ -367,7 +367,7 @@ const res = await runTask({
367
367
  Given a request, `runTask()` performs:
368
368
 
369
369
  1. **Validate**: Non-empty **`agentId`**, **`jobTypeId`**, **`taskTypeId`**; required **`executionStrategies`** array (use **`[]`** for plain MAIN). When **`smartInput`** is present, validate shape (**`paths`**: array of **non-empty strings** *or* **`{ title, path, required? }`** entries; reject `{}`, non-arrays, invalid elements, unknown **root** keys—only **`paths`** is allowed). Paths under **`xynthesized.*`** must use scope **`job`**, **`task`**, or **`execution`**.
370
- 1b. **Compile `taskConfiguration`** (when **`RunTaskRequest.taskConfiguration`** is set): map **`aiTaskStrategies.pre: "synthesis"`** and/or **`aiTaskProfile.inputSynthesis.enabled`** into **`executionPipeline`** PRE **`synthesized-context`** + **`includeContextInPrompt: true`**. Strip **`taskConfiguration`** before execution. See **`compileTaskConfigurationOnRunTaskRequest`**. **Graph-engine** must forward the node blob and wire runtime input — [`reports/graph-engine-task-pre-synthesis-compile.md`](reports/graph-engine-task-pre-synthesis-compile.md).
370
+ 1b. **Compile `taskConfiguration`** (when **`RunTaskRequest.taskConfiguration`** is set): map **`aiTaskStrategies.pre: "synthesis"`** and/or **`aiTaskProfile.inputSynthesis.enabled`** into **`executionPipeline`** PRE **`synthesized-context`** + **`includeContextInPrompt: true`**. Strip **`taskConfiguration`** before execution. See **`compileTaskConfigurationOnRunTaskRequest`**. **Graph-engine** must forward the node blob and wire runtime input — [`reports/graph-engine-task-pre-synthesis-compile.md`](../archived/ai-tasks/reports/graph-engine-task-pre-synthesis-compile.md).
371
371
  2. **NARRIX pre-processor** (if `request.narrix` is set): Resolve raw record (see [NARRIX task-level pre-processor](#narrix-task-level-pre-processor)), run NARRIX (to-CNI + engine), build `_narrix` attachment, set `executionMemory[attachToField]` and `jobMemory._narrix`. Continue with the updated request.
372
372
  3. **Structured Narrix** (`narrixMode: "handler"`): Resolve **`narrixInput`**, run handler, merge into **`taskMemory.narrix`** / **`input`** as implemented; handler **`ctx`** includes **`xynthesized`** and **`smartInput`**.
373
373
  4. **Local task dispatch**: If `getLocalTask(skillKey)` returns a handler, call `{ input, ctx }`. **`ctx`** includes **`skillKey`**, **`jobMemory`**, **`taskMemory`**, **`executionMemory`**, **`variables`**, **`xynthesized`**, **`smartInput`**, and graph/correlation ids. Returns **`RunTaskResponse`**; **skips LLM MAIN path below**.
@@ -462,7 +462,7 @@ const expected = await analyzeExpectedRunTaskInput({
462
462
  });
463
463
  ```
464
464
 
465
- Each issue has **`code`**, **`severity`** (`error` \| `warning`), **`message`**, and optional **`path`** (e.g. `smartInput.paths[0].path`, `modelConfig.preActionModel`). See [`.docs/flow-io/`](.docs/flow-io/flow-README.md) for flow-level wiring.
465
+ Each issue has **`code`**, **`severity`** (`error` \| `warning`), **`message`**, and optional **`path`** (e.g. `smartInput.paths[0].path`, `modelConfig.preActionModel`). See [`.docs/flow-io/`](../archived/ai-tasks/.docs/flow-io/flow-README.md) for flow-level wiring.
466
466
 
467
467
  ### Skill catalog helpers (runtime re-exports)
468
468
 
@@ -12,7 +12,7 @@ There is **no HTTP server** in this package: hosts (e.g. graph-engine) must forw
12
12
  - **Execution strategies:** validation in [`resolveExecutionStrategies`](src/execution-strategies/resolveExecutionStrategies.ts); FuncX integration [`runFuncxExecutionStrategy`](src/execution-strategies/runFuncxExecutionStrategy.ts). **FR / function contracts:** [`documenations/funcx-scoping-integration-gaps.md`](documenations/funcx-scoping-integration-gaps.md) §**6**. **Catalog / hosting** so `run()` resolves `execution/plan` etc.: [`documenations/funcx-catalog-hosting-checklist.md`](documenations/funcx-catalog-hosting-checklist.md).
13
13
  - JSON Schema fragment: [`documenations/schemas/v1/run-task-request.json`](documenations/schemas/v1/run-task-request.json).
14
14
  - Graph authoring vs this payload: [Graph task node (authoring) → `RunTaskRequest` (invoke)](#graph-task-node-authoring--runtaskrequest-invoke).
15
- - Orchestrator / other repos (dated tasks): [.docs/investigation/external-packages-assignments.md](.docs/investigation/external-packages-assignments.md).
15
+ - Orchestrator / other repos (dated tasks): [external-packages-assignments.md](../archived/ai-tasks/.docs/investigation/external-packages-assignments.md).
16
16
 
17
17
  ---
18
18
 
@@ -37,19 +37,21 @@ There is **no HTTP server** in this package: hosts (e.g. graph-engine) must forw
37
37
  |--------|------|
38
38
  | **`input`** | **Canonical singular task payload** (compiled from `inputsConfig` + `taskVariable` on graph nodes). Passed to handlers, NARRIX, synthesis, and the gateway **as its own field** — ai-tasks does **not** fold `input` into `variables` on the MAIN path. Smart-input **`input.*`** resolves here only. |
39
39
  | **`inputs`** | **Optional plural task payload** (dual-root parity with `input`). Distinct from **`executionMemory.inputs`**. Smart-input **`inputs.*`** resolves here only. Forwarded on MAIN like `input`. |
40
- | **`variables`** | **Job/graph template bucket only** (same content as `executionMemory.jobVariables` when graph-engine compiles the request). Forwarded **as-is** on `runTask` MAIN; **node-scoped** values belong on **`executionMemory.taskVariables`**, not here. |
40
+ | **`variables`** | **Job/graph template bucket only** (same content as `executionMemory.jobVariables` when graph-engine compiles the request). Forwarded **as-is** on `runTask` MAIN. **Node design** (`question`, `outputContract`, …) belongs on **`nodePlan.invokeContract.taskVariable`**, not here or on `executionMemory`. |
41
41
  | **`jobContext`** | Optional host/graph seed for templates. **Not** merged into `variables` by ai-tasks; compile into **`variables`** / **`executionMemory.jobVariables`** before invoke (graph-engine) or use [`mergeSkillTemplateVariables`](src/utils/skillTemplateVariables.ts) outside `runTask`. Omitted from the executor spread when only used for pre-compile. |
42
42
 
43
- **Pass-through on MAIN (graph-engine 5.13+)**
43
+ **Pass-through on MAIN (graphenix v2.1)**
44
44
 
45
- - **`variables`**, **`input`**, **`inputs`**, **`executionMemory`** (including **`jobVariables`** and **`taskVariables`**), **`xynthesized`**, and **`smartInput`** are sent to `@exellix/ai-skills` **without** flattening scopes into one bag.
46
- - Path prefixes **`jobVariables.*`** / **`taskVariables.*`** resolve downstream (Rendrix / gateway) against **`executionMemory`**. **`@exellix/ai-skills` ≥ 5.5.0** merges top-level `executionMemory` into gateway `workingMemory`; ai-tasks forwards it via [`pickRunSkillRequestFields`](src/utils/bridgeRunSkillGatewayMemory.ts) (requires **ai-skills 5.5.0** in `package.json`). Legacy **`variables.*`** ≡ **`jobVariables.*`** when the engine resolves paths.
47
- - [`mergeSkillTemplateVariables`](src/utils/skillTemplateVariables.ts) remains exported for hosts that want a single merged template map **outside** the default `runTask` MAIN path.
45
+ - **`input`**, **`inputs`**, **`variables`**, **`executionMemory`** (mapping writes / **`jobVariables`** only), **`nodePlan`**, **`xynthesized`**, and **`smartInput`** are sent to `@exellix/ai-skills` **without** relocation or flattening.
46
+ - Rendrix **`{{taskVariables.*}}`** resolves from **`nodePlan.invokeContract.taskVariable`** (plural alias). **`{{input.*}}`** resolves from **`RunTaskRequest.input`**. Cross-node reads use **`executionMemory.answers.*`** etc.
47
+ - ai-tasks forwards **`nodePlan`** and **`executionMemory`** via [`pickRunSkillRequestFields`](src/utils/bridgeRunSkillGatewayMemory.ts).
48
+
49
+ **Forbidden on wire when `nodePlan` is set:** `taskConfiguration`, `executionPipeline`, root `modelConfig`, `input.question`, `input.outputContract`, `executionMemory.taskVariables`, `executionMemory.input` (including `.raw`).
48
50
 
49
51
  **Templates vs handlers**
50
52
 
51
- - Gateway templates may read **`input.*`**, **`inputs.*`**, **`variables.*`** (job bucket), **`executionMemory.jobVariables.*`**, **`executionMemory.taskVariables.*`**, and top-level **`xynthesized`** / **`smartInput`**.
52
- - **`input.question`** is what handlers / NARRIX / synthesis read from **`request.input`**.
53
+ - Gateway templates may read **`input.*`**, **`inputs.*`**, **`variables.*`** (job bucket), **`executionMemory.jobVariables.*`**, **`executionMemory.answers.*`**, **`taskVariables.*`** (from plan), and top-level **`xynthesized`** / **`smartInput`**.
54
+ - **`input`** is the invoke payload for handlers, NARRIX, synthesis, and the gateway — ai-tasks does **not** merge **`nodePlan.invokeContract.taskVariable`** into it.
53
55
 
54
56
  ---
55
57
 
@@ -57,7 +59,7 @@ There is **no HTTP server** in this package: hosts (e.g. graph-engine) must forw
57
59
 
58
60
  | Surface | Meaning |
59
61
  |---------|---------|
60
- | **Request `executionMemory`** | Canonical execution-scoped blob on `RunTaskRequest`. Graph-engine **5.13+** mirrors template variables in separate buckets: **`jobVariables`** (whole run) and **`taskVariables`** (current node). ai-tasks forwards both **as-is** (no flattening). Legacy path prefix **`variables.*`** ≡ **`jobVariables.*`** when the engine resolves paths. |
62
+ | **Request `executionMemory`** | Cross-node mapping outputs and **`jobVariables`**. **Not** node design (`taskVariables`) or invoke payload (`input`). ai-tasks forwards **as-is** (no flattening). |
61
63
  | **`jobMemory.execution`** | Populated internally by merging **`executionMemory`** into existing `jobMemory.execution` (deep merge) before memory enrichment. |
62
64
  | **Response `executionMemory`** | Merged snapshot: request execution memory plus any `executionMemory` extracted from the skill response / `parsed`. |
63
65
  | **Response `executionState.executionMemory`** | Alias mirror of the same merged blob for callers expecting a nested `executionState`. |
@@ -103,7 +105,7 @@ Properties are classified for **default MAIN path** unless noted. Inherited **`R
103
105
  | `inputs` | Optional plural task payload (`string` or object). Dual-root parity with `input`; smart-input **`inputs.*`** resolves here (not `executionMemory.inputs`). |
104
106
  | `variables` | Job/graph template bucket; forwarded as-is on MAIN (see [Canonical input bucket](#canonical-input-bucket)). |
105
107
  | `jobMemory`, `taskMemory` | Enriched and forwarded; see executor payload. |
106
- | `modelConfig` | **Canonical slots:** `preActionModel` + `skillModel` + `postActionModel`. **Aliases accepted on wire** (ai-profiles names + legacy tiers); resolved inside `runTask()` via [`resolveRunTaskModelReferences`](src/utils/resolveRunTaskModelReferences.ts). **`skillModel`** → concrete id for ai-skills MAIN; **`preActionModel`** / **`postActionModel`** → **alias only** for xynthesis PRE/POST (concrete ids rejected under `@exellix/xynthesis` ≥4 with code **`XYNTHESIS_CONCRETE_MODEL_REJECTED`**). Legacy `model` and **`xynthesisModel`** rejected. See [`.docs/ai-tasks-model-profile-aliases-7x.md`](.docs/ai-tasks-model-profile-aliases-7x.md). |
108
+ | `modelConfig` | **Canonical slots:** `preActionModel` + `skillModel` + `postActionModel`. **Aliases accepted on wire** (ai-profiles names + legacy tiers); resolved inside `runTask()` via [`resolveRunTaskModelReferences`](src/utils/resolveRunTaskModelReferences.ts). **`skillModel`** → concrete id for ai-skills MAIN; **`preActionModel`** / **`postActionModel`** → **alias only** for xynthesis PRE/POST (concrete ids rejected under `@exellix/xynthesis` ≥4 with code **`XYNTHESIS_CONCRETE_MODEL_REJECTED`**). Legacy `model` and **`xynthesisModel`** rejected. See [`.docs/ai-tasks-model-profile-aliases-7x.md`](../archived/ai-tasks/.docs/ai-tasks-model-profile-aliases-7x.md). |
107
109
  | `llmCall` | **MAIN override only** at root (`llmCall.model` wins over `skillModel` unless it duplicates `preActionModel` while `skillModel` differs — see collision guard). Not copied into PRE synthesis compile; use `preActionModel` or `executionPipeline[pre].config.llmCall` for PRE. Merged into ai-skills `modelConfig` at MAIN execution boundary. |
108
110
  | `timeoutMs` | Forwarded when set (also overlaid from `llmCall.timeoutMs`). |
109
111
  | `coreSkillId` | Maps to `skillId` on `RunSkillRequest` for gateway. |
@@ -120,7 +122,7 @@ Properties are classified for **default MAIN path** unless noted. Inherited **`R
120
122
  | `narrix` | Task-level NARRIX pre-processor; mutates `executionMemory` / `jobMemory`. May include web scoping fields such as **`enableWebScope`**, **`webScopeTemplates`**, **`webScopeQuestionTemplate`**, **`webScopeObjects`**, **`webScopeQuestions`** (`Array<{ id?: string; question: string; source?: "manual" \| "ai-driven" }>` when using explicit question-pack mode — see [documenations/web-scoping-in-ai-tasks.md](documenations/web-scoping-in-ai-tasks.md)). |
121
123
  | `narrixInput`, `narrixScope` | Structured Narrix **handler** input (`$path` allowed); scope filters into `taskMemory.narrix`. |
122
124
  | `aiScoping`, `aiScopingOptions` | PRE MAIN scoped memory → `input.aiScoped`. |
123
- | `taskKind`, `outputValidation`, `autoValidateDecisionOutput` | Decision/utility/content semantics and **`parsed` validation inside `runTask` only** — **not** forwarded on `RunSkillRequest`; **`@exellix/ai-skills` does not read or validate these fields** (see [.docs/investigation/ai-skills.md](.docs/investigation/ai-skills.md)). |
125
+ | `taskKind`, `outputValidation`, `autoValidateDecisionOutput` | Decision/utility/content semantics and **`parsed` validation inside `runTask` only** — **not** forwarded on `RunSkillRequest`; **`@exellix/ai-skills` does not read or validate these fields** (see [ai-skills.md](../archived/ai-tasks/.docs/investigation/ai-skills.md)). |
124
126
  | `templateTokens`, `templateRenderOptions` | Inherited from `RunSkillRequest` (@exellix/ai-skills): gateway template overlay / render options per invoke. |
125
127
 
126
128
  ### Invalid on `RunTaskRequest` (v7)
@@ -257,7 +259,7 @@ Legacy path alias: **`variables.*`** ≡ **`jobVariables.*`** (prefer **`jobVari
257
259
  | `taskTypeId` | **`taskTypeId`** |
258
260
  | `executionStrategies` | **`executionStrategies`** (required; use **`[]`** for plain MAIN) |
259
261
  | `executionStrategyCatalogItems` | **`executionStrategyCatalogItems`** |
260
- | `modelConfig` (+ `runtime.nodes[id].modelConfig`) | **`modelConfig`** — `{ preActionModel, skillModel, postActionModel }` with **ai-profiles aliases on wire** (resolved in ai-tasks at `runTask` entry; graph-engine pre-resolution optional). See [`.docs/ai-tasks-model-profile-aliases-7x.md`](.docs/ai-tasks-model-profile-aliases-7x.md) |
262
+ | `modelConfig` (+ `runtime.nodes[id].modelConfig`) | **`modelConfig`** — `{ preActionModel, skillModel, postActionModel }` with **ai-profiles aliases on wire** (resolved in ai-tasks at `runTask` entry; graph-engine pre-resolution optional). See [`.docs/ai-tasks-model-profile-aliases-7x.md`](../archived/ai-tasks/.docs/ai-tasks-model-profile-aliases-7x.md) |
261
263
  | `llmCall`, `timeoutMs` | same |
262
264
  | `narrix`, `narrixMode`, `narrixInput` | **`narrix`**, **`narrixMode`**, **`narrixInput`**, **`narrixScope`** |
263
265
  | `inputStrategyKey` | **`inputStrategyKey`** |
@@ -291,7 +293,7 @@ Graph-engine forwards the node blob on **`RunTaskRequest.taskConfiguration`** (s
291
293
 
292
294
  **Note:** `"synthesis"` on `pre` **enables** PRE; it is not an input-strategy catalog key. Post-audit strategy `"synthesis"` is unrelated.
293
295
 
294
- See [`reports/graph-engine-task-pre-synthesis-compile.md`](reports/graph-engine-task-pre-synthesis-compile.md) for the **graph-engine** work item (graph model, compile, runtime, CI).
296
+ See [`reports/graph-engine-task-pre-synthesis-compile.md`](../archived/ai-tasks/reports/graph-engine-task-pre-synthesis-compile.md) for the **graph-engine** work item (graph model, compile, runtime, CI).
295
297
 
296
298
  ### Dual `outputValidation`
297
299
 
@@ -370,10 +372,10 @@ When **`narrix.enableWebScope === true`**, **`@exellix/ai-tasks`** runs **`@exel
370
372
 
371
373
  ### Cross-package assignment tracker
372
374
 
373
- Remaining work owned by **other packages** (docs, CI, log contracts) is listed with **target dates** in [.docs/investigation/external-packages-assignments.md](.docs/investigation/external-packages-assignments.md).
375
+ Remaining work owned by **other packages** (docs, CI, log contracts) is listed with **target dates** in [external-packages-assignments.md](../archived/ai-tasks/.docs/investigation/external-packages-assignments.md).
374
376
 
375
377
  ---
376
378
 
377
379
  ## Cross-package coordination
378
380
 
379
- **Orchestrator minimum version:** not declared in **`@exellix/ai-tasks`** — follow the consuming app’s dependency range and [**Orchestrator integration**](#orchestrator-integration-graph-engine-and-hosts) above. [**external-packages-assignments.md**](.docs/investigation/external-packages-assignments.md) tracks follow-ups outside this repo.
381
+ **Orchestrator minimum version:** not declared in **`@exellix/ai-tasks`** — follow the consuming app’s dependency range and [**Orchestrator integration**](#orchestrator-integration-graph-engine-and-hosts) above. [**external-packages-assignments.md**](../archived/ai-tasks/.docs/investigation/external-packages-assignments.md) tracks follow-ups outside this repo.
@@ -1 +1 @@
1
- {"version":3,"file":"compileTaskConfiguration.d.ts","sourceRoot":"","sources":["../../src/compile/compileTaskConfiguration.ts"],"names":[],"mappings":"AAGA,OAAO,EAIL,KAAK,8BAA8B,EAGpC,MAAM,gCAAgC,CAAC;AACxC,OAAO,KAAK,EAGV,cAAc,EAGf,MAAM,wBAAwB,CAAC;AAkNhC;;;;;;;;;;;GAWG;AACH,wBAAgB,wCAAwC,CACtD,OAAO,EAAE,cAAc,GACtB,8BAA8B,CAsFhC;AAED,YAAY,EAAE,8BAA8B,EAAE,CAAC"}
1
+ {"version":3,"file":"compileTaskConfiguration.d.ts","sourceRoot":"","sources":["../../src/compile/compileTaskConfiguration.ts"],"names":[],"mappings":"AAGA,OAAO,EAIL,KAAK,8BAA8B,EAGpC,MAAM,gCAAgC,CAAC;AACxC,OAAO,KAAK,EAGV,cAAc,EAGf,MAAM,wBAAwB,CAAC;AAkNhC;;;;;;;;;;;GAWG;AACH,wBAAgB,wCAAwC,CACtD,OAAO,EAAE,cAAc,GACtB,8BAA8B,CA4FhC;AAED,YAAY,EAAE,8BAA8B,EAAE,CAAC"}
@@ -178,6 +178,9 @@ function liftNarrixFromAuthoring(request, taskConfiguration, profile, warnings)
178
178
  * Removes `taskConfiguration` from the returned request (compile-only blob).
179
179
  */
180
180
  export function compileTaskConfigurationOnRunTaskRequest(request) {
181
+ if (request.nodePlan) {
182
+ throw new TaskConfigurationCompileError("NODE_PLAN_COMPILE_FORBIDDEN", "taskConfiguration compile is legacy-only; graph-engine must compile PRE into nodePlan.executionUnits");
183
+ }
181
184
  const warnings = [];
182
185
  const taskConfiguration = request.taskConfiguration;
183
186
  if (!taskConfiguration || !isRecord(taskConfiguration)) {
@@ -1 +1 @@
1
- {"version":3,"file":"compileTaskConfiguration.js","sourceRoot":"","sources":["../../src/compile/compileTaskConfiguration.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"compileTaskConfiguration.js","sourceRoot":"","sources":["../../src/compile/compileTaskConfiguration.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"task-sdk.d.ts","sourceRoot":"","sources":["../../src/core/task-sdk.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAazD,OAAO,EAAE,cAAc,EAAE,eAAe,EAAuB,MAAM,mBAAmB,CAAC;AA2BzF,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,cAAc,CAAC;AAiPxD,KAAK,iBAAiB,GAAG,mBAAmB,CAAC;AA8V7C;;;;;;;;;;;GAWG;AACH,MAAM,MAAM,uBAAuB,GAAG;IACpC,+FAA+F;IAC/F,OAAO,CAAC,EAAE,mBAAmB,CAAC;CAC/B,CAAC;AAEF,qBAAa,gBAAgB;IAIzB,SAAS,CAAC,QAAQ,CAAC,YAAY,EAAE,iBAAiB;IAClD,OAAO,CAAC,QAAQ,CAAC,QAAQ;IAJ3B,SAAS,CAAC,QAAQ,CAAC,YAAY,CAAC,EAAE,mBAAmB,CAAC;gBAGjC,YAAY,EAAE,iBAAiB,EACjC,QAAQ,EAAE;QACzB,OAAO,CAAC,OAAO,GAAG,GAAG,EACnB,KAAK,EAAE,GAAG,EACV,UAAU,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,GACzC,OAAO,CAAC,eAAe,CAAC,OAAO,CAAC,CAAC,CAAC;KACtC,EACD,OAAO,CAAC,EAAE,uBAAuB;IAQ7B,OAAO,CAAC,OAAO,GAAG,GAAG,EAAE,KAAK,EAAE,cAAc,GAAG,OAAO,CAAC,eAAe,CAAC,OAAO,CAAC,CAAC;IA4ftF;;OAEG;YACW,6BAA6B;IAsiB3C;;;;;OAKG;YACW,cAAc;CAgS7B"}
1
+ {"version":3,"file":"task-sdk.d.ts","sourceRoot":"","sources":["../../src/core/task-sdk.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAazD,OAAO,EAAE,cAAc,EAAE,eAAe,EAAuB,MAAM,mBAAmB,CAAC;AA4BzF,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,cAAc,CAAC;AA8OxD,KAAK,iBAAiB,GAAG,mBAAmB,CAAC;AAqX7C;;;;;;;;;;;GAWG;AACH,MAAM,MAAM,uBAAuB,GAAG;IACpC,+FAA+F;IAC/F,OAAO,CAAC,EAAE,mBAAmB,CAAC;CAC/B,CAAC;AAEF,qBAAa,gBAAgB;IAIzB,SAAS,CAAC,QAAQ,CAAC,YAAY,EAAE,iBAAiB;IAClD,OAAO,CAAC,QAAQ,CAAC,QAAQ;IAJ3B,SAAS,CAAC,QAAQ,CAAC,YAAY,CAAC,EAAE,mBAAmB,CAAC;gBAGjC,YAAY,EAAE,iBAAiB,EACjC,QAAQ,EAAE;QACzB,OAAO,CAAC,OAAO,GAAG,GAAG,EACnB,KAAK,EAAE,GAAG,EACV,UAAU,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,GACzC,OAAO,CAAC,eAAe,CAAC,OAAO,CAAC,CAAC,CAAC;KACtC,EACD,OAAO,CAAC,EAAE,uBAAuB;IAQ7B,OAAO,CAAC,OAAO,GAAG,GAAG,EAAE,KAAK,EAAE,cAAc,GAAG,OAAO,CAAC,eAAe,CAAC,OAAO,CAAC,CAAC;IA4ftF;;OAEG;YACW,6BAA6B;IA0c3C;;;;;OAKG;YACW,cAAc;CAgS7B"}