chore: bump version to 6.3.32

- Fix: Dashboard project overview display issue (#80)
- Refactor: Update project structure to use project-tech.json
This commit is contained in:
catlog22
2026-01-16 14:09:09 +08:00
parent 7b677b20fb
commit eeb90949ce

View File

@@ -1,6 +1,6 @@
{ {
"name": "claude-code-workflow", "name": "claude-code-workflow",
"version": "6.3.31", "version": "6.3.32",
"description": "JSON-driven multi-agent development framework with intelligent CLI orchestration (Gemini/Qwen/Codex), context-first architecture, and automated workflow execution", "description": "JSON-driven multi-agent development framework with intelligent CLI orchestration (Gemini/Qwen/Codex), context-first architecture, and automated workflow execution",
"type": "module", "type": "module",
"main": "ccw/src/index.js", "main": "ccw/src/index.js",