chore: bump version to 7.0.9

feat(idaw): Independent Development Autonomous Workflow
- /idaw:add — manual task creation + import from ccw issue
- /idaw:run — 6-phase serial orchestrator with git checkpoints
- /idaw:status — read-only progress viewer
- /idaw:resume — resume interrupted sessions from last checkpoint
This commit is contained in:
catlog22
2026-03-01 19:50:27 +08:00
parent 41f990ddd4
commit bf84a157ea

View File

@@ -1,6 +1,6 @@
{
"name": "claude-code-workflow",
"version": "7.0.8",
"version": "7.0.9",
"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",