From a7842ea5b95271d43eb902bf02274eeaef670e4d Mon Sep 17 00:00:00 2001 From: Code Agent Claude Date: Fri, 28 Aug 2026 19:18:26 +0000 Subject: [PATCH] Document that Code Agent pull requests need review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit LANGUAGE.md gains a short "Automated changes" section, before "Where to go next": pull requests from Code Agent Claude arrive on `code-agent/*` branches and always need a human review before merge. Documentation only — no interpreter code, spec, or example is touched. --- LANGUAGE.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/LANGUAGE.md b/LANGUAGE.md index 60d8d85..e3603e5 100644 --- a/LANGUAGE.md +++ b/LANGUAGE.md @@ -567,6 +567,11 @@ interpreter (the program, or a thread it spawned); and `docs/wasi.js` is the WASI host under all of it, implementing the preview1 calls the interpreter imports plus the marshalling that carries them between threads. +## Automated changes + +Pull requests from Code Agent Claude are opened on `code-agent/*` branches and +always need human review before they are merged. + ## Where to go next - **[GETTING_STARTED.md](GETTING_STARTED.md)** — installing, the REPL, the live