LICENSE
README.md
pyproject.toml
src/tracecite_mobile/__init__.py
src/tracecite_mobile/__main__.py
src/tracecite_mobile/cli.py
src/tracecite_mobile/device_api.py
src/tracecite_mobile/extension.py
src/tracecite_mobile/plugin_sdk.py
src/tracecite_mobile/run.py
src/tracecite_mobile/ui_api.py
src/tracecite_mobile.egg-info/PKG-INFO
src/tracecite_mobile.egg-info/SOURCES.txt
src/tracecite_mobile.egg-info/dependency_links.txt
src/tracecite_mobile.egg-info/entry_points.txt
src/tracecite_mobile.egg-info/requires.txt
src/tracecite_mobile.egg-info/top_level.txt
src/tracecite_mobile/analysis/__init__.py
src/tracecite_mobile/analysis/assertions.py
src/tracecite_mobile/analysis/behavior_summary.py
src/tracecite_mobile/analysis/knowledge.py
src/tracecite_mobile/analysis/knowledge_governance.py
src/tracecite_mobile/analysis/reporting.py
src/tracecite_mobile/analysis/scenario.py
src/tracecite_mobile/analysis/scenario_runtime.py
src/tracecite_mobile/commands/__init__.py
src/tracecite_mobile/commands/analysis.py
src/tracecite_mobile/commands/device.py
src/tracecite_mobile/commands/knowledge.py
src/tracecite_mobile/commands/maintenance.py
src/tracecite_mobile/commands/seal.py
src/tracecite_mobile/data/starter_knowledge.android.json
src/tracecite_mobile/data/starter_knowledge.ios.json
src/tracecite_mobile/device/__init__.py
src/tracecite_mobile/device/archive.py
src/tracecite_mobile/device/capture.py
src/tracecite_mobile/device/cleanup.py
src/tracecite_mobile/device/devices.py
src/tracecite_mobile/device/session.py
src/tracecite_mobile/device/stream.py
src/tracecite_mobile/device/trace_analysis.py
src/tracecite_mobile/platforms/__init__.py
src/tracecite_mobile/platforms/base.py
src/tracecite_mobile/platforms/models.py
src/tracecite_mobile/platforms/registry.py
src/tracecite_mobile/platforms/android/__init__.py
src/tracecite_mobile/platforms/android/adb.py
src/tracecite_mobile/platforms/android/backend.py
src/tracecite_mobile/platforms/android/cli_handlers.py
src/tracecite_mobile/platforms/android/devices.py
src/tracecite_mobile/platforms/android/logger.py
src/tracecite_mobile/platforms/android/profiler.py
src/tracecite_mobile/platforms/android/perfetto/perfetto-frame.textproto
src/tracecite_mobile/platforms/android/perfetto/perfetto-memory.textproto
src/tracecite_mobile/platforms/android/perfetto/perfetto-network.textproto
src/tracecite_mobile/platforms/android/perfetto/perfetto-startup.textproto
src/tracecite_mobile/platforms/ios/__init__.py
src/tracecite_mobile/platforms/ios/backend.py
src/tracecite_mobile/plugins/__init__.py
src/tracecite_mobile/plugins/formats.py
src/tracecite_mobile/plugins/processor.py
src/tracecite_mobile/plugins/segmenters.py
src/tracecite_mobile/shared/__init__.py
src/tracecite_mobile/shared/command_run.py
src/tracecite_mobile/shared/config.py
src/tracecite_mobile/shared/constants.py
src/tracecite_mobile/shared/log_paths.py
src/tracecite_mobile/shared/output_layout.py
src/tracecite_mobile/shared/project_paths.py
src/tracecite_mobile/shared/update_check.py
tests/test_analysis_package.py
tests/test_analyzer_plugin_sdk.py
tests/test_android_backend.py
tests/test_android_platform_backend.py
tests/test_android_session_filter.py
tests/test_behavior_layers.py
tests/test_behavior_summary.py
tests/test_capture_stop_log_path.py
tests/test_cleanup.py
tests/test_cli_domains.py
tests/test_cli_filter_scenario.py
tests/test_command_run_contract.py
tests/test_extension_registration.py
tests/test_fail_loud_paths.py
tests/test_filter_presets_config.py
tests/test_growing_presets.py
tests/test_growth_config.py
tests/test_ios_platform_backend.py
tests/test_knowledge_governance.py
tests/test_knowledge_grow.py
tests/test_knowledge_scenario.py
tests/test_knowledge_term_remove_audit.py
tests/test_mixed_segmenter.py
tests/test_multi_device_archive.py
tests/test_output_layout.py
tests/test_platform_capability_contract.py
tests/test_platform_cli_migration.py
tests/test_project_meta_dir.py
tests/test_public_run_api.py
tests/test_record_merge_consistency.py
tests/test_regex_preset.py
tests/test_repository_boundaries.py
tests/test_scenario_delivery_contract.py
tests/test_scenario_engine.py
tests/test_scenario_run_manifest.py
tests/test_scenario_stages.py
tests/test_seal_hot_log.py
tests/test_seal_under_load.py
tests/test_skills.py
tests/test_snapshot_under_load.py
tests/test_state_file.py
tests/test_stream_stall.py
tests/test_update_check.py