@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
@@ -2,7 +2,7 @@
2
2
 
3
3
  List the authenticated user's active personal semantic preference catalog for one project.
4
4
 
5
- Use this command once per host, authenticated user, project, and conversation after resolving the project. Keep the returned directory in conversation context for later questions where user-specific wording or preferences may change interpretation.
5
+ When the request involves personal business wording, asset preferences, or explicit personalization, use this command once per host, authenticated user, project, and conversation after resolving the project. Keep the returned directory in conversation context for later questions where user-specific wording or preferences may change interpretation.
6
6
 
7
7
  Command:
8
8
 
@@ -19,3 +19,20 @@ Output is the gateway envelope. `data.items[]` contains only `id`, `context_type
19
19
  If one returned item is actually adopted to interpret the user's request, call `ae-cli personal-semantic-preference get --project-id <project_id> --id <preference_id> --mark-used` before using its full content. Do not mark an item used when it was only inspected or rejected.
20
20
 
21
21
  Compare a likely match with the published project semantic catalog. Published project semantics remain the formal project-wide authority; personal items provide current-user defaults and working interpretations. If they conflict, use the project semantic for the formal result, explicitly disclose the personal difference, and do not mark the personal item used unless the user explicitly adopts it as a labeled alternative.
22
+
23
+ ## Capture a durable preference
24
+
25
+ The Agent owns the personal preference capture trigger. Choose `context_type` by meaning:
26
+
27
+ - `preference`: durable interpretation or output preference without an exact asset binding.
28
+ - `asset_context`: durable user wording or intent bound to one or more exact project assets. Send the complete ordered `resource_refs` array; each item has `resource_type`, string `resource_key`, and `display_name`. This identity is generic across reports, dashboards, events, properties, metrics, tags, clusters, data tables, and future asset types.
29
+ - `experience`: a confirmed reusable work method without an exact asset binding.
30
+ - `background`: stable personal context without an exact asset binding.
31
+
32
+ Any stable choice of a concrete asset, including an event-selection scenario, must use `asset_context`; do not encode asset IDs only in prose. A current-user working definition remains eligible for personal storage even when it would also benefit other users. Store it only as the current user's preference; do not copy the bound asset definition into its content or imply that it is shared authority. Keep future governance or lifecycle instructions out of the stored content. Do not save transient task details, one-off analysis results, company knowledge, or standalone metadata facts.
33
+
34
+ An explicit stable statement, correction, or confirmation that passes that evidence gate authorizes `personal-semantic-preference add` or `update` without a second "save" confirmation. Compare against the already loaded catalog first; when one existing preference matches, fetch it with `--mark-used`, update that existing preference, and avoid creating a duplicate. Otherwise add a new one. An explicit instruction not to retain it always wins. Delete remains high risk and requires explicit user confirmation.
35
+
36
+ After a successful add, update, or delete, merge that response into the conversation's cached directory locally. Do not call list again merely to observe the write.
37
+
38
+ Stale or expired preferences are automatically hidden by list filtering and backend maintenance. Do not look for or invent a separate command for that behavior.
@@ -1,27 +1,27 @@
1
1
  # tracking plan-change-log export
2
2
 
3
- Use when export one tracking plan change log.
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 export one tracking plan change log.
6
4
 
7
5
  Command:
8
6
 
9
7
  ```bash
10
- ae-cli tracking plan-change-log export [options]
8
+ ae-cli tracking plan-change-log export --project-id <project_id> --log-id <log_id> --output <file>
11
9
  ```
12
10
 
13
11
  Capability id: `tracking.plan_change_log.export`
14
12
 
15
13
  Input sends `project_id`, `log_id`, optional `request_id`, and optional `timeout_seconds`. 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`.
16
+
17
+ Use `--output` to wait and download the completed artifact. To resume an interrupted export, use [`analysis run wait`](run_wait.md) with its returned `run_id`.
18
18
 
19
19
  Parameters:
20
20
 
21
21
  | Parameter | Description | Required |
22
22
  | --- | --- | --- |
