@smartmemory/compose 0.2.13-beta → 0.2.15-beta
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/lib/build.js +2 -2
- package/package.json +1 -1
package/lib/build.js
CHANGED
|
@@ -3944,8 +3944,8 @@ export async function executeParallelDispatch(
|
|
|
3944
3944
|
lensFocus: task.lens_focus ?? '',
|
|
3945
3945
|
exclusions: task.exclusions ?? '',
|
|
3946
3946
|
confidenceGate: confGateTask,
|
|
3947
|
-
taskDescription:
|
|
3948
|
-
blueprint:
|
|
3947
|
+
taskDescription: dispatchResponse.inputs?.task ?? '',
|
|
3948
|
+
blueprint: dispatchResponse.inputs?.blueprint ?? '',
|
|
3949
3949
|
});
|
|
3950
3950
|
// SF-6: append cert reasoning template for Claude-family agents (same as taskIntent path above)
|
|
3951
3951
|
if (agentType.startsWith('claude') && task.lens_name) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smartmemory/compose",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.15-beta",
|
|
4
4
|
"description": "Structured AI dev pipeline — goal-to-product orchestration with gates, iteration loops, and feature lifecycle management.",
|
|
5
5
|
"author": "SmartMemory",
|
|
6
6
|
"license": "MIT",
|