chore: bump version to 7.0.3

- Add .ccw/ to npm package files
- Add .claude/CLAUDE.md to npm package files
- Exclude .claude/skills_lib from package
This commit is contained in:
catlog22
2026-02-28 09:27:42 +08:00
parent a59a86fb9b
commit 22a98b7b6c

View File

@@ -1,6 +1,6 @@
{ {
"name": "claude-code-workflow", "name": "claude-code-workflow",
"version": "7.0.2", "version": "7.0.3",
"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/dist/index.js", "main": "ccw/dist/index.js",
@@ -66,10 +66,12 @@
"ccw/dist/", "ccw/dist/",
"ccw/scripts/", "ccw/scripts/",
"ccw/frontend/dist/", "ccw/frontend/dist/",
".claude/CLAUDE.md",
".claude/agents/", ".claude/agents/",
".claude/commands/", ".claude/commands/",
".claude/scripts/", ".claude/scripts/",
".claude/skills/", ".claude/skills/",
".ccw/",
".codex/", ".codex/",
".gemini/", ".gemini/",
".qwen/", ".qwen/",