td-ai-tools 1.2.4 → 1.2.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "td-ai-tools",
3
- "version": "1.2.4",
3
+ "version": "1.2.5",
4
4
  "description": "Install agent skills and packs into your project",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -40,7 +40,7 @@ if [ "$status" -eq 1 ]; then
40
40
 
41
41
  jq -n --arg reason "Shopify Theme Check found offenses in files modified on this branch. Fix these before finishing (leave offenses in unmodified files alone — they are pre-existing), then stop again and the check will re-run:
42
42
 
43
- $output" '{continue: false, stopReason: $reason}'
43
+ $output" '{decision: "block", reason: $reason}'
44
44
  exit 0
45
45
  fi
46
46