@thinkingai/ae-cli 1.0.3 → 1.0.15

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 (196) hide show
  1. package/README.md +24 -53
  2. package/README.zh.md +203 -0
  3. package/dist/{auth-BQC5DBE7.js → auth-4GAHTBVH.js} +1 -1
  4. package/dist/{auth-DXKYLMO7.js → auth-U2GHFMFY.js} +5 -5
  5. package/dist/{chunk-ZYXIGPG7.js → chunk-OQ4XEG77.js} +2 -2
  6. package/dist/{chunk-53FNNCZW.js → chunk-TJIMDNAU.js} +1 -1
  7. package/dist/{chunk-3CDLNXTD.js → chunk-UK6HO5O5.js} +2 -2
  8. package/dist/{client-T4VODLA6.js → client-HU63573O.js} +2 -2
  9. package/dist/{config-V7AXKDMB.js → config-OLF7RBPM.js} +4 -4
  10. package/dist/index.js +14 -14
  11. package/dist/{raw-G3GKHAPZ.js → raw-GDO4IWNW.js} +3 -3
  12. package/dist/{te-analysis-CHFTDN55.js → te-analysis-ZDJXMWZY.js} +61 -23
  13. package/dist/{te-audience-M6LQY6M7.js → te-audience-T5B52EEB.js} +60 -20
  14. package/dist/{te-common-BLQ7DVGC.js → te-common-BPTXXTHQ.js} +5 -32
  15. package/dist/{community-FVDAWGS4.js → te-community-FPB5LH56.js} +58 -58
  16. package/dist/{te-dataops-V4OTKY35.js → te-dataops-2NUJVG47.js} +2 -27
  17. package/dist/{te-engage-DXE4R5EW.js → te-engage-K3EANZ5P.js} +3 -21
  18. package/dist/{te-meta-FMM7KCVI.js → te-meta-JJMV75KB.js} +85 -17
  19. package/package.json +3 -3
  20. package/skills/ae-analysis/SKILL.md +229 -0
  21. package/skills/{te-meta/references/batch-create-metadata.md → ae-analysis/references/batch_create_metadata.md} +3 -3
  22. package/skills/{te-meta/references/batch-edit-metadata.md → ae-analysis/references/batch_edit_metadata.md} +2 -2
  23. package/skills/{te-analysis/references/build-entity-details-sql.md → ae-analysis/references/build_entity_details_sql.md} +9 -9
  24. package/skills/{te-analysis/references/build-event-details-sql.md → ae-analysis/references/build_event_details_sql.md} +9 -9
  25. package/skills/{te-analysis/references/create-alert.md → ae-analysis/references/create_alert.md} +4 -4
  26. package/skills/{te-audience/references/create-cluster.md → ae-analysis/references/create_cluster.md} +23 -19
  27. package/skills/{te-analysis/references/create-dashboard.md → ae-analysis/references/create_dashboard.md} +4 -4
  28. package/skills/{te-meta/references/create-metric.md → ae-analysis/references/create_metric.md} +10 -10
  29. package/skills/{te-analysis/references/create-or-update-dashboard-note.md → ae-analysis/references/create_or_update_dashboard_note.md} +3 -3
  30. package/skills/{te-meta/references/create-project-mark-time.md → ae-analysis/references/create_project_mark_time.md} +3 -3
  31. package/skills/{te-analysis/references/create-public-access-link.md → ae-analysis/references/create_public_access_link.md} +3 -3
  32. package/skills/{te-analysis/references/create-report.md → ae-analysis/references/create_report.md} +9 -9
  33. package/skills/{te-analysis/references/create-result-cluster.md → ae-analysis/references/create_result_cluster.md} +6 -6
  34. package/skills/{te-audience/references/create-tag.md → ae-analysis/references/create_tag.md} +16 -15
  35. package/skills/{te-meta/references/create-virtual-event.md → ae-analysis/references/create_virtual_event.md} +9 -9
  36. package/skills/{te-meta/references/create-virtual-property.md → ae-analysis/references/create_virtual_property.md} +7 -7
  37. package/skills/{te-meta/references/delete-project-mark-times.md → ae-analysis/references/delete_project_mark_times.md} +2 -2
  38. package/skills/{te-meta/references/delete-track-items.md → ae-analysis/references/delete_track_items.md} +2 -2
  39. package/skills/{te-analysis/references/drilldown-user-events.md → ae-analysis/references/drilldown_user_events.md} +8 -8
  40. package/skills/{te-analysis/references/drilldown-users.md → ae-analysis/references/drilldown_users.md} +10 -7
  41. package/skills/ae-analysis/references/generate_track_program.md +51 -0
  42. package/skills/ae-analysis/references/generate_track_sdk_sample.md +43 -0
  43. package/skills/{te-analysis/references/get-alert.md → ae-analysis/references/get_alert.md} +2 -2
  44. package/skills/{te-analysis/references/get-alert-definition-schema.md → ae-analysis/references/get_alert_definition_schema.md} +1 -1
  45. package/skills/ae-analysis/references/get_analysis_query_schema.md +61 -0
  46. package/skills/ae-analysis/references/get_cluster_definition_schema.md +53 -0
  47. package/skills/ae-analysis/references/get_clusters_by_name.md +69 -0
  48. package/skills/{te-analysis/references/get-filter-schema.md → ae-analysis/references/get_filter_schema.md} +1 -1
  49. package/skills/{te-analysis/references/get-groupby-schema.md → ae-analysis/references/get_groupby_schema.md} +1 -1
  50. package/skills/{te-meta/references/get-metric.md → ae-analysis/references/get_metric.md} +2 -2
  51. package/skills/{te-meta/references/get-project-config.md → ae-analysis/references/get_project_config.md} +2 -2
  52. package/skills/{te-analysis/references/get-report-definition.md → ae-analysis/references/get_report_definition.md} +2 -2
  53. package/skills/{te-common/references/get-resource-url.md → ae-analysis/references/get_resource_url.md} +4 -4
  54. package/skills/{te-analysis/references/get-table-columns.md → ae-analysis/references/get_table_columns.md} +2 -2
  55. package/skills/ae-analysis/references/get_tag_definition_schema.md +49 -0
  56. package/skills/ae-analysis/references/get_tags_by_name.md +69 -0
  57. package/skills/{te-meta/references/get-track-program.md → ae-analysis/references/get_track_program.md} +2 -2
  58. package/skills/{te-analysis/references/list-alerts.md → ae-analysis/references/list_alerts.md} +6 -3
  59. package/skills/{te-audience/references/list-cluster-members.md → ae-analysis/references/list_cluster_members.md} +11 -4
  60. package/skills/{te-audience/references/list-clusters.md → ae-analysis/references/list_clusters.md} +10 -4
  61. package/skills/{te-analysis/references/list-dashboards.md → ae-analysis/references/list_dashboards.md} +8 -4
  62. package/skills/{te-meta/references/list-entities.md → ae-analysis/references/list_entities.md} +10 -3
  63. package/skills/{te-meta/references/list-events.md → ae-analysis/references/list_events.md} +8 -5
  64. package/skills/ae-analysis/references/list_metrics.md +41 -0
  65. package/skills/ae-analysis/references/list_project_mark_times.md +42 -0
  66. package/skills/{te-meta/references/list-project-users.md → ae-analysis/references/list_project_users.md} +2 -2
  67. package/skills/{te-common/references/list-projects.md → ae-analysis/references/list_projects.md} +6 -4
  68. package/skills/{te-meta/references/list-properties.md → ae-analysis/references/list_properties.md} +9 -4
  69. package/skills/ae-analysis/references/list_public_access_links.md +41 -0
  70. package/skills/{te-analysis/references/list-reports.md → ae-analysis/references/list_reports.md} +8 -4
  71. package/skills/{te-audience/references/list-tag-members.md → ae-analysis/references/list_tag_members.md} +11 -4
  72. package/skills/{te-audience/references/list-tags.md → ae-analysis/references/list_tags.md} +10 -4
  73. package/skills/{te-analysis/references/load-filters.md → ae-analysis/references/load_filters.md} +3 -3
  74. package/skills/{te-analysis/references/query-adhoc.md → ae-analysis/references/query_adhoc.md} +14 -9
  75. package/skills/{te-analysis/references/query-dashboard-detail.md → ae-analysis/references/query_dashboard_detail.md} +2 -2
  76. package/skills/{te-analysis/references/query-dashboard-report-data.md → ae-analysis/references/query_dashboard_report_data.md} +9 -9
  77. package/skills/{te-analysis/references/query-entity-details.md → ae-analysis/references/query_entity_details.md} +10 -10
  78. package/skills/{te-analysis/references/query-event-details.md → ae-analysis/references/query_event_details.md} +12 -12
  79. package/skills/{te-analysis/references/query-report-data.md → ae-analysis/references/query_report_data.md} +11 -11
  80. package/skills/{te-audience/references/refresh-cluster.md → ae-analysis/references/refresh_cluster.md} +2 -2
  81. package/skills/{te-audience/references/refresh-tag.md → ae-analysis/references/refresh_tag.md} +2 -2
  82. package/skills/{te-meta/references/save-track-items.md → ae-analysis/references/save_track_items.md} +2 -2
  83. package/skills/{te-analysis/references/update-alert.md → ae-analysis/references/update_alert.md} +4 -4
  84. package/skills/{te-audience/references/update-cluster.md → ae-analysis/references/update_cluster.md} +15 -13
  85. package/skills/{te-analysis/references/update-dashboard.md → ae-analysis/references/update_dashboard.md} +3 -3
  86. package/skills/{te-meta/references/update-metric.md → ae-analysis/references/update_metric.md} +9 -9
  87. package/skills/{te-meta/references/update-project-mark-time.md → ae-analysis/references/update_project_mark_time.md} +3 -3
  88. package/skills/{te-analysis/references/update-public-access-link.md → ae-analysis/references/update_public_access_link.md} +3 -3
  89. package/skills/{te-audience/references/update-tag.md → ae-analysis/references/update_tag.md} +15 -14
  90. package/skills/ae-community/SKILL.md +305 -0
  91. package/skills/{te-community → ae-community}/references/community-activity-analysis.md +6 -7
  92. package/skills/{te-community → ae-community}/references/community-analyzing-official-content.md +3 -4
  93. package/skills/{te-community → ae-community}/references/community-analyzing-theme-comment.md +5 -6
  94. package/skills/{te-community → ae-community}/references/community-character-analysis.md +5 -6
  95. package/skills/{te-community → ae-community}/references/community-daily-report.md +7 -8
  96. package/skills/{te-community → ae-community}/references/community-hottopic-insight.md +4 -5
  97. package/skills/{te-community → ae-community}/references/community-weekly-report.md +7 -8
  98. package/skills/{te-community → ae-community}/references/get_channel_info.md +4 -5
  99. package/skills/{te-community → ae-community}/references/get_comment_tag_analysis.md +3 -4
  100. package/skills/{te-community → ae-community}/references/get_comments_summary.md +4 -5
  101. package/skills/{te-community → ae-community}/references/get_corpus_tags.md +3 -4
  102. package/skills/{te-community → ae-community}/references/get_daily_summary.md +3 -4
  103. package/skills/{te-community → ae-community}/references/get_hot_topics.md +3 -4
  104. package/skills/{te-community → ae-community}/references/get_livestream_analysis.md +3 -4
  105. package/skills/{te-community → ae-community}/references/get_livestream_detail.md +4 -5
  106. package/skills/{te-community → ae-community}/references/get_livestream_list.md +3 -4
  107. package/skills/{te-community → ae-community}/references/get_livestream_overview.md +3 -4
  108. package/skills/{te-community → ae-community}/references/get_livestream_room_metrics.md +3 -4
  109. package/skills/{te-community → ae-community}/references/get_livestream_rooms.md +3 -4
  110. package/skills/{te-community → ae-community}/references/get_overview_metrics.md +3 -4
  111. package/skills/{te-community → ae-community}/references/get_post_detail.md +4 -5
  112. package/skills/{te-community → ae-community}/references/get_risk_content.md +5 -6
  113. package/skills/{te-community → ae-community}/references/get_sentiment_overview.md +4 -5
  114. package/skills/{te-community → ae-community}/references/get_tag_trends.md +3 -4
  115. package/skills/{te-community → ae-community}/references/get_topic_detail.md +3 -4
  116. package/skills/{te-community → ae-community}/references/search_posts.md +5 -6
  117. package/skills/{te-dataops → ae-dataops}/SKILL.md +73 -10
  118. package/skills/{te-dataops → ae-dataops}/references/dataops-flow-create.md +1 -1
  119. package/skills/{te-dataops → ae-dataops}/references/dataops-flow-monitor.md +1 -1
  120. package/skills/{te-dataops → ae-dataops}/references/dataops-integration.md +1 -1
  121. package/skills/{te-dataops → ae-dataops}/references/dataops-query.md +1 -1
  122. package/skills/{te-dataops → ae-dataops}/references/dataops-table.md +1 -1
  123. package/skills/{te-engage → ae-engage}/SKILL.md +106 -6
  124. package/skills/{te-engage → ae-engage}/references/add-approver.md +2 -2
  125. package/skills/{te-engage → ae-engage}/references/add-channel.md +2 -2
  126. package/skills/{te-engage → ae-engage}/references/approver-list.md +2 -2
  127. package/skills/{te-engage → ae-engage}/references/cancel-query-by-request-id.md +2 -2
  128. package/skills/{te-engage → ae-engage}/references/channel-detail.md +2 -2
  129. package/skills/{te-engage → ae-engage}/references/channel-list.md +2 -2
  130. package/skills/{te-engage → ae-engage}/references/config-channel-detail.md +2 -2
  131. package/skills/{te-engage → ae-engage}/references/config-channel-list.md +2 -2
  132. package/skills/{te-engage → ae-engage}/references/config-item-analysis-report.md +2 -2
  133. package/skills/{te-engage → ae-engage}/references/config-item-detail.md +2 -2
  134. package/skills/{te-engage → ae-engage}/references/config-item-list.md +2 -2
  135. package/skills/{te-engage → ae-engage}/references/config-item-strategy-comparison.md +2 -2
  136. package/skills/{te-engage → ae-engage}/references/config-item-trigger-report.md +2 -2
  137. package/skills/{te-engage → ae-engage}/references/copy-config-template.md +2 -2
  138. package/skills/{te-engage → ae-engage}/references/delete-channel.md +2 -2
  139. package/skills/{te-engage → ae-engage}/references/delete-config-channel.md +2 -2
  140. package/skills/{te-engage → ae-engage}/references/delete-config-item.md +2 -2
  141. package/skills/{te-engage → ae-engage}/references/delete-flow.md +2 -2
  142. package/skills/{te-engage → ae-engage}/references/flow-ab-split-node-report.md +2 -2
  143. package/skills/{te-engage → ae-engage}/references/flow-detail.md +2 -2
  144. package/skills/{te-engage → ae-engage}/references/flow-list.md +2 -2
  145. package/skills/{te-engage → ae-engage}/references/flow-node-config-schema.md +2 -2
  146. package/skills/{te-engage → ae-engage}/references/flow-node-detail-report.md +2 -2
  147. package/skills/{te-engage → ae-engage}/references/flow-node-overview-report.md +2 -2
  148. package/skills/{te-engage → ae-engage}/references/flow-process-report.md +2 -2
  149. package/skills/{te-engage → ae-engage}/references/manage-flow.md +2 -2
  150. package/skills/{te-engage → ae-engage}/references/manage-strategy.md +2 -2
  151. package/skills/{te-engage → ae-engage}/references/manage-task.md +2 -2
  152. package/skills/{te-engage → ae-engage}/references/modify-flow-base-info.md +2 -2
  153. package/skills/{te-engage → ae-engage}/references/save-flow.md +3 -3
  154. package/skills/{te-engage → ae-engage}/references/strategy-detail.md +2 -2
  155. package/skills/{te-engage → ae-engage}/references/strategy-list.md +2 -2
  156. package/skills/{te-engage → ae-engage}/references/task-data-detail.md +3 -10
  157. package/skills/{te-engage → ae-engage}/references/task-data-overview.md +3 -9
  158. package/skills/{te-engage → ae-engage}/references/task-detail.md +2 -2
  159. package/skills/{te-engage → ae-engage}/references/task-experiment-report.md +3 -9
  160. package/skills/{te-engage → ae-engage}/references/task-list.md +2 -2
  161. package/skills/{te-engage → ae-engage}/references/task-metric-detail.md +3 -9
  162. package/skills/{te-engage → ae-engage}/references/task-stats.md +2 -2
  163. package/skills/{te-engage → ae-engage}/references/update-channel-status.md +2 -2
  164. package/skills/{te-engage → ae-engage}/references/update-config-channel-status.md +2 -2
  165. package/skills/{te-engage → ae-engage}/references/validate-flow-node-config.md +2 -2
  166. package/skills/{te-engage → ae-engage}/references/whitelist-list.md +2 -2
  167. package/dist/auth-JXELJNDS.js +0 -19
  168. package/dist/auth-L3G3A74I.js +0 -67
  169. package/dist/chunk-3GM5LJZR.js +0 -145
  170. package/dist/chunk-JD5DXMKL.js +0 -172
  171. package/dist/chunk-OVQOK35G.js +0 -108
  172. package/dist/chunk-RJNLN3KQ.js +0 -217
  173. package/dist/client-5QSQBBDB.js +0 -16
  174. package/dist/community-GMALVSRF.js +0 -684
  175. package/dist/config-Q7J3Z7Z2.js +0 -242
  176. package/dist/raw-ZNVURYMR.js +0 -59
  177. package/dist/te-analysis-7NN3SY3I.js +0 -871
  178. package/dist/te-audience-P43BWMHM.js +0 -350
  179. package/dist/te-common-H3IPTI2I.js +0 -144
  180. package/dist/te-dataops-WCGDBJLF.js +0 -1853
  181. package/dist/te-engage-UTRVNTGU.js +0 -1470
  182. package/dist/te-meta-HGYNXVGF.js +0 -479
  183. package/skills/te-analysis/SKILL.md +0 -107
  184. package/skills/te-analysis/references/get-analysis-query-schema.md +0 -36
  185. package/skills/te-analysis/references/list-public-access-links.md +0 -31
  186. package/skills/te-audience/SKILL.md +0 -63
  187. package/skills/te-audience/references/get-cluster-definition-schema.md +0 -37
  188. package/skills/te-audience/references/get-clusters-by-name.md +0 -32
  189. package/skills/te-audience/references/get-tag-definition-schema.md +0 -32
  190. package/skills/te-audience/references/get-tags-by-name.md +0 -32
  191. package/skills/te-common/SKILL.md +0 -135
  192. package/skills/te-community/SKILL.md +0 -125
  193. package/skills/te-meta/SKILL.md +0 -71
  194. package/skills/te-meta/references/list-metrics.md +0 -33
  195. package/skills/te-meta/references/list-project-mark-times.md +0 -33
  196. package/skills/te-shared/SKILL.md +0 -115
@@ -1,6 +1,6 @@
1
- # te-engage +channel_list
1
+ # ae-engage +channel_list
2
2
 
3
- > **Prerequisite:** Read [`../../te-shared/SKILL.md`](../../te-shared/SKILL.md)
3
+ > **Prerequisite:** Read [`../../ae-shared/SKILL.md`](../../ae-shared/SKILL.md)
4
4
 
5
5
  Query the list of Engage channels in a project.
6
6
 
@@ -1,6 +1,6 @@
1
- # te-engage +config_channel_detail
1
+ # ae-engage +config_channel_detail
2
2
 
3
- > **Prerequisite:** Read [`../../te-shared/SKILL.md`](../../te-shared/SKILL.md)
3
+ > **Prerequisite:** Read [`../../ae-shared/SKILL.md`](../../ae-shared/SKILL.md)
4
4
 
5
5
  Query config channel details.
6
6
 
@@ -1,6 +1,6 @@
1
- # te-engage +config_channel_list
1
+ # ae-engage +config_channel_list
2
2
 
3
- > **Prerequisite:** Read [`../../te-shared/SKILL.md`](../../te-shared/SKILL.md)
3
+ > **Prerequisite:** Read [`../../ae-shared/SKILL.md`](../../ae-shared/SKILL.md)
4
4
 
