From d1da6a3529d6bc4ba238cc5c65708da81cd8c8c8 Mon Sep 17 00:00:00 2001 From: mhoennig Date: Tue, 25 Aug 2026 11:07:14 +0200 Subject: [PATCH] =?UTF-8?q?docs:=20Werkbaum-Plan=20=E2=80=94=201=20Knoten?= =?UTF-8?q?=20in=20Produktion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Beim Deploy der stabilen Instanz gehen diese Knoten live; SPEC §4 unterscheidet [x] fertig von [^] in Produktion (D30): - #ed.path.cost: Cost model, a size prices its subtree --- docs/examples/werkbaum.werkbaum | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/werkbaum.werkbaum b/docs/examples/werkbaum.werkbaum index 0a950b5..cca3b93 100644 --- a/docs/examples/werkbaum.werkbaum +++ b/docs/examples/werkbaum.werkbaum @@ -43,7 +43,7 @@ - [^] #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 (XL) - - [x] #ed.path.cost: Cost model, a size prices its subtree (S) + - [^] #ed.path.cost: Cost model, a size prices its subtree (S) - [^] #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