@thinkingai/ae-cli 6.1.19 → 6.1.21

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.
Files changed (370) hide show
  1. package/README.md +96 -38
  2. package/README.zh.md +96 -38
  3. package/dist/{auth-QPEVVBKT.js → auth-XZNXFRJS.js} +236 -127
  4. package/dist/{capability-ASI62I4A.js → capability-FYTU3X6L.js} +80 -37
  5. package/dist/{chunk-QL6R6TSK.js → chunk-4NRCTUZJ.js} +27045 -477
  6. package/dist/{chunk-JYMGHGCE.js → chunk-57RRFUEZ.js} +42 -15
  7. package/dist/chunk-6ZIQV5GW.js +26 -0
  8. package/dist/{chunk-KZ6ZHF5J.js → chunk-7FTTULED.js} +14 -14
  9. package/dist/chunk-7XGFSUOM.js +623 -0
  10. package/dist/chunk-CCS66K4K.js +155 -0
  11. package/dist/{chunk-B5HMQAOM.js → chunk-DVMLWQD4.js} +8 -186
  12. package/dist/{chunk-KEWVSO64.js → chunk-DX5CDO34.js} +28 -18
  13. package/dist/chunk-EQ255HKO.js +38248 -0
  14. package/dist/{chunk-6QK7SYYY.js → chunk-HBGADCKA.js} +29 -37
  15. package/dist/{chunk-GJXRF7Y6.js → chunk-HFGZGYCG.js} +54 -81
  16. package/dist/chunk-JOCDD4ON.js +15 -0
  17. package/dist/{chunk-TKHSULJT.js → chunk-KPQY44JQ.js} +6 -0
  18. package/dist/{chunk-FR2EDAQM.js → chunk-MAPZ7VB6.js} +90 -2
  19. package/dist/chunk-V2NUHPXF.js +196 -0
  20. package/dist/{chunk-S5PONFBM.js → chunk-VYXXOKYS.js} +9 -9
  21. package/dist/{community-report-client-6OL6GBQW.js → community-report-client-CU22W53K.js} +2 -4
  22. package/dist/{config-XNMACCKX.js → config-XO3LI3SA.js} +8 -9
  23. package/dist/context-IFJI3LIT.js +46 -0
  24. package/dist/{data-integration-4NZGZ45E.js → data-integration-HNGUKFIC.js} +55 -44
  25. package/dist/index.js +122 -112
  26. package/dist/{local-data-upload-client-EFHDLXFG.js → local-data-upload-client-GTRIT64F.js} +4 -5
  27. package/dist/{memory-HBJQ2GC5.js → memory-QGPSNCQS.js} +4 -6
  28. package/dist/{metadata-62EWBEIG.js → metadata-DI5BMYFU.js} +8 -10
  29. package/dist/{model-BHLJ2QMT.js → model-RNPQXIBI.js} +4 -6
  30. package/dist/{personal-semantic-preference-JBVMAI7L.js → personal-semantic-preference-5C3WUXFI.js} +11 -10
  31. package/dist/{project-semantic-BQ4MPUS5.js → project-semantic-3LF6Q6JZ.js} +29 -25
  32. package/dist/{sync-MUWPRM5I.js → sync-O45NXEQY.js} +7 -8
  33. package/dist/{te-agent-WQZTMEK4.js → te-agent-K5MSPNHJ.js} +393 -90
  34. package/dist/{te-analysis-MNCG65LU.js → te-analysis-AISWCOOZ.js} +1175 -377
  35. package/dist/{te-community-BNE6KREL.js → te-community-4OYU3BDA.js} +10 -33
  36. package/dist/{te-dataops-TXLKM2W6.js → te-dataops-NFIPB6FX.js} +19 -20
  37. package/dist/{te-engage-TPKLRVTL.js → te-engage-BAM3GBFX.js} +13 -15
  38. package/dist/{te-experiment-6BYKTCY7.js → te-experiment-GUTZXZ5Z.js} +132 -16
  39. package/dist/te-kb-3TS73NO6.js +1992 -0
  40. package/dist/{te-system-44LZJDTQ.js → te-system-STMHLS5J.js} +12 -9
  41. package/dist/{te-team-XMP47YXE.js → te-team-3I5AOX3N.js} +6 -8
  42. package/dist/{update-UODFOZ4P.js → update-RZXLPCRH.js} +7 -8
  43. package/package.json +29 -19
  44. package/skills/ae-agent/SKILL.md +30 -13
  45. package/skills/ae-agent/references/agent-distribution.md +94 -0
  46. package/skills/ae-agent/references/approval-request.md +4 -0
  47. package/skills/ae-agent/references/command_index.md +9 -2
  48. package/skills/ae-agent/references/create-automation.md +20 -2
  49. package/skills/ae-agent/references/get-agent-context.md +70 -0
  50. package/skills/ae-agent/references/list-automations.md +18 -3
  51. package/skills/ae-agent/references/list-mcp-credentials.md +1 -1
  52. package/skills/ae-agent/references/mcp-token.md +3 -3
  53. package/skills/ae-agent/references/set-mcp-credential.md +0 -1
  54. package/skills/ae-agent/references/update-automation.md +18 -0
  55. package/skills/ae-analysis/SKILL.md +101 -79
  56. package/skills/ae-analysis/references/adhoc_export.md +11 -18
  57. package/skills/ae-analysis/references/adhoc_run.md +17 -7
  58. package/skills/ae-analysis/references/agent_review_detail.md +11 -0
  59. package/skills/ae-analysis/references/agent_review_evidence.md +46 -0
  60. package/skills/ae-analysis/references/agent_review_list.md +9 -0
  61. package/skills/ae-analysis/references/agent_review_preflight.md +96 -0
  62. package/skills/ae-analysis/references/agent_review_priorities_comparisons.md +76 -0
  63. package/skills/ae-analysis/references/agent_review_records.md +9 -0
  64. package/skills/ae-analysis/references/agent_review_retry.md +12 -0
  65. package/skills/ae-analysis/references/agent_review_review.md +16 -0
  66. package/skills/ae-analysis/references/agent_review_submit_to_page.md +184 -0
  67. package/skills/ae-analysis/references/ai_models/attribution.md +29 -0
  68. package/skills/ae-analysis/references/ai_models/distribution.md +40 -0
  69. package/skills/ae-analysis/references/ai_models/event.md +108 -0
  70. package/skills/ae-analysis/references/ai_models/funnel.md +46 -0
  71. package/skills/ae-analysis/references/ai_models/heat_map.md +26 -0
  72. package/skills/ae-analysis/references/ai_models/interval.md +20 -0
  73. package/skills/ae-analysis/references/ai_models/path.md +38 -0
  74. package/skills/ae-analysis/references/ai_models/prop_analysis.md +39 -0
  75. package/skills/ae-analysis/references/ai_models/rank_list.md +25 -0
  76. package/skills/ae-analysis/references/ai_models/retention.md +70 -0
  77. package/skills/ae-analysis/references/ai_models/revenue.md +28 -0
  78. package/skills/ae-analysis/references/ai_models/sql.md +74 -0
  79. package/skills/ae-analysis/references/ai_models/tag.md +19 -0
  80. package/skills/ae-analysis/references/ai_models.md +32 -453
  81. package/skills/ae-analysis/references/alert_create.md +7 -7
  82. package/skills/ae-analysis/references/alert_delete.md +4 -6
  83. package/skills/ae-analysis/references/alert_detail_list.md +7 -9
  84. package/skills/ae-analysis/references/alert_get.md +5 -7
  85. package/skills/ae-analysis/references/alert_job_list.md +4 -6
  86. package/skills/ae-analysis/references/alert_list.md +6 -8
  87. package/skills/ae-analysis/references/alert_notice_config_list.md +4 -6
  88. package/skills/ae-analysis/references/alert_start.md +5 -7
  89. package/skills/ae-analysis/references/alert_stop.md +5 -7
  90. package/skills/ae-analysis/references/alert_update.md +8 -8
  91. package/skills/ae-analysis/references/analysis_data_export.md +72 -0
  92. package/skills/ae-analysis/references/analysis_data_retrieval.md +32 -196
  93. package/skills/ae-analysis/references/analysis_gateway_assets.md +23 -180
  94. package/skills/ae-analysis/references/analysis_interpretation.md +37 -17
  95. package/skills/ae-analysis/references/asset_abnormal_get.md +0 -1
  96. package/skills/ae-analysis/references/asset_abnormal_list.md +0 -1
  97. package/skills/ae-analysis/references/asset_authentication_export.md +4 -0
  98. package/skills/ae-analysis/references/asset_authentication_list.md +7 -1
  99. package/skills/ae-analysis/references/asset_authentication_update.md +5 -1
  100. package/skills/ae-analysis/references/asset_batch_dashboard_schedule_freeze.md +8 -6
  101. package/skills/ae-analysis/references/asset_batch_delete.md +6 -6
  102. package/skills/ae-analysis/references/asset_batch_disable_auto_backup.md +4 -5
  103. package/skills/ae-analysis/references/asset_batch_disable_auto_update.md +5 -6
  104. package/skills/ae-analysis/references/asset_batch_handover.md +4 -5
  105. package/skills/ae-analysis/references/asset_batch_info_export.md +4 -5
  106. package/skills/ae-analysis/references/asset_batch_sql_export.md +5 -6
  107. package/skills/ae-analysis/references/asset_dependency_list.md +4 -5
  108. package/skills/ae-analysis/references/asset_export.md +4 -5
  109. package/skills/ae-analysis/references/asset_impact_list.md +5 -9
  110. package/skills/ae-analysis/references/asset_lineage_get.md +5 -6
  111. package/skills/ae-analysis/references/asset_list.md +4 -5
  112. package/skills/ae-analysis/references/asset_query_history_list.md +4 -8
  113. package/skills/ae-analysis/references/asset_recent_list.md +0 -1
  114. package/skills/ae-analysis/references/asset_search.md +12 -9
  115. package/skills/ae-analysis/references/asset_url_get.md +3 -4
  116. package/skills/ae-analysis/references/bi_panel_copy.md +2 -2
  117. package/skills/ae-analysis/references/bi_panel_page_data_export.md +4 -12
  118. package/skills/ae-analysis/references/bi_panel_page_data_run.md +2 -0
  119. package/skills/ae-analysis/references/catalog_export.md +4 -17
  120. package/skills/ae-analysis/references/catalog_list.md +4 -4
  121. package/skills/ae-analysis/references/check_delete.md +5 -7
  122. package/skills/ae-analysis/references/check_export.md +11 -11
  123. package/skills/ae-analysis/references/check_get.md +8 -10
  124. package/skills/ae-analysis/references/check_list.md +4 -6
  125. package/skills/ae-analysis/references/check_retry.md +8 -10
  126. package/skills/ae-analysis/references/check_run.md +2 -4
  127. package/skills/ae-analysis/references/command_index.md +46 -28
  128. package/skills/ae-analysis/references/cross_source_config.md +84 -0
  129. package/skills/ae-analysis/references/dashboard_report_data_export.md +5 -13
  130. package/skills/ae-analysis/references/dashboard_report_data_run.md +1 -1
  131. package/skills/ae-analysis/references/dashboard_update.md +15 -4
  132. package/skills/ae-analysis/references/datatable_columns_get.md +0 -1
  133. package/skills/ae-analysis/references/datatable_influence_list.md +0 -1
  134. package/skills/ae-analysis/references/datatable_version_get.md +0 -1
  135. package/skills/ae-analysis/references/datatable_version_list.md +0 -1
  136. package/skills/ae-analysis/references/debug_device_add.md +1 -2
  137. package/skills/ae-analysis/references/drilldown_entities_export.md +3 -3
  138. package/skills/ae-analysis/references/drilldown_events_export.md +3 -2
  139. package/skills/ae-analysis/references/drilldown_user_events_export.md +2 -2
  140. package/skills/ae-analysis/references/entity_detail_export.md +3 -2
  141. package/skills/ae-analysis/references/entity_detail_run.md +1 -0
  142. package/skills/ae-analysis/references/event_blacklist_add.md +5 -7
  143. package/skills/ae-analysis/references/event_blacklist_list.md +4 -6
  144. package/skills/ae-analysis/references/event_blacklist_update.md +6 -8
  145. package/skills/ae-analysis/references/event_changelog_list.md +0 -1
  146. package/skills/ae-analysis/references/event_create.md +0 -1
  147. package/skills/ae-analysis/references/event_detail_export.md +3 -2
  148. package/skills/ae-analysis/references/event_detail_run.md +1 -0
  149. package/skills/ae-analysis/references/event_export.md +0 -1
  150. package/skills/ae-analysis/references/event_get.md +0 -1
  151. package/skills/ae-analysis/references/event_hide_update.md +0 -1
  152. package/skills/ae-analysis/references/event_influence_list.md +0 -1
  153. package/skills/ae-analysis/references/event_list.md +0 -1
  154. package/skills/ae-analysis/references/event_property_bundle_export.md +5 -14
  155. package/skills/ae-analysis/references/event_property_bundle_import.md +2 -6
  156. package/skills/ae-analysis/references/event_relation_update.md +0 -1
  157. package/skills/ae-analysis/references/event_update.md +0 -1
  158. package/skills/ae-analysis/references/exchange_config_update.md +0 -1
  159. package/skills/ae-analysis/references/exchange_rate_refresh.md +0 -1
  160. package/skills/ae-analysis/references/exchange_rule_list.md +0 -1
  161. package/skills/ae-analysis/references/exchange_rule_update.md +0 -1
  162. package/skills/ae-analysis/references/exchange_rule_validate.md +0 -1
  163. package/skills/ae-analysis/references/governance_recommendation_decisions.md +23 -0
  164. package/skills/ae-analysis/references/governance_recommendation_export.md +108 -0
  165. package/skills/ae-analysis/references/governance_recommendation_submit.md +41 -0
  166. package/skills/ae-analysis/references/history_tag_data_drilldown_export.md +4 -4
  167. package/skills/ae-analysis/references/history_tag_data_export.md +3 -3
  168. package/skills/ae-analysis/references/ingest_error_list.md +7 -9
  169. package/skills/ae-analysis/references/ingest_summary.md +6 -8
  170. package/skills/ae-analysis/references/live_data_export.md +10 -10
  171. package/skills/ae-analysis/references/live_data_list.md +7 -9
  172. package/skills/ae-analysis/references/metadata_resolution.md +78 -0
  173. package/skills/ae-analysis/references/metric_export.md +0 -1
  174. package/skills/ae-analysis/references/metric_get.md +0 -1
  175. package/skills/ae-analysis/references/metric_list.md +4 -5
  176. package/skills/ae-analysis/references/metric_update.md +0 -1
  177. package/skills/ae-analysis/references/operation_record_export.md +4 -5
  178. package/skills/ae-analysis/references/operation_record_list.md +4 -5
  179. package/skills/ae-analysis/references/personal_semantic_preference_list.md +18 -1
  180. package/skills/ae-analysis/references/plan_change_log_export.md +10 -10
  181. package/skills/ae-analysis/references/plan_change_log_list.md +4 -6
  182. package/skills/ae-analysis/references/plan_delete_items.md +2 -4
  183. package/skills/ae-analysis/references/plan_export.md +9 -9
  184. package/skills/ae-analysis/references/plan_generate.md +2 -4
  185. package/skills/ae-analysis/references/plan_get.md +4 -6
  186. package/skills/ae-analysis/references/plan_import_excel.md +6 -8
  187. package/skills/ae-analysis/references/plan_save_items.md +2 -4
  188. package/skills/ae-analysis/references/plan_sync_from_meta.md +4 -6
  189. package/skills/ae-analysis/references/project_access_detail_get.md +0 -1
  190. package/skills/ae-analysis/references/project_data_power_get.md +0 -1
  191. package/skills/ae-analysis/references/project_data_power_list.md +0 -1
  192. package/skills/ae-analysis/references/project_data_power_upsert.md +0 -1
  193. package/skills/ae-analysis/references/project_entity_create.md +0 -1
  194. package/skills/ae-analysis/references/project_entity_event_list.md +0 -1
  195. package/skills/ae-analysis/references/project_entity_get.md +0 -1
  196. package/skills/ae-analysis/references/project_entity_list.md +0 -1
  197. package/skills/ae-analysis/references/project_entity_update.md +0 -1
  198. package/skills/ae-analysis/references/project_function_list.md +0 -1
  199. package/skills/ae-analysis/references/project_info_get.md +0 -1
  200. package/skills/ae-analysis/references/project_info_list.md +0 -1
  201. package/skills/ae-analysis/references/project_info_update.md +0 -1
  202. package/skills/ae-analysis/references/project_mark_time_create.md +0 -1
  203. package/skills/ae-analysis/references/project_mark_time_list.md +0 -1
  204. package/skills/ae-analysis/references/project_mark_time_update.md +0 -1
  205. package/skills/ae-analysis/references/project_member_add.md +6 -5
  206. package/skills/ae-analysis/references/project_member_batch_update.md +0 -1
  207. package/skills/ae-analysis/references/project_member_candidate_list.md +4 -3
  208. package/skills/ae-analysis/references/project_member_handover_run.md +2 -3
  209. package/skills/ae-analysis/references/project_member_list.md +0 -1
  210. package/skills/ae-analysis/references/project_member_receiver_list.md +0 -1
  211. package/skills/ae-analysis/references/project_member_update.md +0 -1
  212. package/skills/ae-analysis/references/project_owner_update.md +0 -1
  213. package/skills/ae-analysis/references/project_permission_binding_list.md +0 -1
  214. package/skills/ae-analysis/references/project_role_function_list.md +0 -1
  215. package/skills/ae-analysis/references/project_role_get.md +0 -1
  216. package/skills/ae-analysis/references/project_role_list.md +0 -1
  217. package/skills/ae-analysis/references/project_role_upsert.md +32 -2
  218. package/skills/ae-analysis/references/project_role_user_list.md +0 -1
  219. package/skills/ae-analysis/references/project_semantic_knowledge_wiki.md +214 -0
  220. package/skills/ae-analysis/references/project_semantic_knowledge_wiki_plan_schema.md +93 -0
  221. package/skills/ae-analysis/references/project_timezone_get.md +0 -1
  222. package/skills/ae-analysis/references/project_timezone_overview.md +0 -1
  223. package/skills/ae-analysis/references/project_timezone_update.md +0 -1
  224. package/skills/ae-analysis/references/project_user_id_items_update.md +0 -1
  225. package/skills/ae-analysis/references/property_changelog_list.md +0 -1
  226. package/skills/ae-analysis/references/property_create.md +0 -1
  227. package/skills/ae-analysis/references/property_export.md +0 -1
  228. package/skills/ae-analysis/references/property_get.md +0 -1
  229. package/skills/ae-analysis/references/property_hide_update.md +0 -1
  230. package/skills/ae-analysis/references/property_influence_list.md +0 -1
  231. package/skills/ae-analysis/references/property_list.md +3 -4
  232. package/skills/ae-analysis/references/property_related_events.md +0 -1
  233. package/skills/ae-analysis/references/property_relation_update.md +0 -1
  234. package/skills/ae-analysis/references/property_update.md +0 -1
  235. package/skills/ae-analysis/references/report_create.md +4 -2
  236. package/skills/ae-analysis/references/report_data_export.md +11 -9
  237. package/skills/ae-analysis/references/report_data_run.md +14 -7
  238. package/skills/ae-analysis/references/report_get.md +5 -3
  239. package/skills/ae-analysis/references/report_list.md +2 -0
  240. package/skills/ae-analysis/references/report_update.md +5 -3
  241. package/skills/ae-analysis/references/rule_create.md +5 -6
  242. package/skills/ae-analysis/references/rule_delete.md +5 -5
  243. package/skills/ae-analysis/references/rule_list.md +3 -4
  244. package/skills/ae-analysis/references/rule_schema.md +3 -4
  245. package/skills/ae-analysis/references/rule_update.md +5 -6
  246. package/skills/ae-analysis/references/sdk_sample_generate.md +2 -4
  247. package/skills/ae-analysis/references/sql_table_columns.md +1 -1
  248. package/skills/ae-analysis/references/super_metadata_batch_create.md +1 -1
  249. package/skills/ae-analysis/references/super_metadata_batch_edit.md +1 -1
  250. package/skills/ae-analysis/references/system_member_add.md +1 -2
  251. package/skills/ae-analysis/references/system_member_status_update.md +1 -1
  252. package/skills/ae-analysis/references/system_ops_alert_contact_list.md +1 -1
  253. package/skills/ae-analysis/references/system_ops_alert_contact_test.md +0 -1
  254. package/skills/ae-analysis/references/system_query_monitor_overview.md +3 -3
  255. package/skills/ae-analysis/references/system_query_task_export.md +4 -14
  256. package/skills/ae-analysis/references/system_query_task_get.md +1 -1
  257. package/skills/ae-analysis/references/system_query_task_list.md +5 -6
  258. package/skills/ae-analysis/references/system_receiver_address_upsert.md +3 -3
  259. package/skills/ae-analysis/references/system_receiver_detection_get.md +1 -1
  260. package/skills/ae-analysis/references/system_third_party_login_disable.md +1 -1
  261. package/skills/ae-analysis/references/system_usage_trend_export.md +3 -12
  262. package/skills/ae-analysis/references/user_cluster_list.md +1 -1
  263. package/skills/ae-analysis/references/user_cluster_member_export.md +4 -4
  264. package/skills/ae-analysis/references/user_tag_create.md +23 -1
  265. package/skills/ae-analysis/references/user_tag_list.md +1 -1
  266. package/skills/ae-analysis/references/user_tag_member_export.md +4 -4
  267. package/skills/ae-analysis/references/user_tag_models.md +9 -1
  268. package/skills/ae-analysis/references/user_tag_update.md +14 -2
  269. package/skills/ae-analysis/references/virtual_event_create.md +10 -5
  270. package/skills/ae-analysis/references/virtual_event_get.md +0 -1
  271. package/skills/ae-analysis/references/virtual_property_create.md +0 -1
  272. package/skills/ae-analysis/references/virtual_property_sql_rule_update.md +0 -1
  273. package/skills/ae-analysis/scripts/project-semantic-knowledge-wiki/build-project-semantic-wiki.mjs +1054 -0
  274. package/skills/ae-analysis/scripts/project-semantic-knowledge-wiki/company-kb.mjs +112 -0
  275. package/skills/ae-analysis/scripts/project-semantic-knowledge-wiki/default-compile-rules.md +30 -0
  276. package/skills/ae-analysis/scripts/project-semantic-knowledge-wiki/generate-build-ir.mjs +2735 -0
  277. package/skills/ae-analysis/scripts/project-semantic-knowledge-wiki/package-wiki-source-zip.mjs +376 -0
  278. package/skills/ae-analysis/scripts/project-semantic-knowledge-wiki/plan-kb-source-sync.mjs +264 -0
  279. package/skills/ae-analysis/scripts/project-semantic-knowledge-wiki/precompiled-source.mjs +49 -0
  280. package/skills/ae-analysis/scripts/project-semantic-knowledge-wiki/upload-kb-sources-concurrently.mjs +200 -0
  281. package/skills/ae-analysis/scripts/read_results.py +197 -0
  282. package/skills/ae-analysis-global/SKILL.md +1 -1
  283. package/skills/ae-capability/SKILL.md +1 -1
  284. package/skills/ae-community/SKILL.md +1 -1
  285. package/skills/ae-current-context/SKILL.md +53 -0
  286. package/skills/ae-data-integration/SKILL.md +6 -4
  287. package/skills/ae-data-integration/references/dimension-routing.md +36 -0
  288. package/skills/ae-data-integration/references/lark-bitable-source.md +288 -0
  289. package/skills/ae-data-integration/references/lark-sheet-source.md +130 -0
  290. package/skills/ae-data-integration/references/local-analysis.md +2 -0
  291. package/skills/ae-data-integration/references/manual-export-source.md +83 -0
  292. package/skills/ae-data-integration/references/reuse.md +2 -0
  293. package/skills/ae-data-integration/references/sink-upload.md +32 -0
  294. package/skills/ae-data-integration/references/source-inspect.md +1 -1
  295. package/skills/ae-data-integration/references/tracking-plan.md +5 -2
  296. package/skills/ae-data-integration/references/transform.md +1 -1
  297. package/skills/ae-data-integration/references/ue-mapping.md +7 -4
  298. package/skills/ae-data-integration/references/ue-routing.md +17 -1
  299. package/skills/ae-data-integration-helper/SKILL.md +5 -5
  300. package/skills/ae-data-integration-helper/references/android_sdk_faq.md +3 -3
  301. package/skills/ae-data-integration-helper/references/c_sdk_faq.md +3 -3
  302. package/skills/ae-data-integration-helper/references/cocoscreator_sdk_faq.md +1 -1
  303. package/skills/ae-data-integration-helper/references/cpp_server_sdk_faq.md +3 -3
  304. package/skills/ae-data-integration-helper/references/ios_sdk_faq.md +1 -1
  305. package/skills/ae-data-integration-helper/references/java_sdk_faq.md +3 -3
  306. package/skills/ae-data-integration-helper/references/javascript_sdk_faq.md +1 -1
  307. package/skills/ae-data-integration-helper/references/logbus2_guide.md +1 -1
  308. package/skills/ae-data-integration-helper/references/logbus2_parser_plugin.md +2 -2
  309. package/skills/ae-data-integration-helper/references/minigame_sdk_faq.md +2 -2
  310. package/skills/ae-data-integration-helper/references/miniprogram_sdk_faq.md +1 -1
  311. package/skills/ae-data-integration-helper/references/python_sdk_faq.md +2 -2
  312. package/skills/ae-data-integration-helper/references/restful_api_notes.md +2 -2
  313. package/skills/ae-data-integration-helper/references/sdk_log_guide.md +3 -3
  314. package/skills/ae-data-integration-helper/references/sdk_usage_notes.md +11 -11
  315. package/skills/ae-data-integration-helper/references/unity_sdk_faq.md +1 -1
  316. package/skills/ae-dataops/SKILL.md +1 -1
  317. package/skills/ae-engage/SKILL.md +4 -3
  318. package/skills/ae-engage/references/build-task-save-guide.md +3 -0
  319. package/skills/ae-engage/references/flow-metric-update.md +115 -1
  320. package/skills/ae-engage/references/save-flow.md +3 -0
  321. package/skills/ae-engage/references/save-task.md +21 -0
  322. package/skills/ae-engage/references/task-metric-update.md +151 -0
  323. package/skills/ae-experiment/SKILL.md +14 -7
  324. package/skills/ae-experiment/references/save_submit_external_experiment.md +52 -0
  325. package/skills/ae-experiment-design/SKILL.md +3 -3
  326. package/skills/ae-experiment-design/references/platform-operations.md +1 -1
  327. package/skills/ae-experiment-insight/SKILL.md +2 -2
  328. package/skills/ae-experiment-insight/references/platform-operations.md +1 -1
  329. package/skills/ae-generate-tracking-code/SKILL.md +2 -1
  330. package/skills/ae-generate-tracking-code/references/client-sdk-insert.md +1 -1
  331. package/skills/ae-generate-tracking-code/references/datax-config.md +1 -1
  332. package/skills/ae-generate-tracking-code/references/logbus-config.md +1 -1
  333. package/skills/ae-generate-tracking-code/references/modes.md +1 -1
  334. package/skills/ae-generate-tracking-code/references/server-sdk-insert.md +5 -5
  335. package/skills/ae-generate-tracking-code/references/snippet-delivery.md +3 -3
  336. package/skills/ae-generate-tracking-plan/SKILL.md +27 -15
  337. package/skills/ae-generate-tracking-plan/references/business-dimension-mapping.md +1 -1
  338. package/skills/ae-generate-tracking-plan/references/te-api.md +1 -0
  339. package/skills/ae-generate-tracking-plan/references/xlsx-schema.md +3 -2
  340. package/skills/ae-kb/SKILL.md +147 -37
  341. package/skills/ae-kb/references/analysis-workflow.md +292 -0
  342. package/skills/ae-kb/references/query-workflow.md +59 -29
  343. package/skills/ae-kb/references/source-mutations.md +95 -0
  344. package/skills/ae-kb/references/versions.md +46 -0
  345. package/skills/ae-kb-discovery/SKILL.md +5 -1
  346. package/skills/ae-metadata/SKILL.md +1 -1
  347. package/skills/ae-migrate-tracking-code/SKILL.md +195 -0
  348. package/skills/ae-migrate-tracking-code/references/ae-preset-properties.md +76 -0
  349. package/skills/ae-migrate-tracking-code/references/ir.md +167 -0
  350. package/skills/ae-migrate-tracking-code/references/mapping-framework.md +112 -0
  351. package/skills/ae-migrate-tracking-code/references/providers/README.md +58 -0
  352. package/skills/ae-migrate-tracking-code/references/providers/amplitude.md +208 -0
  353. package/skills/ae-migrate-tracking-code/references/providers/firebase.md +160 -0
  354. package/skills/ae-migrate-tracking-code/references/providers/ga4.md +92 -0
  355. package/skills/ae-migrate-tracking-code/references/providers/mixpanel.md +150 -0
  356. package/skills/ae-migrate-tracking-code/references/providers/sensors-data.md +146 -0
  357. package/skills/ae-project-semantic/SKILL.md +1 -1
  358. package/skills/ae-system/SKILL.md +5 -5
  359. package/skills/ae-team/SKILL.md +2 -2
  360. package/skills/ae-use-agent/SKILL.md +42 -0
  361. package/skills/ae-use-agent/references/local-agent.md +114 -0
  362. package/dist/auth-UMJAA72O.js +0 -15
  363. package/dist/chunk-533JK3YX.js +0 -72
  364. package/dist/chunk-DKEXH6Q5.js +0 -72
  365. package/dist/chunk-O6K2ODUE.js +0 -318
  366. package/dist/chunk-RWXIXOZG.js +0 -326
  367. package/dist/client-N7NGZUNI.js +0 -204
  368. package/dist/te-kb-BUD6N3NI.js +0 -1222
  369. package/skills/ae-agent/references/auto-provision-mcp-credentials.md +0 -57
  370. package/skills/ae-analysis/metadata_resolution.md +0 -184
