mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-01 15:03:57 +08:00
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:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"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",
|
||||
"type": "module",
|
||||
"main": "ccw/dist/index.js",
|
||||
@@ -66,10 +66,12 @@
|
||||
"ccw/dist/",
|
||||
"ccw/scripts/",
|
||||
"ccw/frontend/dist/",
|
||||
".claude/CLAUDE.md",
|
||||
".claude/agents/",
|
||||
".claude/commands/",
|
||||
".claude/scripts/",
|
||||
".claude/skills/",
|
||||
".ccw/",
|
||||
".codex/",
|
||||
".gemini/",
|
||||
".qwen/",
|
||||
|
||||
Reference in New Issue
Block a user