Skip to content

fix: remove tracked .claude/commands file from version control#1506

Merged
bmadcode merged 1 commit intobmad-code-org:mainfrom
alexeyv:fix/remove-tracked-claude-command
Feb 1, 2026
Merged

fix: remove tracked .claude/commands file from version control#1506
bmadcode merged 1 commit intobmad-code-org:mainfrom
alexeyv:fix/remove-tracked-claude-command

Conversation

@alexeyv
Copy link
Copy Markdown
Collaborator

@alexeyv alexeyv commented Feb 1, 2026

Summary

  • Removes .claude/commands/bmad-bmm-generate-project-context.md from git tracking
  • This file was accidentally tracked despite .claude/commands being in .gitignore
  • The installer generates this file at install time from source templates — it should not be tracked

Test plan

  • All tests pass (npm run test)
  • File is untracked but still exists locally (gitignore covers it)

🤖 Generated with Claude Code

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Feb 1, 2026

📝 Walkthrough

Walkthrough

This PR removes two Claude workflow configuration files: a command definition for generating project context and a comprehensive GitHub issue triage skill specification. These were AI agent workflow and documentation files with no functional code logic.

Changes

Cohort / File(s) Summary
Removed AI Workflow Configuration Files
.claude/commands/bmad-bmm-generate-project-context.md, .claude/skills/gh-triage/SKILL.md
Deleted command definition file containing metadata and workflow instructions (7 lines), and deleted GitHub issue triage skill specification with execution plan, prompt schema, and reporting templates (158 lines).

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Suggested reviewers

  • bmadcode
🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Description check ✅ Passed The PR description clearly explains the purpose of removing tracked files that should be gitignored, references the installer generation process, and provides test evidence.
Title check ✅ Passed The title 'fix: remove tracked .claude/commands file from version control' accurately describes the main change: removing a tracked file that should not be in version control due to .gitignore rules.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

This file was accidentally tracked despite .claude/commands being in
.gitignore. The installer generates this file at install time from
source templates — it should not be tracked in the repo.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@alexeyv alexeyv force-pushed the fix/remove-tracked-claude-command branch from c7af525 to 0119c9e Compare February 1, 2026 07:32
@alexeyv alexeyv changed the title fix: remove .claude/commands file from version control fix: remove tracked .claude/commands file from version control Feb 1, 2026
@bmadcode bmadcode merged commit e17c7e8 into bmad-code-org:main Feb 1, 2026
5 checks passed
bmadcode pushed a commit that referenced this pull request Feb 1, 2026
### 🎁 Features
* Add generate-project-context workflow
* Shard market research customer analysis

### 🐛 Bug Fixes
* Fix npm install peer dependency issues (PR #1476)
* Fix leaked source paths in PRD validation report (#1481)
* Fix orphaned market research customer analysis (#1486)
* Fix duplicate 2-letter brainstorming code (BS → BSP)
* Fix tech writer sidecar functionality (#1487)
* Fix relative paths in workflow steps (#1497, #1498)
* Fix party-mode workflow file extension (#1499)
* Fix generated slash commands (#1501)
* Fix agent scan and help CSV files
* Fix HELP_STEP placeholder replacement (#1437)

### 📚 Documentation
* Add exact slash commands to Getting Started guide (#1505)
* Remove .claude/commands from version control (#1506)

### 🔧 Maintenance
* Update Starlight to 0.37.5
* Add GitHub issue templates
dickymoore pushed a commit to dickymoore/BMAD-METHOD that referenced this pull request Feb 6, 2026
…#1506)

This file was accidentally tracked despite .claude/commands being in
.gitignore. The installer generates this file at install time from
source templates — it should not be tracked in the repo.

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
dickymoore pushed a commit to dickymoore/BMAD-METHOD that referenced this pull request Feb 6, 2026
### 🎁 Features
* Add generate-project-context workflow
* Shard market research customer analysis

### 🐛 Bug Fixes
* Fix npm install peer dependency issues (PR bmad-code-org#1476)
* Fix leaked source paths in PRD validation report (bmad-code-org#1481)
* Fix orphaned market research customer analysis (bmad-code-org#1486)
* Fix duplicate 2-letter brainstorming code (BS → BSP)
* Fix tech writer sidecar functionality (bmad-code-org#1487)
* Fix relative paths in workflow steps (bmad-code-org#1497, bmad-code-org#1498)
* Fix party-mode workflow file extension (bmad-code-org#1499)
* Fix generated slash commands (bmad-code-org#1501)
* Fix agent scan and help CSV files
* Fix HELP_STEP placeholder replacement (bmad-code-org#1437)

### 📚 Documentation
* Add exact slash commands to Getting Started guide (bmad-code-org#1505)
* Remove .claude/commands from version control (bmad-code-org#1506)

### 🔧 Maintenance
* Update Starlight to 0.37.5
* Add GitHub issue templates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants