From 4ca2c43a3d18fa28091d1ce0f69dc90d0286e5a1 Mon Sep 17 00:00:00 2001 From: dch0202 Date: Mon, 3 Aug 2026 19:51:26 +0900 Subject: [PATCH] chore: bump plugin version 0.8.0 -> 0.9.0 Additive wiki content from the #6-#13 consolidation (14 new pages, 4 new categories). Bumps the version field so installed users' /plugin update detects and pulls the change (version is the update trigger for a set version field). Co-Authored-By: Claude Opus 4.8 --- .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 15f5665..5c699de 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": "0.8.0", + "version": "0.9.0", "tags": [ "orchestrator", "verification-loop", diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 06147ff..e950304 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": "0.8.0", + "version": "0.9.0", "author": { "name": "choiyounggi", "url": "https://github.com/choiyounggi"