From d916af327a50fd77ff6298ba765781a15a83f16b Mon Sep 17 00:00:00 2001 From: Younggi Choi <74581798+choiyounggi@users.noreply.github.com> Date: Thu, 27 Aug 2026 18:25:55 +0900 Subject: [PATCH] chore(release): 1.12.0 #152 P1-P5: fresh-context integration reviewer, append-only blackboard, graph-drop.sh, contract-first dispatch, plan-phase size verdict + bounded re-plan ladder (PR #153). Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01Ha52bAGBcnFZakC1SiKx9Y --- .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 5492105..0dba1f9 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.11.2", + "version": "1.12.0", "tags": [ "orchestrator", "verification-loop", diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index e26ddd0..9c0856e 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.11.2", + "version": "1.12.0", "author": { "name": "choiyounggi", "url": "https://github.com/choiyounggi"