@@ -0,0 +1,84 @@
1
+ # Cross-source asset configuration (L3)
2
+
3
+ Use this workflow for Asset Center → Cross-source asset configuration when the user has or can prepare an Excel configuration workbook. The CLI scope is intentionally limited to upload and validation. Do not use it for row-by-row configuration creation, editing, deletion, template export, source preview, or enum management.
4
+
5
+ ## Discover the deployed contract
6
+
7
+ ```bash
8
+ ae-cli capability search "cross_source_config" --domain metadata --project-id <project_id>
9
+ ae-cli capability inspect metadata.cross_source_config.upload --project-id <project_id>
10
+ ae-cli capability inspect metadata.cross_source_config.check --project-id <project_id>
11
+ ae-cli capability inspect metadata.cross_source_config.check_status --project-id <project_id>
12
+ ae-cli analysis input-file purpose list --project-id <project_id>
13
+ ```
14
+
15
+ The expected catalog contains only:
16
+
17
+ - `metadata.cross_source_config.upload`
18
+ - `metadata.cross_source_config.list`
19
+ - `metadata.cross_source_config.check`
20
+ - `metadata.cross_source_config.check_status`
21
+
22
+ Use the **metadata** namespace; it routes through the analysis gateway. The deployed catalog and each capability's `input_schema` are authoritative. If upload purpose or a capability is unavailable, report that the Host has not deployed this workflow. Do not fall back to page REST, MCP, browser tokens, or direct database writes.
23
+
24
+ ## Upload a workbook
25
+
26
+ 1. Prepare the product-compatible XLS/XLSX configuration workbook from the user's source table and mapping requirements. If the workbook format is uncertain, obtain a current sample or use the page documentation before writing it; do not guess sheet names or column headers.
27
+ 2. Upload the bytes once:
28
+
29
+ ```bash
30
+ ae-cli analysis input-file upload \
31
+ --project-id <project_id> \
32
+ --purpose cross_source_config.workbook \
33
+ --file ./configured.xlsx
34
+ ```
35
+
36
+ 3. Retain `data.input_file_id`. It is bound to the authenticated user, project, purpose, and expiry. A local path is never an `input_file_id`.
37
+ 4. Inspect the upload capability, then execute it once:
38
+
39
+ ```bash
40
+ ae-cli capability run metadata.cross_source_config.upload \
41
+ --input '{"project_id":<project_id>,"input_file_id":"<input_file_id>","lang":"zh"}'
42
+ ```
43
+
44
+ Upload is a synchronous call to the same import service used by the Asset Center page. It creates new route codes and updates existing route codes contained in the workbook. It does not delete configurations absent from the workbook. Because an existing route can be replaced, `upload` is `high-risk-write` and requires user review before execution. Use the CLI confirmation prompt interactively; in non-interactive execution, append the global `--yes` flag only after the exact upload has been authorized.
45
+
46
+ `status=success` means workbook parsing and persistence completed. If `requires_review=true`, inspect `result.fail` and open `page_url`. An error response keeps the business result in `meta.business_result`. Do not automatically retry after a timeout or lost response; call `list` and inspect the page first.
47
+
48
+ ## Validate uploaded configurations
49
+
50
+ List configurations to resolve real IDs and current states:
51
+
52
+ ```bash
53
+ ae-cli capability run metadata.cross_source_config.list \
54
+ --input '{"project_id":<project_id>}'
55
+ ```
56
+
57
+ Submit validation only for explicit IDs from that project:
58
+
59
+ ```bash
60
+ ae-cli capability run metadata.cross_source_config.check \
61
+ --input '{"project_id":<project_id>,"ids":[<route_id>]}'
62
+ ```
63
+
64
+ Then poll the same ID set with a bounded interval:
65
+
66
+ ```bash
67
+ ae-cli capability run metadata.cross_source_config.check_status \
68
+ --input '{"project_id":<project_id>,"ids":[<route_id>]}'
69
+ ```
70
+
71
+ Interpret the aggregate fields before reading individual `items`:
72
+
73
+ - `status=checking`, `completed=false`: wait and poll again.
74
+ - `status=un_checked`, `completed=false`: validation has not been submitted for every selected configuration; `next_action=check`.
75
+ - `status=check_success`, `completed=true`, `successful=true`: all selected configurations passed.
76
+ - `status=check_fail`, `completed=true`, `successful=false`: inspect each item's `msg_map` and open `page_url`.
77
+
78
+ A successful gateway envelope only means the read succeeded. Validation passes only when `successful=true`. Do not resubmit `check` while a selected configuration is already `checking`.
79
+
80
+ ## Page handoff
81
+
82
+ `list`, `upload`, `check`, and `check_status` return `page_path`. ae-cli converts it to a Host-qualified `page_url`. Surface this URL after upload warnings, validation failures, or whenever the user asks to review the configurations visually.
83
+
84
+ Gateway `validate` and `dry-run` validate input, project scope, selected IDs, and uploaded-file ownership. They do not parse/import the workbook or start configuration validation.
@@ -2,16 +2,16 @@
2
2
 
