From a753327acc29024cf9f395edb3ddd75a508ccdd1 Mon Sep 17 00:00:00 2001 From: catlog22 Date: Sat, 28 Feb 2026 23:51:25 +0800 Subject: [PATCH] chore: bump version to 7.0.8 feat(team-coordinate-v2): enhance task descriptions with structured format - Add PURPOSE/TASK/CONTEXT/EXPECTED/CONSTRAINTS sections - Include goal, actionable steps, key files, and success criteria - Add Step 2.5: Key File Inference in analyze-task.md - Update dispatch.md with structured task description template feat(team-lifecycle-v5): adopt structured task descriptions - Update task description template in dispatch.md - Apply structured format to revision and improvement tasks - Improve worker context with clear goals and file references feat(team-skill-designer-v4): enforce structured task format - Add task description template specification in phase 3 - Update quality standards to verify structured format - Add integration verification checks for new format - Ensure all generated v5 skills use structured descriptions Benefits: - Workers receive clearer context upfront - Backward compatible with existing team-worker Phase 1 - Consistent format across all v5 team workflows --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2fff7f5c..6ce7e59e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "claude-code-workflow", - "version": "7.0.7", + "version": "7.0.8", "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",