@thinkingai/ae-cli 6.1.20 → 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.
- package/README.md +2 -1
- package/README.zh.md +2 -1
- package/dist/{auth-FUM37MHF.js → auth-XZNXFRJS.js} +5 -5
- package/dist/{capability-AXFQW5WM.js → capability-FYTU3X6L.js} +42 -12
- package/dist/{chunk-LNZBEQXW.js → chunk-4NRCTUZJ.js} +27041 -474
- package/dist/{chunk-VXNMYUXU.js → chunk-57RRFUEZ.js} +23 -7
- package/dist/{chunk-WZ6YVQSF.js → chunk-7FTTULED.js} +1 -1
- package/dist/{chunk-ATSM5XAW.js → chunk-7XGFSUOM.js} +2 -2
- package/dist/chunk-CCS66K4K.js +155 -0
- package/dist/{chunk-I4WQAEYB.js → chunk-DVMLWQD4.js} +8 -186
- package/dist/{chunk-CZU3V3DQ.js → chunk-DX5CDO34.js} +27 -6
- package/dist/chunk-EQ255HKO.js +38248 -0
- package/dist/{chunk-BBEFP4SB.js → chunk-HBGADCKA.js} +3 -3
- package/dist/{chunk-QJQZH5GQ.js → chunk-HFGZGYCG.js} +10 -6
- package/dist/{chunk-ECBLHAZO.js → chunk-JOCDD4ON.js} +1 -1
- package/dist/{chunk-TKHSULJT.js → chunk-KPQY44JQ.js} +6 -0
- package/dist/{chunk-4P355ZWB.js → chunk-MAPZ7VB6.js} +21 -1
- package/dist/chunk-V2NUHPXF.js +196 -0
- package/dist/{chunk-RSG4ONOI.js → chunk-VYXXOKYS.js} +5 -5
- package/dist/{community-report-client-XXWGSBSD.js → community-report-client-CU22W53K.js} +1 -1
- package/dist/{config-EXUGQN5T.js → config-XO3LI3SA.js} +4 -4
- package/dist/context-IFJI3LIT.js +46 -0
- package/dist/{data-integration-4NZ53OMT.js → data-integration-HNGUKFIC.js} +44 -35
- package/dist/index.js +101 -64
- package/dist/{local-data-upload-client-KYOKVYZV.js → local-data-upload-client-GTRIT64F.js} +3 -2
- package/dist/{memory-ATNKZNW5.js → memory-QGPSNCQS.js} +4 -4
- package/dist/{metadata-VZVC7YMH.js → metadata-DI5BMYFU.js} +8 -8
- package/dist/{model-E4JMQ4V2.js → model-RNPQXIBI.js} +4 -4
- package/dist/{personal-semantic-preference-7S2SQ3UV.js → personal-semantic-preference-5C3WUXFI.js} +11 -8
- package/dist/{project-semantic-2SZP2OPO.js → project-semantic-3LF6Q6JZ.js} +27 -21
- package/dist/{sync-YV3E66IF.js → sync-O45NXEQY.js} +7 -6
- package/dist/{te-agent-JB5T3PO7.js → te-agent-K5MSPNHJ.js} +5 -5
- package/dist/{te-analysis-3YJAAT2D.js → te-analysis-AISWCOOZ.js} +1086 -354
- package/dist/{te-community-UDBI672N.js → te-community-4OYU3BDA.js} +4 -4
- package/dist/{te-dataops-ZLYOCXZ4.js → te-dataops-NFIPB6FX.js} +5 -5
- package/dist/{te-engage-4XG6OJML.js → te-engage-BAM3GBFX.js} +7 -7
- package/dist/{te-experiment-VXUWPINJ.js → te-experiment-GUTZXZ5Z.js} +132 -14
- package/dist/{te-kb-WYQWHFSC.js → te-kb-3TS73NO6.js} +454 -194
- package/dist/{te-system-7G6F2LJA.js → te-system-STMHLS5J.js} +12 -7
- package/dist/{te-team-E7FBBXMQ.js → te-team-3I5AOX3N.js} +6 -6
- package/dist/{update-D47BUG25.js → update-RZXLPCRH.js} +4 -4
- package/package.json +21 -14
- package/skills/ae-analysis/SKILL.md +91 -78
- package/skills/ae-analysis/references/adhoc_export.md +11 -18
- package/skills/ae-analysis/references/adhoc_run.md +15 -7
- package/skills/ae-analysis/references/agent_review_detail.md +11 -0
- package/skills/ae-analysis/references/agent_review_evidence.md +46 -0
- package/skills/ae-analysis/references/agent_review_list.md +9 -0
- package/skills/ae-analysis/references/agent_review_preflight.md +96 -0
- package/skills/ae-analysis/references/agent_review_priorities_comparisons.md +76 -0
- package/skills/ae-analysis/references/agent_review_records.md +9 -0
- package/skills/ae-analysis/references/agent_review_retry.md +12 -0
- package/skills/ae-analysis/references/agent_review_review.md +16 -0
- package/skills/ae-analysis/references/agent_review_submit_to_page.md +184 -0
- package/skills/ae-analysis/references/ai_models/attribution.md +29 -0
- package/skills/ae-analysis/references/ai_models/distribution.md +40 -0
- package/skills/ae-analysis/references/ai_models/event.md +108 -0
- package/skills/ae-analysis/references/ai_models/funnel.md +46 -0
- package/skills/ae-analysis/references/ai_models/heat_map.md +26 -0
- package/skills/ae-analysis/references/ai_models/interval.md +20 -0
- package/skills/ae-analysis/references/ai_models/path.md +38 -0
- package/skills/ae-analysis/references/ai_models/prop_analysis.md +39 -0
- package/skills/ae-analysis/references/ai_models/rank_list.md +25 -0
- package/skills/ae-analysis/references/ai_models/retention.md +70 -0
- package/skills/ae-analysis/references/ai_models/revenue.md +28 -0
- package/skills/ae-analysis/references/ai_models/sql.md +74 -0
- package/skills/ae-analysis/references/ai_models/tag.md +19 -0
- package/skills/ae-analysis/references/ai_models.md +32 -473
- package/skills/ae-analysis/references/alert_create.md +7 -7
- package/skills/ae-analysis/references/alert_delete.md +4 -6
- package/skills/ae-analysis/references/alert_detail_list.md +7 -9
- package/skills/ae-analysis/references/alert_get.md +5 -7
- package/skills/ae-analysis/references/alert_job_list.md +4 -6
- package/skills/ae-analysis/references/alert_list.md +6 -8
- package/skills/ae-analysis/references/alert_notice_config_list.md +4 -6
- package/skills/ae-analysis/references/alert_start.md +5 -7
- package/skills/ae-analysis/references/alert_stop.md +5 -7
- package/skills/ae-analysis/references/alert_update.md +8 -8
- package/skills/ae-analysis/references/analysis_data_export.md +72 -0
- package/skills/ae-analysis/references/analysis_data_retrieval.md +32 -196
- package/skills/ae-analysis/references/analysis_gateway_assets.md +23 -180
- package/skills/ae-analysis/references/analysis_interpretation.md +37 -17
- package/skills/ae-analysis/references/asset_abnormal_get.md +0 -1
- package/skills/ae-analysis/references/asset_abnormal_list.md +0 -1
- package/skills/ae-analysis/references/asset_authentication_export.md +4 -0
- package/skills/ae-analysis/references/asset_authentication_list.md +7 -1
- package/skills/ae-analysis/references/asset_authentication_update.md +5 -1
- package/skills/ae-analysis/references/asset_batch_dashboard_schedule_freeze.md +8 -6
- package/skills/ae-analysis/references/asset_batch_delete.md +6 -6
- package/skills/ae-analysis/references/asset_batch_disable_auto_backup.md +4 -5
- package/skills/ae-analysis/references/asset_batch_disable_auto_update.md +5 -6
- package/skills/ae-analysis/references/asset_batch_handover.md +4 -5
- package/skills/ae-analysis/references/asset_batch_info_export.md +4 -5
- package/skills/ae-analysis/references/asset_batch_sql_export.md +5 -6
- package/skills/ae-analysis/references/asset_dependency_list.md +4 -5
- package/skills/ae-analysis/references/asset_export.md +4 -5
- package/skills/ae-analysis/references/asset_impact_list.md +5 -9
- package/skills/ae-analysis/references/asset_lineage_get.md +5 -6
- package/skills/ae-analysis/references/asset_list.md +4 -5
- package/skills/ae-analysis/references/asset_query_history_list.md +4 -8
- package/skills/ae-analysis/references/asset_recent_list.md +0 -1
- package/skills/ae-analysis/references/asset_search.md +12 -9
- package/skills/ae-analysis/references/asset_url_get.md +3 -4
- package/skills/ae-analysis/references/bi_panel_copy.md +2 -2
- package/skills/ae-analysis/references/bi_panel_page_data_export.md +4 -12
- package/skills/ae-analysis/references/bi_panel_page_data_run.md +2 -0
- package/skills/ae-analysis/references/catalog_export.md +4 -17
- package/skills/ae-analysis/references/catalog_list.md +4 -4
- package/skills/ae-analysis/references/check_delete.md +5 -7
- package/skills/ae-analysis/references/check_export.md +11 -11
- package/skills/ae-analysis/references/check_get.md +8 -10
- package/skills/ae-analysis/references/check_list.md +4 -6
- package/skills/ae-analysis/references/check_retry.md +8 -10
- package/skills/ae-analysis/references/check_run.md +2 -4
- package/skills/ae-analysis/references/command_index.md +44 -26
- package/skills/ae-analysis/references/dashboard_report_data_export.md +5 -13
- package/skills/ae-analysis/references/dashboard_report_data_run.md +1 -1
- package/skills/ae-analysis/references/dashboard_update.md +14 -3
- package/skills/ae-analysis/references/datatable_columns_get.md +0 -1
- package/skills/ae-analysis/references/datatable_influence_list.md +0 -1
- package/skills/ae-analysis/references/datatable_version_get.md +0 -1
- package/skills/ae-analysis/references/datatable_version_list.md +0 -1
- package/skills/ae-analysis/references/debug_device_add.md +1 -2
- package/skills/ae-analysis/references/drilldown_entities_export.md +3 -3
- package/skills/ae-analysis/references/drilldown_events_export.md +3 -2
- package/skills/ae-analysis/references/drilldown_user_events_export.md +2 -2
- package/skills/ae-analysis/references/entity_detail_export.md +3 -2
- package/skills/ae-analysis/references/entity_detail_run.md +1 -0
- package/skills/ae-analysis/references/event_blacklist_add.md +5 -7
- package/skills/ae-analysis/references/event_blacklist_list.md +4 -6
- package/skills/ae-analysis/references/event_blacklist_update.md +6 -8
- package/skills/ae-analysis/references/event_changelog_list.md +0 -1
- package/skills/ae-analysis/references/event_create.md +0 -1
- package/skills/ae-analysis/references/event_detail_export.md +3 -2
- package/skills/ae-analysis/references/event_detail_run.md +1 -0
- package/skills/ae-analysis/references/event_export.md +0 -1
- package/skills/ae-analysis/references/event_get.md +0 -1
- package/skills/ae-analysis/references/event_hide_update.md +0 -1
- package/skills/ae-analysis/references/event_influence_list.md +0 -1
- package/skills/ae-analysis/references/event_list.md +0 -1
- package/skills/ae-analysis/references/event_property_bundle_export.md +5 -14
- package/skills/ae-analysis/references/event_property_bundle_import.md +2 -6
- package/skills/ae-analysis/references/event_relation_update.md +0 -1
- package/skills/ae-analysis/references/event_update.md +0 -1
- package/skills/ae-analysis/references/exchange_config_update.md +0 -1
- package/skills/ae-analysis/references/exchange_rate_refresh.md +0 -1
- package/skills/ae-analysis/references/exchange_rule_list.md +0 -1
- package/skills/ae-analysis/references/exchange_rule_update.md +0 -1
- package/skills/ae-analysis/references/exchange_rule_validate.md +0 -1
- package/skills/ae-analysis/references/governance_recommendation_decisions.md +23 -0
- package/skills/ae-analysis/references/governance_recommendation_export.md +108 -0
- package/skills/ae-analysis/references/governance_recommendation_submit.md +41 -0
- package/skills/ae-analysis/references/history_tag_data_drilldown_export.md +4 -4
- package/skills/ae-analysis/references/history_tag_data_export.md +3 -3
- package/skills/ae-analysis/references/ingest_error_list.md +7 -9
- package/skills/ae-analysis/references/ingest_summary.md +6 -8
- package/skills/ae-analysis/references/live_data_export.md +10 -10
- package/skills/ae-analysis/references/live_data_list.md +7 -9
- package/skills/ae-analysis/references/metadata_resolution.md +78 -0
- package/skills/ae-analysis/references/metric_export.md +0 -1
- package/skills/ae-analysis/references/metric_get.md +0 -1
- package/skills/ae-analysis/references/metric_list.md +4 -5
- package/skills/ae-analysis/references/metric_update.md +0 -1
- package/skills/ae-analysis/references/operation_record_export.md +4 -5
- package/skills/ae-analysis/references/operation_record_list.md +4 -5
- package/skills/ae-analysis/references/personal_semantic_preference_list.md +18 -1
- package/skills/ae-analysis/references/plan_change_log_export.md +10 -10
- package/skills/ae-analysis/references/plan_change_log_list.md +4 -6
- package/skills/ae-analysis/references/plan_delete_items.md +2 -4
- package/skills/ae-analysis/references/plan_export.md +9 -9
- package/skills/ae-analysis/references/plan_generate.md +2 -4
- package/skills/ae-analysis/references/plan_get.md +4 -6
- package/skills/ae-analysis/references/plan_import_excel.md +6 -8
- package/skills/ae-analysis/references/plan_save_items.md +2 -4
- package/skills/ae-analysis/references/plan_sync_from_meta.md +4 -6
- package/skills/ae-analysis/references/project_access_detail_get.md +0 -1
- package/skills/ae-analysis/references/project_data_power_get.md +0 -1
- package/skills/ae-analysis/references/project_data_power_list.md +0 -1
- package/skills/ae-analysis/references/project_data_power_upsert.md +0 -1
- package/skills/ae-analysis/references/project_entity_create.md +0 -1
- package/skills/ae-analysis/references/project_entity_event_list.md +0 -1
- package/skills/ae-analysis/references/project_entity_get.md +0 -1
- package/skills/ae-analysis/references/project_entity_list.md +0 -1
- package/skills/ae-analysis/references/project_entity_update.md +0 -1
- package/skills/ae-analysis/references/project_function_list.md +0 -1
- package/skills/ae-analysis/references/project_info_get.md +0 -1
- package/skills/ae-analysis/references/project_info_list.md +0 -1
- package/skills/ae-analysis/references/project_info_update.md +0 -1
- package/skills/ae-analysis/references/project_mark_time_create.md +0 -1
- package/skills/ae-analysis/references/project_mark_time_list.md +0 -1
- package/skills/ae-analysis/references/project_mark_time_update.md +0 -1
- package/skills/ae-analysis/references/project_member_add.md +6 -5
- package/skills/ae-analysis/references/project_member_batch_update.md +0 -1
- package/skills/ae-analysis/references/project_member_candidate_list.md +4 -3
- package/skills/ae-analysis/references/project_member_handover_run.md +2 -3
- package/skills/ae-analysis/references/project_member_list.md +0 -1
- package/skills/ae-analysis/references/project_member_receiver_list.md +0 -1
- package/skills/ae-analysis/references/project_member_update.md +0 -1
- package/skills/ae-analysis/references/project_owner_update.md +0 -1
- package/skills/ae-analysis/references/project_permission_binding_list.md +0 -1
- package/skills/ae-analysis/references/project_role_function_list.md +0 -1
- package/skills/ae-analysis/references/project_role_get.md +0 -1
- package/skills/ae-analysis/references/project_role_list.md +0 -1
- package/skills/ae-analysis/references/project_role_upsert.md +32 -2
- package/skills/ae-analysis/references/project_role_user_list.md +0 -1
- package/skills/ae-analysis/references/project_semantic_knowledge_wiki.md +214 -0
- package/skills/ae-analysis/references/project_semantic_knowledge_wiki_plan_schema.md +93 -0
- package/skills/ae-analysis/references/project_timezone_get.md +0 -1
- package/skills/ae-analysis/references/project_timezone_overview.md +0 -1
- package/skills/ae-analysis/references/project_timezone_update.md +0 -1
- package/skills/ae-analysis/references/project_user_id_items_update.md +0 -1
- package/skills/ae-analysis/references/property_changelog_list.md +0 -1
- package/skills/ae-analysis/references/property_create.md +0 -1
- package/skills/ae-analysis/references/property_export.md +0 -1
- package/skills/ae-analysis/references/property_get.md +0 -1
- package/skills/ae-analysis/references/property_hide_update.md +0 -1
- package/skills/ae-analysis/references/property_influence_list.md +0 -1
- package/skills/ae-analysis/references/property_list.md +3 -4
- package/skills/ae-analysis/references/property_related_events.md +0 -1
- package/skills/ae-analysis/references/property_relation_update.md +0 -1
- package/skills/ae-analysis/references/property_update.md +0 -1
- package/skills/ae-analysis/references/report_create.md +4 -2
- package/skills/ae-analysis/references/report_data_export.md +11 -9
- package/skills/ae-analysis/references/report_data_run.md +14 -7
- package/skills/ae-analysis/references/report_get.md +5 -3
- package/skills/ae-analysis/references/report_list.md +2 -0
- package/skills/ae-analysis/references/report_update.md +5 -3
- package/skills/ae-analysis/references/rule_create.md +5 -6
- package/skills/ae-analysis/references/rule_delete.md +5 -5
- package/skills/ae-analysis/references/rule_list.md +3 -4
- package/skills/ae-analysis/references/rule_schema.md +3 -4
- package/skills/ae-analysis/references/rule_update.md +5 -6
- package/skills/ae-analysis/references/sdk_sample_generate.md +2 -4
- package/skills/ae-analysis/references/sql_table_columns.md +1 -1
- package/skills/ae-analysis/references/super_metadata_batch_create.md +1 -1
- package/skills/ae-analysis/references/super_metadata_batch_edit.md +1 -1
- package/skills/ae-analysis/references/system_member_add.md +1 -2
- package/skills/ae-analysis/references/system_member_status_update.md +1 -1
- package/skills/ae-analysis/references/system_ops_alert_contact_list.md +1 -1
- package/skills/ae-analysis/references/system_ops_alert_contact_test.md +0 -1
- package/skills/ae-analysis/references/system_query_monitor_overview.md +3 -3
- package/skills/ae-analysis/references/system_query_task_export.md +4 -14
- package/skills/ae-analysis/references/system_query_task_get.md +1 -1
- package/skills/ae-analysis/references/system_query_task_list.md +5 -6
- package/skills/ae-analysis/references/system_receiver_address_upsert.md +3 -3
- package/skills/ae-analysis/references/system_receiver_detection_get.md +1 -1
- package/skills/ae-analysis/references/system_third_party_login_disable.md +1 -1
- package/skills/ae-analysis/references/system_usage_trend_export.md +3 -12
- package/skills/ae-analysis/references/user_cluster_list.md +1 -1
- package/skills/ae-analysis/references/user_cluster_member_export.md +4 -4
- package/skills/ae-analysis/references/user_tag_list.md +1 -1
- package/skills/ae-analysis/references/user_tag_member_export.md +4 -4
- package/skills/ae-analysis/references/virtual_event_create.md +10 -5
- package/skills/ae-analysis/references/virtual_event_get.md +0 -1
- package/skills/ae-analysis/references/virtual_property_create.md +0 -1
- package/skills/ae-analysis/references/virtual_property_sql_rule_update.md +0 -1
- package/skills/ae-analysis/scripts/project-semantic-knowledge-wiki/build-project-semantic-wiki.mjs +1054 -0
- package/skills/ae-analysis/scripts/project-semantic-knowledge-wiki/company-kb.mjs +112 -0
- package/skills/ae-analysis/scripts/project-semantic-knowledge-wiki/default-compile-rules.md +30 -0
- package/skills/ae-analysis/scripts/project-semantic-knowledge-wiki/generate-build-ir.mjs +2735 -0
- package/skills/ae-analysis/scripts/project-semantic-knowledge-wiki/package-wiki-source-zip.mjs +376 -0
- package/skills/ae-analysis/scripts/project-semantic-knowledge-wiki/plan-kb-source-sync.mjs +264 -0
- package/skills/ae-analysis/scripts/project-semantic-knowledge-wiki/precompiled-source.mjs +49 -0
- package/skills/ae-analysis/scripts/project-semantic-knowledge-wiki/upload-kb-sources-concurrently.mjs +200 -0
- package/skills/ae-analysis/scripts/read_results.py +197 -0
- package/skills/ae-analysis-global/SKILL.md +1 -1
- package/skills/ae-capability/SKILL.md +1 -1
- package/skills/ae-community/SKILL.md +1 -1
- package/skills/ae-current-context/SKILL.md +53 -0
- package/skills/ae-data-integration/SKILL.md +5 -4
- package/skills/ae-data-integration/references/lark-bitable-source.md +288 -0
- package/skills/ae-data-integration/references/lark-sheet-source.md +130 -0
- package/skills/ae-data-integration/references/manual-export-source.md +83 -0
- package/skills/ae-data-integration/references/reuse.md +2 -0
- package/skills/ae-data-integration/references/sink-upload.md +32 -0
- package/skills/ae-data-integration/references/tracking-plan.md +4 -1
- package/skills/ae-data-integration/references/ue-mapping.md +2 -2
- package/skills/ae-data-integration-helper/SKILL.md +5 -5
- package/skills/ae-data-integration-helper/references/android_sdk_faq.md +3 -3
- package/skills/ae-data-integration-helper/references/c_sdk_faq.md +3 -3
- package/skills/ae-data-integration-helper/references/cocoscreator_sdk_faq.md +1 -1
- package/skills/ae-data-integration-helper/references/cpp_server_sdk_faq.md +3 -3
- package/skills/ae-data-integration-helper/references/ios_sdk_faq.md +1 -1
- package/skills/ae-data-integration-helper/references/java_sdk_faq.md +3 -3
- package/skills/ae-data-integration-helper/references/javascript_sdk_faq.md +1 -1
- package/skills/ae-data-integration-helper/references/logbus2_guide.md +1 -1
- package/skills/ae-data-integration-helper/references/logbus2_parser_plugin.md +2 -2
- package/skills/ae-data-integration-helper/references/minigame_sdk_faq.md +2 -2
- package/skills/ae-data-integration-helper/references/miniprogram_sdk_faq.md +1 -1
- package/skills/ae-data-integration-helper/references/python_sdk_faq.md +2 -2
- package/skills/ae-data-integration-helper/references/restful_api_notes.md +2 -2
- package/skills/ae-data-integration-helper/references/sdk_log_guide.md +3 -3
- package/skills/ae-data-integration-helper/references/sdk_usage_notes.md +11 -11
- package/skills/ae-data-integration-helper/references/unity_sdk_faq.md +1 -1
- package/skills/ae-dataops/SKILL.md +1 -1
- package/skills/ae-engage/SKILL.md +4 -3
- package/skills/ae-engage/references/build-task-save-guide.md +3 -0
- package/skills/ae-engage/references/flow-metric-update.md +115 -1
- package/skills/ae-engage/references/save-flow.md +3 -0
- package/skills/ae-engage/references/save-task.md +21 -0
- package/skills/ae-engage/references/task-metric-update.md +151 -0
- package/skills/ae-experiment/SKILL.md +14 -7
- package/skills/ae-experiment/references/save_submit_external_experiment.md +52 -0
- package/skills/ae-experiment-design/SKILL.md +3 -3
- package/skills/ae-experiment-design/references/platform-operations.md +1 -1
- package/skills/ae-experiment-insight/SKILL.md +2 -2
- package/skills/ae-experiment-insight/references/platform-operations.md +1 -1
- package/skills/ae-generate-tracking-code/SKILL.md +2 -1
- package/skills/ae-generate-tracking-code/references/client-sdk-insert.md +1 -1
- package/skills/ae-generate-tracking-code/references/datax-config.md +1 -1
- package/skills/ae-generate-tracking-code/references/logbus-config.md +1 -1
- package/skills/ae-generate-tracking-code/references/modes.md +1 -1
- package/skills/ae-generate-tracking-code/references/server-sdk-insert.md +5 -5
- package/skills/ae-generate-tracking-code/references/snippet-delivery.md +3 -3
- package/skills/ae-generate-tracking-plan/SKILL.md +2 -2
- package/skills/ae-generate-tracking-plan/references/te-api.md +1 -0
- package/skills/ae-generate-tracking-plan/references/xlsx-schema.md +3 -2
- package/skills/ae-kb/SKILL.md +41 -2
- package/skills/ae-kb/references/analysis-workflow.md +292 -0
- package/skills/ae-kb/references/source-mutations.md +95 -0
- package/skills/ae-kb-discovery/SKILL.md +5 -1
- package/skills/ae-metadata/SKILL.md +1 -1
- package/skills/ae-migrate-tracking-code/SKILL.md +195 -0
- package/skills/ae-migrate-tracking-code/references/ae-preset-properties.md +76 -0
- package/skills/ae-migrate-tracking-code/references/ir.md +167 -0
- package/skills/ae-migrate-tracking-code/references/mapping-framework.md +112 -0
- package/skills/ae-migrate-tracking-code/references/providers/README.md +58 -0
- package/skills/ae-migrate-tracking-code/references/providers/amplitude.md +208 -0
- package/skills/ae-migrate-tracking-code/references/providers/firebase.md +160 -0
- package/skills/ae-migrate-tracking-code/references/providers/ga4.md +92 -0
- package/skills/ae-migrate-tracking-code/references/providers/mixpanel.md +150 -0
- package/skills/ae-migrate-tracking-code/references/providers/sensors-data.md +146 -0
- package/skills/ae-project-semantic/SKILL.md +1 -1
- package/skills/ae-system/SKILL.md +4 -4
- package/skills/ae-team/SKILL.md +2 -2
- package/skills/ae-use-agent/references/local-agent.md +1 -1
- package/dist/chunk-TAL6CZH6.js +0 -72
- package/skills/ae-analysis/metadata_resolution.md +0 -184
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# analysis dashboard update
|
|
2
2
|
|
|
3
|
-
Use when the user wants to update dashboard settings in batch, upsert a dashboard note, or replace the dashboard-level business filter.
|
|
3
|
+
Use when the user wants to update dashboard settings in batch, upsert a dashboard note, save a dashboard-wide or personal default filter, or replace the dashboard-level business filter.
|
|
4
4
|
|
|
5
5
|
Do not use for moving/copying dashboards. Use `dashboard copy`, `dashboard handover`, or the relevant project-space/folder command.
|
|
6
6
|
|
|
@@ -10,8 +10,9 @@ Command:
|
|
|
10
10
|
ae-cli analysis dashboard update --project-id <project_id> --operation settings --dashboard-ids '[1001,1002]' [--zone-offset 8] [--payload '{...}']
|
|
11
11
|
ae-cli analysis dashboard update --project-id <project_id> --operation settings --dashboard-id <dashboard_id> --refresh-type 1 --dashboard-status normal --payload '{"dashboard_job_schedule":"0 0 8 * * ?","time_config_open":true,"time_config":{},"cache_config":{},"schedule_ui_config":{}}'
|
|
12
12
|
ae-cli analysis dashboard update --project-id <project_id> --operation note-upsert --dashboard-id <dashboard_id> [--note-id <note_id>] [--note-title <title>] [--description <text>]
|
|
13
|
-
ae-cli analysis dashboard update --project-id <project_id> --operation default-filter --dashboard-id <dashboard_id> --filter-name <name> --filter '{"junction_kind":"and","ta_filters":[
|
|
14
|
-
ae-cli analysis dashboard update --project-id <project_id> --operation
|
|
13
|
+
ae-cli analysis dashboard update --project-id <project_id> --operation default-filter --dashboard-id <dashboard_id> --filter-name <name> --filter '{"junction_kind":"and","ta_filters":[{"filter_type":"SIMPLE","column_name":"app","table_type":"1","select_type":"string","calcu_symbol":"C00","ftv":["X"]}]}'
|
|
14
|
+
ae-cli analysis dashboard update --project-id <project_id> --operation personal-default-filter --dashboard-id <dashboard_id> --filter-name <name> --filter '{"junction_kind":"and","ta_filters":[{"filter_type":"SIMPLE","column_name":"app","table_type":"1","select_type":"string","calcu_symbol":"C00","ftv":["X"]}]}'
|
|
15
|
+
ae-cli analysis dashboard update --project-id <project_id> --operation business-filter --dashboard-id <dashboard_id> --filter '{"junction_kind":"and","ta_filters":[{"filter_type":"SIMPLE","column_name":"app","table_type":"1","select_type":"string","calcu_symbol":"C00","ftv":["X"]}]}'
|
|
15
16
|
```
|
|
16
17
|
|
|
17
18
|
For `operation=settings`:
|
|
@@ -26,6 +27,16 @@ For `operation=note-upsert`, `dashboard_id` is required. Omit `note_id` to creat
|
|
|
26
27
|
|
|
27
28
|
For `operation=default-filter`, pass one `dashboard_id`, `filter_name`, and `filter`. This saves a favorite filter and enables it as the dashboard-wide default filter; it is distinct from the current caller's personal default filter.
|
|
28
29
|
|
|
30
|
+
For `operation=personal-default-filter`, pass one `dashboard_id`, `filter_name`, and `filter`. This saves a favorite filter owned by the current caller and enables it as that caller's personal default for the dashboard. It does not change the dashboard-wide default filter or another user's personal default.
|
|
31
|
+
|
|
29
32
|
For `operation=business-filter`, pass one `dashboard_id` and a `filter` object in snake_case QP form. This replaces the dashboard-level business filter saved in `ta_dashboard_business_filter`; it is not a condition-filter favorite or a space-level filter. Each simple condition uses fields such as `filter_type`, `column_name`, `table_type`, `column_type`, `select_type`, `calcu_symbol`, `ftv`, and `lack_value`. A condition with `lack_value=true` is saved as a selectable field but does not restrict query data. Pass `{"junction_kind":"and","ta_filters":[]}` to clear all dashboard-level business-filter conditions.
|
|
30
33
|
|
|
31
34
|
Output is the gateway envelope. `data` contains the update result.
|
|
35
|
+
|
|
36
|
+
### Raw QP filter contract
|
|
37
|
+
|
|
38
|
+
All three filter operations require raw QP, not report-intent filters. The root is an object with `junction_kind` (`"and"` or `"or"`) and a `ta_filters` array. Each SIMPLE condition requires `filter_type`, `column_name`, `table_type`, `select_type`, and `calcu_symbol` (the operator may be omitted only when `lack_value:true`). `table_type` is a string code: `"0"` event, `"1"` user, `"2"` cluster/tag. Metadata API names `event` / `user` are not valid here. Equality uses `calcu_symbol:"C00"` and `ftv:["X"]`; `filter_type:"equal"`, `property_name`, `property_type`, `operator`, and `values` are not accepted.
|
|
39
|
+
|
|
40
|
+
A compound condition is `{"filter_type":"COMPOUND","relation":"1","filts":[...]}` (`"1"` = and, `"0"` = or). Children follow the same raw QP contract. Existing scalar `ftv` values are also supported; existence and boolean operators do not require a value. `lack_value:true` preserves a selectable field without applying a comparison; it may omit `calcu_symbol` and `ftv`. A SIMPLE condition may omit `filts` or set it to null, while COMPOUND requires an array.
|
|
41
|
+
|
|
42
|
+
Common validates the dashboard filter format on the server; ae-cli forwards the filter without local QP validation. Follow the contract above when constructing input. Use `capability inspect analysis.dashboard.update` to inspect the target environment's schema, and use `--validate` when server-side parameter validation is needed. Both command entry points preserve explicit server `error.type:"validation"` errors, including the returned hint and metadata. Correct the input using those details before retrying. After writing, read back the dashboard and verify condition fields, operators, and values instead of relying only on `ok:true`.
|
|
@@ -8,7 +8,6 @@ Command:
|
|
|
8
8
|
|
|
9
9
|
```bash
|
|
10
10
|
ae-cli analysis-meta datatable version-list --project-id <project_id> --datatable-id <datatable_id> --limit 50 --offset 0
|
|
11
|
-
ae-cli analysis-meta datatable version-list --dry-run
|
|
12
11
|
```
|
|
13
12
|
|
|
14
13
|
Capability id: `metadata.data_table_version.list`.
|
|
@@ -11,8 +11,7 @@ ae-cli tracking debug-device add --project-id <project_id> --device-id <device_i
|
|
|
11
11
|
|
|
12
12
|
Capability id: `tracking.debug_device.add`.
|
|
13
13
|
|
|
14
|
-
Input sends `project_id`, `device_id`, and `device_name`. Prefer a stable device ID that the validation script can reuse.
|
|
15
|
-
The result confirms that the device was created or updated; use `debug-device list` to verify the saved device before selecting it.
|
|
14
|
+
Input sends `project_id`, `device_id`, and `device_name`. Prefer a stable device ID that the validation script can reuse. The response confirms creation or update; reuse that result. Select the device with `tracking debug-device select` only when the task needs it as the active Debug device.
|
|
16
15
|
|
|
17
16
|
## Parameters
|
|
18
17
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Stream the complete users or custom entities behind one selected synchronous-preview coordinate as a `csv.gz` artifact.
|
|
4
4
|
|
|
5
|
-
Read [`analysis_drilldown_contract.md`](analysis_drilldown_contract.md) and
|
|
5
|
+
Read [`analysis_drilldown_contract.md`](analysis_drilldown_contract.md) and select the coordinate from the existing synchronous query context. The export consumes an existing sync-preview context; it never creates a query context or additional drilldown choices.
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
8
|
ae-cli analysis drilldown-entities export \
|
|
@@ -12,7 +12,7 @@ ae-cli analysis drilldown-entities export \
|
|
|
12
12
|
--coordinate '<same returned coordinate>' \
|
|
13
13
|
[--properties '[{...}]'] \
|
|
14
14
|
[--artifact-format csv] \
|
|
15
|
-
[--timeout-seconds 21600]
|
|
15
|
+
[--timeout-seconds 21600] --output <file>
|
|
16
16
|
```
|
|
17
17
|
|
|
18
18
|
`--project-id` must match the project stored by `query_context_id`; a mismatch is rejected before export execution.
|
|
@@ -24,6 +24,6 @@ Property support matches the synchronous preview exactly:
|
|
|
24
24
|
|
|
25
25
|
`#user_id` is an internal association key. When presenting downloaded user rows to a customer, Agents should display account ID and visitor ID by default rather than using `#user_id` as the only visible identity.
|
|
26
26
|
|
|
27
|
-
This command does not accept `--limit`, `--offset`, `--page-num`, or `--page-size`. Common executes one full-download query and streams it directly into the artifact; it does not repeatedly call the synchronous preview. “Complete” follows the platform full-download ceiling (`model_full_download_limit`).
|
|
27
|
+
This command does not accept `--limit`, `--offset`, `--page-num`, or `--page-size`. Common executes one full-download query and streams it directly into the artifact; it does not repeatedly call the synchronous preview. “Complete” follows the platform full-download ceiling (`model_full_download_limit`). Use `--output` to wait and download the completed artifact. To resume an interrupted export, use [`analysis run wait`](run_wait.md) with the returned `run_id` and `--output <file>`.
|
|
28
28
|
|
|
29
29
|
The file is durable member data, not a new interactive result. Do not use rows in the downloaded artifact to construct another analysis coordinate. User event continuation requires the `drilldown_context_id` and canonical `user_id` returned by a user-subject `drilldown-entities run`, not this export.
|
|
@@ -12,7 +12,8 @@ ae-cli analysis drilldown-events export \
|
|
|
12
12
|
--coordinate '<same returned coordinate>' \
|
|
13
13
|
[--properties '[{"columnName":"<event_property_name>","tableType":"event"}]'] \
|
|
14
14
|
[--artifact-format csv] \
|
|
15
|
-
[--timeout-seconds 21600]
|
|
15
|
+
[--timeout-seconds 21600] \
|
|
16
|
+
--output <file>
|
|
16
17
|
```
|
|
17
18
|
|
|
18
19
|
`--project-id` must match the project stored by `query_context_id`; a mismatch is rejected before export execution.
|
|
@@ -21,4 +22,4 @@ This command does not accept `--limit`, `--offset`, `--page-num`, or `--page-siz
|
|
|
21
22
|
|
|
22
23
|
When `--properties` is present, the artifact contains required system event columns plus exactly the requested event properties. The export and synchronous preview use the same projection contract.
|
|
23
24
|
|
|
24
|
-
|
|
25
|
+
Use `--output` to wait and download the completed artifact. If interrupted, resume with [`analysis run wait`](run_wait.md) using the returned `run_id` and `--output <file>`. The downloaded rows are durable event detail only; they do not create or enlarge the interactive drilldown coordinate set.
|
|
@@ -12,7 +12,7 @@ ae-cli analysis drilldown-user-events export \
|
|
|
12
12
|
[--properties '[{"columnName":"<event_property_name>","tableType":"event"}]'] \
|
|
13
13
|
[--sort-order desc] \
|
|
14
14
|
[--artifact-format csv] \
|
|
15
|
-
[--timeout-seconds 21600]
|
|
15
|
+
[--timeout-seconds 21600] --output <file>
|
|
16
16
|
```
|
|
17
17
|
|
|
18
18
|
`--project-id` must match the project stored by `drilldown_context_id`; a mismatch is rejected before export execution.
|
|
@@ -26,6 +26,6 @@ preserves the machine date coordinates returned by the source query together
|
|
|
26
26
|
with that query's time granularity, such as daily, weekly, or monthly. Do not
|
|
27
27
|
construct dates outside that context or force a daily granularity.
|
|
28
28
|
|
|
29
|
-
|
|
29
|
+
Use `--output` to wait and download the completed artifact. To resume an interrupted export, use [`analysis run wait`](run_wait.md) with the returned `run_id` and `--output <file>`.
|
|
30
30
|
|
|
31
31
|
Output is an async run/artifact descriptor. The complete event rows exist only in the downloaded artifact; they cannot be used as new analysis coordinates.
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Submit a bounded entity detail query as an async gzip artifact.
|
|
4
4
|
|
|
5
|
-
Read `analysis_data_retrieval.md`
|
|
5
|
+
Read `analysis_data_retrieval.md` for the run/export choice. Use `--output` to wait and download the completed artifact. To resume an interrupted export, use [`analysis run wait`](run_wait.md) with the returned `run_id` and `--output <file>`.
|
|
6
6
|
|
|
7
7
|
Use this command for full or unknown-size entity detail data. Common reads backend batches internally and writes one artifact.
|
|
8
8
|
|
|
@@ -10,12 +10,13 @@ Use this command for full or unknown-size entity detail data. Common reads backe
|
|
|
10
10
|
ae-cli analysis entity-detail export \
|
|
11
11
|
--project-id <project_id> \
|
|
12
12
|
--definition '{"entity":"user","cohort":{"relation":"and","items":[{"field":{"name":"level","type":"user_property"},"operator":"gte","values":[1]}]}}' \
|
|
13
|
-
--artifact-format jsonl
|
|
13
|
+
--artifact-format jsonl --output <file>
|
|
14
14
|
```
|
|
15
15
|
|
|
16
16
|
Input:
|
|
17
17
|
- `--project-id` numeric project ID.
|
|
18
18
|
- `--definition` same bounded entity detail shape as `entity-detail run`.
|
|
19
|
+
- `--intent-snapshot` optional local snapshot containing `schema_version: 1`, non-empty `requirement`, and the exact final `definition`; omit `model_type` for detail commands. It checks JSON drift locally and is never sent to Gateway. A passing check does not establish user confirmation or correct business semantics.
|
|
19
20
|
- `--request-id` optional `cli_<32 lowercase hex>` lifecycle ID.
|
|
20
21
|
- `--use-cache` optional boolean.
|
|
21
22
|
- `--zone-offset` optional number.
|
|
@@ -16,6 +16,7 @@ ae-cli analysis entity-detail run \
|
|
|
16
16
|
Input:
|
|
17
17
|
- `--project-id` numeric project ID.
|
|
18
18
|
- `--definition` bounded entity detail JSON object with `entity`, `cohort`, optional `properties`, and optional `sort`.
|
|
19
|
+
- `--intent-snapshot` optional local snapshot containing `schema_version: 1`, non-empty `requirement`, and the exact final `definition`; omit `model_type` for detail commands. It checks JSON drift locally and is never sent to Gateway. A passing check does not establish user confirmation or correct business semantics.
|
|
19
20
|
- `--request-id` optional `cli_<32 lowercase hex>` lifecycle ID.
|
|
20
21
|
- `--use-cache` optional boolean.
|
|
21
22
|
- `--zone-offset` optional number.
|
|
@@ -1,25 +1,23 @@
|
|
|
1
1
|
# tracking event-blacklist add
|
|
2
2
|
|
|
3
|
-
Use when add events to tracking event blacklist.
|
|
4
|
-
|
|
5
|
-
Do not use for commands listed under the sheet's non-CLI section or for unrelated metadata/report operations. If the command needs a complex JSON object, read the backend schema or existing asset first and send snake_case fields only.
|
|
3
|
+
Use only when the user asks to add events to tracking event blacklist.
|
|
6
4
|
|
|
7
5
|
Command:
|
|
8
6
|
|
|
9
7
|
```bash
|
|
10
|
-
ae-cli tracking event-blacklist add
|
|
8
|
+
ae-cli tracking event-blacklist add --project-id <project_id> --event-names '<event_names>'
|
|
11
9
|
```
|
|
12
10
|
|
|
13
11
|
Capability id: `tracking.event_blacklist.add`
|
|
14
12
|
|
|
15
13
|
Input sends `project_id` and `event_names`. Do not send camelCase aliases.
|
|
16
14
|
|
|
17
|
-
Output is the capability gateway envelope: success is `ok=true,data,meta`; failure is `ok=false,error`.
|
|
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` |
|
|
24
|
-
| `--event-names` |
|
|
21
|
+
| `--project-id` | Numeric project ID. | Yes |
|
|
22
|
+
| `--event-names` | JSON array of event names. | Yes |
|
|
25
23
|
|
|
@@ -1,24 +1,22 @@
|
|
|
1
1
|
# tracking event-blacklist list
|
|
2
2
|
|
|
3
|
-
Use when list tracking event blacklist configuration.
|
|
4
|
-
|
|
5
|
-
Do not use for commands listed under the sheet's non-CLI section or for unrelated metadata/report operations. If the command needs a complex JSON object, read the backend schema or existing asset first and send snake_case fields only.
|
|
3
|
+
Use only when the user asks to list tracking event blacklist configuration.
|
|
6
4
|
|
|
7
5
|
Command:
|
|
8
6
|
|
|
9
7
|
```bash
|
|
10
|
-
ae-cli tracking event-blacklist list
|
|
8
|
+
ae-cli tracking event-blacklist list --project-id <project_id>
|
|
11
9
|
```
|
|
12
10
|
|
|
13
11
|
Capability id: `tracking.event_blacklist.list`
|
|
14
12
|
|
|
15
13
|
Input sends `project_id`. Do not send camelCase aliases.
|
|
16
14
|
|
|
17
|
-
Output is the capability gateway envelope: success is `ok=true,data,meta`; failure is `ok=false,error`.
|
|
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` |
|
|
21
|
+
| `--project-id` | Numeric project ID. | Yes |
|
|
24
22
|
|
|
@@ -1,26 +1,24 @@
|
|
|
1
1
|
# tracking event-blacklist update
|
|
2
2
|
|
|
3
|
-
Use when update tracking event blacklist config.
|
|
4
|
-
|
|
5
|
-
Do not use for commands listed under the sheet's non-CLI section or for unrelated metadata/report operations. If the command needs a complex JSON object, read the backend schema or existing asset first and send snake_case fields only.
|
|
3
|
+
Use only when the user asks to update tracking event blacklist config.
|
|
6
4
|
|
|
7
5
|
Command:
|
|
8
6
|
|
|
9
7
|
```bash
|
|
10
|
-
ae-cli tracking event-blacklist update
|
|
8
|
+
ae-cli tracking event-blacklist update --project-id <project_id> --event-names '<event_names>' --type <type>
|
|
11
9
|
```
|
|
12
10
|
|
|
13
11
|
Capability id: `tracking.event_blacklist.update`
|
|
14
12
|
|
|
15
13
|
Input sends `project_id`, `event_names`, and `type`. Do not send camelCase aliases.
|
|
16
14
|
|
|
17
|
-
Output is the capability gateway envelope: success is `ok=true,data,meta`; failure is `ok=false,error`.
|
|
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` |
|
|
24
|
-
| `--event-names` |
|
|
25
|
-
| `--type` |
|
|
21
|
+
| `--project-id` | Numeric project ID. | Yes |
|
|
22
|
+
| `--event-names` | JSON array of event names. | Yes |
|
|
23
|
+
| `--type` | Blacklist event config type: 0 or 1. | Yes |
|
|
26
24
|
|
|
@@ -8,7 +8,6 @@ Command:
|
|
|
8
8
|
|
|
9
9
|
```bash
|
|
10
10
|
ae-cli analysis-meta event create --project-id <project_id> --payload '{"event_name":"purchase","event_desc":"Purchase","source_type":"<source_type>","source_event_name":"<source_event>"}'
|
|
11
|
-
ae-cli analysis-meta event create --dry-run
|
|
12
11
|
```
|
|
13
12
|
|
|
14
13
|
Capability id: `metadata.event.create`.
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Submit a bounded event detail query as an async gzip artifact.
|
|
4
4
|
|
|
5
|
-
Read `analysis_data_retrieval.md`
|
|
5
|
+
Read `analysis_data_retrieval.md` for the run/export choice. Use `--output` to wait and download the completed artifact. To resume an interrupted export, use [`analysis run wait`](run_wait.md) with the returned `run_id` and `--output <file>`.
|
|
6
6
|
|
|
7
7
|
Use this command for full or unknown-size event detail data. Common reads backend batches internally and writes one artifact.
|
|
8
8
|
|
|
@@ -10,12 +10,13 @@ Use this command for full or unknown-size event detail data. Common reads backen
|
|
|
10
10
|
ae-cli analysis event-detail export \
|
|
11
11
|
--project-id <project_id> \
|
|
12
12
|
--definition '{"event":"login","time_range":{"mode":"relative","relative_date_range":"0-7"}}' \
|
|
13
|
-
--artifact-format jsonl
|
|
13
|
+
--artifact-format jsonl --output <file>
|
|
14
14
|
```
|
|
15
15
|
|
|
16
16
|
Input:
|
|
17
17
|
- `--project-id` numeric project ID.
|
|
18
18
|
- `--definition` same AI-facing shape as `event-detail run`.
|
|
19
|
+
- `--intent-snapshot` optional local snapshot containing `schema_version: 1`, non-empty `requirement`, and the exact final `definition`; omit `model_type` for detail commands. It checks JSON drift locally and is never sent to Gateway. A passing check does not establish user confirmation or correct business semantics.
|
|
19
20
|
- `--request-id` optional `cli_<32 lowercase hex>` lifecycle ID.
|
|
20
21
|
- `--use-cache` optional boolean.
|
|
21
22
|
- `--zone-offset` optional number.
|
|
@@ -16,6 +16,7 @@ ae-cli analysis event-detail run \
|
|
|
16
16
|
Input:
|
|
17
17
|
- `--project-id` numeric project ID.
|
|
18
18
|
- `--definition` AI-facing JSON object. Required keys: `event`, `time_range`. Optional keys: `filters`, `properties`, `sort`.
|
|
19
|
+
- `--intent-snapshot` optional local snapshot containing `schema_version: 1`, non-empty `requirement`, and the exact final `definition`; omit `model_type` for detail commands. It checks JSON drift locally and is never sent to Gateway. A passing check does not establish user confirmation or correct business semantics.
|
|
19
20
|
- `--request-id` optional `cli_<32 lowercase hex>` lifecycle ID.
|
|
20
21
|
- `--use-cache` optional boolean.
|
|
21
22
|
- `--zone-offset` optional number, for example `8` for UTC+8.
|
|
@@ -9,7 +9,6 @@ Command:
|
|
|
9
9
|
```bash
|
|
10
10
|
ae-cli analysis-meta event export --project-id <project_id> --output <temporary_path>/events.json
|
|
11
11
|
ae-cli analysis-meta event export --project-id <project_id> --queries '["login","sign in"]' --fields '["event_name","event_desc"]' --output <temporary_path>/events.json
|
|
12
|
-
ae-cli analysis-meta event export --dry-run
|
|
13
12
|
```
|
|
14
13
|
|
|
15
14
|
Capability id: `metadata.event.export`.
|
|
@@ -9,7 +9,6 @@ Command:
|
|
|
9
9
|
```bash
|
|
10
10
|
ae-cli analysis-meta event list --project-id <project_id>
|
|
11
11
|
ae-cli analysis-meta event list --project-id <project_id> --queries '["login","sign in"]' --fields '["event_name","event_desc","authentication_status"]' --limit 50 --offset 0 --authenticated-only
|
|
12
|
-
ae-cli analysis-meta event list --dry-run
|
|
13
12
|
```
|
|
14
13
|
|
|
15
14
|
Capability id: `metadata.event.list`.
|
|
@@ -7,26 +7,16 @@ Do not use it for result data, a partial metadata subset, or import. The artifac
|
|
|
7
7
|
Command:
|
|
8
8
|
|
|
9
9
|
```bash
|
|
10
|
-
ae-cli analysis-meta event-property-bundle export --project-id <project_id>
|
|
11
|
-
ae-cli analysis-meta event-property-bundle export --project-id <project_id> --request-id cli_0123456789abcdef0123456789abcdef --timeout-seconds 21600
|
|
12
|
-
ae-cli analysis-meta event-property-bundle export --dry-run
|
|
10
|
+
ae-cli analysis-meta event-property-bundle export --project-id <project_id> --output <file>
|
|
13
11
|
```
|
|
14
12
|
|
|
15
|
-
Capability id: `metadata.
|
|
13
|
+
Capability id: `metadata.event_property_bundle.export`.
|
|
16
14
|
|
|
17
15
|
Input sends `project_id`, and optional `request_id`, `timeout_seconds`.
|
|
18
16
|
|
|
19
|
-
Output is the gateway envelope. `data` contains an async export descriptor with `run_id`, `artifact_id`, status fields, and expiration fields.
|
|
17
|
+
Output is the gateway envelope. `data` contains an async export descriptor with `run_id`, `artifact_id`, status fields, and expiration fields. The CLI handles waiting and download with `--output`.
|
|
20
18
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
1. Save `data.run_id` and `data.artifact_id` from the export response.
|
|
24
|
-
2. Poll status with `ae-cli analysis run inspect --run-id <run_id>`.
|
|
25
|
-
3. Continue polling while status is running or pending. Treat `COMPLETED` or `SUCCEEDED` as success, and `FAILED`, `CANCELED`, or `CANCELLED` as terminal failure.
|
|
26
|
-
4. On success, download with `ae-cli analysis artifact download --run-id <run_id> --artifact-id <artifact_id> --output <file>.xlsx`.
|
|
27
|
-
5. If the export is no longer needed, cancel with `ae-cli analysis query cancel --run-id <run_id>`.
|
|
28
|
-
|
|
29
|
-
Do not write custom Python/curl for polling or download unless the CLI command itself is unavailable.
|
|
19
|
+
Use `--output` to wait and download the completed artifact. If interrupted, resume with `ae-cli analysis run wait --run-id <run_id> --output <file>` using the same export response. See [`run_wait.md`](run_wait.md).
|
|
30
20
|
|
|
31
21
|
## Parameters
|
|
32
22
|
| Parameter | Required | Description |
|
|
@@ -34,3 +24,4 @@ Do not write custom Python/curl for polling or download unless the CLI command i
|
|
|
34
24
|
| `--project-id` | Yes | Numeric project ID. |
|
|
35
25
|
| `--request-id` | No | Optional `cli_<32 lowercase hex>` request ID. |
|
|
36
26
|
| `--timeout-seconds` | No | Timeout in seconds, 1 to 21600. Default 21600 (6 hours). |
|
|
27
|
+
| `--output` | No | Wait and download to this local file. |
|
|
@@ -4,13 +4,9 @@ Use this reference only to identify the reserved future import contract; the cur
|
|
|
4
4
|
|
|
5
5
|
Do not use it for a real import. It always returns `CAPABILITY_REQUIRES_FILE_ADAPTER` until CLI input-file handling is wired to the server import service.
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
Reserved command: `ae-cli analysis-meta event-property-bundle import`. Do not invoke it while the backend is blocked.
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
ae-cli analysis-meta event-property-bundle import --project-id <project_id> --operation pre_import --input-file-id <input_file_id> --dry-run
|
|
11
|
-
```
|
|
12
|
-
|
|
13
|
-
Capability id: `metadata.super_metadata.import`.
|
|
9
|
+
Capability id: `metadata.event_property_bundle.import`.
|
|
14
10
|
|
|
15
11
|
Input sends `project_id`, `operation`, and the operation-specific file or pre-import identifier.
|
|
16
12
|
|
|
@@ -8,7 +8,6 @@ Command:
|
|
|
8
8
|
|
|
9
9
|
```bash
|
|
10
10
|
ae-cli analysis-meta event relation-update --project-id <project_id> --payload '{"event_name":"purchase","source_type":"<source_type>","source_event_name":"<source_event>","super_event_prop_ids":[<property_id>]}'
|
|
11
|
-
ae-cli analysis-meta event relation-update --dry-run
|
|
12
11
|
```
|
|
13
12
|
|
|
14
13
|
Capability id: `metadata.event.relation_update`.
|
|
@@ -8,7 +8,6 @@ Command:
|
|
|
8
8
|
|
|
9
9
|
```bash
|
|
10
10
|
ae-cli analysis-meta exchange rule-update --project-id <project_id> --payload '{"target_currency":"USD","exchange_rules":[{"source_currency":"EUR","source_currency_column":"currency","target_column_desc":"amount_usd"}]}'
|
|
11
|
-
ae-cli analysis-meta exchange rule-update --dry-run
|
|
12
11
|
```
|
|
13
12
|
|
|
14
13
|
Capability id: `metadata.exchange_rule.update`.
|
|
@@ -8,7 +8,6 @@ Command:
|
|
|
8
8
|
|
|
9
9
|
```bash
|
|
10
10
|
ae-cli analysis-meta exchange rule-validate --project-id <project_id> --payload '{"target_currency":"USD","exchange_rules":[{"source_currency":"EUR","source_currency_column":"currency","target_column_desc":"amount_usd"}]}'
|
|
11
|
-
ae-cli analysis-meta exchange rule-validate --dry-run
|
|
12
11
|
```
|
|
13
12
|
|
|
14
13
|
Capability id: `metadata.exchange_rule.validate`.
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# analysis-meta governance-recommendation decisions
|
|
2
|
+
|
|
3
|
+
List recent CLI Agent recommendation approval decisions.
|
|
4
|
+
|
|
5
|
+
Use this to review prior approvals, rejections, skips, and landing status. Do not use it as a substitute for current recommendation evidence; run `governance-recommendation export` when presenting current recommendations.
|
|
6
|
+
|
|
7
|
+
Command:
|
|
8
|
+
|
|
9
|
+
```bash
|
|
10
|
+
ae-cli analysis-meta governance-recommendation decisions --project-id <project_id> --limit 100
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
Capability id: `metadata.governance_recommendation.decisions`.
|
|
14
|
+
|
|
15
|
+
Input sends `project_id`, optional `run_id`, and optional `limit`.
|
|
16
|
+
|
|
17
|
+
Output includes `decisions` and `total`.
|
|
18
|
+
|
|
19
|
+
## Decision Rules
|
|
20
|
+
|
|
21
|
+
- Use `--run-id` to audit one recommendation packet after submit.
|
|
22
|
+
- Without `--run-id`, treat the result as recent history only.
|
|
23
|
+
- Historical decisions inform presentation and risk explanation; they do not prove current asset state or current metric availability.
|