From c4f3afd8eb783615ff215060b026b39a9229fa34 Mon Sep 17 00:00:00 2001 From: catlog22 Date: Mon, 29 Dec 2025 11:52:05 +0800 Subject: [PATCH] chore: bump version to 6.3.12 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Refactor issue workflow with unified solution ID format (SOL-{issue-id}-{seq}) - Add follow-up questions to issue creation flow - Fix JSONL append newline handling - Align conflicts format in plan.md with agent output 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a038a5a0..cbaf04dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "claude-code-workflow", - "version": "6.3.11", + "version": "6.3.13", "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/src/index.js",