3
3
  Submit dashboard report data as a downloadable async artifact. Dashboard report data follows report-data model coverage: the 12 analysis report models from `ai_models.md` plus tag report data.
4
4
 
5
- Typical closed loop: find the dashboard and target reports -> resolve exact filters and optional physical route -> submit export -> preserve IDs -> inspect -> download the completed artifact -> verify actual route fields inside the exported result.
5
+ Reuse the selected dashboard and report IDs, resolve any unknown filters or requested physical route, then export with `--output <file>`. Read actual route fields from the exported result.
6
6
 
7
- Routing: read [`analysis_data_retrieval.md`](analysis_data_retrieval.md) before choosing this `export` command instead of `dashboard-report-data run`.
7
+ For full data, read [export handling](analysis_data_export.md) and use this `export` command instead of `dashboard-report-data run`.
8
8
 
9
9
  Do not use this command for bounded inline previews; use `dashboard-report-data run` when the requested result fits the sync data retrieval rule.
10
10
 
11
11
  Command:
12
12
 
13
13
  ```bash
14
- ae-cli analysis dashboard-report-data export --project-id <project_id> --dashboard-id <dashboard_id> [--report-ids '[1,2]'] [--filters '{...}'] [--cluster-query-scope GLOBAL|SLAVE] [--slave-cluster-id <id>] [--artifact-format jsonl]
14
+ ae-cli analysis dashboard-report-data export --project-id <project_id> --dashboard-id <dashboard_id> [--report-ids '[1,2]'] [--filters '{...}'] [--cluster-query-scope GLOBAL|SLAVE] [--slave-cluster-id <id>] [--artifact-format jsonl] --output <file>
15
15
  ```
