[2.9.0] Rename plugin to compound-engineering

BREAKING: Plugin renamed from compounding-engineering to compound-engineering.
Users will need to reinstall with the new name:

  claude /plugin install compound-engineering

Changes:
- Renamed plugin directory and all references
- Updated documentation counts (24 agents, 19 commands)
- Added julik-frontend-races-reviewer to docs

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Kieran Klaassen
2025-12-02 17:32:04 -08:00
parent 4b49e5344d
commit 6c5b3e40db
121 changed files with 136 additions and 117 deletions

View File

@@ -103,7 +103,7 @@
<h3>Step 2: Install the Plugin</h3>
<p>Now grab the plugin itself:</p>
<div class="card-code-block">
<pre><code>claude /plugin install compounding-engineering</code></pre>
<pre><code>claude /plugin install compound-engineering</code></pre>
</div>
<h3>Step 3: Verify Installation</h3>
@@ -111,7 +111,7 @@
<div class="card-code-block">
<pre><code>claude /plugin list</code></pre>
</div>
<p>You'll see <code>compounding-engineering</code> in the list. If you do, you're ready.</p>
<p>You'll see <code>compound-engineering</code> in the list. If you do, you're ready.</p>
<div class="callout callout-info">
<div class="callout-icon"><i class="fa-solid fa-circle-info"></i></div>