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/src/meshbay_node/roster.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/meshbay-node/src/meshbay_node/roster.py') diff --git a/packages/meshbay-node/src/meshbay_node/roster.py b/packages/meshbay-node/src/meshbay_node/roster.py index 7bc2067..80bf16d 100644 --- a/packages/meshbay-node/src/meshbay_node/roster.py +++ b/packages/meshbay-node/src/meshbay_node/roster.py @@ -136,7 +136,7 @@ CREATE TABLE IF NOT EXISTS members ( -- Per-group settings the operator changes while the node runs. -- -- Not node.toml: that file is hand-written, full of comments explaining --- decisions, and `ops.py` deliberately appends to it rather than round-tripping +-- decisions, and `ops` deliberately appends to it rather than round-tripping -- it through a TOML writer. A setting toggled from a panel has to take effect -- without an edit to the operator's file and without a restart, so it lives -- here, where the node already keeps what it decided rather than what it was -- cgit v1.2.3