@tagma/sdk 0.7.106 → 0.7.110
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/README.md +4 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -176,7 +176,10 @@ Each hook value can be a single command string or an array of commands.
|
|
|
176
176
|
| `pipeline_complete` | `string \| string[]` | Runs when the pipeline finishes successfully |
|
|
177
177
|
| `pipeline_error` | `string \| string[]` | Runs when the pipeline finishes with errors |
|
|
178
178
|
|
|
179
|
-
`pipeline_start` and `task_start` are gates: any non-zero exit code blocks the run/task. Hook
|
|
179
|
+
`pipeline_start` and `task_start` are gates: any non-zero exit code blocks the run/task. Hook output
|
|
180
|
+
is written into the unified run log with outcome-aware severity: successful stdout is informational,
|
|
181
|
+
successful real stderr is a warning, and failed-hook stderr is an error. Pure PowerShell progress
|
|
182
|
+
CLIXML is omitted; mixed output and CLIXML error records remain visible.
|
|
180
183
|
|
|
181
184
|
### Track Fields
|
|
182
185
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tagma/sdk",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.110",
|
|
4
4
|
"description": "Local AI task orchestration SDK for Tagma pipelines",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -84,9 +84,9 @@
|
|
|
84
84
|
"test": "bun test"
|
|
85
85
|
},
|
|
86
86
|
"dependencies": {
|
|
87
|
-
"@tagma/core": "0.1.
|
|
88
|
-
"@tagma/runtime-bun": "0.1.
|
|
89
|
-
"@tagma/types": "0.4.
|
|
87
|
+
"@tagma/core": "0.1.104",
|
|
88
|
+
"@tagma/runtime-bun": "0.1.91",
|
|
89
|
+
"@tagma/types": "0.4.107",
|
|
90
90
|
"js-yaml": "^4.1.0"
|
|
91
91
|
}
|
|
92
92
|
}
|