23
- | `--project-id` | See command help | Yes |
24
- | `--log-id` | See command help | Yes |
25
- | `--request-id` | See command help | No |
26
- | `--async-timeout-seconds` | See command help | No |
27
-
23
+ | `--project-id` | Numeric project ID. | Yes |
24
+ | `--log-id` | Tracking plan change log ID. | Yes |
25
+ | `--request-id` | Optional caller-supplied cli_<32 lowercase hex> lifecycle ID. ae-cli generates and prints one before dispatch when omitted. | No |
26
+ | `--timeout-seconds` | Async runtime in seconds. Default and max: 21600 (6 hours); cancel earlier with analysis query cancel --run-id <run_id>. | No |
27
+ | `--output` | Wait and download to this local file. | No |
@@ -1,24 +1,22 @@
1
1
  # tracking plan-change-log list
2
2
 
3
- Use when list tracking plan change logs.
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 plan change logs.
6
4
 
7
5
  Command:
8
6
 
9
7
  ```bash
10
- ae-cli tracking plan-change-log list [options]
8
+ ae-cli tracking plan-change-log list --project-id <project_id>
11
9
  ```
12
10
 
13
11
  Capability id: `tracking.plan_change_log.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,8 +1,6 @@
1
1
  # tracking plan delete-items
2
2
 
3
- Use when delete tracking plan items.
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 delete tracking plan items.
6
4
 
7
5
  Command:
8
6
 
@@ -16,7 +14,7 @@ Capability id: `tracking.plan.delete_items`
16
14
 
17
15
  Input sends `project_id`, the provided name arrays, and `yes` mapped from `--confirm`. At least one name array must be non-empty. Do not send camelCase aliases.
18
16
 
19
- 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.
17
+ Output is the capability gateway envelope: success is `ok=true,data,meta`; failure is `ok=false,error`.
20
18
 
21
19
  Parameters:
22
20
 
@@ -1,26 +1,26 @@
1
1
  # tracking plan export
2
2
 
3
- Use when export the tracking plan as an artifact.
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 export the tracking plan as an artifact.
6
4
 
7
5
  Command:
8
6
 
9
7
  ```bash
10
- ae-cli tracking plan export [options]
8
+ ae-cli tracking plan export --project-id <project_id> --output <file>
11
9
  ```
12
10
 
13
11
  Capability id: `tracking.plan.export`
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`.
16
+
17
+ Use `--output` to wait and download the completed artifact. To resume an interrupted export, use [`analysis run wait`](run_wait.md) with its returned `run_id`.
18
18
 
19
19
  Parameters:
20
20
 
21
21
  | Parameter | Description | Required |
22
22
  | --- | --- | --- |
23
- | `--project-id` | See command help | Yes |
24
- | `--request-id` | See command help | No |
25
- | `--async-timeout-seconds` | See command help | No |
26
-
23
+ | `--project-id` | Numeric project ID. | Yes |
24
+ | `--request-id` | Optional caller-supplied cli_<32 lowercase hex> lifecycle ID. ae-cli generates and prints one before dispatch when omitted. | No |
25
+ | `--timeout-seconds` | Async runtime in seconds. Default and max: 21600 (6 hours); cancel earlier with analysis query cancel --run-id <run_id>. | No |
26
+ | `--output` | Wait and download to this local file. | No |
@@ -1,8 +1,6 @@
1
1
  # tracking plan generate
2
2
 
3
- Use when submit an AI tracking plan generation task.
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 submit an AI tracking plan generation task.
6
4
 
7
5
  Command:
8
6
 
@@ -14,7 +12,7 @@ Capability id: `tracking.plan.generate`
14
12
 
15
13
  Input sends `project_id`, `language`, `form_data`, optional `development_carrier`, and optional `predefined_event`. The backend resolves `company_id` from the authorized project. `form_data` is the intentionally open business-context object; all surrounding fields are explicit. 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
 
@@ -1,24 +1,22 @@
1
1
  # tracking plan get
2
2
 
3
- Use when get the tracking plan for one project.
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 get the tracking plan for one project.
6
4
 
7
5
  Command:
8
6
 
9
7
  ```bash
10
- ae-cli tracking plan get [options]
8
+ ae-cli tracking plan get --project-id <project_id>
11
9
  ```
