From da872f795c3f4af1340112a712623135d1d7756d Mon Sep 17 00:00:00 2001 From: mhoennig Date: Wed, 2 Sep 2026 20:07:42 +0200 Subject: [PATCH] =?UTF-8?q?docs(changelog):=20die=20Planungszeile=20zum=20?= =?UTF-8?q?Mehr-Fenster-Betrieb=20entf=C3=A4llt=20=E2=80=94=20sie=20stand?= =?UTF-8?q?=20neben=20dem=20gebauten=20Ergebnis?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Der 2026-09-02 trug beide Aussagen zur selben Sache: die vier Zeilen „geht jetzt" und darunter noch „recorded as planned … before it is built" aus dem RFC-Commit desselben Tages. Im Neuigkeiten-Popup (D58) liest sich das widersprüchlich — der Leser sieht ein Feature, das zugleich fertig und geplant ist. Die Planungszeile geht, weil das Gebaute mehr sagt; die MCP-Planungszeile daneben bleibt stehen, die ist wirklich noch ungebaut. Ein Test liest die ausgelieferte Datei (news.test.js), 666 Tests grün. Co-Authored-By: Claude Opus 5 --- docs/CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 82dc229..324d76e 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -23,7 +23,6 @@ reverse. - A document created, renamed or deleted in another window shows up without a reload now, and a document deleted elsewhere while open here stays until you type — typing brings it back - The modal "open more than once" dialog is gone; the one remaining loss case — the same non-shared document open in two windows — is found by a per-document lock, and the second window chooses: open another document, view only until the other window lets go, or edit anyway - The other-window warning now names the document and says whether it is open in the app or in the browser — and stays silent when nothing collides -- Running the installed app and a browser tab side by side recorded as planned: documents get their own storage keys so windows stop deleting each other's work, a per-document lock finds the one real loss case, and the second window gets three exits instead of "continue anyway" — spelled out in RFC 002 before it is built - An MCP server for AI agents recorded as planned: it lives in the backend, runs the one JS parser through GraalJS, hands plans to Claude Code and other agents as resources and tools over streamable HTTP, and writes changes as conflict-safe line diffs — no new runtime, spelled out in an RFC before it is built ## 2026-08-28