16
16
 
17
17
  Omit cluster routing to follow the saved dashboard configuration. For an explicit route, use `GLOBAL` or `SLAVE` plus one physical cluster ID returned by `analysis query-cluster list`. SQL reports reject effective `GLOBAL`. Use CLI flag `--artifact-format` for the gateway `format` input; `--format` is only the CLI output formatter.
@@ -24,18 +24,10 @@ Omit cluster routing to follow the saved dashboard configuration. For an explici
24
24
 
25
25
  Dashboard `filters`, `start_time`, and `end_time` do not apply to SQL reports. Export still completes with SQL report data; the JSONL result object includes `warnings[]` with `OVERRIDE_IGNORED_FOR_MODEL`, affected SQL `report_ids`, and `ignored_fields`. Query SQL reports directly with report-data `--sql-params` when SQL conditions must change.
26
26
 
27
- Output is the gateway envelope. `data` contains an async export descriptor with `run_id`, `artifact_id`, `effective_zone_offset` (the timezone actually selected for the export), status fields, and expiration fields. Exports do not create `query_context_id`. It does not expose inspect/download API paths; use the CLI commands below.
27
+ Output is the gateway envelope. `data` contains an async export descriptor with `run_id`, `artifact_id`, `effective_zone_offset` (the timezone actually selected for the export), status fields, and expiration fields. Exports do not create `query_context_id`. The CLI handles waiting and download through `--output`.
28
28
 
