From 762233772162a05be67432aa551a430b939250de Mon Sep 17 00:00:00 2001 From: Christophe Besson Date: Fri, 25 Sep 2026 01:30:47 +0200 Subject: refactor(node): split ops.py into the ops package Each section of ops.py becomes a module of meshbay_node/ops/ (core, node_toml, members, chat, groups, roots, files, settings, apps), cut as text; ops/__init__.py keeps the docstring and re-exports every name, so `ops.` is unchanged for every caller. Logger name unchanged. Co-Authored-By: Claude Opus 5.5 --- packages/meshbay-node/tests/test_app_directories.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/meshbay-node/tests/test_app_directories.py') diff --git a/packages/meshbay-node/tests/test_app_directories.py b/packages/meshbay-node/tests/test_app_directories.py index 1b8d1e0..c8a358b 100644 --- a/packages/meshbay-node/tests/test_app_directories.py +++ b/packages/meshbay-node/tests/test_app_directories.py @@ -68,7 +68,7 @@ async def _state(tmp_path: Path, *, writable: bool = True) -> tuple[dict, Roster async def test_an_app_nobody_wrote_code_for_stores_its_directories(tmp_path): """ - The point of the generic pair. Nothing in ops.py, roster.py or the daemon + The point of the generic pair. Nothing in ops, roster.py or the daemon names this app, and it round-trips anyway — which is the difference between a plugin architecture and a list of special cases. """ -- cgit v1.2.3