From 0948e2a5dee1a6fa6ea74da94652280962b9c916 Mon Sep 17 00:00:00 2001 From: dch0202 Date: Sat, 8 Aug 2026 01:00:22 +0900 Subject: [PATCH] =?UTF-8?q?chore(release):=20dev-loop=201.5.0=20=E2=80=94?= =?UTF-8?q?=20per-role=20model=20selection?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps both version files. `.claude-plugin/plugin.json` is the one release.yml checks against the pushed tag; `.claude-plugin/marketplace.json` carries the same number for marketplace listings and is not enforced anywhere, so it drifts silently if bumped separately — they move together. Ships #63: worker model via --model / DEV_LOOP_WORKER_MODEL, the auditor pinned off `inherit`, and wiki-plan moved to the coordinator so the planning tier is independent of the implementing tier. Minor, not patch: new configuration surface, backward compatible (unset changes nothing). Co-Authored-By: Claude Opus 5 (1M context) --- .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 6b327c3..84434b2 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.2", + "version": "1.5.0", "tags": [ "orchestrator", "verification-loop", diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index f96006e..f7e76cd 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.2", + "version": "1.5.0", "author": { "name": "choiyounggi", "url": "https://github.com/choiyounggi"