For comprehensive AI agent instructions, see .github/copilot-instructions.md.
This file contains:
- Project architecture (two-library structure, manager pattern, background task processing)
- Build system (Conan + CMake workflow, setup scripts, Python virtual environment)
- External dependencies (Conan-managed vs vendored, Qt requirements)
- Testing framework (Google Test usage and examples)
- Code style and conventions (clang-format, Google C++ Style Guide, Pimpl idiom)
- Qt-specific requirements (Q_EMIT vs emit, signal/slot patterns)
- Common development tasks (adding radar products, updating dependencies)
- Cross-platform considerations and debugging setup
All agents should refer to the linked file for detailed, actionable guidance on working with this codebase.