From 20784bc468b71c85380c98170f3a8c3d4334262c Mon Sep 17 00:00:00 2001 From: mhoennig Date: Mon, 24 Aug 2026 11:04:41 +0200 Subject: [PATCH] style(llms.md): Tabellenspalten ausgerichtet MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Die Spaltentrenner beider Tabellen (Gate, Statusbox) stehen jetzt untereinander; nachgemessen liegen die Pipes in jeder Zeile auf denselben Spalten (7/27/79 bzw. 8/27/70). Stolperstein: In der Gate-Tabelle ist `\|` ein Wert, kein Spaltentrenner. Ein Splitter, der stumpf an jedem `|` trennt, zerlegt die Zeile in vier Spalten und schiebt "any of" in die dritte — passiert und zurückgenommen; getrennt wird an `(? --- frontend/public/llms.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/frontend/public/llms.md b/frontend/public/llms.md index 151b820..49c177b 100644 --- a/frontend/public/llms.md +++ b/frontend/public/llms.md @@ -28,12 +28,12 @@ One node per line. Everything except the label is optional. ### Gate (first character after the indent) -| char | meaning | semantics | -|---|---|---| -| `-` | all of | required part — all `-` siblings are needed | -| `+` | optional | a nice-to-have on the same and-group, dispensable | -| `\|` | any of | alternatives — at least one will be chosen | -| `=` | exactly one (xor) | alternatives — exactly one may be realized | +| char | meaning | semantics | +|------|-------------------|---------------------------------------------------| +| `-` | all of | required part — all `-` siblings are needed | +| `+` | optional | a nice-to-have on the same and-group, dispensable | +| `\|` | any of | alternatives — at least one will be chosen | +| `=` | exactly one (xor) | alternatives — exactly one may be realized | - `-` and `+` may be mixed within one sibling group (conjunctive group). `|` groups and `=` groups must be **uniform** — any other mixture is @@ -60,16 +60,16 @@ One node per line. Everything except the label is optional. ### Status box -| box | key | meaning | -|---|---|---| -| `[?]` | idea | vague idea | -| `[ ]` | planned | decided, nothing invested | -| `[~]` | in progress | costs invested, risk high | -| `[/]` | walking skeleton | works end to end, polish missing | -| `[x]` | done | complete | -| `[^]` | in production | deployed / live | -| `[-]` | discarded | deliberately dropped (hidden by default) | -| `[!]` | high risk | effort still unclear | +| box | key | meaning | +|-------|------------------|------------------------------------------| +| `[?]` | idea | vague idea | +| `[ ]` | planned | decided, nothing invested | +| `[~]` | in progress | costs invested, risk high | +| `[/]` | walking skeleton | works end to end, polish missing | +| `[x]` | done | complete | +| `[^]` | in production | deployed / live | +| `[-]` | discarded | deliberately dropped (hidden by default) | +| `[!]` | high risk | effort still unclear | - No box = neutral node. `x` may also be uppercase `X`. - Unknown codes are tolerated: the node renders neutral, with a warning —