From 7b3da23fba35f6e8e06cef71467e9fbbd0cc8d9d Mon Sep 17 00:00:00 2001 From: znetsixe Date: Mon, 11 May 2026 19:44:02 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wiki/Home.md b/wiki/Home.md index 01c1bb4..6014dad 100644 --- a/wiki/Home.md +++ b/wiki/Home.md @@ -75,9 +75,9 @@ dashboardAPI deliberately does NOT split into `concerns/` — its surface is too -| Canonical topic | Aliases | Payload | Effect | -|---|---|---|---| -| `child.register` | `registerChild` | `any` | Parent/child plumbing — registers or unregisters a child node. | +| Canonical topic | Aliases | Payload | Unit | Effect | +|---|---|---|---|---| +| `child.register` | `registerChild` | `any` | — | Parent/child plumbing — registers or unregisters a child node. |