29
29
  An empty artifact is successful and means the requested time range has no data. The run reaches `FAILED` only when every returned dashboard report entry contains an explicit execution error. Mixed dashboard exports retain successful data and explicit per-report failure entries.
30
30
 
31
31
  Never use the export response or downloaded rows as a drilldown/result-cluster source. Run a bounded synchronous dashboard report preview containing the desired cell first.
32
32
 
33
- Follow-up workflow:
34
-
35
- 1. Save `data.run_id` and `data.artifact_id` from the export response.
36
- 2. Poll status with `ae-cli analysis run inspect --run-id <run_id>`.
37
- 3. Continue polling while status is running or pending. Treat `COMPLETED` or `SUCCEEDED` as success, and `FAILED`, `CANCELED`, or `CANCELLED` as terminal failure.
38
- 4. On success, download with `ae-cli analysis artifact download --run-id <run_id> --artifact-id <artifact_id> --output <file>`.
39
- 5. If the export is no longer needed, cancel with `ae-cli analysis query cancel --run-id <run_id>`.
40
-
41
- Do not write custom Python/curl for polling or download unless the CLI command itself is unavailable.
33
+ Use `--output` to wait and download the completed artifact. If interrupted, resume with `ae-cli analysis run wait --run-id <run_id> --output <file>` using the same export response. See [`run_wait.md`](run_wait.md).
@@ -37,4 +37,4 @@ Output is the gateway envelope. Verify `data.actual_cluster_query_scope`, option
37
37
 
38
38
  An empty dashboard batch or report result with no rows is a successful query: it means the requested time range has no data. The command fails only when every returned report entry contains an explicit execution error. Mixed dashboard batches keep successful data and return `meta.partial`, counts, and per-report `meta.failures`.
39
39
 
40
- Read [`analysis_drilldown_contract.md`](analysis_drilldown_contract.md). Fetch the selected report source with `analysis query-context get` and merge only its returned coordinate fragments for the advertised action. Do not pass raw QP.
40
+ Only when the user requests a supported follow-up action, read [`analysis_drilldown_contract.md`](analysis_drilldown_contract.md). Fetch the selected report source with `analysis query-context get` and merge only its returned coordinate fragments for the advertised action. Do not pass raw QP.
@@ -1,6 +1,6 @@
1
1
  # analysis dashboard update
2
2
 
3
- Use when the user wants to update dashboard settings in batch, upsert a dashboard note, or replace the dashboard-level business filter.
3
+ Use when the user wants to update dashboard settings in batch, upsert a dashboard note, save a dashboard-wide or personal default filter, or replace the dashboard-level business filter.
4
4
 
5
5
  Do not use for moving/copying dashboards. Use `dashboard copy`, `dashboard handover`, or the relevant project-space/folder command.
6
6
 
@@ -10,8 +10,9 @@ Command:
10
10
  ae-cli analysis dashboard update --project-id <project_id> --operation settings --dashboard-ids '[1001,1002]' [--zone-offset 8] [--payload '{...}']
11
11
  ae-cli analysis dashboard update --project-id <project_id> --operation settings --dashboard-id <dashboard_id> --refresh-type 1 --dashboard-status normal --payload '{"dashboard_job_schedule":"0 0 8 * * ?","time_config_open":true,"time_config":{},"cache_config":{},"schedule_ui_config":{}}'
12
12
  ae-cli analysis dashboard update --project-id <project_id> --operation note-upsert --dashboard-id <dashboard_id> [--note-id <note_id>] [--note-title <title>] [--description <text>]
13
- ae-cli analysis dashboard update --project-id <project_id> --operation default-filter --dashboard-id <dashboard_id> --filter-name <name> --filter '{"junction_kind":"and","ta_filters":[...]}'
14
- ae-cli analysis dashboard update --project-id <project_id> --operation business-filter --dashboard-id <dashboard_id> --filter '{"junction_kind":"and","ta_filters":[...]}'
13
+ ae-cli analysis dashboard update --project-id <project_id> --operation default-filter --dashboard-id <dashboard_id> --filter-name <name> --filter '{"junction_kind":"and","ta_filters":[{"filter_type":"SIMPLE","column_name":"app","table_type":"1","select_type":"string","calcu_symbol":"C00","ftv":["X"]}]}'
14
+ ae-cli analysis dashboard update --project-id <project_id> --operation personal-default-filter --dashboard-id <dashboard_id> --filter-name <name> --filter '{"junction_kind":"and","ta_filters":[{"filter_type":"SIMPLE","column_name":"app","table_type":"1","select_type":"string","calcu_symbol":"C00","ftv":["X"]}]}'
15
+ ae-cli analysis dashboard update --project-id <project_id> --operation business-filter --dashboard-id <dashboard_id> --filter '{"junction_kind":"and","ta_filters":[{"filter_type":"SIMPLE","column_name":"app","table_type":"1","select_type":"string","calcu_symbol":"C00","ftv":["X"]}]}'
15
16
  ```
16
17
 
17
18
  For `operation=settings`:
@@ -22,10 +23,20 @@ For `operation=settings`:
22
23
  - `zone_offset` is an integer hour offset from `-12` to `14`;
23
24
  - complex settings belong in snake_case `payload`: `reports_version` string, `dashboard_job_schedule` string, `time_config_open` boolean, and object fields `time_config`, `cache_config`, `schedule_ui_config`; `ui_config` may be a string or object.
24
25
 
25
- For `operation=note-upsert`, pass `dashboard_id`; omit `note_id` to create a note or pass it to update an existing note. Do not mix note fields with batch settings fields.
26
+ For `operation=note-upsert`, `dashboard_id` is required. Omit `note_id` to create a note attached to that dashboard, or pass it to update an existing note. A created note defaults missing `note_title` and `description` to empty strings. An update preserves `note_title`, `description`, and `ui_config` when the corresponding field is omitted; pass an explicit empty string to clear text. Do not mix note fields with batch settings fields.
26
27
 
27
28
  For `operation=default-filter`, pass one `dashboard_id`, `filter_name`, and `filter`. This saves a favorite filter and enables it as the dashboard-wide default filter; it is distinct from the current caller's personal default filter.
28
29
 
30
+ For `operation=personal-default-filter`, pass one `dashboard_id`, `filter_name`, and `filter`. This saves a favorite filter owned by the current caller and enables it as that caller's personal default for the dashboard. It does not change the dashboard-wide default filter or another user's personal default.
31
+
29
32
  For `operation=business-filter`, pass one `dashboard_id` and a `filter` object in snake_case QP form. This replaces the dashboard-level business filter saved in `ta_dashboard_business_filter`; it is not a condition-filter favorite or a space-level filter. Each simple condition uses fields such as `filter_type`, `column_name`, `table_type`, `column_type`, `select_type`, `calcu_symbol`, `ftv`, and `lack_value`. A condition with `lack_value=true` is saved as a selectable field but does not restrict query data. Pass `{"junction_kind":"and","ta_filters":[]}` to clear all dashboard-level business-filter conditions.
30
33
 
31
34
  Output is the gateway envelope. `data` contains the update result.
35
+
36
+ ### Raw QP filter contract
37
+
38
+ All three filter operations require raw QP, not report-intent filters. The root is an object with `junction_kind` (`"and"` or `"or"`) and a `ta_filters` array. Each SIMPLE condition requires `filter_type`, `column_name`, `table_type`, `select_type`, and `calcu_symbol` (the operator may be omitted only when `lack_value:true`). `table_type` is a string code: `"0"` event, `"1"` user, `"2"` cluster/tag. Metadata API names `event` / `user` are not valid here. Equality uses `calcu_symbol:"C00"` and `ftv:["X"]`; `filter_type:"equal"`, `property_name`, `property_type`, `operator`, and `values` are not accepted.
39
+
40
+ A compound condition is `{"filter_type":"COMPOUND","relation":"1","filts":[...]}` (`"1"` = and, `"0"` = or). Children follow the same raw QP contract. Existing scalar `ftv` values are also supported; existence and boolean operators do not require a value. `lack_value:true` preserves a selectable field without applying a comparison; it may omit `calcu_symbol` and `ftv`. A SIMPLE condition may omit `filts` or set it to null, while COMPOUND requires an array.
41
+
42
+ Common validates the dashboard filter format on the server; ae-cli forwards the filter without local QP validation. Follow the contract above when constructing input. Use `capability inspect analysis.dashboard.update` to inspect the target environment's schema, and use `--validate` when server-side parameter validation is needed. Both command entry points preserve explicit server `error.type:"validation"` errors, including the returned hint and metadata. Correct the input using those details before retrying. After writing, read back the dashboard and verify condition fields, operators, and values instead of relying only on `ok:true`.
@@ -8,7 +8,6 @@ Command:
8
8
 
9
9
  ```bash
