fix: remove .claude/commands file from version control (#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>
This commit is contained in:
parent
1665ad68df
commit
e17c7e8793
|
|
@ -1,7 +0,0 @@
|
||||||
---
|
|
||||||
name: 'generate-project-context'
|
|
||||||
description: 'Creates a concise project-context.md file with critical rules and patterns that AI agents must follow when implementing code. Optimized for LLM context efficiency.'
|
|
||||||
disable-model-invocation: true
|
|
||||||
---
|
|
||||||
|
|
||||||
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @{project-root}/_bmad/bmm/workflows/generate-project-context/workflow.md, READ its entire contents and follow its directions exactly!
|
|
||||||
Loading…
Reference in New Issue