5
5
  Query the config channel list.
6
6
 
@@ -1,6 +1,6 @@
1
- # te-engage +config_item_analysis_report
1
+ # ae-engage +config_item_analysis_report
2
2
 
3
- > **Prerequisite:** Read [`../../te-shared/SKILL.md`](../../te-shared/SKILL.md)
3
+ > **Prerequisite:** Read [`../../ae-shared/SKILL.md`](../../ae-shared/SKILL.md)
4
4
 
5
5
  Query the config item analysis report.
6
6
 
@@ -1,6 +1,6 @@
1
- # te-engage +config_item_detail
1
+ # ae-engage +config_item_detail
2
2
 
3
- > **Prerequisite:** Read [`../../te-shared/SKILL.md`](../../te-shared/SKILL.md)
3
+ > **Prerequisite:** Read [`../../ae-shared/SKILL.md`](../../ae-shared/SKILL.md)
4
4
 
5
5
  Query config item details.
6
6
 
@@ -1,6 +1,6 @@
1
- # te-engage +config_item_list
1
+ # ae-engage +config_item_list
2
2
 
3
- > **Prerequisite:** Read [`../../te-shared/SKILL.md`](../../te-shared/SKILL.md)
3
+ > **Prerequisite:** Read [`../../ae-shared/SKILL.md`](../../ae-shared/SKILL.md)
4
4
 
