LICENSE
README.md
pyproject.toml
src/flightdx/__init__.py
src/flightdx/cli.py
src/flightdx/schema.py
src/flightdx/signals.py
src/flightdx.egg-info/PKG-INFO
src/flightdx.egg-info/SOURCES.txt
src/flightdx.egg-info/dependency_links.txt
src/flightdx.egg-info/entry_points.txt
src/flightdx.egg-info/requires.txt
src/flightdx.egg-info/top_level.txt
src/flightdx/detectors/__init__.py
src/flightdx/detectors/actuator.py
src/flightdx/detectors/battery.py
src/flightdx/detectors/compass.py
src/flightdx/detectors/ekf.py
src/flightdx/detectors/errors.py
src/flightdx/detectors/gps.py
src/flightdx/detectors/oscillation.py
src/flightdx/detectors/timeline.py
src/flightdx/detectors/vibration.py
src/flightdx/engine/incidents.py
src/flightdx/engine/report_builder.py
src/flightdx/live/__init__.py
src/flightdx/live/adapter.py
src/flightdx/live/replay.py
src/flightdx/parsers/__init__.py
src/flightdx/parsers/dataflash.py
src/flightdx/parsers/quality.py
src/flightdx/parsers/ulog.py
src/flightdx/server/app.py
src/flightdx/synthesis/bundle.py
src/flightdx/synthesis/generator.py
src/flightdx/synthesis/prompt.py
src/flightdx/synthesis/redactor.py
src/flightdx/synthesis/validator.py
tests/test_detectors.py
tests/test_evals.py
tests/test_live_adapter.py
tests/test_p1_detectors.py
tests/test_p2_detectors.py
tests/test_server.py
tests/test_synthesis.py
tests/test_ulog_parser.py