feat: complete production workflow migration

This commit is contained in:
2026-08-06 14:29:57 +08:00
parent 7f215e79c4
commit 8df5266abb
448 changed files with 56937 additions and 14619 deletions
+33
View File
@@ -0,0 +1,33 @@
{
"schema_version": 1,
"projects": [
{
"module": "content_marketing",
"source_project": "yingxiaoyunying",
"manifest": "config/source-manifests/content_marketing.json",
"root_env": "GYXX_SOURCE_CONTENT_MARKETING_ROOT",
"target_root": "src/gyxx_flow/modules/content_marketing"
},
{
"module": "product_commerce",
"source_project": "product-collector-analyze-flow",
"manifest": "config/source-manifests/product_commerce.json",
"root_env": "GYXX_SOURCE_PRODUCT_COMMERCE_ROOT",
"target_root": "src/gyxx_flow/modules/product_commerce"
},
{
"module": "shop_intelligence",
"source_project": "shop-data-flow",
"manifest": "config/source-manifests/shop_intelligence.json",
"root_env": "GYXX_SOURCE_SHOP_INTELLIGENCE_ROOT",
"target_root": "src/gyxx_flow/modules/shop_intelligence"
},
{
"module": "supply_chain",
"source_project": "auto-flow",
"manifest": "config/source-manifests/supply_chain.json",
"root_env": "GYXX_SOURCE_SUPPLY_CHAIN_ROOT",
"target_root": "src/gyxx_flow/modules/supply_chain"
}
]
}