From d95ce21143495825214af163b598ff16f4d5dba7 Mon Sep 17 00:00:00 2001 From: mhoennig Date: Mon, 24 Aug 2026 20:00:38 +0200 Subject: [PATCH] =?UTF-8?q?docs:=20Plan-Knoten=20f=C3=BCr=20die=20Gr=C3=B6?= =?UTF-8?q?=C3=9Fensch=C3=A4tzung=20aus=20Teilpaketen=20(D66)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `#ed.path.est` neu als [x]; das überholte „missing size counts as M" aus Label und Beschreibung von `#ed.path.cost` entfernt. Der neue S-Knoten kippte die Größenprüfung von `#ed.path` — ehrlich nachgezogen auf (XL). Co-Authored-By: Claude Fable 5 --- docs/examples/werkbaum.werkbaum | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/docs/examples/werkbaum.werkbaum b/docs/examples/werkbaum.werkbaum index 3d888a3..da1b8c4 100644 --- a/docs/examples/werkbaum.werkbaum +++ b/docs/examples/werkbaum.werkbaum @@ -42,8 +42,9 @@ - [^] #ed.deplink: Cross links for dependencies (M) - [^] #ed.deplink.calm: Visually secondary — the tree carries the message (S) - [^] #ed.deplink.focus: Highlight what a selected node needs and feeds (S) - - [^] #ed.path: Cheapest path (L) - - [^] #ed.path.cost: Cost model, missing size counts as M (S) + - [^] #ed.path: Cheapest path (XL) + - [^] #ed.path.cost: Cost model, sizes summed and minimized (S) + - [x] #ed.path.est: Missing size estimated from the sub-packages (S) %% see D66 - [^] #ed.path.front: Only the open front: what is done costs nothing (S) %% see D46 - [^] #ed.path.started: Started work is on the path, extras included (S) %% see D61 - [^] #ed.path.line: Metro-map line through the leaves (S) @@ -392,8 +393,12 @@ #ed.path.cost Cost is the T-shirt size, summed along and-groups and minimized along - or-groups. A missing size counts as M — the smallest size that already - demands a breakdown, so the guess errs upward. + or-groups. + +#ed.path.est + A node without a size is estimated from its sub-packages: at least the + largest child size, one step more when three or more children carry that + size. Only a leaf without children still falls back to M. #ed.path.front Done costs nothing any more, so the path prices what is left rather than