From c744a80ef95d4274946d93b0bdf0bca923338ebe Mon Sep 17 00:00:00 2001 From: catlog22 Date: Tue, 24 Mar 2026 20:35:02 +0800 Subject: [PATCH] fix: resolve TOML escape errors and SKILL.md YAML parsing issue - Fix team-review SKILL.md description containing unquoted colons - Bump version to 7.2.18 Co-Authored-By: Claude Opus 4.6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0c7eb40a..e94b4ed4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "claude-code-workflow", - "version": "7.2.17", + "version": "7.2.18", "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",