12
10
 
13
11
  Capability id: `tracking.plan.get`
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 plan import-excel
2
2
 
3
- Use when import a tracking plan Excel file that was uploaded as an input file.
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 import a tracking plan Excel file that was uploaded as an input file.
6
4
 
7
5
  Command:
8
6
 
9
7
  ```bash
10
- ae-cli tracking plan import-excel [options]
8
+ ae-cli tracking plan import-excel --project-id <project_id>
11
9
  ```
12
10
 
13
11
  Capability id: `tracking.plan.import_excel`
14
12
 
15
13
  Input sends `project_id`, `input_file_id`, and optional `lang`. 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
- | `--input-file-id` | See command help | Yes |
25
- | `--lang` | See command help | No |
21
+ | `--project-id` | Numeric project ID. | Yes |
22
+ | `--input-file-id` | Existing input_file_id returned by `analysis input-file upload --purpose track.program.xlsx`. | Yes |
23
+ | `--lang` | Excel language: zh, en, ja, ko, zh_CN, en_US, ja_JP, or ko_KR. | No |
26
24
 
@@ -1,8 +1,6 @@
1
1
  # tracking plan save-items
2
2
 
3
- Use when save tracking plan items.
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 save tracking plan items.
6
4
 
7
5
  Command:
8
6
 
@@ -14,7 +12,7 @@ Capability id: `tracking.plan.save_items`
14
12
 
15
13
  Input sends `project_id` and the provided `events`, `event_props`, `user_props`, and `common_event_props` arrays. At least one item array must be non-empty. Event/property objects use the existing tracking-plan snake_case contract; 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
 
@@ -1,24 +1,22 @@
1
1
  # tracking plan sync-from-meta
2
2
 
3
- Use when synchronize tracking plan from project metadata.
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 synchronize tracking plan from project metadata.
6
4
 
7
5
  Command:
8
6
 
9
7
  ```bash
10
- ae-cli tracking plan sync-from-meta [options]
8
+ ae-cli tracking plan sync-from-meta --project-id <project_id>
11
9
  ```
12
10
 
13
11
  Capability id: `tracking.plan.sync_from_meta`
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
 
@@ -8,7 +8,6 @@ Command:
8
8
 
9
9
  ```bash
10
10
  ae-cli project access-detail get --company-id <company_id>
11
- ae-cli project access-detail get --dry-run --company-id <company_id>
12
11
  ```
13
12
 
14
13
  Capability id: `project.access_detail.get`.
@@ -8,7 +8,6 @@ Command:
8
8
 
9
9
  ```bash
10
10
  ae-cli project data-power get --project-id <project_id> --data-power-id <data_power_id>
11
- ae-cli project data-power get --dry-run --project-id <project_id> --data-power-id <data_power_id>
12
11
  ```
13
12
 
14
13
  Capability id: `project.data_power.get`.
@@ -8,7 +8,6 @@ Command:
8
8
 
9
9
  ```bash
10
10
  ae-cli project data-power list --project-id <project_id>
11
- ae-cli project data-power list --dry-run --project-id <project_id>
12
11
  ```
13
12
 
14
13
  Capability id: `project.data_power.list`.
@@ -8,7 +8,6 @@ Command:
8
8
 
9
9
  ```bash
10
10
  ae-cli project data-power upsert --project-id <project_id> --payload <payload>
11
- ae-cli project data-power upsert --dry-run --project-id <project_id> --payload <payload>
12
11
  ```
13
12
 
14
13
  Capability id: `project.data_power.upsert`.
@@ -8,7 +8,6 @@ Command:
8
8
 
9
9
  ```bash
10
10
  ae-cli project entity create --project-id <project_id> --entity-name <entity_name> --column-name <column_name> --table-type <table_type> --order <order>
11
- ae-cli project entity create --dry-run --project-id <project_id> --entity-name <entity_name> --column-name <column_name> --table-type <table_type>
12
11
  ```
13
12
 
14
13
  Capability id: `project.entity.create`.
@@ -8,7 +8,6 @@ Command:
8
8
 