5
5
  Query the list of config items in a project.
6
6
 
@@ -1,6 +1,6 @@
1
- # te-engage +config_item_strategy_comparison
1
+ # ae-engage +config_item_strategy_comparison
2
2
 
3
- > **Prerequisite:** Read [`../../te-shared/SKILL.md`](../../te-shared/SKILL.md)
3
+ > **Prerequisite:** Read [`../../ae-shared/SKILL.md`](../../ae-shared/SKILL.md)
4
4
 
5
5
  Compare multiple strategies under the same config item.
6
6
 
@@ -1,6 +1,6 @@
1
- # te-engage +config_item_trigger_report
1
+ # ae-engage +config_item_trigger_report
2
2
 
3
- > **Prerequisite:** Read [`../../te-shared/SKILL.md`](../../te-shared/SKILL.md)
3
+ > **Prerequisite:** Read [`../../ae-shared/SKILL.md`](../../ae-shared/SKILL.md)
4
4
 
5
5
  Query the publish and trigger trend report for a config item.
6
6
 
@@ -1,6 +1,6 @@
1
- # te-engage +copy_config_template
1
+ # ae-engage +copy_config_template
2
2
 
3
- > **Prerequisite:** Read [`../../te-shared/SKILL.md`](../../te-shared/SKILL.md)
3
+ > **Prerequisite:** Read [`../../ae-shared/SKILL.md`](../../ae-shared/SKILL.md)
4
4
 
