From bc9777d81f97418a134cd5a373b162fca8a33be1 Mon Sep 17 00:00:00 2001 From: agra Date: Thu, 4 Jun 2026 15:45:28 +0300 Subject: [PATCH] docs: readme.md is now a maintained user-facing doc (lift freeze) Per Agra ruling: user-facing sx changes must update all relevant docs including readme.md. Replaces the prior 'Original syntax sketches. Do not modify.' rule so the docs-track-changes review criterion is enforceable from the next step onward. --- CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index fc56b827..3dd9e30f 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -573,7 +573,7 @@ Wiring a new bundling step: | `current/PLAN-ERR.md` | **Active** ERR implementation plan (`!` errors, `try` / `catch` / `or` / `onfail`, return traces). | | `current/CHECKPOINT-ERR.md` | **Active** ERR progress tracker. Update after every step. | | `implementation_plan.md` | Archive of completed work (closures, protocols, etc.). Do not pick up tasks from here. | -| `readme.md` | Original syntax sketches. Do not modify. | +| `readme.md` | User-facing language overview — **maintained**. Update it whenever a user-facing sx change lands (new/changed syntax, semantics, gating diagnostics, language behavior), per the docs-track-changes rule. | | `CLAUDE.md` | This file. Session instructions. | | `library/modules/platform/bundle.sx` | sx-side `.app` / `.apk` bundler. See "Bundling lives in sx" above. | | `library/modules/fs.sx`, `library/modules/process.sx` | POSIX stdlib for the bundler + general consumer use. |