From bf84a157eaa0edc65f4c057fb39fb1a5733495f7 Mon Sep 17 00:00:00 2001 From: catlog22 Date: Sun, 1 Mar 2026 19:50:27 +0800 Subject: [PATCH] chore: bump version to 7.0.9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit feat(idaw): Independent Development Autonomous Workflow - /idaw:add — manual task creation + import from ccw issue - /idaw:run — 6-phase serial orchestrator with git checkpoints - /idaw:status — read-only progress viewer - /idaw:resume — resume interrupted sessions from last checkpoint --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6ce7e59e..a0df52e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "claude-code-workflow", - "version": "7.0.8", + "version": "7.0.9", "description": "JSON-driven multi-agent development framework with intelligent CLI orchestration (Gemini/Qwen/Codex), context-first architecture, and automated workflow execution", "type": "module", "main": "ccw/dist/index.js",