5
5
  Copy a template from the source config item to the target config item.
6
6
 
@@ -1,6 +1,6 @@
1
- # te-engage +delete_channel
1
+ # ae-engage +delete_channel
2
2
 
3
- > **Prerequisite:** Read [`../../te-shared/SKILL.md`](../../te-shared/SKILL.md)
3
+ > **Prerequisite:** Read [`../../ae-shared/SKILL.md`](../../ae-shared/SKILL.md)
4
4
 
5
5
  Delete an Engage channel.
6
6
 
@@ -1,6 +1,6 @@
1
- # te-engage +delete_config_channel
1
+ # ae-engage +delete_config_channel
2
2
 
3
- > **Prerequisite:** Read [`../../te-shared/SKILL.md`](../../te-shared/SKILL.md)
3
+ > **Prerequisite:** Read [`../../ae-shared/SKILL.md`](../../ae-shared/SKILL.md)
4
4
 
5
5
  Delete a config channel.
6
6
 
@@ -1,6 +1,6 @@
1
- # te-engage +delete_config_item
1
+ # ae-engage +delete_config_item
2
2
 
3
- > **Prerequisite:** Read [`../../te-shared/SKILL.md`](../../te-shared/SKILL.md)
3
+ > **Prerequisite:** Read [`../../ae-shared/SKILL.md`](../../ae-shared/SKILL.md)
4
4
 
5
5
  Delete a config item.
6
6
 
@@ -1,6 +1,6 @@
1
- # te-engage +delete_flow
1
+ # ae-engage +delete_flow
2
2
 
3
- > **Prerequisite:** Read [`../../te-shared/SKILL.md`](../../te-shared/SKILL.md)
3
+ > **Prerequisite:** Read [`../../ae-shared/SKILL.md`](../../ae-shared/SKILL.md)
4
4
 
5
5
  Batch delete flows.
6
6
 
@@ -1,6 +1,6 @@
1
- # te-engage +flow_ab_split_node_report
1
+ # ae-engage +flow_ab_split_node_report
2
2
 
3
- > **Prerequisite:** Read [`../../te-shared/SKILL.md`](../../te-shared/SKILL.md)
3
+ > **Prerequisite:** Read [`../../ae-shared/SKILL.md`](../../ae-shared/SKILL.md)
4
4
 
5
5
  Query the AB split node report.
6
6
 
@@ -1,6 +1,6 @@
1
- # te-engage +flow_detail
1
+ # ae-engage +flow_detail
2
2
 
3
- > **Prerequisite:** Read [`../../te-shared/SKILL.md`](../../te-shared/SKILL.md)
3
+ > **Prerequisite:** Read [`../../ae-shared/SKILL.md`](../../ae-shared/SKILL.md)
4
4
 
5
5
  Query flow details.
6
6
 
@@ -1,6 +1,6 @@
1
- # te-engage +flow_list
1
+ # ae-engage +flow_list
2
2
 
3
- > **Prerequisite:** Read [`../../te-shared/SKILL.md`](../../te-shared/SKILL.md)
3
+ > **Prerequisite:** Read [`../../ae-shared/SKILL.md`](../../ae-shared/SKILL.md)
4
4
 
5
5
  Query the flow list.
6
6
 
@@ -1,6 +1,6 @@
1
- # te-engage +flow_node_config_schema
1
+ # ae-engage +flow_node_config_schema
2
2
 
3
- > **Prerequisite:** Read [`../../te-shared/SKILL.md`](../../te-shared/SKILL.md)
3
+ > **Prerequisite:** Read [`../../ae-shared/SKILL.md`](../../ae-shared/SKILL.md)
4
4
 
5
5
  Query the configuration schema for a flow node type.
6
6
 
@@ -1,6 +1,6 @@
1
- # te-engage +flow_node_detail_report
1
+ # ae-engage +flow_node_detail_report
2
2
 
3
- > **Prerequisite:** Read [`../../te-shared/SKILL.md`](../../te-shared/SKILL.md)
3
+ > **Prerequisite:** Read [`../../ae-shared/SKILL.md`](../../ae-shared/SKILL.md)
4
4
 
5
5
  Query the detailed report for a single flow node.
6
6
 
@@ -1,6 +1,6 @@
1
- # te-engage +flow_node_overview_report
1
+ # ae-engage +flow_node_overview_report
2
2
 
3
- > **Prerequisite:** Read [`../../te-shared/SKILL.md`](../../te-shared/SKILL.md)
3
+ > **Prerequisite:** Read [`../../ae-shared/SKILL.md`](../../ae-shared/SKILL.md)
4
4
 
5
5
  Query the overview report for all nodes in a flow.
6
6
 
@@ -1,6 +1,6 @@
1
- # te-engage +flow_process_report
1
+ # ae-engage +flow_process_report
2
2
 
3
- > **Prerequisite:** Read [`../../te-shared/SKILL.md`](../../te-shared/SKILL.md)
3
+ > **Prerequisite:** Read [`../../ae-shared/SKILL.md`](../../ae-shared/SKILL.md)
4
4
 
5
5
  Query the process-level report for a flow.
6
6
 
@@ -1,6 +1,6 @@
1
- # te-engage +manage_flow
1
+ # ae-engage +manage_flow
2
2
 
3
- > **Prerequisite:** Read [`../../te-shared/SKILL.md`](../../te-shared/SKILL.md)
3
+ > **Prerequisite:** Read [`../../ae-shared/SKILL.md`](../../ae-shared/SKILL.md)
4
4
 
5
5
  Batch manage flow status or review actions.
6
6
 
@@ -1,6 +1,6 @@
1
- # te-engage +manage_strategy
1
+ # ae-engage +manage_strategy
2
2
 
