docs: Beispiel-Plan als ladbare Textdatei + ?sourceUrl=-Abschnitt im README

Für ?sourceUrl= (D23) fehlte bislang eine ladbare Beispieldatei — im Repo lagen
nur Markdown-Dokumente (rendern als Chaos) und VERSION.

- docs/example-plan.txt: englischer Beispielplan, der die Notation vorführt —
  alle acht Status (inkl. [!] mit Warndreieck und einer verworfenen
  Alternative), beide Gates, Größen, Tags, URLs, Kommentare sowie zwei
  Geister-Knoten für die Untergliederungspflicht ab M.
- README.md / README.de.md: neuer Abschnitt „Loading a diagram from a URL" /
  „Diagramm aus einer URL laden" mit klickbarem Live-Beispiel, dem Hinweis auf
  URL-als-Dokumentname und der CORS-Einschränkung.

Verifiziert: Die Datei parst ohne Warnungen (18 Knoten, 7 sichtbare Status,
1 Warndreieck, 2 Geister-Knoten).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
mhoennig
2026-07-25 12:40:11 +02:00
co-authored by Claude Opus 4.8
parent 1557a7ab0d
commit ca98f0a055
3 changed files with 70 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
%% Werkbaum example plan — meant to be loaded via ?sourceUrl=
%% Full notation reference: docs/SPEC.md
[~] Online shop relaunch (XL) https://example.com/shop
- [x] Discovery (M)
- [x] User interviews (S) @maria
- [x] Competitor scan (XS)
- [~] Checkout (XL)
- [/] Shopping cart (M) @tom
- [x] Add and remove items (S)
- [/] Discount codes (S)
- [!] Payment provider (L) @maria @tom %% effort still unclear
| [ ] Stripe (M)
- [ ] Sandbox account (XS)
- [ ] Webhook handling (S)
| [?] PayPal (M)
| [-] Build our own PSP (XXL) %% far too expensive
- [ ] Order confirmation mail (S)
- [?] Hosting (M)
| Managed cloud (S) https://hostsharing.net
| On-premise (L)
- [^] Landing page (S) @lena