Skip to content

Commit f0a49f5

Browse files
[2.11.1] Remove /prime command from plugin
Fixes #41 The /prime command was a personal setup command that shouldn't have been included in the distributed plugin. It caused confusion when users had hooks that auto-invoked it on session start. Users who want a prime command can add it to their personal ~/.claude/commands/ 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 2a8f199 commit f0a49f5

4 files changed

Lines changed: 3 additions & 98 deletions

File tree

plugins/compound-engineering/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "compound-engineering",
33
"version": "2.11.0",
4-
"description": "AI-powered development tools. 25 agents, 19 commands, 12 skills, 2 MCP servers for code review, research, design, and workflow automation.",
4+
"description": "AI-powered development tools. 25 agents, 17 commands, 12 skills, 2 MCP servers for code review, research, design, and workflow automation.",
55
"author": {
66
"name": "Kieran Klaassen",
77
"email": "kieran@every.to",

plugins/compound-engineering/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2626

2727
### Removed
2828

29+
- **`prime.md`** - Removed from plugin (personal setup command, not for distribution)
2930
- **`codify.md`** - Removed deprecated command (replaced by `/compound`)
3031

3132
## [2.10.0] - 2025-12-10

plugins/compound-engineering/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ AI-powered development tools that get smarter with every use. Make each unit of
77
| Component | Count |
88
|-----------|-------|
99
| Agents | 25 |
10-
| Commands | 19 |
10+
| Commands | 17 |
1111
| Skills | 12 |
1212
| MCP Servers | 2 |
1313

@@ -87,7 +87,6 @@ Core workflow commands use `workflows:` prefix to avoid collisions with built-in
8787
| `/generate_command` | Generate new slash commands |
8888
| `/heal-skill` | Fix skill documentation issues |
8989
| `/plan_review` | Multi-agent plan review in parallel |
90-
| `/prime` | Prime/setup command |
9190
| `/report-bug` | Report a bug in the plugin |
9291
| `/reproduce-bug` | Reproduce bugs using logs and console |
9392
| `/resolve_parallel` | Resolve TODO comments in parallel |

plugins/compound-engineering/commands/prime.md

Lines changed: 0 additions & 95 deletions
This file was deleted.

0 commit comments

Comments
 (0)