9
9
  ```bash
10
10
  ae-cli project entity-event list --project-id <project_id> --event-names <event_names>
11
- ae-cli project entity-event list --dry-run --project-id <project_id>
12
11
  ```
13
12
 
14
13
  Capability id: `project.entity_event.list`.
@@ -8,7 +8,6 @@ Command:
8
8
 
9
9
  ```bash
10
10
  ae-cli project entity get --project-id <project_id> --entity-id <entity_id>
11
- ae-cli project entity get --dry-run --project-id <project_id> --entity-id <entity_id>
12
11
  ```
13
12
 
14
13
  Capability id: `project.entity.get`.
@@ -8,7 +8,6 @@ Command:
8
8
 
9
9
  ```bash
10
10
  ae-cli project entity list --project-id <project_id> --query <query> --fields <fields> --limit <limit> --offset <offset> --event-name <event_name>
11
- ae-cli project entity list --dry-run --project-id <project_id>
12
11
  ```
13
12
 
14
13
  Capability id: `project.entity.list`.
@@ -8,7 +8,6 @@ Command:
8
8
 
9
9
  ```bash
10
10
  ae-cli project entity update --project-id <project_id> --entity-id <entity_id> --entity-name <entity_name> --column-name <column_name> --table-type <table_type> --order <order>
11
- ae-cli project entity update --dry-run --project-id <project_id> --entity-id <entity_id> --entity-name <entity_name> --column-name <column_name> --table-type <table_type>
12
11
  ```
13
12
 
14
13
  Capability id: `project.entity.update`.
@@ -8,7 +8,6 @@ Command:
8
8
 
9
9
  ```bash
10
10
  ae-cli project function list --company-id <company_id> --project-id <project_id>
11
- ae-cli project function list --dry-run
12
11
  ```
13
12
 
14
13
  Capability id: `project.function.list`.
@@ -8,7 +8,6 @@ Command:
8
8
 
9
9
  ```bash
10
10
  ae-cli project info get --project-id <project_id>
11
- ae-cli project info get --dry-run --project-id <project_id>
12
11
  ```
13
12
 
14
13
  Capability id: `project.info.get`.
@@ -8,7 +8,6 @@ Command:
8
8
 
9
9
  ```bash
10
10
  ae-cli project info list --query <query> --fields <fields> --limit <limit> --offset <offset>
11
- ae-cli project info list --dry-run
12
11
  ```
13
12
 
14
13
  Capability id: `project.info.list`.
@@ -8,7 +8,6 @@ Command:
8
8
 
9
9
  ```bash
10
10
  ae-cli project info update --project-id <project_id> --project-name <project_name> --project-remark <project_remark>
11
- ae-cli project info update --dry-run --project-id <project_id> --project-name <project_name>
12
11
  ```
13
12
 
14
13
  Capability id: `project.info.update`.
@@ -8,7 +8,6 @@ Command:
8
8
 
9
9
  ```bash
10
10
  ae-cli project mark-time create --project-id <project_id> --marked-at <marked_at> --zone-offset <zone_offset> --content <content> --is-visible <is_visible>
11
- ae-cli project mark-time create --dry-run --project-id <project_id> --marked-at <marked_at> --content <content>
12
11
  ```
13
12
 
14
13
  Capability id: `project.mark_time.create`.
@@ -8,7 +8,6 @@ Command:
8
8
 
9
9
  ```bash
10
10
  ae-cli project mark-time list --project-id <project_id> --query <query> --fields <fields> --limit <limit> --offset <offset> --zone-offset <zone_offset>
11
- ae-cli project mark-time list --dry-run --project-id <project_id>
12
11
  ```
13
12
 
14
13
  Capability id: `project.mark_time.list`.
@@ -8,7 +8,6 @@ Command:
8
8
 
9
9
  ```bash
10
10
  ae-cli project mark-time update --project-id <project_id> --mark-time-id <mark_time_id> --marked-at <marked_at> --zone-offset <zone_offset> --content <content> --is-visible <is_visible>
11
- ae-cli project mark-time update --dry-run --project-id <project_id> --mark-time-id <mark_time_id> --marked-at <marked_at> --content <content>
12
11
  ```
13
12
 
14
13
  Capability id: `project.mark_time.update`.
