docs: Werkbaum-Plan — 2 Knoten in Produktion

Beim Deploy der stabilen Instanz gehen diese Knoten live; SPEC §4
unterscheidet [x] fertig von [^] in Produktion (D30):

- #col.git.pull: A script pulls the server document and commits it (S)  %% tools/pull-doc --git-commit, dated commits — see D88
- #col.live.safe: Unsent work is loud, rescued and never silently discarded (M)  %% modal for a second window, watchdog, local backups — see D89
This commit is contained in:
mhoennig
2026-08-27 13:04:58 +02:00
parent f45ca44d3c
commit 0d573a80c4
+2 -2
View File
@@ -142,7 +142,7 @@
- [-] #col.pad: Borrow an Etherpad — it merges, we render (L) %% built, then removed, see D78 - [-] #col.pad: Borrow an Etherpad — it merges, we render (L) %% built, then removed, see D78
- [~] #col.git: Git as the shared store (L) - [~] #col.git: Git as the shared store (L)
| [ ] #col.git.pr: A file in a repository, changed by pull request (S) %% works today, no code | [ ] #col.git.pr: A file in a repository, changed by pull request (S) %% works today, no code
| [x] #col.git.pull: A script pulls the server document and commits it (S) %% tools/pull-doc --git-commit, dated commits — see D88 | [^] #col.git.pull: A script pulls the server document and commits it (S) %% tools/pull-doc --git-commit, dated commits — see D88
| [?] #col.git.auto: The backend commits every change (L) :#be.scaffold | [?] #col.git.auto: The backend commits every change (L) :#be.scaffold
- [?] #col.git.hist: History and restore (M) - [?] #col.git.hist: History and restore (M)
- [?] #col.git.diff: Diff between two versions (S) - [?] #col.git.diff: Diff between two versions (S)
@@ -163,7 +163,7 @@
- [^] #col.live.rename: Renaming reaches everyone (S) %% PATCH /title + RENAMED in the feed, see D85 - [^] #col.live.rename: Renaming reaches everyone (S) %% PATCH /title + RENAMED in the feed, see D85
- [^] #col.live.history: Earlier states come from the server (M) %% milestones in the clock menu, rollback for everyone, see D86 - [^] #col.live.history: Earlier states come from the server (M) %% milestones in the clock menu, rollback for everyone, see D86
- [^] #col.live.name: A self-chosen display name (XS) %% fills "changed by", a claim, not a proof - [^] #col.live.name: A self-chosen display name (XS) %% fills "changed by", a claim, not a proof
- [x] #col.live.safe: Unsent work is loud, rescued and never silently discarded (M) %% modal for a second window, watchdog, local backups — see D89 - [^] #col.live.safe: Unsent work is loud, rescued and never silently discarded (M) %% modal for a second window, watchdog, local backups — see D89
- [-] #col.live.ws: Transport over a websocket (S) %% plain HTTP turned out to be enough - [-] #col.live.ws: Transport over a websocket (S) %% plain HTTP turned out to be enough
- [-] #col.live.own: A merge algorithm of our own (XL) %% solved problem, do not reinvent - [-] #col.live.own: A merge algorithm of our own (XL) %% solved problem, do not reinvent
- [?] #mmd: Mermaid plugin (XL) - [?] #mmd: Mermaid plugin (XL)