[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

@@ -33,10 +33,10 @@
<div class="nav-section">
<h3>Reference</h3>
<ul>
<li><a href="agents.html">Agents (24)</a></li>
<li><a href="agents.html">Agents (23)</a></li>
<li><a href="commands.html" class="active">Commands (13)</a></li>
<li><a href="skills.html">Skills (11)</a></li>
<li><a href="mcp-servers.html">MCP Servers (2)</a></li>
<li><a href="mcp-servers.html">MCP Servers (two)</a></li>
</ul>
</div>
<div class="nav-section">
@@ -48,7 +48,7 @@
<div class="nav-section">
<h3>On This Page</h3>
<ul>
<li><a href="#workflow-commands">Workflow (4)</a></li>
<li><a href="#workflow-commands">Workflow (four)</a></li>
<li><a href="#utility-commands">Utility (12)</a></li>
</ul>
</div>
@@ -78,7 +78,7 @@
<!-- Workflow Commands -->
<section id="workflow-commands">
<h2><i class="fa-solid fa-arrows-spin"></i> Workflow Commands (4)</h2>
<h2><i class="fa-solid fa-arrows-spin"></i> Workflow Commands (four)</h2>
<p>Core workflow commands that embody the Plan-Delegate-Assess-Codify philosophy.</p>
<div class="command-detail" id="workflows-plan">
@@ -92,7 +92,7 @@
<p><code>[feature description, bug report, or improvement idea]</code></p>
<h4>Workflow</h4>
<ol>
<li><strong>Repository Research (Parallel)</strong> - Launch 3 agents simultaneously:
<li><strong>Repository Research (Parallel)</strong> - Launch three agents simultaneously:
<ul>
<li><code>repo-research-analyst</code> - Project patterns</li>
<li><code>best-practices-researcher</code> - Industry standards</li>
@@ -221,7 +221,7 @@
<h4>Workflow</h4>
<ol>
<li><strong>Preconditions</strong> - Verify problem is solved and verified working</li>
<li><strong>Launch 7 Parallel Subagents</strong>:
<li><strong>Launch seven parallel subagents</strong>:
<ul>
<li>Context Analyzer - Extract YAML frontmatter skeleton</li>
<li>Solution Extractor - Identify root cause and solution</li>