10
10
  ae-cli analysis-meta datatable columns-get --project-id <project_id> --table-ref <table_ref>
11
- ae-cli analysis-meta datatable columns-get --dry-run
12
11
  ```
13
12
 
14
13
  Capability id: `metadata.data_table.columns_get`.
@@ -8,7 +8,6 @@ Command:
8
8
 
9
9
  ```bash
10
10
  ae-cli analysis-meta datatable influence-list --project-id <project_id> --datatable-id <datatable_id>
11
- ae-cli analysis-meta datatable influence-list --dry-run
12
11
  ```
13
12
 
14
13
  Capability id: `metadata.data_table.influence_list`.
@@ -8,7 +8,6 @@ Command:
8
8
 
9
9
  ```bash
10
10
  ae-cli analysis-meta datatable version-get --project-id <project_id> --version-id <version_id>
11
- ae-cli analysis-meta datatable version-get --dry-run
12
11
  ```
13
12
 
14
13
  Capability id: `metadata.data_table_version.get`.
@@ -8,7 +8,6 @@ Command:
8
8
 
9
9
  ```bash
10
10
  ae-cli analysis-meta datatable version-list --project-id <project_id> --datatable-id <datatable_id> --limit 50 --offset 0
11
- ae-cli analysis-meta datatable version-list --dry-run
12
11
  ```
13
12
 
14
13
  Capability id: `metadata.data_table_version.list`.
@@ -11,8 +11,7 @@ ae-cli tracking debug-device add --project-id <project_id> --device-id <device_i
11
11
 
12
12
  Capability id: `tracking.debug_device.add`.
13
13
 
14
- Input sends `project_id`, `device_id`, and `device_name`. Prefer a stable device ID that the validation script can reuse. After creation, select the same device with `tracking debug-device select`.
15
- The result confirms that the device was created or updated; use `debug-device list` to verify the saved device before selecting it.
14
+ Input sends `project_id`, `device_id`, and `device_name`. Prefer a stable device ID that the validation script can reuse. The response confirms creation or update; reuse that result. Select the device with `tracking debug-device select` only when the task needs it as the active Debug device.
16
15
 
17
16
  ## Parameters
18
17
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Stream the complete users or custom entities behind one selected synchronous-preview coordinate as a `csv.gz` artifact.
4
4
 
5
- Read [`analysis_drilldown_contract.md`](analysis_drilldown_contract.md) and first validate the coordinate with the corresponding synchronous preview/`drilldown-entities run` path. The export consumes an existing sync-preview context; it never creates a query context or additional drilldown choices.
5
+ Read [`analysis_drilldown_contract.md`](analysis_drilldown_contract.md) and select the coordinate from the existing synchronous query context. The export consumes an existing sync-preview context; it never creates a query context or additional drilldown choices.
6
6
 
7
7
  ```bash
8
8
  ae-cli analysis drilldown-entities export \
@@ -12,7 +12,7 @@ ae-cli analysis drilldown-entities export \
12
12
  --coordinate '<same returned coordinate>' \
13
13
  [--properties '[{...}]'] \
14
14
  [--artifact-format csv] \
15
- [--timeout-seconds 21600]
15
+ [--timeout-seconds 21600] --output <file>
16
16
  ```
17
17
 
18
18
  `--project-id` must match the project stored by `query_context_id`; a mismatch is rejected before export execution.
@@ -24,6 +24,6 @@ Property support matches the synchronous preview exactly:
24
24
 
25
25
  `#user_id` is an internal association key. When presenting downloaded user rows to a customer, Agents should display account ID and visitor ID by default rather than using `#user_id` as the only visible identity.
26
26
 
27
- This command does not accept `--limit`, `--offset`, `--page-num`, or `--page-size`. Common executes one full-download query and streams it directly into the artifact; it does not repeatedly call the synchronous preview. “Complete” follows the platform full-download ceiling (`model_full_download_limit`). Inspect `run_id`, then download only after completion.
27
+ This command does not accept `--limit`, `--offset`, `--page-num`, or `--page-size`. Common executes one full-download query and streams it directly into the artifact; it does not repeatedly call the synchronous preview. “Complete” follows the platform full-download ceiling (`model_full_download_limit`). Use `--output` to wait and download the completed artifact. To resume an interrupted export, use [`analysis run wait`](run_wait.md) with the returned `run_id` and `--output <file>`.
28
28
 
29
29
  The file is durable member data, not a new interactive result. Do not use rows in the downloaded artifact to construct another analysis coordinate. User event continuation requires the `drilldown_context_id` and canonical `user_id` returned by a user-subject `drilldown-entities run`, not this export.
@@ -12,7 +12,8 @@ ae-cli analysis drilldown-events export \
12
12
  --coordinate '<same returned coordinate>' \
13
13
  [--properties '[{"columnName":"<event_property_name>","tableType":"event"}]'] \
14
14
  [--artifact-format csv] \
15
- [--timeout-seconds 21600]
15
+ [--timeout-seconds 21600] \
16
+ --output <file>
16
17
  ```
17
18
 
18
19
  `--project-id` must match the project stored by `query_context_id`; a mismatch is rejected before export execution.
@@ -21,4 +22,4 @@ This command does not accept `--limit`, `--offset`, `--page-num`, or `--page-siz
21
22
 
22
23
  When `--properties` is present, the artifact contains required system event columns plus exactly the requested event properties. The export and synchronous preview use the same projection contract.
23
24
 
24
- Inspect `run_id`, wait for completion, then download the bound artifact. The downloaded rows are durable event detail only; they do not create or enlarge the interactive drilldown coordinate set.
25
+ Use `--output` to wait and download the completed artifact. If interrupted, resume with [`analysis run wait`](run_wait.md) using the returned `run_id` and `--output <file>`. The downloaded rows are durable event detail only; they do not create or enlarge the interactive drilldown coordinate set.
@@ -12,7 +12,7 @@ ae-cli analysis drilldown-user-events export \
12
12
  [--properties '[{"columnName":"<event_property_name>","tableType":"event"}]'] \
13
13
  [--sort-order desc] \
14
14
  [--artifact-format csv] \
