Skip to content

Commit 35ffd34

Browse files
catlog22claude
andcommitted
chore(release): v6.3.9 - Issue System Consistency
- Unified four-layer architecture (Schema/Agent/Command/Implementation) - Upgraded to Rich Plan model with lifecycle fields - Added multi-solution generation support - Consolidated schemas (deleted redundant issue-task-jsonl-schema, solutions-jsonl-schema) - Fixed field naming consistency (acceptance, lifecycle_status, priority mapping) - Added search tool fallback chain to issue-plan-agent 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent e3223ed commit 35ffd34

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,29 @@ All notable changes to Claude Code Workflow (CCW) will be documented in this fil
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [6.3.9] - 2025-12-27
9+
10+
### 🔧 Issue System Consistency | Issue系统一致性修复
11+
12+
#### Schema Unification | Schema统一
13+
- **Upgraded**: `solution-schema.json` to Rich Plan model with full lifecycle fields
14+
- **Added**: `test`, `regression`, `commit`, `lifecycle_status` objects to task schema
15+
- **Changed**: `acceptance` from string[] to object `{criteria[], verification[]}`
16+
- **Added**: `analysis` and `score` fields for multi-solution evaluation
17+
- **Removed**: Redundant `issue-task-jsonl-schema.json` and `solutions-jsonl-schema.json`
18+
- **Fixed**: `queue-schema.json` field naming (`queue_id``item_id`)
19+
20+
#### Agent Updates | Agent更新
21+
- **Added**: Multi-solution generation support based on complexity
22+
- **Added**: Search tool fallback chain (ACE → smart_search → Grep → rg → Glob)
23+
- **Added**: `lifecycle_requirements` propagation from issue to tasks
24+
- **Added**: Priority mapping formula (1-5 → 0.0-1.0 semantic priority)
25+
- **Fixed**: Task decomposition to match Rich Plan schema
26+
27+
#### Type Safety | 类型安全
28+
- **Added**: `QueueConflict` and `ExecutionGroup` interfaces to `issue.ts`
29+
- **Fixed**: `conflicts` array typing (from `any[]` to `QueueConflict[]`)
30+
831
## [6.2.0] - 2025-12-21
932

1033
### 🎯 Native CodexLens & Dashboard Revolution | 原生CodexLens与Dashboard革新

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "claude-code-workflow",
3-
"version": "6.3.8",
3+
"version": "6.3.9",
44
"description": "JSON-driven multi-agent development framework with intelligent CLI orchestration (Gemini/Qwen/Codex), context-first architecture, and automated workflow execution",
55
"type": "module",
66
"main": "ccw/src/index.js",

0 commit comments

Comments
 (0)