the signals and their derived score are provisional and subject to change.
validate manually before sharing.
e3ce1fb70420c8171c397d314675ff689d820b01none
AGENTS.mdTool: agents-md# Repository Guidelines
## Project Structure & Module Organization
Barista is a C++20/CMake project that connects a Wii U GamePad to a desktop application. `app/` contains the Qt 6 GUI and D-Bus service; `core/` holds portable shared interfaces. The Linux radio and streaming stack lives in `drcd/`, `drcctl/`, `libdrc-host/`, and `libdrc-ipc/`, each with public headers in `include/`, implementation in `src/`, and tests in `tests/` where applicable. Linux integration files are in `platform/linux/` and `packnone