Migrate product-data exports to skill scripts

This commit is contained in:
wuyang6
2026-05-11 19:43:17 +08:00
parent a68302659d
commit 7dc7fa2e52
8 changed files with 112 additions and 52 deletions
@@ -3,6 +3,7 @@
"properties": {
"ok": {"type": "boolean"},
"records": {"type": "array"},
"confirmed_plan_id": {"type": "string"},
"warnings": {"type": "array", "items": {"type": "string"}},
"error": {"type": "string"}
},