From 6881475193a9f5507faedd64db90f6d04d69005c Mon Sep 17 00:00:00 2001 From: mhoennig Date: Mon, 24 Aug 2026 14:53:30 +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.started: Started work is on the path, extras included (S) %% see D61 --- 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 6b86851..0c69c14 100644 --- a/docs/examples/werkbaum.werkbaum +++ b/docs/examples/werkbaum.werkbaum @@ -43,7 +43,7 @@ - [^] #ed.path: Cheapest path (M) - [^] #ed.path.cost: Cost model, missing size counts as M (S) - [^] #ed.path.front: Only the open front: what is done costs nothing (S) %% see D46 - - [x] #ed.path.started: Started work is on the path, extras included (S) %% see D61 + - [^] #ed.path.started: Started work is on the path, extras included (S) %% see D61 - [^] #ed.path.line: Metro-map line through the leaves (S) - [^] #ed.path.step: Step from station to station, one button (S) %% see D47 - [^] #ed.closure: Count the whole dependency closure (M)