mirror of
https://github.com/vicliu624/trail-mate.git
synced 2026-08-05 10:19:58 +00:00
Split LXMF runtime ownership into focused peer, path, link, propagation, and delivery helpers while keeping the adapter as the coordination layer. Make chat delivery refs and send-result events protocol-aware across Reticulum, Meshtastic, and MeshCore, including Sent/Delivered/Failed semantics, UI badges, retry lookup, and store persistence. Fix Meshtastic MQTT private replies to publish encrypted direct packets and cover the new delivery behavior with smoke tests.
apps/linux_sim_shell
Role = product app shell / target app shell.
apps/linux_sim_shell is the Linux simulator app shell baseline.
It is not a CMake build entrypoint directory. Phase 8 Correction adds a minimal CMake target and smoke test so the app shell is executable without pulling in the transitional simulator implementation root.
Build Entrypoint invokes.
App Shell composes.
Target chooses.
Board describes.
UX Pack presents.
Build Entrypoint
Build entrypoint = builds/linux_cmake
Removed root history is documented only in
docs/archive/REMOVED_LEGACY_ROOTS.md.
Future Responsibilities
May:
- select Linux simulator target profile
- select simulator device profile
- select simulator UX profile
- invoke product composition
- hand off to runtime facade
Must not:
- own build host files
- own CMake project mechanics
- define board facts
- implement HAL details
- implement screen internals
- assemble Chat/Map/GPS runtime directly in build wrapper
Thin App Shell Entrypoint
Current source:
src/linux_sim_app_shell.hsrc/linux_sim_app_shell.cpptests/linux_sim_app_shell_smoke.cpp
target_id = linux_sim
ux_pack_id = simulator_full
No simulator runtime behavior changes in the app shell baseline.