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",
|
"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/",
|
||||||
|
|||||||
Reference in New Issue
Block a user