15
- [--timeout-seconds 21600]
15
+ [--timeout-seconds 21600] --output <file>
16
16
  ```
17
17
 
18
18
  `--project-id` must match the project stored by `drilldown_context_id`; a mismatch is rejected before export execution.
@@ -26,6 +26,6 @@ preserves the machine date coordinates returned by the source query together
26
26
  with that query's time granularity, such as daily, weekly, or monthly. Do not
27
27
  construct dates outside that context or force a daily granularity.
28
28
 
29
- Inspect the returned `run_id` with `analysis run inspect`, then download the completed artifact with `analysis artifact download`.
29
+ Use `--output` to wait and download the completed artifact. To resume an interrupted export, use [`analysis run wait`](run_wait.md) with the returned `run_id` and `--output <file>`.
30
30
 
31
31
  Output is an async run/artifact descriptor. The complete event rows exist only in the downloaded artifact; they cannot be used as new analysis coordinates.
@@ -2,7 +2,7 @@
2
2
 
3
3
  Submit a bounded entity detail query as an async gzip artifact.
4
4
 
5
- Read `analysis_data_retrieval.md` first. The submit response returns `run_id` and `artifact_id`; poll with `analysis run inspect`, then download with `analysis artifact download`.
5
+ Read `analysis_data_retrieval.md` for the run/export choice. Use `--output` to wait and download the completed artifact. To resume an interrupted export, use [`analysis run wait`](run_wait.md) with the returned `run_id` and `--output <file>`.
6
6
 
7
7
  Use this command for full or unknown-size entity detail data. Common reads backend batches internally and writes one artifact.
8
8
 
@@ -10,12 +10,13 @@ Use this command for full or unknown-size entity detail data. Common reads backe
10
10
  ae-cli analysis entity-detail export \
11
11
  --project-id <project_id> \
12
12
  --definition '{"entity":"user","cohort":{"relation":"and","items":[{"field":{"name":"level","type":"user_property"},"operator":"gte","values":[1]}]}}' \
13
- --artifact-format jsonl
13
+ --artifact-format jsonl --output <file>
14
14
  ```
15
15
 
16
16
  Input:
17
17
  - `--project-id` numeric project ID.
18
18
  - `--definition` same bounded entity detail shape as `entity-detail run`.
19
+ - `--intent-snapshot` optional local snapshot containing `schema_version: 1`, non-empty `requirement`, and the exact final `definition`; omit `model_type` for detail commands. It checks JSON drift locally and is never sent to Gateway. A passing check does not establish user confirmation or correct business semantics.
19
20
  - `--request-id` optional `cli_<32 lowercase hex>` lifecycle ID.
20
21
  - `--use-cache` optional boolean.
21
22
  - `--zone-offset` optional number.
@@ -16,6 +16,7 @@ ae-cli analysis entity-detail run \
16
16
  Input:
17
17
  - `--project-id` numeric project ID.
18
18
  - `--definition` bounded entity detail JSON object with `entity`, `cohort`, optional `properties`, and optional `sort`.
19
+ - `--intent-snapshot` optional local snapshot containing `schema_version: 1`, non-empty `requirement`, and the exact final `definition`; omit `model_type` for detail commands. It checks JSON drift locally and is never sent to Gateway. A passing check does not establish user confirmation or correct business semantics.
19
20
  - `--request-id` optional `cli_<32 lowercase hex>` lifecycle ID.
20
21
  - `--use-cache` optional boolean.
21
22
  - `--zone-offset` optional number.
@@ -1,25 +1,23 @@
1
1
  # tracking event-blacklist add
2
2
 
3
- Use when add events to tracking event blacklist.
4
-
5
- Do not use for commands listed under the sheet's non-CLI section or for unrelated metadata/report operations. If the command needs a complex JSON object, read the backend schema or existing asset first and send snake_case fields only.
3
+ Use only when the user asks to add events to tracking event blacklist.
6
4
 
7
5
  Command:
8
6
 
9
7
  ```bash
10
- ae-cli tracking event-blacklist add [options]
8
+ ae-cli tracking event-blacklist add --project-id <project_id> --event-names '<event_names>'
11
9
  ```
12
10
 
13
11
  Capability id: `tracking.event_blacklist.add`
14
12
 
15
13
  Input sends `project_id` and `event_names`. Do not send camelCase aliases.
16
14
 
17
- Output is the capability gateway envelope: success is `ok=true,data,meta`; failure is `ok=false,error`. Export commands return lifecycle data such as `run_id` and `artifact_id` for inspect/download.
15
+ Output is the capability gateway envelope: success is `ok=true,data,meta`; failure is `ok=false,error`.
18
16
 
19
17
  Parameters:
20
18
 
21
19
  | Parameter | Description | Required |
22
20
  | --- | --- | --- |
23
- | `--project-id` | See command help | Yes |
24
- | `--event-names` | See command help | Yes |
21
+ | `--project-id` | Numeric project ID. | Yes |
22
+ | `--event-names` | JSON array of event names. | Yes |
25
23
 
@@ -1,24 +1,22 @@
1
1
  # tracking event-blacklist list
2
2
 
3
- Use when list tracking event blacklist configuration.
4
-
5
- Do not use for commands listed under the sheet's non-CLI section or for unrelated metadata/report operations. If the command needs a complex JSON object, read the backend schema or existing asset first and send snake_case fields only.
3
+ Use only when the user asks to list tracking event blacklist configuration.
6
4
 
7
5
  Command:
8
6
 
9
7
  ```bash
10
- ae-cli tracking event-blacklist list [options]
8
+ ae-cli tracking event-blacklist list --project-id <project_id>
11
9
  ```
12
10
 
13
11
  Capability id: `tracking.event_blacklist.list`
14
12
 
15
13
  Input sends `project_id`. Do not send camelCase aliases.
16
14
 
17
- Output is the capability gateway envelope: success is `ok=true,data,meta`; failure is `ok=false,error`. Export commands return lifecycle data such as `run_id` and `artifact_id` for inspect/download.
15
+ Output is the capability gateway envelope: success is `ok=true,data,meta`; failure is `ok=false,error`.
18
16
 
19
17
  Parameters:
20
18
 
21
19
  | Parameter | Description | Required |
22
20
  | --- | --- | --- |
23
- | `--project-id` | See command help | Yes |
21
+ | `--project-id` | Numeric project ID. | Yes |
24
22
 
@@ -1,26 +1,24 @@
1
1
  # tracking event-blacklist update
2
2
 
3
- Use when update tracking event blacklist config.
4
-
5
- Do not use for commands listed under the sheet's non-CLI section or for unrelated metadata/report operations. If the command needs a complex JSON object, read the backend schema or existing asset first and send snake_case fields only.
3
+ Use only when the user asks to update tracking event blacklist config.
6
4
 
7
5
  Command:
8
6
 
9
7
  ```bash
10
- ae-cli tracking event-blacklist update [options]
8
+ ae-cli tracking event-blacklist update --project-id <project_id> --event-names '<event_names>' --type <type>
11
9
  ```
12
10
 
13
11
  Capability id: `tracking.event_blacklist.update`
14
12
 
15
13
  Input sends `project_id`, `event_names`, and `type`. Do not send camelCase aliases.
16
14
 
17
- Output is the capability gateway envelope: success is `ok=true,data,meta`; failure is `ok=false,error`. Export commands return lifecycle data such as `run_id` and `artifact_id` for inspect/download.
15
+ Output is the capability gateway envelope: success is `ok=true,data,meta`; failure is `ok=false,error`.
18
16
 
19
17
  Parameters:
20
18
 
21
19
  | Parameter | Description | Required |
22
20
  | --- | --- | --- |
23
- | `--project-id` | See command help | Yes |
24
- | `--event-names` | See command help | Yes |
25
- | `--type` | See command help | Yes |
21
+ | `--project-id` | Numeric project ID. | Yes |
22
+ | `--event-names` | JSON array of event names. | Yes |
23
+ | `--type` | Blacklist event config type: 0 or 1. | Yes |
26
24
 
@@ -8,7 +8,6 @@ Command:
8
8
 
9
9
  ```bash
10
10
  ae-cli analysis-meta event changelog-list --project-id <project_id> --event-name <event_name>
11
- ae-cli analysis-meta event changelog-list --dry-run
12
11
  ```
13
12
 
14
13
  Capability id: `metadata.event.changelog_list`.
@@ -8,7 +8,6 @@ Command:
8
8
 
9
9
  ```bash
10
10
  ae-cli analysis-meta event create --project-id <project_id> --payload '{"event_name":"purchase","event_desc":"Purchase","source_type":"<source_type>","source_event_name":"<source_event>"}'
11
- ae-cli analysis-meta event create --dry-run
12
11
  ```
13
12
 
14
13
  Capability id: `metadata.event.create`.
@@ -2,7 +2,7 @@
2
2
 
3
3
  Submit a bounded event detail query as an async gzip artifact.
4
4
 
5
- Read `analysis_data_retrieval.md` first. The submit response returns `run_id` and `artifact_id`; poll with `analysis run inspect`, then download with `analysis artifact download`.
5
+ Read `analysis_data_retrieval.md` for the run/export choice. Use `--output` to wait and download the completed artifact. To resume an interrupted export, use [`analysis run wait`](run_wait.md) with the returned `run_id` and `--output <file>`.
6
6
 
7
7
  Use this command for full or unknown-size event detail data. Common reads backend batches internally and writes one artifact.