@@ -1,14 +1,15 @@
1
1
  # project member add
2
2
 
3
- Use when the user needs to add project members.
3
+ Use when the user needs to add project members. Use `--type 0` to create a company member from project management, or `--type 1` to add an existing company member to the project.
4
4
 
5
5
  Do not use it for unrelated project-management actions or for fields not present in the common-service capability schema. Do not send camelCase aliases.
6
6
 
7
+ When the company disables project-level member creation, `--type 0` is rejected by both dry-run and execute. Create the member through system management first, then use `--type 1`. The company setting does not block system-management member creation.
8
+
7
9
  Command:
8
10
 
9
11
  ```bash
10
- ae-cli project member add --project-id <project_id> --payload <payload> --type <type>
11
- ae-cli project member add --dry-run --project-id <project_id> --payload <payload> --type <type>
12
+ ae-cli project member add --project-id <project_id> --payload '{"user_roles":[{"user_id":<user_id>,"role_list":["<role_name>"]}]}' --type 1
12
13
  ```
13
14
 
14
15
  Capability id: `project.member.add`.
@@ -21,5 +22,5 @@ Output uses the gateway envelope: success is `ok=true,data,meta`; failure is `ok
21
22
  | Parameter | Required | Description |
22
23
  |---|---|---|
23
24
  | `--project-id` | Yes | Numeric project ID. |
24
- | `--payload` | Yes | Member add payload. Must include user_roles array matching UserRolePo in snake_case. |
25
- | `--type` | Yes | Add type accepted by ProjMemberAddTypeEnum. |
25
+ | `--payload` | Yes | JSON object with `user_roles`. For an existing company member, each item uses `user_id` and `role_list` (verified project role names); optional `data_power_id` selects data permissions. For a new user (`--type 0`), use `login_name`, `password`, and `role_list` instead of an existing `user_id`; `user_name` is optional. |
26
+ | `--type` | Yes | `0`: create a company member from project management; `1`: add an existing company member. Type `0` may be disabled by company configuration. |
@@ -8,7 +8,6 @@ Command:
8
8
 
9
9
  ```bash
10
10
  ae-cli project member batch-update --project-id <project_id> --payload <payload>
11
- ae-cli project member batch-update --dry-run --project-id <project_id> --payload <payload>
12
11
  ```
13
12
 
14
13
  Capability id: `project.member.batch_update`.
@@ -1,14 +1,15 @@
1
1
  # project member-candidate list
2
2
 
3
- Use when the user needs to list candidate users and role/data-power options for adding project members.
3
+ Use when the user needs to list candidate users and role/data-power options for adding project members. Use `--type 0` with `--login-names` to check prospective new company members, or `--type 1` to list existing company members that can be added to the project.
4
4
 
5
5
  Do not use it for unrelated project-management actions or for fields not present in the common-service capability schema. Do not send camelCase aliases.
6
6
 
7
+ When the company disables project-level member creation, `--type 0` is rejected by both dry-run and execute. Use system management to create the member and then query with `--type 1`.
8
+
7
9
  Command:
8
10
 
9
11
  ```bash
10
12
  ae-cli project member-candidate list --project-id <project_id> --type <type> --login-names <login_names>
11
- ae-cli project member-candidate list --dry-run --project-id <project_id> --type <type>
12
13
  ```
13
14
 
14
15
  Capability id: `project.member_candidate.list`.
@@ -21,5 +22,5 @@ Output uses the gateway envelope: success is `ok=true,data,meta`; failure is `ok
21
22
  | Parameter | Required | Description |
22
23
  |---|---|---|
23
24
  | `--project-id` | Yes | Numeric project ID. |
24
- | `--type` | Yes | Add type accepted by ProjMemberAddTypeEnum. |
25
+ | `--type` | Yes | `0`: check prospective new company members; `1`: list existing company members. Type `0` may be disabled by company configuration. |
25
26
  | `--login-names` | No | Comma-separated login names when checking new users. |
@@ -7,8 +7,7 @@ Do not use it for unrelated project-management actions or for fields not present
7
7
  Command:
8
8
 
