pressure test pr feedback
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
John Lamb
2026-02-16 15:59:42 -06:00
parent 25543e66f5
commit b0755f4050
7 changed files with 451 additions and 12 deletions

View File

@@ -5,6 +5,24 @@ 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.30.0] - 2026-02-03
### Added
- **`/pr-comments-to-todos` command** - Fetch PR review comments and convert them into todo files for triage
- Fetches all comments from a GitHub PR using `gh` CLI
- Converts each actionable comment into a structured todo file following the file-todos skill format
- Assigns priority levels (P1/P2/P3) based on comment severity
- Creates todo files compatible with `/triage` command for approval workflow
- Skips non-actionable comments (LGTM, resolved threads, etc.)
- Supports PR number, GitHub URL, or "current" for current branch
### Summary
- 27 agents, 25 commands, 15 skills, 1 MCP server
---
## [2.29.0] - 2026-01-26
### Changed