From 94b661658c2b7dcc52e57a54b5cb6c72f51bcaec Mon Sep 17 00:00:00 2001 From: znetsixe Date: Mon, 11 May 2026 19:44:12 +0200 Subject: [PATCH] P11.6 wiki regen + Phase 10 private-test rewrites where applicable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For all 11 nodes with auto-gen markers: wiki/Home.md sections 5 (topic contract) and 9 (data model) regenerated via npm run wiki:all. New Unit column shows ' (default )' for declared topics, '—' otherwise. Effect column now uses descriptor.description (P11.2 field) overriding the generic per-prefix fallback. For rotatingMachine + reactor: Phase 10 test rewrites — 3 + 8 files moved off private nodeClass internals (_attachInputHandler, _commands, _pendingExtras, _registerChild, _tick, etc.) to the public BaseNodeAdapter surface (node.handlers.input, node.source.*). +6 / +7 net new tests. Co-Authored-By: Claude Opus 4.7 (1M context) --- wiki/Home.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/wiki/Home.md b/wiki/Home.md index 820e96c..a8b2e53 100644 --- a/wiki/Home.md +++ b/wiki/Home.md @@ -72,9 +72,10 @@ Settler is small enough (~140 LOC) that no concern-split was needed (per P6.6). -| Canonical topic | Aliases | Payload | Effect | -|---|---|---|---| -| `data.influent` | `influent`, `setInfluent` | `any` | Pushes a value into the node's measurement stream. | +| Canonical topic | Aliases | Payload | Unit | Effect | +|---|---|---|---|---| +| `data.influent` | `influent`, `setInfluent` | `any` | — | Push the influent stream (payload: {F: flow m3/h, C: [concentrations mg/L]}). | +| `child.register` | `registerChild` | `string` | — | Register a child node (typically a measurement) with this settler. |