From ef8c983720d7239612c82c641951678639590f50 Mon Sep 17 00:00:00 2001 From: Brummel Date: Sun, 10 May 2026 11:43:41 +0200 Subject: [PATCH] design-md-consolidation 1.2 fixup: trim trailing whitespace on DESIGN.md:33 --- docs/DESIGN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DESIGN.md b/docs/DESIGN.md index 0d4579b..f42b0de 100644 --- a/docs/DESIGN.md +++ b/docs/DESIGN.md @@ -30,7 +30,7 @@ evolving in lockstep with the language: the LLM-facing renderings of a module. `ailang-surface` (Iter 14c) is the lossless Form-A printer/parser — the canonical authoring surface fixed by Decision 6, with a round-trip property - `parse ∘ print = id` gating every release. `ailang-prose` + `parse ∘ print = id` gating every release. `ailang-prose` is the lossy Form-B projection — human-readable prose for review and edit, with no parser; re-integration goes through the LLM-mediator round-trip documented in `docs/PROSE_ROUNDTRIP.md`.