* feat(commands): add /compound-engineering-setup for configurable agents Adds a new setup command that allows users to configure which review agents to use instead of hardcoding them in workflows. This enables: - Multi-step onboarding with AskUserQuestion for easy setup - Auto-detection of project type (Rails, Python, TypeScript, etc.) - Three setup modes: Quick (smart defaults), Advanced, and Minimal - Configuration stored in .claude/compound-engineering.json - Support for both global (~/.claude/) and project-specific config Updated workflows to read from config: - /workflows:review - reads reviewAgents from config - /plan_review - reads planReviewAgents from config - /workflows:work - references config for reviewer agents - /workflows:compound - references config for specialized agents 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * feat: auto-trigger setup when no config exists Workflows now detect missing config and offer inline quick setup: - "Quick Setup" - auto-detect project type, create config, continue - "Full Setup" - run /compound-engineering-setup for customization - "Skip" - use defaults just this once This ensures users get onboarded automatically when running any workflow for the first time, without needing to know about the setup command beforehand. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * feat(review): wire all conditionalAgents categories Extended /workflows:review to invoke conditional agents for: - migrations (existing) - frontend (new): JS/TS/Stimulus changes - architecture (new): structural changes, 10+ files - data (new): model/ActiveRecord changes Each category reads from conditionalAgents.* config key and runs appropriate specialized agents when file patterns match. Resolves: todos/001-ready-p2-conditional-agents-not-invoked.md Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * chore: mark todo #001 as complete * feat(setup): add custom agent discovery and modify flow - Auto-detect custom agents in .claude/agents/ and ~/.claude/agents/ - Add modify existing config flow (add/remove agents, view config) - Include guide for creating custom review agents - Add customAgents mapping in config to track agent file paths - Update changelog with new config schema including customAgents Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * chore: remove completed todos directory Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * [2.29.1] Improve /workflows:brainstorm question flow - Add "Ask more questions" option at handoff phase - Clarify that Claude should ask the user questions (not wait for user) - Require resolving ALL open questions before offering to proceed Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * Simplify plugin settings: replace 486-line wizard with .local.md pattern - Rewrite setup.md (486 → 95 lines): detect project type, create .claude/compound-engineering.local.md with smart defaults - Make review.md and work.md config-aware: read agents from .local.md frontmatter, fall back to auto-detected defaults - Wire schema-drift-detector into review.md migrations conditional block - Delete technical_review.md (duplicated /plan_review) - Add disable-model-invocation to setup.md - Bump to v2.32.0 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Rewrite .claude/ paths for OpenCode/Codex targets, add npm publish workflow - Converters now rewrite .claude/ → .opencode/ (OpenCode) and .codex/ (Codex) in command bodies and agent bodies so .local.md settings work cross-platform - Apply transformContentForCodex to agent bodies (was only commands before) - Add GitHub Action to auto-publish to npm on version bump merge to main - Bump to v0.4.0 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * feat(workflows-work): require post-deploy monitoring section Add a mandatory Post-Deploy Monitoring & Validation section to the /workflows:work PR template, include no-impact fallback guidance, and enforce it in the quality checklist. * Add learnings-researcher to review workflow, fix docs site counts - Add learnings-researcher as parallel agent #14 in /workflows:review so past solutions from docs/solutions/ are surfaced during code review - Make /release-docs command invocable (remove disable-model-invocation) - Fix stale counts across docs site (agents 28→29, commands 19→24, skills 15→18, MCP servers 2→1) - Bump version to 2.32.1 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Move /release-docs to local .claude/commands/, bump to 2.32.2 Repo maintenance command doesn't need to be distributed to plugin users. Update command count 24 → 23 across plugin.json, marketplace.json, and docs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Move settings to project root: compound-engineering.local.md Tool-agnostic location — works for Claude, Codex, OpenCode without path rewriting. No global fallback, just project root. Update commands (setup, review, work) and converter tests. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Make /compound-engineering-setup interactive with auto-detect fast path Two paths: "Auto-configure" (one click, smart defaults) or "Customize" (pick stack, focus areas, review depth). Uses AskUserQuestion throughout. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Replace /compound-engineering-setup command with setup skill Setup is now a skill invoked on-demand when compound-engineering.local.md doesn't exist. Review and work commands just say "invoke the setup skill" instead of inlining the full setup flow. - Remove commands/setup.md (command) - Add skills/setup/SKILL.md (skill with interactive AskUserQuestion flow) - Simplify review.md and work.md to reference the skill - Counts: 29 agents, 22 commands, 19 skills Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Prepare v2.33.0 release: setup skill, configurable review agents - Bump version to 2.33.0 - Consolidate CHANGELOG entries for this branch - Fix README: update counts (29/22/19), add setup + resolve-pr-parallel skills - Remove stale /compound-engineering-setup command reference Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
535 lines
22 KiB
HTML
535 lines
22 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en" class="theme-dark">
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Changelog - Compounding Engineering</title>
|
|
<meta content="Version history and release notes for the Compounding Engineering plugin." name="description" />
|
|
<meta content="width=device-width, initial-scale=1" name="viewport" />
|
|
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" />
|
|
<link href="../css/style.css" rel="stylesheet" type="text/css" />
|
|
<link href="../css/docs.css" rel="stylesheet" type="text/css" />
|
|
<script src="../js/main.js" type="text/javascript" defer></script>
|
|
</head>
|
|
|
|
<body>
|
|
<div class="background-gradient"></div>
|
|
<div class="docs-layout">
|
|
<aside class="docs-sidebar">
|
|
<div class="sidebar-header">
|
|
<a href="../index.html" class="nav-brand">
|
|
<span class="logo-icon"><i class="fa-solid fa-layer-group"></i></span>
|
|
<span class="logo-text">CE Docs</span>
|
|
</a>
|
|
</div>
|
|
<nav class="sidebar-nav">
|
|
<div class="nav-section">
|
|
<h3>Getting Started</h3>
|
|
<ul>
|
|
<li><a href="getting-started.html">Installation</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="nav-section">
|
|
<h3>Reference</h3>
|
|
<ul>
|
|
<li><a href="agents.html">Agents (23)</a></li>
|
|
<li><a href="commands.html">Commands (13)</a></li>
|
|
<li><a href="skills.html">Skills (11)</a></li>
|
|
<li><a href="mcp-servers.html">MCP Servers (two)</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="nav-section">
|
|
<h3>Resources</h3>
|
|
<ul>
|
|
<li><a href="changelog.html" class="active">Changelog</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="nav-section">
|
|
<h3>On This Page</h3>
|
|
<ul>
|
|
<li><a href="#v2.32.2">v2.32.2</a></li>
|
|
<li><a href="#v2.32.1">v2.32.1</a></li>
|
|
<li><a href="#v2.6.0">v2.6.0</a></li>
|
|
<li><a href="#v2.5.0">v2.5.0</a></li>
|
|
<li><a href="#v2.4.1">v2.4.1</a></li>
|
|
<li><a href="#v2.4.0">v2.4.0</a></li>
|
|
<li><a href="#v2.3.0">v2.3.0</a></li>
|
|
<li><a href="#v2.2.1">v2.2.1</a></li>
|
|
<li><a href="#v2.2.0">v2.2.0</a></li>
|
|
<li><a href="#v2.1.0">v2.1.0</a></li>
|
|
<li><a href="#v2.0.0">v2.0.0</a></li>
|
|
<li><a href="#v1.1.0">v1.1.0</a></li>
|
|
<li><a href="#v1.0.0">v1.0.0</a></li>
|
|
</ul>
|
|
</div>
|
|
</nav>
|
|
</aside>
|
|
|
|
<main class="docs-content">
|
|
<div class="docs-header">
|
|
<nav class="breadcrumb">
|
|
<a href="../index.html">Home</a>
|
|
<span>/</span>
|
|
<a href="getting-started.html">Docs</a>
|
|
<span>/</span>
|
|
<span>Changelog</span>
|
|
</nav>
|
|
<button class="mobile-menu-toggle" data-sidebar-toggle>
|
|
<i class="fa-solid fa-bars"></i>
|
|
</button>
|
|
</div>
|
|
|
|
<article class="docs-article">
|
|
<h1><i class="fa-solid fa-clock-rotate-left color-accent"></i> Changelog</h1>
|
|
<p class="lead">
|
|
All notable changes to the compound-engineering plugin. This project follows
|
|
<a href="https://semver.org/">Semantic Versioning</a> and
|
|
<a href="https://keepachangelog.com/">Keep a Changelog</a> conventions.
|
|
</p>
|
|
|
|
<!-- Version 2.32.2 -->
|
|
<section id="v2.32.2" class="version-section">
|
|
<div class="version-header">
|
|
<h2>v2.32.2</h2>
|
|
<span class="version-date">2026-02-12</span>
|
|
</div>
|
|
|
|
<div class="changelog-category changed">
|
|
<h3><i class="fa-solid fa-arrows-rotate"></i> Changed</h3>
|
|
<ul>
|
|
<li>
|
|
<strong><code>/release-docs</code> command moved from plugin to local <code>.claude/commands/</code></strong> -
|
|
This is a repository maintenance command and should not be distributed to users. Command count reduced from 24 to 23.
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Version 2.32.1 -->
|
|
<section id="v2.32.1" class="version-section">
|
|
<div class="version-header">
|
|
<h2>v2.32.1</h2>
|
|
<span class="version-date">2026-02-12</span>
|
|
</div>
|
|
|
|
<div class="changelog-category changed">
|
|
<h3><i class="fa-solid fa-arrows-rotate"></i> Changed</h3>
|
|
<ul>
|
|
<li>
|
|
<strong><code>/workflows:review</code> command</strong> - Added <code>learnings-researcher</code>
|
|
agent to the parallel review phase. The review now searches <code>docs/solutions/</code> for past
|
|
issues related to the PR's modules and patterns, surfacing "Known Pattern" findings during synthesis.
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Version 2.6.0 -->
|
|
<section id="v2.6.0" class="version-section">
|
|
<div class="version-header">
|
|
<h2>v2.6.0</h2>
|
|
<span class="version-date">2024-11-26</span>
|
|
</div>
|
|
|
|
<div class="changelog-category removed">
|
|
<h3><i class="fa-solid fa-minus"></i> Removed</h3>
|
|
<ul>
|
|
<li>
|
|
<strong><code>feedback-codifier</code> agent</strong> - Removed from workflow agents.
|
|
Agent count reduced from 24 to 23.
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Version 2.5.0 -->
|
|
<section id="v2.5.0" class="version-section">
|
|
<div class="version-header">
|
|
<h2>v2.5.0</h2>
|
|
<span class="version-date">2024-11-25</span>
|
|
</div>
|
|
|
|
<div class="changelog-category added">
|
|
<h3><i class="fa-solid fa-plus"></i> Added</h3>
|
|
<ul>
|
|
<li>
|
|
<strong><code>/report-bug</code> command</strong> - New slash command for reporting bugs in the
|
|
compound-engineering plugin. Provides a structured workflow that gathers bug information
|
|
through guided questions, collects environment details automatically, and creates a GitHub
|
|
issue in the EveryInc/compound-engineering-plugin repository.
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Version 2.4.1 -->
|
|
<section id="v2.4.1" class="version-section">
|
|
<div class="version-header">
|
|
<h2>v2.4.1</h2>
|
|
<span class="version-date">2024-11-24</span>
|
|
</div>
|
|
|
|
<div class="changelog-category improved">
|
|
<h3><i class="fa-solid fa-arrow-up"></i> Improved</h3>
|
|
<ul>
|
|
<li>
|
|
<strong>design-iterator agent</strong> - Added focused screenshot guidance: always capture
|
|
only the target element/area instead of full page screenshots. Includes browser_resize
|
|
recommendations, element-targeted screenshot workflow using browser_snapshot refs, and
|
|
explicit instruction to never use fullPage mode.
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Version 2.4.0 -->
|
|
<section id="v2.4.0" class="version-section">
|
|
<div class="version-header">
|
|
<h2>v2.4.0</h2>
|
|
<span class="version-date">2024-11-24</span>
|
|
</div>
|
|
|
|
<div class="changelog-category fixed">
|
|
<h3><i class="fa-solid fa-bug"></i> Fixed</h3>
|
|
<ul>
|
|
<li>
|
|
<strong>MCP Configuration</strong> - Moved MCP servers back to <code>plugin.json</code>
|
|
following working examples from anthropics/life-sciences plugins.
|
|
</li>
|
|
<li>
|
|
<strong>Context7 URL</strong> - Updated to use HTTP type with correct endpoint URL.
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Version 2.3.0 -->
|
|
<section id="v2.3.0" class="version-section">
|
|
<div class="version-header">
|
|
<h2>v2.3.0</h2>
|
|
<span class="version-date">2024-11-24</span>
|
|
</div>
|
|
|
|
<div class="changelog-category changed">
|
|
<h3><i class="fa-solid fa-arrows-rotate"></i> Changed</h3>
|
|
<ul>
|
|
<li>
|
|
<strong>MCP Configuration</strong> - Moved MCP servers from inline <code>plugin.json</code>
|
|
to separate <code>.mcp.json</code> file per Claude Code best practices.
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Version 2.2.1 -->
|
|
<section id="v2.2.1" class="version-section">
|
|
<div class="version-header">
|
|
<h2>v2.2.1</h2>
|
|
<span class="version-date">2024-11-24</span>
|
|
</div>
|
|
|
|
<div class="changelog-category fixed">
|
|
<h3><i class="fa-solid fa-bug"></i> Fixed</h3>
|
|
<ul>
|
|
<li>
|
|
<strong>Playwright MCP Server</strong> - Added missing <code>"type": "stdio"</code> field
|
|
required for MCP server configuration to load properly.
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Version 2.2.0 -->
|
|
<section id="v2.2.0" class="version-section">
|
|
<div class="version-header">
|
|
<h2>v2.2.0</h2>
|
|
<span class="version-date">2024-11-24</span>
|
|
</div>
|
|
|
|
<div class="changelog-category added">
|
|
<h3><i class="fa-solid fa-plus"></i> Added</h3>
|
|
<ul>
|
|
<li>
|
|
<strong>Context7 MCP Server</strong> - Bundled Context7 for instant framework documentation
|
|
lookup. Provides up-to-date docs for Rails, React, Next.js, and more than 100 other frameworks.
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Version 2.1.0 -->
|
|
<section id="v2.1.0" class="version-section">
|
|
<div class="version-header">
|
|
<h2>v2.1.0</h2>
|
|
<span class="version-date">2024-11-24</span>
|
|
</div>
|
|
|
|
<div class="changelog-category added">
|
|
<h3><i class="fa-solid fa-plus"></i> Added</h3>
|
|
<ul>
|
|
<li>
|
|
<strong>Playwright MCP Server</strong> - Bundled <code>@playwright/mcp</code> for browser
|
|
automation across all projects. Provides screenshot, navigation, click, fill, and evaluate tools.
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="changelog-category changed">
|
|
<h3><i class="fa-solid fa-arrows-rotate"></i> Changed</h3>
|
|
<ul>
|
|
<li>Replaced all Puppeteer references with Playwright across agents and commands:
|
|
<ul>
|
|
<li><code>bug-reproduction-validator</code> agent</li>
|
|
<li><code>design-iterator</code> agent</li>
|
|
<li><code>design-implementation-reviewer</code> agent</li>
|
|
<li><code>figma-design-sync</code> agent</li>
|
|
<li><code>generate_command</code> command</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Version 2.0.2 -->
|
|
<section id="v2.0.2" class="version-section">
|
|
<div class="version-header">
|
|
<h2>v2.0.2</h2>
|
|
<span class="version-date">2024-11-24</span>
|
|
</div>
|
|
|
|
<div class="changelog-category changed">
|
|
<h3><i class="fa-solid fa-arrows-rotate"></i> Changed</h3>
|
|
<ul>
|
|
<li>
|
|
<strong>design-iterator agent</strong> - Updated description to emphasize proactive usage
|
|
when design work isn't coming together on first attempt.
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Version 2.0.1 -->
|
|
<section id="v2.0.1" class="version-section">
|
|
<div class="version-header">
|
|
<h2>v2.0.1</h2>
|
|
<span class="version-date">2024-11-24</span>
|
|
</div>
|
|
|
|
<div class="changelog-category added">
|
|
<h3><i class="fa-solid fa-plus"></i> Added</h3>
|
|
<ul>
|
|
<li><strong>CLAUDE.md</strong> - Project instructions with versioning requirements</li>
|
|
<li><strong>docs/solutions/plugin-versioning-requirements.md</strong> - Workflow documentation</li>
|
|
</ul>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Version 2.0.0 -->
|
|
<section id="v2.0.0" class="version-section">
|
|
<div class="version-header">
|
|
<h2>v2.0.0</h2>
|
|
<span class="version-date">2024-11-24</span>
|
|
<span class="version-badge major">Major Release</span>
|
|
</div>
|
|
|
|
<p class="version-description">
|
|
Major reorganization consolidating agents, commands, and skills from multiple sources into
|
|
a single, well-organized plugin.
|
|
</p>
|
|
|
|
<div class="changelog-category added">
|
|
<h3><i class="fa-solid fa-plus"></i> Added</h3>
|
|
|
|
<h4>New Agents (seven)</h4>
|
|
<ul>
|
|
<li><code>design-iterator</code> - Iteratively refine UI components through systematic design iterations</li>
|
|
<li><code>design-implementation-reviewer</code> - Verify UI implementations match Figma design specifications</li>
|
|
<li><code>figma-design-sync</code> - Synchronize web implementations with Figma designs</li>
|
|
<li><code>bug-reproduction-validator</code> - Systematically reproduce and validate bug reports</li>
|
|
<li><code>spec-flow-analyzer</code> - Analyze user flows and identify gaps in specifications</li>
|
|
<li><code>lint</code> - Run linting and code quality checks on Ruby and ERB files</li>
|
|
<li><code>ankane-readme-writer</code> - Create READMEs following Ankane-style template for Ruby gems</li>
|
|
</ul>
|
|
|
|
<h4>New Commands (nine)</h4>
|
|
<ul>
|
|
<li><code>/changelog</code> - Create engaging changelogs for recent merges</li>
|
|
<li><code>/plan_review</code> - Multi-agent plan review in parallel</li>
|
|
<li><code>/resolve_parallel</code> - Resolve TODO comments in parallel</li>
|
|
<li><code>/resolve_pr_parallel</code> - Resolve PR comments in parallel</li>
|
|
<li><code>/reproduce-bug</code> - Reproduce bugs using logs and console</li>
|
|
<li><code>/prime</code> - Prime/setup command</li>
|
|
<li><code>/create-agent-skill</code> - Create or edit Claude Code skills</li>
|
|
<li><code>/heal-skill</code> - Fix skill documentation issues</li>
|
|
<li><code>/codify</code> - Document solved problems for knowledge base</li>
|
|
</ul>
|
|
|
|
<h4>New Skills (10)</h4>
|
|
<ul>
|
|
<li><code>andrew-kane-gem-writer</code> - Write Ruby gems following Andrew Kane's patterns</li>
|
|
<li><code>codify-docs</code> - Capture solved problems as categorized documentation</li>
|
|
<li><code>create-agent-skills</code> - Expert guidance for creating Claude Code skills</li>
|
|
<li><code>dhh-ruby-style</code> - Write Ruby/Rails code in DHH's 37signals style</li>
|
|
<li><code>dspy-ruby</code> - Build type-safe LLM applications with DSPy.rb</li>
|
|
<li><code>every-style-editor</code> - Review copy for Every's style guide compliance</li>
|
|
<li><code>file-todos</code> - File-based todo tracking system</li>
|
|
<li><code>frontend-design</code> - Create production-grade frontend interfaces</li>
|
|
<li><code>git-worktree</code> - Manage Git worktrees for parallel development</li>
|
|
<li><code>skill-creator</code> - Guide for creating effective Claude Code skills</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="changelog-category changed">
|
|
<h3><i class="fa-solid fa-arrows-rotate"></i> Changed</h3>
|
|
<h4>Agents Reorganized by Category</h4>
|
|
<ul>
|
|
<li><code>review/</code> (10 agents) - Code quality, security, performance reviewers</li>
|
|
<li><code>research/</code> (four agents) - Documentation, patterns, history analysis</li>
|
|
<li><code>design/</code> (three agents) - UI/design review and iteration</li>
|
|
<li><code>workflow/</code> (six agents) - PR resolution, bug validation, linting</li>
|
|
<li><code>docs/</code> (one agent) - README generation</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="version-summary">
|
|
<h4>Summary</h4>
|
|
<table>
|
|
<thead>
|
|
<tr>
|
|
<th>Component</th>
|
|
<th>v1.1.0</th>
|
|
<th>v2.0.0</th>
|
|
<th>Change</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>Agents</td>
|
|
<td>17</td>
|
|
<td>24</td>
|
|
<td class="positive">+7</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Commands</td>
|
|
<td>6</td>
|
|
<td>15</td>
|
|
<td class="positive">+9</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Skills</td>
|
|
<td>1</td>
|
|
<td>11</td>
|
|
<td class="positive">+10</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Version 1.1.0 -->
|
|
<section id="v1.1.0" class="version-section">
|
|
<div class="version-header">
|
|
<h2>v1.1.0</h2>
|
|
<span class="version-date">2024-11-22</span>
|
|
</div>
|
|
|
|
<div class="changelog-category added">
|
|
<h3><i class="fa-solid fa-plus"></i> Added</h3>
|
|
<ul>
|
|
<li>
|
|
<strong>gemini-imagegen Skill</strong>
|
|
<ul>
|
|
<li>Text-to-image generation with Google's Gemini API</li>
|
|
<li>Image editing and manipulation</li>
|
|
<li>Multi-turn refinement via chat interface</li>
|
|
<li>Multiple reference image composition (up to 14 images)</li>
|
|
<li>Model support: <code>gemini-2.5-flash-image</code> and <code>gemini-3-pro-image-preview</code></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="changelog-category fixed">
|
|
<h3><i class="fa-solid fa-bug"></i> Fixed</h3>
|
|
<ul>
|
|
<li>Corrected component counts in documentation (17 agents, not 15)</li>
|
|
</ul>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Version 1.0.0 -->
|
|
<section id="v1.0.0" class="version-section">
|
|
<div class="version-header">
|
|
<h2>v1.0.0</h2>
|
|
<span class="version-date">2024-10-09</span>
|
|
<span class="version-badge">Initial Release</span>
|
|
</div>
|
|
|
|
<p class="version-description">
|
|
Initial release of the compound-engineering plugin.
|
|
</p>
|
|
|
|
<div class="changelog-category added">
|
|
<h3><i class="fa-solid fa-plus"></i> Added</h3>
|
|
|
|
<h4>17 Specialized Agents</h4>
|
|
|
|
<p><strong>Code Review (five)</strong></p>
|
|
<ul>
|
|
<li><code>kieran-rails-reviewer</code> - Rails code review with strict conventions</li>
|
|
<li><code>kieran-python-reviewer</code> - Python code review with quality standards</li>
|
|
<li><code>kieran-typescript-reviewer</code> - TypeScript code review</li>
|
|
<li><code>dhh-rails-reviewer</code> - Rails review from DHH's perspective</li>
|
|
<li><code>code-simplicity-reviewer</code> - Final pass for simplicity and minimalism</li>
|
|
</ul>
|
|
|
|
<p><strong>Analysis & Architecture (four)</strong></p>
|
|
<ul>
|
|
<li><code>architecture-strategist</code> - Architectural decisions and compliance</li>
|
|
<li><code>pattern-recognition-specialist</code> - Design pattern analysis</li>
|
|
<li><code>security-sentinel</code> - Security audits and vulnerability assessments</li>
|
|
<li><code>performance-oracle</code> - Performance analysis and optimization</li>
|
|
</ul>
|
|
|
|
<p><strong>Research (four)</strong></p>
|
|
<ul>
|
|
<li><code>framework-docs-researcher</code> - Framework documentation research</li>
|
|
<li><code>best-practices-researcher</code> - External best practices gathering</li>
|
|
<li><code>git-history-analyzer</code> - Git history and code evolution analysis</li>
|
|
<li><code>repo-research-analyst</code> - Repository structure and conventions</li>
|
|
</ul>
|
|
|
|
<p><strong>Workflow (three)</strong></p>
|
|
<ul>
|
|
<li><code>every-style-editor</code> - Every's style guide compliance</li>
|
|
<li><code>pr-comment-resolver</code> - PR comment resolution</li>
|
|
<li><code>feedback-codifier</code> - Feedback pattern codification</li>
|
|
</ul>
|
|
|
|
<h4>Six Slash Commands</h4>
|
|
<ul>
|
|
<li><code>/plan</code> - Create implementation plans</li>
|
|
<li><code>/review</code> - Comprehensive code reviews</li>
|
|
<li><code>/work</code> - Execute work items systematically</li>
|
|
<li><code>/triage</code> - Triage and prioritize issues</li>
|
|
<li><code>/resolve_todo_parallel</code> - Resolve TODOs in parallel</li>
|
|
<li><code>/generate_command</code> - Generate new slash commands</li>
|
|
</ul>
|
|
|
|
<h4>Infrastructure</h4>
|
|
<ul>
|
|
<li>MIT license</li>
|
|
<li>Plugin manifest (<code>plugin.json</code>)</li>
|
|
<li>Pre-configured permissions for Rails development</li>
|
|
</ul>
|
|
</div>
|
|
</section>
|
|
|
|
</article>
|
|
</main>
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|