From 4619ce7a0bd84b767dc4fae9163bf13e7cee3137 Mon Sep 17 00:00:00 2001 From: mhoennig Date: Sun, 23 Aug 2026 14:55:01 +0200 Subject: [PATCH] =?UTF-8?q?docs:=20Werkbaum-Plan=20=E2=80=94=202=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.front: Only the open front: what is done costs nothing (S) %% see D46 - #ed.path.step: Step from station to station, one button (S) %% see D47 --- docs/examples/werkbaum.werkbaum | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/examples/werkbaum.werkbaum b/docs/examples/werkbaum.werkbaum index 9c2f23e..6826b82 100644 --- a/docs/examples/werkbaum.werkbaum +++ b/docs/examples/werkbaum.werkbaum @@ -40,9 +40,9 @@ - [^] #ed.deplink.focus: Highlight what a selected node needs and feeds (S) - [^] #ed.path: Cheapest path (M) - [^] #ed.path.cost: Cost model, missing size counts as M (S) - - [x] #ed.path.front: Only the open front: what is done costs nothing (S) %% see D46 + - [^] #ed.path.front: Only the open front: what is done costs nothing (S) %% see D46 - [^] #ed.path.line: Metro-map line through the leaves (S) - - [x] #ed.path.step: Step from station to station, one button (S) %% see D47 + - [^] #ed.path.step: Step from station to station, one button (S) %% see D47 - [^] #ed.closure: Count the whole dependency closure (M) - [^] #ed.closure.once: Shared dependencies counted only once (S) - [^] #ed.closure.nonlocal: The cheapest alternative is no longer the local one (M) %% see D34, D42