Skip to content

Commit 7f26d2d

Browse files
Nick Sullivanclaude
andcommitted
🧹 Add deprecated files check to ai-coding-config update workflow
Git standards were consolidated into git-interaction.mdc + gitter agent. When users run `/ai-coding-config update`, the workflow now detects and offers to remove the deprecated files from the old architecture: - rules/git-commit-message.mdc (merged into git-interaction.mdc) - plugins/git-commits/agents/commit-message-generator.md (replaced by gitter) This helps users clean up after upgrading and clarifies the consolidation. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 8353b94 commit 7f26d2d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.claude/commands/ai-coding-config.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,19 @@ If legacy architecture detected:
232232
4. If migration skipped, continue updating within legacy structure (but warn that some
233233
new features may not work correctly) </architecture-check>
234234

235+
<deprecated-files-check>
236+
Check for deprecated files from previous versions and offer to remove them.
237+
238+
Git consolidation (Dec 2024): Git standards consolidated into single
239+
`rules/git-interaction.mdc` with `gitter` agent. Deprecated files:
240+
241+
- `rules/git-commit-message.mdc` - merged into git-interaction.mdc
242+
- `plugins/git-commits/agents/commit-message-generator.md` - replaced by
243+
`.claude/agents/gitter.md`
244+
245+
If deprecated files found, offer removal with explanation: "Git standards consolidated
246+
into git-interaction.mdc + gitter agent. Remove old files?" </deprecated-files-check>
247+
235248
Now compare against the current project.
236249

237250
Configuration categories that must be checked (in this order):

0 commit comments

Comments
 (0)