Merge upstream v2.34.0 with FastAPI pivot (v2.35.0)

Incorporate 42 upstream commits while preserving the Ruby/Rails → Python/FastAPI
pivot. Each of the 24 conflicting files was individually triaged.

Added: tiangolo-fastapi-reviewer, python-package-readme-writer, lint (Python),
pr-comments-to-todos, fastapi-style skill, python-package-writer skill.

Removed: 3 design agents, ankane-readme-writer, dhh-rails-reviewer,
kieran-rails-reviewer, andrew-kane-gem-writer, dhh-rails-style, dspy-ruby.

Merged: best-practices-researcher, kieran-python-reviewer, resolve_todo_parallel,
file-todos, workflows/review (pressure test), workflows/plan (reviewer names).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
John Lamb
2026-02-16 17:34:54 -06:00
parent 1a3e8e2b58
commit d306c49179
45 changed files with 1533 additions and 8548 deletions

View File

@@ -5,6 +5,39 @@ All notable changes to the compound-engineering plugin will be documented in thi
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [2.35.0] - 2026-02-16
### Changed
- **Backend focus shift: Ruby/Rails -> Python/FastAPI** - Comprehensive conversion of backend-focused components
- All backend-related agents and skills now target Python/FastAPI instead of Ruby/Rails
- TypeScript/React frontend components remain unchanged
### Added
- **`tiangolo-fastapi-reviewer` agent** - FastAPI code review from Sebastián Ramírez's perspective
- **`python-package-readme-writer` agent** - Create concise READMEs for Python packages
- **`fastapi-style` skill** - Write FastAPI code following opinionated best practices
- **`python-package-writer` skill** - Write Python packages following production-ready patterns
- **Enhanced `kieran-python-reviewer` agent** - Now includes 9 FastAPI-specific convention sections
- **Updated `lint` agent** - Now targets Python files
- **`/pr-comments-to-todos` command** - Fetch PR review comments and convert them into todo files for triage
- **Pressure Test framework** in workflows:review - Critical evaluation of agent findings before creating todos
### Removed
- **`dhh-rails-reviewer` agent** - Replaced by tiangolo-fastapi-reviewer
- **`kieran-rails-reviewer` agent** - Functionality merged into kieran-python-reviewer
- **`ankane-readme-writer` agent** - Replaced by python-package-readme-writer
- **3 design agents** - design-implementation-reviewer, design-iterator, figma-design-sync
- **`dhh-rails-style` skill** - Replaced by fastapi-style
- **`andrew-kane-gem-writer` skill** - Replaced by python-package-writer
- **`dspy-ruby` skill** - Removed (not used; LangChain/LangGraph is the actual stack)
- **`dspy-python` skill** - Removed (not used; LangChain/LangGraph is the actual stack)
- **`/plan_review` command** - Absorbed into workflows/plan via document-review skill
---
## [2.34.0] - 2026-02-14
### Added