fix: Align parameter names between data_store and source_manager

- create_dispatcher uses data_store=
- MessageRouter uses source_manager=
- Added get_all_traceroutes() and get_all_channels() compat methods

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
K7ZVX 2026-05-05 03:50:58 +00:00
commit 62f04a3e09

View file

@ -295,7 +295,7 @@ class MeshAI:
context=self.context, context=self.context,
meshmonitor_sync=self.meshmonitor_sync, meshmonitor_sync=self.meshmonitor_sync,
knowledge=self.knowledge, knowledge=self.knowledge,
data_store=self.data_store, source_manager=self.data_store,
health_engine=self.health_engine, health_engine=self.health_engine,
mesh_reporter=self.mesh_reporter, mesh_reporter=self.mesh_reporter,
) )