9
9
  ```bash
10
- ae-cli project member-handover run --project-id <project_id> --payload <payload>
11
- ae-cli project member-handover run --dry-run --project-id <project_id> --payload <payload>
10
+ ae-cli project member-handover run --project-id <project_id> --payload '{"to_user_id":<user_id>,"single_submit":true,"asset_list":[{"asset_id":<asset_id>,"asset_type":"report","asset_name":"<asset_name>"}]}'
12
11
  ```
13
12
 
14
13
  Capability id: `project.member_handover.run`.
@@ -21,4 +20,4 @@ Output uses the gateway envelope: success is `ok=true,data,meta`; failure is `ok
21
20
  | Parameter | Required | Description |
22
21
  |---|---|---|
23
22
  | `--project-id` | Yes | Numeric project ID. |
24
- | `--payload` | Yes | Asset handover payload matching AssetBatchHandoverReq in snake_case. |
23
+ | `--payload` | Yes | JSON object with `to_user_id`, `single_submit`, and `asset_list`. `single_submit=true` requires exactly one asset; false allows a non-empty batch. Each asset uses `asset_id`, `asset_type`, and `asset_name` from the selected asset. Types: `report`, `dashboard`, `space`, `folder`, `bi_panel`, `thirdparty`. |
@@ -8,7 +8,6 @@ Command:
8
8
 
9
9
  ```bash
10
10
  ae-cli project member list --project-id <project_id>
11
- ae-cli project member list --dry-run --project-id <project_id>
12
11
  ```
13
12
 
14
13
  Capability id: `project.member.list`.
@@ -8,7 +8,6 @@ Command:
8
8
 
9
9
  ```bash
10
10
  ae-cli project member-receiver list --project-id <project_id>
11
- ae-cli project member-receiver list --dry-run --project-id <project_id>
12
11
  ```
13
12
 
14
13
  Capability id: `project.member_receiver.list`.
@@ -8,7 +8,6 @@ Command:
8
8
 
9
9
  ```bash
10
10
  ae-cli project member update --project-id <project_id> --payload <payload> --target-user-id <target_user_id>
11
- ae-cli project member update --dry-run --project-id <project_id> --payload <payload> --target-user-id <target_user_id>
12
11
  ```
13
12
 
14
13
  Capability id: `project.member.update`.
@@ -8,7 +8,6 @@ Command:
8
8
 
9
9
  ```bash
10
10
  ae-cli project owner update --project-id <project_id> --company-id <company_id> --owner-user-id <owner_user_id> --project-name <project_name> --project-remark <project_remark>
11
- ae-cli project owner update --dry-run --project-id <project_id> --company-id <company_id>
12
11
  ```
13
12
 
14
13
  Capability id: `project.owner.update`.
@@ -8,7 +8,6 @@ Command:
8
8
 
9
9
  ```bash
10
10
  ae-cli project permission-binding list --company-id <company_id> --project-ids <project_ids>
11
- ae-cli project permission-binding list --dry-run --company-id <company_id> --project-ids <project_ids>
12
11
  ```
13
12
 
14
13
  Capability id: `project.permission_binding.list`.
@@ -8,7 +8,6 @@ Command:
8
8
 
9
9
  ```bash
10
10
  ae-cli project role-function list --company-id <company_id> --project-id <project_id> --role-name <role_name> --role-names <role_names> --show-system-func <show_system_func>
11
- ae-cli project role-function list --dry-run
12
11
  ```
13
12
 
14
13
  Capability id: `project.role_function.list`.
@@ -8,7 +8,6 @@ Command:
8
8
 
9
9
  ```bash
10
10
  ae-cli project role get --project-id <project_id> --role-name <role_name>
11
- ae-cli project role get --dry-run --project-id <project_id> --role-name <role_name>
12
11
  ```
13
12
 
14
13
  Capability id: `project.role.get`.
@@ -8,7 +8,6 @@ Command:
8
8
 
9
9
  ```bash
10
10
  ae-cli project role list --company-id <company_id> --project-id <project_id> --visible-only <visible_only>
11
- ae-cli project role list --dry-run
12
11
  ```
13
12
 
14
13
  Capability id: `project.role.list`.