3
- > **Prerequisite:** Read [`../../te-shared/SKILL.md`](../../te-shared/SKILL.md)
3
+ > **Prerequisite:** Read [`../../ae-shared/SKILL.md`](../../ae-shared/SKILL.md)
4
4
 
5
5
  Batch manage strategy status or review actions.
6
6
 
@@ -1,6 +1,6 @@
1
- # te-engage +manage_task
1
+ # ae-engage +manage_task
2
2
 
3
- > **Prerequisite:** Read [`../../te-shared/SKILL.md`](../../te-shared/SKILL.md)
3
+ > **Prerequisite:** Read [`../../ae-shared/SKILL.md`](../../ae-shared/SKILL.md)
4
4
 
5
5
  Perform task lifecycle actions such as send, pause, end, or review.
6
6
 
@@ -1,6 +1,6 @@
1
- # te-engage +modify_flow_base_info
1
+ # ae-engage +modify_flow_base_info
2
2
 
3
- > **Prerequisite:** Read [`../../te-shared/SKILL.md`](../../te-shared/SKILL.md)
3
+ > **Prerequisite:** Read [`../../ae-shared/SKILL.md`](../../ae-shared/SKILL.md)
4
4
 
5
5
  Modify the basic information of a flow canvas.
6
6
 
@@ -1,4 +1,4 @@
1
- # te-engage `+save_flow`
1
+ # ae-engage `+save_flow`
2
2
 
3
3
  Create or update a flow canvas draft.
4
4
 
@@ -37,7 +37,7 @@ ae-cli engage +save_flow --project_id <projectId> --req '<req-json>'
37
37
  Use the following five-step workflow:
38
38
 
39
39
  1. Identify the flow intent from the user input and produce a unified intent JSON.
40
- 2. Run `ae-cli te_audience +get_cluster_definition_schema --cluster_type condition` to obtain the condition cluster definition schema for assembling condition-related fields later.
40
+ 2. Run `ae-cli analysis_audience +get_cluster_definition_schema --cluster_type condition` to obtain the condition cluster definition schema for assembling condition-related fields later.
41
41
  3. Run `ae-cli engage +channel_list --project_id <projectId>` to get the available channels in the project and match real `channelId` values for touchpoint nodes.
42
42
  4. Map the intent JSON to the final `req`: `flowName`, `flowDesc`, `nodeList`, and `edgeList`.
43
43
  5. Run `ae-cli engage +save_flow --project_id <projectId> --req '<req-json>'` to submit.
@@ -139,7 +139,7 @@ First organize the user requirement into the following intent JSON. This JSON is
139
139
  Run:
140
140
 
141
141
  ```bash
142
- ae-cli te_audience +get_cluster_definition_schema --cluster_type condition
142
+ ae-cli analysis_audience +get_cluster_definition_schema --cluster_type condition
143
143
  ```
144
144
 
145
145
  Purpose:
@@ -1,6 +1,6 @@
1
- # te-engage +strategy_detail
1
+ # ae-engage +strategy_detail
2
2
 
3
- > **Prerequisite:** Read [`../../te-shared/SKILL.md`](../../te-shared/SKILL.md)
3
+ > **Prerequisite:** Read [`../../ae-shared/SKILL.md`](../../ae-shared/SKILL.md)
4
4
 
5
5
  Query the details of a single strategy.
6
6
 
@@ -1,6 +1,6 @@
1
- # te-engage +strategy_list
1
+ # ae-engage +strategy_list
2
2
 
3
- > **Prerequisite:** Read [`../../te-shared/SKILL.md`](../../te-shared/SKILL.md)
3
+ > **Prerequisite:** Read [`../../ae-shared/SKILL.md`](../../ae-shared/SKILL.md)
4
4
 
5
5
  Query the strategy list.
6
6
 
@@ -1,6 +1,6 @@
1
- # te-engage +task_data_detail
1
+ # ae-engage +task_data_detail
2
2
 
3
- > **Prerequisite:** Read [`../../te-shared/SKILL.md`](../../te-shared/SKILL.md)
3
+ > **Prerequisite:** Read [`../../ae-shared/SKILL.md`](../../ae-shared/SKILL.md)
4
4
 
5
5
  Query the task detailed data report.
6
6
 
@@ -12,7 +12,6 @@ Mapped command: `ae-cli engage +task_data_detail`
12
12
  |------|------|------|------|
13
13
  | `--project_id` / `-p` | number | Yes | Project ID |
14
14
  | `--task_id` | string | Yes | task ID |
15
- | `--task_type` | string | Yes | task type: `normal` or `trigger` |
16
15
  | `--detail_type` | string | Yes | detail type |
17
16
  | `--start_time` | string | Yes | Start date |
18
17
  | `--end_time` | string | Yes | End date |
@@ -26,11 +25,6 @@ Mapped command: `ae-cli engage +task_data_detail`
26
25
 
27
26
  ## Enum Notes
28
27
 
29
- ### `--task_type`
30
-
31
- - `normal`: normal task
32
- - `trigger`: trigger task
33
-
34
28
  ### `--detail_type`
35
29
 
36
30
  - `time`: view by time
@@ -67,7 +61,6 @@ Common values include:
67
61
 
68
62
  ## Parameter Constraints
69
63
 
70
- - When `--task_type` is `trigger`, `--detail_type` can only be `time`.
71
64
  - When `--detail_type` is `instance_daily`, you must include `--task_instance_id`.
72
65
  - `--start_time`、`--end_time` use `yyyy-MM-dd`.
73
66
 
@@ -76,6 +69,6 @@ Common values include:
76
69
  ```bash
77
70
  ae-cli engage +task_data_detail \
78
71
  --project_id 1 --task_id task_123 \
79
- --task_type normal --detail_type time \
72
+ --detail_type time \
80
73
  --start_time 2026-04-01 --end_time 2026-04-07
81
74
  ```
