From 4c4ea628e61adbd2a37c52a378cb2af8c9c716f1 Mon Sep 17 00:00:00 2001 From: Asgeir Frimannsson Date: Fri, 17 Jul 2026 01:02:32 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20"convergence"=20becomes=20"the=20kapi?= =?UTF-8?q?=20loop"=20=E2=80=94=20catch-up=20framing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Align with neokapi/neokapi#1275: re-headline the concept as the kapi loop (kapi up catches translations up and parks what needs a person); visible report headings become "kapi up report". Machine contract unchanged: outcome values (converged/parked), KAPI_* outputs, exit codes, and sticky comment markers are untouched. Co-Authored-By: Claude Fable 5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a2e5c7..606226b 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ steps: - run: kapi up ``` -`kapi up` is the convergence verb: with the bowrain plugin installed and a `server:` block in the recipe, it pushes, converges on the server, and pulls the produced targets back. To run it and commit the results, pair this with [`kapi-action`](https://github.com/neokapi/kapi-action). +`kapi up` runs the kapi loop: with the bowrain plugin installed and a `server:` block in the recipe, it pushes, catches up on the server, and pulls the produced targets back. To run it and commit the results, pair this with [`kapi-action`](https://github.com/neokapi/kapi-action). ## Inputs