[2.6.0] Remove feedback-codifier agent, update docs theme and style

- Remove feedback-codifier agent from workflow agents (24 → 23 agents)
- Update all component counts across plugin.json, README, and docs site
- Update docs CSS theme (hue: 243, saturation: 1, contrast: 0.71)
- Apply Every style guide fixes (number formatting: "2" → "two", etc.)
- Add v2.6.0 changelog entry to docs site

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Kieran Klaassen
2025-11-26 11:58:29 -08:00
parent 1da08afa00
commit 733e59a7a5
13 changed files with 90 additions and 145 deletions

View File

@@ -81,8 +81,8 @@
<h1>Getting Started with Compounding Engineering</h1>
<p class="lead">
This guide will help you install, configure, and start using the Compounding Engineering plugin
for Claude Code. In about 5 minutes, you'll have access to 24 specialized agents, 16 commands,
11 skills, and 2 MCP servers.
for Claude Code. In about five minutes, you'll have access to 23 specialized agents, 16 commands,
11 skills, and two MCP servers.
</p>
<!-- Installation Section -->
@@ -301,22 +301,22 @@ claude agent git-history-analyzer "Show changes to user model"</code></pre>
</tr>
<tr>
<td>Research</td>
<td>4</td>
<td>four</td>
<td>Best practices, documentation, git history</td>
</tr>
<tr>
<td>Design</td>
<td>3</td>
<td>three</td>
<td>UI iteration, Figma sync, design review</td>
</tr>
<tr>
<td>Workflow</td>
<td>6</td>
<td>five</td>
<td>Bug reproduction, PR resolution, linting</td>
</tr>
<tr>
<td>Docs</td>
<td>1</td>
<td>one</td>
<td>README generation</td>
</tr>
</tbody>
@@ -357,7 +357,7 @@ claude agent git-history-analyzer "Show changes to user model"</code></pre>
<ol>
<li>Detects the review target (PR, branch, or current changes)</li>
<li>Sets up a git worktree for isolated analysis</li>
<li>Runs 10+ review agents in parallel</li>
<li>Runs 10 or more review agents in parallel</li>
<li>Synthesizes findings by severity (P1/P2/P3)</li>
<li>Creates structured todo files for each finding</li>
<li>Generates a summary report</li>