From c8840847d2f7013b35dbab91d010f5a92fdc7685 Mon Sep 17 00:00:00 2001 From: catlog22 Date: Sat, 21 Mar 2026 12:21:53 +0800 Subject: [PATCH] chore: exclude workflow-tune command from git and npm packages Co-Authored-By: Claude Opus 4.6 --- .gitignore | 3 +++ .npmignore | 1 + 2 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 2ce4cdaa..1e17c27b 100644 --- a/.gitignore +++ b/.gitignore @@ -136,6 +136,9 @@ ccw/.tmp-ccw-auth-home/ .claude/skills_lib/team-skill-designer/templates/role-template.md .claude/skills_lib/team-skill-designer/templates/skill-router-template.md +# Workflow tune command (local only) +.claude/commands/workflow-tune.md + # Skills library (local only) .claude/skills_lib/ diff --git a/.npmignore b/.npmignore index 33941df4..402f09a4 100644 --- a/.npmignore +++ b/.npmignore @@ -85,3 +85,4 @@ codex-lens/.workflow/ # Claude skills (development only) .claude/skills/team-designer/ +.claude/commands/workflow-tune.md