From a7ef1c875f79819685ccd7483b289eb6efd27bcf Mon Sep 17 00:00:00 2001 From: Younggi Choi <74581798+choiyounggi@users.noreply.github.com> Date: Fri, 7 Aug 2026 13:47:53 +0900 Subject: [PATCH] =?UTF-8?q?release:=20v1.4.1=20=E2=80=94=20orca=20runtime-?= =?UTF-8?q?outage=20detection=20+=20ask-timeout=20contract?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ships #53. orca-wait.sh gains exit 4 so a dead Orca runtime is no longer indistinguishable from a quiet mailbox window, and the worker prompt now requires a timed-out `ask` to be resumed by its message id instead of decided by the worker. Bumps plugin.json and marketplace.json together — the release workflow only gates on plugin.json, so marketplace.json drifts silently when it is left behind. Co-Authored-By: Claude Opus 5 --- .claude-plugin/marketplace.json | 2 +- .claude-plugin/plugin.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 92458b8..af55dc5 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -20,7 +20,7 @@ "url": "https://github.com/choiyounggi/dev-loop.git" }, "homepage": "https://github.com/choiyounggi/dev-loop", - "version": "1.4.0", + "version": "1.4.1", "tags": [ "orchestrator", "verification-loop", diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 058e2a8..66c2471 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "dev-loop", "description": "loop-orchestrator's verification loop (TDD / PDCA / Reflexion) with the plan step FIXED to a wiki-grounded planning methodology (wiki-plan): every design decision is routed to a bundled semantic-layer wiki before code is written. Adds a knowledge-capture loop — sessions emit verified insights, and knowledge-flush researches, dedups, routes, and opens a wiki PR for owner review.", - "version": "1.4.0", + "version": "1.4.1", "author": { "name": "choiyounggi", "url": "https://github.com/choiyounggi"