@@ -1,6 +1,6 @@
1
- # te-engage +task_data_overview
1
+ # ae-engage +task_data_overview
2
2
 
3
- > **Prerequisite:** Read [`../../te-shared/SKILL.md`](../../te-shared/SKILL.md)
3
+ > **Prerequisite:** Read [`../../ae-shared/SKILL.md`](../../ae-shared/SKILL.md)
4
4
 
5
5
  Query the funnel-style task data overview.
6
6
 
@@ -12,7 +12,6 @@ Mapped command: `ae-cli engage +task_data_overview`
12
12
  |------|------|------|------|
13
13
  | `--project_id` / `-p` | number | Yes | Project ID |
14
14
  | `--task_id` | string | Yes | task ID |
15
- | `--task_type` | string | Yes | task type: `normal` or `trigger` |
16
15
  | `--request_id` | string | No | Query requestId |
17
16
  | `--push_language_code` | string | No | push language code |
18
17
  | `--data_dim_type` | string | No | data dimension type |
@@ -20,11 +19,6 @@ Mapped command: `ae-cli engage +task_data_overview`
20
19
 
21
20
  ## Enum Notes
22
21
 
23
- ### `--task_type`
24
-
25
- - `normal`: normal task
26
- - `trigger`: trigger task
27
-
28
22
  ### `--data_dim_type`
29
23
 
30
24
  - `uv`: count by unique users
@@ -44,5 +38,5 @@ Common values include:
44
38
  ## Examples
45
39
 
46
40
  ```bash
47
- ae-cli engage +task_data_overview --project_id 1 --task_id task_123 --task_type normal
41
+ ae-cli engage +task_data_overview --project_id 1 --task_id task_123
48
42
  ```
@@ -1,6 +1,6 @@
1
- # te-engage +task_detail
1
+ # ae-engage +task_detail
2
2
 
3
- > **Prerequisite:** Read [`../../te-shared/SKILL.md`](../../te-shared/SKILL.md)
3
+ > **Prerequisite:** Read [`../../ae-shared/SKILL.md`](../../ae-shared/SKILL.md)
4
4
 
5
5
  Query the details of a single task.
6
6
 
@@ -1,6 +1,6 @@
1
- # te-engage +task_experiment_report
1
+ # ae-engage +task_experiment_report
2
2
 
3
- > **Prerequisite:** Read [`../../te-shared/SKILL.md`](../../te-shared/SKILL.md)
3
+ > **Prerequisite:** Read [`../../ae-shared/SKILL.md`](../../ae-shared/SKILL.md)
4
4
 
5
5
  Query the task experiment report.
6
6
 
@@ -12,7 +12,6 @@ Mapped command: `ae-cli engage +task_experiment_report`
12
12
  |------|------|------|------|
13
13
  | `--project_id` / `-p` | number | Yes | Project ID |
14
14
  | `--task_id` | string | Yes | task ID |
15
- | `--task_type` | string | Yes | task type: `normal` or `trigger` |
16
15
  | `--report_type` | string | Yes | report type: `overview` or `detail` |
17
16
  | `--start_time` | string | Yes | Start date |
18
17
  | `--end_time` | string | Yes | End date |
@@ -21,11 +20,6 @@ Mapped command: `ae-cli engage +task_experiment_report`
21
20
 
22
21
  ## Enum Notes
23
22
 
24
- ### `--task_type`
25
-
26
- - `normal`: normal task
27
- - `trigger`: trigger task
28
-
29
23
  ### `--report_type`
30
24
 
31
25
  - `overview`: experiment overview
@@ -46,6 +40,6 @@ Common values include:
46
40
 
47
41
  ```bash
48
42
  ae-cli engage +task_experiment_report \
49
- --project_id 1 --task_id task_123 --task_type normal \
43
+ --project_id 1 --task_id task_123 \
50
44
  --report_type overview --start_time 2026-04-01 --end_time 2026-04-07
51
45
  ```
@@ -1,6 +1,6 @@
1
- # te-engage +task_list
1
+ # ae-engage +task_list
2
2
 
3
- > **Prerequisite:** Read [`../../te-shared/SKILL.md`](../../te-shared/SKILL.md)
3
+ > **Prerequisite:** Read [`../../ae-shared/SKILL.md`](../../ae-shared/SKILL.md)
4
4
 
5
5
  Query the paginated task list.
6
6
 
@@ -1,6 +1,6 @@
1
- # te-engage +task_metric_detail
1
+ # ae-engage +task_metric_detail
2
2
 
3
- > **Prerequisite:** Read [`../../te-shared/SKILL.md`](../../te-shared/SKILL.md)
3
+ > **Prerequisite:** Read [`../../ae-shared/SKILL.md`](../../ae-shared/SKILL.md)
4
4
 
5
5
  Query the metric-oriented detail report for a task.
6
6
 
@@ -12,7 +12,6 @@ Mapped command: `ae-cli engage +task_metric_detail`
12
12
  |------|------|------|------|
13
13
  | `--project_id` / `-p` | number | Yes | Project ID |
14
14
  | `--task_id` | string | Yes | task ID |
15
- | `--task_type` | string | Yes | task type: `normal` or `trigger` |
16
15
  | `--start_time` | string | Yes | Start date |
17
16
  | `--end_time` | string | Yes | End date |
18
17
  | `--request_id` | string | No | query requestId |
@@ -23,11 +22,6 @@ Mapped command: `ae-cli engage +task_metric_detail`
23
22
 
24
23
  ## Enum Notes
25
24
 
26
- ### `--task_type`
27
-
28
- - `normal`: normal task
29
- - `trigger`: trigger task
30
-
31
25
  ### `--group_type`
32
26
 
33
27
  - `1`: group by batch
@@ -50,7 +44,7 @@ Common values include:
50
44
 