8
8
 
@@ -10,12 +10,13 @@ Use this command for full or unknown-size event detail data. Common reads backen
10
10
  ae-cli analysis event-detail export \
11
11
  --project-id <project_id> \
12
12
  --definition '{"event":"login","time_range":{"mode":"relative","relative_date_range":"0-7"}}' \
13
- --artifact-format jsonl
13
+ --artifact-format jsonl --output <file>
14
14
  ```
15
15
 
16
16
  Input:
17
17
  - `--project-id` numeric project ID.
18
18
  - `--definition` same AI-facing shape as `event-detail run`.
19
+ - `--intent-snapshot` optional local snapshot containing `schema_version: 1`, non-empty `requirement`, and the exact final `definition`; omit `model_type` for detail commands. It checks JSON drift locally and is never sent to Gateway. A passing check does not establish user confirmation or correct business semantics.
19
20
  - `--request-id` optional `cli_<32 lowercase hex>` lifecycle ID.
20
21
  - `--use-cache` optional boolean.
21
22
  - `--zone-offset` optional number.
@@ -16,6 +16,7 @@ ae-cli analysis event-detail run \
16
16
  Input:
17
17
  - `--project-id` numeric project ID.
18
18
  - `--definition` AI-facing JSON object. Required keys: `event`, `time_range`. Optional keys: `filters`, `properties`, `sort`.
19
+ - `--intent-snapshot` optional local snapshot containing `schema_version: 1`, non-empty `requirement`, and the exact final `definition`; omit `model_type` for detail commands. It checks JSON drift locally and is never sent to Gateway. A passing check does not establish user confirmation or correct business semantics.
19
20
  - `--request-id` optional `cli_<32 lowercase hex>` lifecycle ID.
20
21
  - `--use-cache` optional boolean.
21
22
  - `--zone-offset` optional number, for example `8` for UTC+8.
@@ -9,7 +9,6 @@ Command:
9
9
  ```bash
10
10
  ae-cli analysis-meta event export --project-id <project_id> --output <temporary_path>/events.json
11
11
  ae-cli analysis-meta event export --project-id <project_id> --queries '["login","sign in"]' --fields '["event_name","event_desc"]' --output <temporary_path>/events.json
12
- ae-cli analysis-meta event export --dry-run
13
12
  ```
14
13
 
15
14
  Capability id: `metadata.event.export`.
@@ -8,7 +8,6 @@ Command:
8
8
 
9
9
  ```bash
10
10
  ae-cli analysis-meta event get --project-id <project_id> --event-name <event_name>
11
- ae-cli analysis-meta event get --dry-run
12
11
  ```
13
12
 
14
13
  Capability id: `metadata.event.get`.
@@ -8,7 +8,6 @@ Command:
8
8
 
9
9
  ```bash
10
10
  ae-cli analysis-meta event hide-update --project-id <project_id> --event-names '["purchase"]' --is-hide true
11
- ae-cli analysis-meta event hide-update --dry-run
12
11
  ```
13
12
 
14
13
  Capability id: `metadata.event.hide_update`.
@@ -8,7 +8,6 @@ Command:
8
8
 
9
9
  ```bash
10
10
  ae-cli analysis-meta event influence-list --project-id <project_id> --event-name <event_name>
11
- ae-cli analysis-meta event influence-list --dry-run
12
11
  ```
13
12
 
14
13
  Capability id: `metadata.event.influence_list`.
@@ -9,7 +9,6 @@ Command:
9
9
  ```bash
10
10
  ae-cli analysis-meta event list --project-id <project_id>
11
11
  ae-cli analysis-meta event list --project-id <project_id> --queries '["login","sign in"]' --fields '["event_name","event_desc","authentication_status"]' --limit 50 --offset 0 --authenticated-only
12
- ae-cli analysis-meta event list --dry-run
13
12
  ```
14
13
 
15
14
  Capability id: `metadata.event.list`.
@@ -7,26 +7,16 @@ Do not use it for result data, a partial metadata subset, or import. The artifac
7
7
  Command:
8
8
 
9
9
  ```bash
10
- ae-cli analysis-meta event-property-bundle export --project-id <project_id>
11
- ae-cli analysis-meta event-property-bundle export --project-id <project_id> --request-id cli_0123456789abcdef0123456789abcdef --timeout-seconds 21600
12
- ae-cli analysis-meta event-property-bundle export --dry-run
10
+ ae-cli analysis-meta event-property-bundle export --project-id <project_id> --output <file>
13
11
  ```
14
12
 
15
- Capability id: `metadata.super_metadata.export`.
13
+ Capability id: `metadata.event_property_bundle.export`.
16
14
 
17
15
  Input sends `project_id`, and optional `request_id`, `timeout_seconds`.
18
16
 
19
- Output is the gateway envelope. `data` contains an async export descriptor with `run_id`, `artifact_id`, status fields, and expiration fields. It does not expose inspect/download API paths; use the CLI commands below.
17
+ Output is the gateway envelope. `data` contains an async export descriptor with `run_id`, `artifact_id`, status fields, and expiration fields. The CLI handles waiting and download with `--output`.
20
18
 
21
- Follow-up workflow:
22
-
23
- 1. Save `data.run_id` and `data.artifact_id` from the export response.
24
- 2. Poll status with `ae-cli analysis run inspect --run-id <run_id>`.
25
- 3. Continue polling while status is running or pending. Treat `COMPLETED` or `SUCCEEDED` as success, and `FAILED`, `CANCELED`, or `CANCELLED` as terminal failure.
26
- 4. On success, download with `ae-cli analysis artifact download --run-id <run_id> --artifact-id <artifact_id> --output <file>.xlsx`.
27
- 5. If the export is no longer needed, cancel with `ae-cli analysis query cancel --run-id <run_id>`.
28
-
29
- Do not write custom Python/curl for polling or download unless the CLI command itself is unavailable.
19
+ Use `--output` to wait and download the completed artifact. If interrupted, resume with `ae-cli analysis run wait --run-id <run_id> --output <file>` using the same export response. See [`run_wait.md`](run_wait.md).
30
20
 
31
21
  ## Parameters
32
22
  | Parameter | Required | Description |
@@ -34,3 +24,4 @@ Do not write custom Python/curl for polling or download unless the CLI command i
34
24
  | `--project-id` | Yes | Numeric project ID. |
35
25
  | `--request-id` | No | Optional `cli_<32 lowercase hex>` request ID. |
36
26
  | `--timeout-seconds` | No | Timeout in seconds, 1 to 21600. Default 21600 (6 hours). |
27
+ | `--output` | No | Wait and download to this local file. |
@@ -4,13 +4,9 @@ Use this reference only to identify the reserved future import contract; the cur
4
4
 
5
5
  Do not use it for a real import. It always returns `CAPABILITY_REQUIRES_FILE_ADAPTER` until CLI input-file handling is wired to the server import service.
6
6
 
7
- Command:
7
+ Reserved command: `ae-cli analysis-meta event-property-bundle import`. Do not invoke it while the backend is blocked.
8
8
 
9
- ```bash
10
- ae-cli analysis-meta event-property-bundle import --project-id <project_id> --operation pre_import --input-file-id <input_file_id> --dry-run
11
- ```
12
-
13
- Capability id: `metadata.super_metadata.import`.
9
+ Capability id: `metadata.event_property_bundle.import`.
14
10
 
15
11
  Input sends `project_id`, `operation`, and the operation-specific file or pre-import identifier.
16
12
 
@@ -8,7 +8,6 @@ Command:
8
8
 
9
9
  ```bash
10
10
  ae-cli analysis-meta event relation-update --project-id <project_id> --payload '{"event_name":"purchase","source_type":"<source_type>","source_event_name":"<source_event>","super_event_prop_ids":[<property_id>]}'
11
- ae-cli analysis-meta event relation-update --dry-run
12
11
  ```
13
12
 
14
13
  Capability id: `metadata.event.relation_update`.
@@ -8,7 +8,6 @@ Command:
8
8
 
9
9
  ```bash
10
10
  ae-cli analysis-meta event update --project-id <project_id> --event-name <event_name> --event-desc <event_desc> --remark <remark>
11
- ae-cli analysis-meta event update --dry-run
12
11
  ```
13
12
 
14
13
  Capability id: `metadata.event.update`.
@@ -8,7 +8,6 @@ Command:
8
8
 
9
9
  ```bash
10
10
  ae-cli analysis-meta exchange config-update --project-id <project_id> --config-val <config_val>
11
- ae-cli analysis-meta exchange config-update --dry-run
12
11
  ```
13
12
 
14
13
  Capability id: `metadata.exchange_config.update`.
@@ -8,7 +8,6 @@ Command:
8
8
 
9
9
  ```bash
10
10
  ae-cli analysis-meta exchange rate-refresh --project-id <project_id>
11
- ae-cli analysis-meta exchange rate-refresh --dry-run
12
11
  ```
13
12
 
14
13
  Capability id: `metadata.exchange_rate.refresh`.