Skip to content

Commit ca31f27

Browse files
committed
chore: Remove maintenance files for cleaner plugin distribution
Remove internal development files that aren't needed by plugin users: - CLAUDE.md (personal development guidelines) - ENHANCEMENT_PLAN.md (internal planning) - ENHANCEMENTS_SUMMARY.md (internal notes) - SKILLS_USAGE_GUIDE.md (redundant with README.md) - skills/MIGRATION_GUIDE.md (internal migration notes) - skills/REFACTORING_SUMMARY.md (internal refactoring notes) - skills/_INDEX.md.archive (old backup) Update .gitignore to exclude: - .claude/ (personal workspace) - Maintenance files (CLAUDE.md, ENHANCEMENT*.md, etc.) - Skills archive and internal docs This keeps the plugin repository focused on what end users need: - Skills library (292 skills) - Commands (/skills) - Documentation (README.md, PLUGIN.md, MIGRATION.md) - Plugin manifest (.claude-plugin/plugin.json) - License (MIT)
1 parent 789295e commit ca31f27

8 files changed

Lines changed: 13 additions & 4119 deletions

.gitignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,19 @@ coverage/
110110
# Beads task management
111111
.beads/
112112

113+
# Claude Code workspace (personal)
114+
.claude/
115+
116+
# Maintenance files (not for plugin distribution)
117+
CLAUDE.md
118+
ENHANCEMENT*.md
119+
*ENHANCEMENT*.md
120+
SKILLS_USAGE_GUIDE.md
121+
skills/_INDEX.md.archive
122+
skills/MIGRATION_GUIDE.md
123+
skills/REFACTORING_SUMMARY.md
124+
skills/_archive/
125+
113126
# OS
114127
Thumbs.db
115128
Desktop.ini

0 commit comments

Comments
 (0)