51
45
  ```bash
52
46
  ae-cli engage +task_metric_detail \
53
- --project_id 1 --task_id task_123 --task_type normal \
47
+ --project_id 1 --task_id task_123 \
54
48
  --start_time 2026-04-01 --end_time 2026-04-07 \
55
49
  --metric_id_list '["metric_1"]'
56
50
  ```
@@ -1,6 +1,6 @@
1
- # te-engage +task_stats
1
+ # ae-engage +task_stats
2
2
 
3
- > **Prerequisite:** Read [`../../te-shared/SKILL.md`](../../te-shared/SKILL.md)
3
+ > **Prerequisite:** Read [`../../ae-shared/SKILL.md`](../../ae-shared/SKILL.md)
4
4
 
5
5
  Query task status statistics.
6
6
 
@@ -1,6 +1,6 @@
1
- # te-engage +update_channel_status
1
+ # ae-engage +update_channel_status
2
2
 
3
- > **Prerequisite:** Read [`../../te-shared/SKILL.md`](../../te-shared/SKILL.md)
3
+ > **Prerequisite:** Read [`../../ae-shared/SKILL.md`](../../ae-shared/SKILL.md)
4
4
 
5
5
  Update the status of an Engage channel.
6
6
 
@@ -1,6 +1,6 @@
1
- # te-engage +update_config_channel_status
1
+ # ae-engage +update_config_channel_status
2
2
 
3
- > **Prerequisite:** Read [`../../te-shared/SKILL.md`](../../te-shared/SKILL.md)
3
+ > **Prerequisite:** Read [`../../ae-shared/SKILL.md`](../../ae-shared/SKILL.md)
4
4
 
5
5
  Update the status of a config channel.
6
6
 
@@ -1,6 +1,6 @@
1
- # te-engage +validate_flow_node_config
1
+ # ae-engage +validate_flow_node_config
2
2
 
3
- > **Prerequisite:** Read [`../../te-shared/SKILL.md`](../../te-shared/SKILL.md)
3
+ > **Prerequisite:** Read [`../../ae-shared/SKILL.md`](../../ae-shared/SKILL.md)
4
4
 
5
5
  Validate a single node configuration before saving a flow.
6
6
 
@@ -1,6 +1,6 @@
1
- # te-engage +whitelist_list
1
+ # ae-engage +whitelist_list
2
2
 
3
- > **Prerequisite:** Read [`../../te-shared/SKILL.md`](../../te-shared/SKILL.md)
3
+ > **Prerequisite:** Read [`../../ae-shared/SKILL.md`](../../ae-shared/SKILL.md)
4
4
 
5
5
  Query the whitelist list in a project.
6
6
 
@@ -1,19 +0,0 @@
1
- import {
2
- clearToken,
3
- getAuthStatus,
4
- getToken,
5
- loadToken,
6
- resolveHost,
7
- saveToken,
8
- setTokenManual
9
- } from "./chunk-RJNLN3KQ.js";
10
- import "./chunk-OVQOK35G.js";
11
- export {
12
- clearToken,
13
- getAuthStatus,
14
- getToken,
15
- loadToken,
16
- resolveHost,
17
- saveToken,
18
- setTokenManual
19
- };
@@ -1,67 +0,0 @@
1
- import {
2
- printError,
3
- printOutput
4
- } from "./chunk-KM57HI5B.js";
5
- import {
6
- clearToken,
7
- getAuthStatus,
8
- getToken,
9
- resolveHost,
10
- setTokenManual
11
- } from "./chunk-RJNLN3KQ.js";
12
- import "./chunk-OVQOK35G.js";
13
-
14
- // src/commands/auth.ts
15
- function registerAuth(program) {
16
- const auth = program.command("auth").description("Authentication management");
17
- auth.command("login").description("Login to TE (auto-extract token from Chrome on macOS)").action(async () => {
18
- const host = resolveHost(program.opts().host);
19
- if (!host) {
20
- printError("config", "No TE host configured.", "Run: ae-cli config set-host");
21
- process.exit(1);
22
- }
23
- try {
24
- const token = await getToken(host);
25
- process.stderr.write(`[ae-cli] Authenticated to ${host}
26
- `);
27
- printOutput({ authenticated: true, host, token: token.slice(0, 8) + "..." }, program.opts().format || "json");
28
- } catch (err) {
29
- printError("auth", err.message);
30
- process.exit(1);
31
- }
32
- });
33
- auth.command("set-token <token>").description("Manually set authentication token for active host").action((token) => {
34
- const host = resolveHost(program.opts().host);
35
- if (!host) {
36
- printError("config", "No TE host configured.", "Run: ae-cli config set-host");
37
- process.exit(1);
38
- }
39
- setTokenManual(token, host);
40
- process.stderr.write(`[ae-cli] Token saved for ${host}
41
- `);
42
- printOutput({ saved: true, host }, program.opts().format || "json");
43
- });
44
- auth.command("status").description("Show current authentication status").action(() => {
45
- const host = resolveHost(program.opts().host);
46
- if (!host) {
47
- printOutput({ authenticated: false, host: "(none)", hint: "Run: ae-cli config set-host" }, program.opts().format || "json");
48
- return;
49
- }
50
- const status = getAuthStatus(host);
51
- printOutput(status, program.opts().format || "json");
52
- });
53
- auth.command("logout").description("Clear stored token for active host").action(() => {
54
- const host = resolveHost(program.opts().host);
55
- if (!host) {
56
- printError("config", "No TE host configured.", "Run: ae-cli config set-host");
57
- process.exit(1);
58
- }
59
- clearToken(host);
60
- process.stderr.write(`[ae-cli] Token cleared for ${host}
61
- `);
62
- printOutput({ cleared: true, host }, program.opts().format || "json");
63
- });
64
- }
65
- export {
66
- registerAuth
67
- };