@thinkingai/ae-cli 6.1.20 → 6.1.23
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 +55 -0
- package/skills/ae-analysis/references/ai_models/prop_analysis.md +43 -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
|
@@ -7,19 +7,18 @@ Do not use it for general asset information or query execution; it exports SQL d
|
|
|
7
7
|
Command:
|
|
8
8
|
|
|
9
9
|
```bash
|
|
10
|
-
ae-cli analysis-governance asset batch-sql-export --project-id <project_id> --
|
|
11
|
-
ae-cli analysis-governance asset batch-sql-export --dry-run --project-id <project_id>
|
|
10
|
+
ae-cli analysis-governance asset batch-sql-export --project-id <project_id> --node-ids '["<node_id>"]'
|
|
12
11
|
```
|
|
13
12
|
|
|
14
|
-
Capability id:
|
|
13
|
+
Capability id: governance.asset.batch_export_sql.
|
|
15
14
|
|
|
16
|
-
Input sends project_id
|
|
15
|
+
Input sends `project_id` and `node_ids`. Optional `request_id`, `format` (only `xlsx`), and `timeout_seconds` (1..7200, default 3600) may be supplied through `--payload`. The CLI merges the snake_case object from `--payload` into these top-level Gateway fields; explicit flags override matching payload fields. `--project-id` owns the project identity and cannot be supplied or overridden by payload. Required business fields must exist in the final merged input.
|
|
17
16
|
|
|
18
|
-
Output `data` is an async XLSX descriptor with `run_id`, `artifact_id`, status, and expiry fields.
|
|
17
|
+
Output `data` is an async XLSX descriptor with `run_id`, `artifact_id`, status, and expiry fields. This command has no `--output` flag. Wait and download with `ae-cli analysis run wait --run-id <run_id> --output <file>` using the returned run ID; see [`run_wait.md`](run_wait.md).
|
|
19
18
|
|
|
20
19
|
## Parameters
|
|
21
20
|
| Parameter | Required | Description |
|
|
22
21
|
|---|---|---|
|
|
23
22
|
| --project-id | Yes | Numeric project ID. |
|
|
24
23
|
| --node-ids | No | Asset node ID JSON array; required unless provided inside payload. |
|
|
25
|
-
| --payload | No | Optional
|
|
24
|
+
| --payload | No | Optional JSON object merged into top-level input. Use schema-declared snake_case fields; explicit flags take precedence. `node_ids` is a non-empty string array. Optional export fields are `request_id`, `format`, and `timeout_seconds`. |
|
|
@@ -7,13 +7,12 @@ Do not use it for downstream impact or a full lineage tree; this command pages d
|
|
|
7
7
|
Command:
|
|
8
8
|
|
|
9
9
|
```bash
|
|
10
|
-
ae-cli analysis-governance asset-dependency list --project-id <project_id> --
|
|
11
|
-
ae-cli analysis-governance asset-dependency list --dry-run --project-id <project_id>
|
|
10
|
+
ae-cli analysis-governance asset-dependency list --project-id <project_id> --node-id <node_id>
|
|
12
11
|
```
|
|
13
12
|
|
|
14
|
-
Capability id:
|
|
13
|
+
Capability id: governance.asset_dependency.list.
|
|
15
14
|
|
|
16
|
-
Input sends project_id,
|
|
15
|
+
Input sends project_id, node_id, query, searchs, rule, limit, offset. The CLI merges the snake_case object from `--payload` into these top-level Gateway fields; explicit flags override matching payload fields. `--project-id` owns the project identity and cannot be supplied or overridden by payload. Required business fields must exist in the final merged input.
|
|
17
16
|
|
|
18
17
|
Output `data` contains dependency `items`, `total`, `operation_types`, `limit`, and `offset`; continue paging only while the observed total exceeds the current page.
|
|
19
18
|
|
|
@@ -27,4 +26,4 @@ Output `data` contains dependency `items`, `total`, `operation_types`, `limit`,
|
|
|
27
26
|
| --rule | No | Advanced governance Filter JSON. |
|
|
28
27
|
| --limit | No | Inline page size. |
|
|
29
28
|
| --offset | No | Zero-based page offset. |
|
|
30
|
-
| --payload | No | Optional
|
|
29
|
+
| --payload | No | Optional JSON object merged into top-level input. Use schema-declared snake_case fields; explicit flags take precedence. `node_ids`, `searchs`, and `status` are arrays; `rule` is an object when supplied. |
|
|
@@ -7,13 +7,12 @@ Do not use it for a small interactive preview; use `asset list` when bounded inl
|
|
|
7
7
|
Command:
|
|
8
8
|
|
|
9
9
|
```bash
|
|
10
|
-
ae-cli analysis-governance asset export --project-id <project_id>
|
|
11
|
-
ae-cli analysis-governance asset export --dry-run --project-id <project_id>
|
|
10
|
+
ae-cli analysis-governance asset export --project-id <project_id>
|
|
12
11
|
```
|
|
13
12
|
|
|
14
|
-
Capability id:
|
|
13
|
+
Capability id: governance.asset.export.
|
|
15
14
|
|
|
16
|
-
Input sends project_id,
|
|
15
|
+
Input sends project_id, query, searchs, rule, operation_type, limit, offset. The CLI merges the snake_case object from `--payload` into these top-level Gateway fields; explicit flags override matching payload fields. `--project-id` owns the project identity and cannot be supplied or overridden by payload. Required business fields must exist in the final merged input.
|
|
17
16
|
|
|
18
17
|
Output `data` is an async export descriptor with `run_id`, `artifact_id`, status, and expiry fields. Inspect and download that exact artifact rather than resubmitting the export.
|
|
19
18
|
|
|
@@ -27,4 +26,4 @@ Output `data` is an async export descriptor with `run_id`, `artifact_id`, status
|
|
|
27
26
|
| --operation-type | No | Batch operation type filter. |
|
|
28
27
|
| --limit | No | Inline page size. |
|
|
29
28
|
| --offset | No | Zero-based page offset. |
|
|
30
|
-
| --payload | No | Optional
|
|
29
|
+
| --payload | No | Optional JSON object merged into top-level input. Use schema-declared snake_case fields; explicit flags take precedence. `node_ids`, `searchs`, and `status` are arrays; `rule` is an object when supplied. |
|
|
@@ -7,24 +7,20 @@ Do not use it for upstream dependencies or a full lineage tree; this command pag
|
|
|
7
7
|
Command:
|
|
8
8
|
|
|
9
9
|
```bash
|
|
10
|
-
ae-cli analysis-governance asset-impact list --project-id <project_id> --
|
|
11
|
-
ae-cli analysis-governance asset-impact list --dry-run --project-id <project_id>
|
|
10
|
+
ae-cli analysis-governance asset-impact list --project-id <project_id> --node-id <node_id>
|
|
12
11
|
```
|
|
13
12
|
|
|
14
|
-
Capability id:
|
|
13
|
+
Capability id: governance.asset_impact.list.
|
|
15
14
|
|
|
16
|
-
Input sends project_id
|
|
15
|
+
Input sends `project_id`, `node_id`, and optional `limit` and `offset`. The CLI merges the snake_case object from `--payload` into these top-level Gateway fields; explicit flags override matching payload fields. `--project-id` owns the project identity and cannot be supplied or overridden by payload. Required business fields must exist in the final merged input.
|
|
17
16
|
|
|
18
|
-
Output `data` contains impacted-asset `items`, `total`, `operation_types`, `limit`, and `offset`; an empty page means no downstream
|
|
17
|
+
Output `data` contains impacted-asset `items`, `total`, `operation_types`, `limit`, and `offset`; an empty page means no downstream consumers in the selected scope.
|
|
19
18
|
|
|
20
19
|
## Parameters
|
|
21
20
|
| Parameter | Required | Description |
|
|
22
21
|
|---|---|---|
|
|
23
22
|
| --project-id | Yes | Numeric project ID. |
|
|
24
23
|
| --node-id | No | Poseidon asset node ID; required unless provided inside payload. |
|
|
25
|
-
| --query | No | Keyword filter. |
|
|
26
|
-
| --searchs | No | Quick filter JSON array. |
|
|
27
|
-
| --rule | No | Advanced governance Filter JSON. |
|
|
28
24
|
| --limit | No | Inline page size. |
|
|
29
25
|
| --offset | No | Zero-based page offset. |
|
|
30
|
-
| --payload | No | Optional
|
|
26
|
+
| --payload | No | Optional JSON object merged into top-level input. Use schema-declared snake_case fields; explicit flags take precedence. Supported business fields are `node_id`, `limit`, and `offset`. |
|
|
@@ -2,18 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
Use when the user needs to get an asset lineage tree through the capability gateway.
|
|
4
4
|
|
|
5
|
-
Do not use it for a flat upstream or downstream page; use `dependency
|
|
5
|
+
Do not use it for a flat upstream or downstream page; use `asset-dependency list` or `asset-impact list` when pagination and filtering are required.
|
|
6
6
|
|
|
7
7
|
Command:
|
|
8
8
|
|
|
9
9
|
```bash
|
|
10
|
-
ae-cli analysis-governance asset-lineage get --project-id <project_id> --
|
|
11
|
-
ae-cli analysis-governance asset-lineage get --dry-run --project-id <project_id>
|
|
10
|
+
ae-cli analysis-governance asset-lineage get --project-id <project_id> --node-id <node_id>
|
|
12
11
|
```
|
|
13
12
|
|
|
14
|
-
Capability id:
|
|
13
|
+
Capability id: governance.asset_lineage.get.
|
|
15
14
|
|
|
16
|
-
Input sends project_id,
|
|
15
|
+
Input sends project_id, node_id. The CLI merges the snake_case object from `--payload` into these top-level Gateway fields; explicit flags override matching payload fields. `--project-id` owns the project identity and cannot be supplied or overridden by payload. Required business fields must exist in the final merged input.
|
|
17
16
|
|
|
18
17
|
Output `data` is the lineage tree rooted at the requested `node_id`; an absent node is an asset-resolution failure, not an empty lineage result.
|
|
19
18
|
|
|
@@ -22,4 +21,4 @@ Output `data` is the lineage tree rooted at the requested `node_id`; an absent n
|
|
|
22
21
|
|---|---|---|
|
|
23
22
|
| --project-id | Yes | Numeric project ID. |
|
|
24
23
|
| --node-id | No | Poseidon asset node ID; required unless provided inside payload. |
|
|
25
|
-
| --payload | No | Optional
|
|
24
|
+
| --payload | No | Optional JSON object merged into top-level input. Use schema-declared snake_case fields; explicit flags take precedence. `node_ids`, `searchs`, and `status` are arrays; `rule` is an object when supplied. |
|
|
@@ -7,13 +7,12 @@ Do not use it for report/dashboard result data or lineage; it lists governance r
|
|
|
7
7
|
Command:
|
|
8
8
|
|
|
9
9
|
```bash
|
|
10
|
-
ae-cli analysis-governance asset list --project-id <project_id>
|
|
11
|
-
ae-cli analysis-governance asset list --dry-run --project-id <project_id>
|
|
10
|
+
ae-cli analysis-governance asset list --project-id <project_id>
|
|
12
11
|
```
|
|
13
12
|
|
|
14
|
-
Capability id:
|
|
13
|
+
Capability id: governance.asset.list.
|
|
15
14
|
|
|
16
|
-
Input sends project_id,
|
|
15
|
+
Input sends project_id, query, searchs, rule, operation_type, limit, offset. The CLI merges the snake_case object from `--payload` into these top-level Gateway fields; explicit flags override matching payload fields. `--project-id` owns the project identity and cannot be supplied or overridden by payload. Required business fields must exist in the final merged input.
|
|
17
16
|
|
|
18
17
|
Output `data` contains `items`, `total`, `operation_types`, `limit`, and `offset`. An empty `items` array is a successful page with no matching governed assets.
|
|
19
18
|
|
|
@@ -27,4 +26,4 @@ Output `data` contains `items`, `total`, `operation_types`, `limit`, and `offset
|
|
|
27
26
|
| --operation-type | No | Batch operation type filter. |
|
|
28
27
|
| --limit | No | Inline page size. |
|
|
29
28
|
| --offset | No | Zero-based page offset. |
|
|
30
|
-
| --payload | No | Optional
|
|
29
|
+
| --payload | No | Optional JSON object merged into top-level input. Use schema-declared snake_case fields; explicit flags take precedence. `node_ids`, `searchs`, and `status` are arrays; `rule` is an object when supplied. |
|
|
@@ -7,13 +7,12 @@ Do not use it to execute or inspect an analysis query; it only pages historical
|
|
|
7
7
|
Command:
|
|
8
8
|
|
|
9
9
|
```bash
|
|
10
|
-
ae-cli analysis-governance asset-query-history list --project-id <project_id> --
|
|
11
|
-
ae-cli analysis-governance asset-query-history list --dry-run --project-id <project_id>
|
|
10
|
+
ae-cli analysis-governance asset-query-history list --project-id <project_id> --node-id <node_id>
|
|
12
11
|
```
|
|
13
12
|
|
|
14
|
-
Capability id:
|
|
13
|
+
Capability id: governance.asset_query_history.list.
|
|
15
14
|
|
|
16
|
-
Input sends project_id
|
|
15
|
+
Input sends `project_id`, `node_id`, and optional `limit` and `offset`. The CLI merges the snake_case object from `--payload` into these top-level Gateway fields; explicit flags override matching payload fields. `--project-id` owns the project identity and cannot be supplied or overridden by payload. Required business fields must exist in the final merged input.
|
|
17
16
|
|
|
18
17
|
Output `data` contains query-history `items`, `total`, `operation_types`, `limit`, and `offset`; treat an empty history as a successful no-usage result.
|
|
19
18
|
|
|
@@ -22,9 +21,6 @@ Output `data` contains query-history `items`, `total`, `operation_types`, `limit
|
|
|
22
21
|
|---|---|---|
|
|
23
22
|
| --project-id | Yes | Numeric project ID. |
|
|
24
23
|
| --node-id | No | Poseidon asset node ID; required unless provided inside payload. |
|
|
25
|
-
| --query | No | Keyword filter. |
|
|
26
|
-
| --searchs | No | Quick filter JSON array. |
|
|
27
|
-
| --rule | No | Advanced governance Filter JSON. |
|
|
28
24
|
| --limit | No | Inline page size. |
|
|
29
25
|
| --offset | No | Zero-based page offset. |
|
|
30
|
-
| --payload | No | Optional
|
|
26
|
+
| --payload | No | Optional JSON object merged into top-level input. Use schema-declared snake_case fields; explicit flags take precedence. Supported business fields are `node_id`, `limit`, and `offset`. |
|
|
@@ -8,7 +8,6 @@ Command:
|
|
|
8
8
|
|
|
9
9
|
```bash
|
|
10
10
|
ae-cli analysis-meta asset recent-list --project-id <project_id> --payload '[{"res_id":<resource_id>,"res_cat":"<resource_category>"}]'
|
|
11
|
-
ae-cli analysis-meta asset recent-list --dry-run
|
|
12
11
|
```
|
|
13
12
|
|
|
14
13
|
Capability id: `metadata.asset.recent_list`.
|
|
@@ -1,26 +1,29 @@
|
|
|
1
|
-
# analysis
|
|
1
|
+
# analysis asset search
|
|
2
2
|
|
|
3
|
-
Use when the user needs to search
|
|
3
|
+
Use when the user needs to search visible saved analysis assets by keyword.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
For first-pass asset discovery, do not pass `--asset-types`. The default intentionally searches both analysis dashboards and reports together, so the agent does not miss a relevant dashboard after guessing report-only, or miss a relevant report after guessing dashboard-only. Pass `--asset-types` only when the user explicitly asks for one type or when refining after a broad search.
|
|
6
|
+
|
|
7
|
+
Do not use it to query report/dashboard result data; it discovers saved report and analysis dashboard records only. It does not return metrics, events, properties, clusters, tags, alerts, or BI dashboards.
|
|
6
8
|
|
|
7
9
|
Command:
|
|
8
10
|
|
|
9
11
|
```bash
|
|
10
|
-
ae-cli analysis
|
|
11
|
-
ae-cli analysis-meta asset search --dry-run
|
|
12
|
+
ae-cli analysis asset search --project-id <project_id> --queries '["revenue"]' --limit 50 --offset 0
|
|
12
13
|
```
|
|
13
14
|
|
|
14
|
-
Capability id: `
|
|
15
|
+
Capability id: `analysis.asset.search`.
|
|
15
16
|
|
|
16
|
-
Input sends `project_id`, `
|
|
17
|
+
Input sends `project_id`, `queries`, optional `asset_types`, optional `own_types`, `limit`, and `offset`. Omit `asset_types` by default for unified discovery.
|
|
17
18
|
|
|
18
|
-
Output always uses the directory envelope: `data.items[]`, `total`, `limit`, `offset`, `has_more`, and `next_offset
|
|
19
|
+
Output always uses the directory envelope: `data.items[]`, `total`, `limit`, `offset`, `has_more`, and `next_offset`, plus `searched_asset_types` and `counts_by_type`.
|
|
19
20
|
|
|
20
21
|
## Parameters
|
|
21
22
|
| Parameter | Required | Description |
|
|
22
23
|
|---|---|---|
|
|
23
24
|
| `--project-id` | Yes | Numeric project ID. |
|
|
24
|
-
| `--
|
|
25
|
+
| `--queries` | Yes | JSON array of 1 to 20 keyword filters. Search is OR across keywords. |
|
|
26
|
+
| `--asset-types` | No | JSON array containing `dashboard`, `report`, or both. Omit by default for first-pass discovery so the same query searches both dashboards and reports. |
|
|
27
|
+
| `--own-types` | No | JSON array containing `CREATED`, `SHARED`, or both. |
|
|
25
28
|
| `--limit` / `-l` | No | Page size. Default: 50, maximum: 200. |
|
|
26
29
|
| `--offset` / `-o` | No | Zero-based page offset. Default: 0. |
|
|
@@ -7,14 +7,13 @@ Do not use it to discover assets or query asset data; resolve a real asset first
|
|
|
7
7
|
Command:
|
|
8
8
|
|
|
9
9
|
```bash
|
|
10
|
-
ae-cli analysis-meta asset url-get --project-id <project_id> --
|
|
10
|
+
ae-cli analysis-meta asset url-get --project-id <project_id> --node-id <node_id>
|
|
11
11
|
ae-cli analysis-meta asset url-get --project-id <project_id> --resource-type dashboard --resource-id 1
|
|
12
|
-
ae-cli analysis-meta asset url-get --dry-run --project-id <project_id>
|
|
13
12
|
```
|
|
14
13
|
|
|
15
14
|
Capability id: analysis_meta.asset_url.get.
|
|
16
15
|
|
|
17
|
-
Input sends project_id,
|
|
16
|
+
Input sends project_id, node_id, resource_id, resource_type, link_info. The CLI merges the snake_case object from `--payload` into these top-level Gateway fields; explicit flags override matching payload fields. `--project-id` owns the project identity and cannot be supplied or overridden by payload. Required business fields must exist in the final merged input.
|
|
18
17
|
|
|
19
18
|
Output `data` identifies the normalized asset and returns `raw_url` plus `markdown_link` when the resource type supports a link. ae-cli rewrites relative URL/link fields into absolute URLs using the current host. `status=ok` without a URL means no URL mapping was available.
|
|
20
19
|
|
|
@@ -26,4 +25,4 @@ Output `data` identifies the normalized asset and returns `raw_url` plus `markdo
|
|
|
26
25
|
| --resource-id | No | Asset business resource ID. |
|
|
27
26
|
| --resource-type | No | Asset resource type. |
|
|
28
27
|
| --link-info | No | link_info JSON from asset governance results. |
|
|
29
|
-
| --payload | No | Optional
|
|
28
|
+
| --payload | No | Optional JSON object merged into top-level input. Use schema-declared snake_case fields; explicit flags take precedence. `node_ids`, `searchs`, and `status` are arrays; `rule` is an object when supplied. |
|
|
@@ -7,9 +7,9 @@ Do not use to create a blank BI panel. Use `bi-panel create`.
|
|
|
7
7
|
Command:
|
|
8
8
|
|
|
9
9
|
```bash
|
|
10
|
-
ae-cli analysis bi-panel copy --project-id <project_id>
|
|
10
|
+
ae-cli analysis bi-panel copy --project-id <project_id> --panel-name <name> --panel-uuid <source_uuid> [--space-id <space_id>] [--folder-id <folder_id>] [--payload '{...}']
|
|
11
11
|
```
|
|
12
12
|
|
|
13
|
-
Input
|
|
13
|
+
Input requires `project_id`, source `panel_uuid`, and target `panel_name` through their explicit flags. Optional `space_id`, `folder_id`, and `payload` retain their documented destination fields.
|
|
14
14
|
|
|
15
15
|
Output is the gateway envelope. `data` contains the copied BI panel result.
|
|
@@ -2,28 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
Use for BI panel page data that may be large or long-running.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
For full data, read [export handling](analysis_data_export.md) and use this `export` command instead of `bi-panel-page-data run`.
|
|
6
6
|
|
|
7
7
|
Do not use this command for bounded inline previews; use `bi-panel-page-data run` when the requested result fits the sync data retrieval rule.
|
|
8
8
|
|
|
9
9
|
Command:
|
|
10
10
|
|
|
11
11
|
```bash
|
|
12
|
-
ae-cli analysis bi-panel-page-data export --project-id <project_id> --panel-id <panel_id> --page-key <page_key> --result-type charts [--chart-ids '["chart1"]'] [--artifact-format jsonl]
|
|
12
|
+
ae-cli analysis bi-panel-page-data export --project-id <project_id> --panel-id <panel_id> --page-key <page_key> --result-type charts [--chart-ids '["chart1"]'] [--artifact-format jsonl] --output <file>
|
|
13
13
|
```
|
|
14
14
|
|
|
15
15
|
Input sends `project_id`, `panel_id`, `page_key`, `result_type=charts`, and optional chart, control, column, cache, request, timeout, and format fields. Use CLI flag `--artifact-format` for the gateway `format` input; `--format` is the CLI output formatter. The export does not accept row/block paging fields: Common streams chart rows directly and applies only `model_full_download_limit`. Runtime defaults to and is capped at 21600 seconds (6 hours); cancel earlier with `analysis query cancel --run-id <run_id>`. BI summary is rendered presentation data; query it with `bi-panel-page-data run`.
|
|
16
16
|
|
|
17
|
-
Output is the gateway envelope. `data` contains an async export descriptor with `run_id`, `artifact_id`, status fields, and expiration fields. It does not create `query_context_id
|
|
17
|
+
Output is the gateway envelope. `data` contains an async export descriptor with `run_id`, `artifact_id`, status fields, and expiration fields. It does not create `query_context_id`. The CLI handles waiting and download with `--output`.
|
|
18
18
|
|
|
19
19
|
BI chart sources are SQL and do not support analysis drilldown or result-cluster creation. Exported rows are not interactive coordinates.
|
|
20
20
|
|
|
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>`.
|
|
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.
|
|
21
|
+
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).
|
|
@@ -17,3 +17,5 @@ Input sends `project_id`, `panel_id`, `page_key`, `result_type`, and optional co
|
|
|
17
17
|
Output is the gateway envelope. `data` contains bounded inline page data.
|
|
18
18
|
|
|
19
19
|
BI page/chart sources are SQL and do not support analysis drilldown or result-cluster creation. Do not call model drilldown commands from this result.
|
|
20
|
+
|
|
21
|
+
For `--result-type charts`, `--preview-rows` applies per chart; configured chart top-N remains part of its semantics. Summary is presentation data, available only from `run`, and rejects `--preview-rows`. BI SQL results do not support analysis drilldown.
|
|
@@ -1,28 +1,15 @@
|
|
|
1
1
|
# analysis-meta catalog export
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
Export the complete permission-filtered analysis metadata catalog for conversation-local reuse.
|
|
6
|
-
|
|
7
|
-
Do not use it for ordinary discovery, bounded search, or when compiler candidates already exist; use `catalog list` for the one aggregate online search.
|
|
3
|
+
Use this command to export one complete, permission-filtered analysis metadata JSONL when the task requires the complete directory, including an explicit complete no-match check. Do not use it again when the current conversation already has a successful export for this project and environment. Follow [`metadata_resolution.md`](metadata_resolution.md) for discovery and confirmation.
|
|
8
4
|
|
|
9
5
|
```bash
|
|
10
6
|
ae-cli analysis-meta catalog export \
|
|
11
7
|
--project-id <project_id> \
|
|
12
|
-
--output
|
|
8
|
+
--output ./analysis-meta-catalog-project-<project_id>.jsonl
|
|
13
9
|
```
|
|
14
10
|
|
|
15
11
|
Capability id: `metadata.catalog.export`.
|
|
16
12
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
The gateway input contains only `project_id`. The response must contain every accessible event, metric, event property, user property, cluster, and tag row with `complete=true` and `total` equal to the row count.
|
|
20
|
-
|
|
21
|
-
## Output
|
|
22
|
-
|
|
23
|
-
The CLI validates completeness, publishes the JSONL atomically with mode `0600`, and writes the adjacent `catalog.meta.json` last. Search the file locally and keep full rows out of model context. Reuse a valid snapshot only for the same host, project, principal, and conversation.
|
|
13
|
+
Input: `--project-id` selects the project. `--output` is the required `.jsonl` path and implies waiting for export completion. The CLI streams the download and publishes the finished file with mode `0600`. An existing output is rejected unless replacement is requested with `--force`; a failed download preserves the existing file.
|
|
24
14
|
|
|
25
|
-
|
|
26
|
-
|---|---|---|
|
|
27
|
-
| `--project-id` | Yes | Numeric project ID. |
|
|
28
|
-
| `--output` | Yes | Conversation-local `.jsonl` path. |
|
|
15
|
+
Output: success returns the run/artifact descriptor plus `output_path`, `format: "jsonl"`, `row_count`, `bytes` and `complete: true`. Search the returned absolute path locally. The rows cover accessible events, metrics, event/user properties, clusters and tags.
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# analysis-meta catalog list
|
|
2
2
|
|
|
3
|
-
Use
|
|
3
|
+
Use for a metadata lookup across selected resource types when their definitions or identities are still missing.
|
|
4
4
|
|
|
5
|
-
Do not use it
|
|
5
|
+
Reuse known candidates or search an existing project catalog locally. Do not use it to search saved reports; use `analysis report list`. Follow [`metadata_resolution.md`](metadata_resolution.md).
|
|
6
6
|
|
|
7
7
|
Online search:
|
|
8
8
|
|
|
@@ -22,7 +22,7 @@ Sends `project_id`, `queries`, `resource_types`, and optional `limit_per_type`.
|
|
|
22
22
|
|
|
23
23
|
## Output
|
|
24
24
|
|
|
25
|
-
|
|
25
|
+
The response returns unified rows with:
|
|
26
26
|
|
|
27
27
|
- `resource_type`: `event`, `metric`, `event_property`, `user_property`, `cluster`, or `tag`
|
|
28
28
|
- `resource_key`: canonical server-defined identifier
|
|
@@ -41,4 +41,4 @@ Online rows also contain `matched_query`, `matched_field`, and `match_type`. Res
|
|
|
41
41
|
| `--queries` | Online mode | JSON array of 1–20 deduplicated keywords, OR matched. |
|
|
42
42
|
| `--resource-types` | Online mode | JSON array containing only `event`, `metric`, `event_property`, `user_property`, `cluster`, or `tag`. |
|
|
43
43
|
| `--limit-per-type` | No | Online result limit per selected resource type; default 20, maximum 200. |
|
|
44
|
-
Use
|
|
44
|
+
Use the task's terms and relevant English words in the same batch, deduplicated; split only when more than 20 are needed. Match applies literally to `resource_key`, `display_name` and `remark`, without automatic translation. Suitable candidates advance to definition inspection or confirmation. A missing match does not imply metadata is absent; choose the next lookup for the specific missing information. [Catalog export](catalog_export.md) is for complete-directory requests.
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
# tracking check delete
|
|
2
2
|
|
|
3
|
-
Use when delete one tracking validation run.
|
|
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 one tracking validation run.
|
|
6
4
|
|
|
7
5
|
Command:
|
|
8
6
|
|
|
@@ -16,12 +14,12 @@ Capability id: `tracking.check.delete`
|
|
|
16
14
|
|
|
17
15
|
Input sends `project_id`, `uuid`, and lifecycle fields when exposed. Delete also sends `yes` from `--confirm`. 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`.
|
|
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
|
|
|
23
21
|
| Parameter | Description | Required |
|
|
24
22
|
| --- | --- | --- |
|
|
25
|
-
| `--project-id` |
|
|
26
|
-
| `--uuid` |
|
|
27
|
-
| `--confirm` |
|
|
23
|
+
| `--project-id` | Numeric project ID. | Yes |
|
|
24
|
+
| `--uuid` | Tracking check task UUID. | Yes |
|
|
25
|
+
| `--confirm` | Must be true for this destructive tracking operation. Also use global --yes to skip local confirmation. | Yes |
|
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
# tracking check export
|
|
2
2
|
|
|
3
|
-
Use when export one tracking validation result.
|
|
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 validation result.
|
|
6
4
|
|
|
7
5
|
Command:
|
|
8
6
|
|
|
9
7
|
```bash
|
|
10
|
-
ae-cli tracking check export
|
|
8
|
+
ae-cli tracking check export --project-id <project_id> --uuid <uuid> --output <file>
|
|
11
9
|
```
|
|
12
10
|
|
|
13
11
|
Capability id: `tracking.check.export`
|
|
14
12
|
|
|
15
|
-
Input sends `project_id`, `uuid`, and lifecycle fields when exposed.
|
|
13
|
+
Input sends `project_id`, `uuid`, and lifecycle fields when exposed. Do not send camelCase aliases.
|
|
14
|
+
|
|
15
|
+
Output is the capability gateway envelope: success is `ok=true,data,meta`; failure is `ok=false,error`.
|
|
16
16
|
|
|
17
|
-
|
|
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` |
|
|
24
|
-
| `--uuid` |
|
|
25
|
-
| `--request-id` |
|
|
26
|
-
| `--
|
|
27
|
-
|
|
23
|
+
| `--project-id` | Numeric project ID. | Yes |
|
|
24
|
+
| `--uuid` | Tracking check task UUID. | 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,27 +1,25 @@
|
|
|
1
1
|
# tracking check get
|
|
2
2
|
|
|
3
|
-
Use when get one tracking validation result.
|
|
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 one tracking validation result.
|
|
6
4
|
|
|
7
5
|
Command:
|
|
8
6
|
|
|
9
7
|
```bash
|
|
10
|
-
ae-cli tracking check get
|
|
8
|
+
ae-cli tracking check get --project-id <project_id> --uuid <uuid>
|
|
11
9
|
```
|
|
12
10
|
|
|
13
11
|
Capability id: `tracking.check.get`
|
|
14
12
|
|
|
15
|
-
Input sends `project_id`, `uuid`, and lifecycle fields when exposed.
|
|
13
|
+
Input sends `project_id`, `uuid`, and lifecycle fields when exposed. 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
|
-
| `--uuid` |
|
|
25
|
-
| `--request-id` |
|
|
26
|
-
| `--timeout-seconds` |
|
|
21
|
+
| `--project-id` | Numeric project ID. | Yes |
|
|
22
|
+
| `--uuid` | Tracking check task UUID. | Yes |
|
|
23
|
+
| `--request-id` | Optional caller-supplied cli_<32 lowercase hex> lifecycle ID. ae-cli generates and prints one before dispatch when omitted. | No |
|
|
24
|
+
| `--timeout-seconds` | Optional capability execution timeout in seconds. | No |
|
|
27
25
|
|
|
@@ -1,24 +1,22 @@
|
|
|
1
1
|
# tracking check list
|
|
2
2
|
|
|
3
|
-
Use when list tracking validation runs.
|
|
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 validation runs.
|
|
6
4
|
|
|
7
5
|
Command:
|
|
8
6
|
|
|
9
7
|
```bash
|
|
10
|
-
ae-cli tracking check list
|
|
8
|
+
ae-cli tracking check list --project-id <project_id>
|
|
11
9
|
```
|
|
12
10
|
|
|
13
11
|
Capability id: `tracking.check.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,27 +1,25 @@
|
|
|
1
1
|
# tracking check retry
|
|
2
2
|
|
|
3
|
-
Use when retry one tracking validation run.
|
|
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 retry one tracking validation run.
|
|
6
4
|
|
|
7
5
|
Command:
|
|
8
6
|
|
|
9
7
|
```bash
|
|
10
|
-
ae-cli tracking check retry
|
|
8
|
+
ae-cli tracking check retry --project-id <project_id> --uuid <uuid>
|
|
11
9
|
```
|
|
12
10
|
|
|
13
11
|
Capability id: `tracking.check.retry`
|
|
14
12
|
|
|
15
|
-
Input sends `project_id`, `uuid`, and lifecycle fields when exposed.
|
|
13
|
+
Input sends `project_id`, `uuid`, and lifecycle fields when exposed. 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
|
-
| `--uuid` |
|
|
25
|
-
| `--request-id` |
|
|
26
|
-
| `--timeout-seconds` |
|
|
21
|
+
| `--project-id` | Numeric project ID. | Yes |
|
|
22
|
+
| `--uuid` | Tracking check task UUID. | Yes |
|
|
23
|
+
| `--request-id` | Optional caller-supplied cli_<32 lowercase hex> lifecycle ID. ae-cli generates and prints one before dispatch when omitted. | No |
|
|
24
|
+
| `--timeout-seconds` | Optional capability execution timeout in seconds. | No |
|
|
27
25
|
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
# tracking check run
|
|
2
2
|
|
|
3
|
-
Use when run tracking plan validation.
|
|
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 run tracking plan validation.
|
|
6
4
|
|
|
7
5
|
Command:
|
|
8
6
|
|
|
@@ -14,7 +12,7 @@ Capability id: `tracking.check.run`
|
|
|
14
12
|
|
|
15
13
|
Input sends `project_id`, required `check_scope`, and optional `result_scope`. `check_scope` supports `check_data_types`, `start_time`, `end_time`, `check_events`, `event_filter`, `user_filter`, `has_empty_check`, and `prop_null_value_threshold`. `result_scope` supports `event_results` and `user_results`. 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
|
|