[2.26.4] Add Compound Engineered badge to /workflows:work PRs

- Updated PR template to include badge at bottom linking to plugin repo
- Added badge requirement to quality checklist
- Badge provides attribution and link to the plugin

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Kieran Klaassen
2026-01-15 22:11:53 -08:00
parent fa061405ed
commit 7e625e3aab
3 changed files with 16 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "compound-engineering", "name": "compound-engineering",
"version": "2.26.3", "version": "2.26.4",
"description": "AI-powered development tools. 27 agents, 21 commands, 14 skills, 1 MCP server for code review, research, design, and workflow automation.", "description": "AI-powered development tools. 27 agents, 21 commands, 14 skills, 1 MCP server for code review, research, design, and workflow automation.",
"author": { "author": {
"name": "Kieran Klaassen", "name": "Kieran Klaassen",

View File

@@ -5,6 +5,17 @@ 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/), 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). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [2.26.4] - 2026-01-15
### Changed
- **`/workflows:work` command** - PRs now include Compound Engineered badge
- Updated PR template to include badge at bottom linking to plugin repo
- Added badge requirement to quality checklist
- Badge provides attribution and link to the plugin that created the PR
---
## [2.26.3] - 2026-01-14 ## [2.26.3] - 2026-01-14
### Changed ### Changed

View File

@@ -227,7 +227,9 @@ This command takes a work document (plan, specification, or todo file) and execu
## Figma Design ## Figma Design
[Link if applicable] [Link if applicable]
🤖 Generated with [Claude Code](https://claude.com/claude-code) ---
[![Compound Engineered](https://img.shields.io/badge/Compound-Engineered-6366f1)](https://github.com/EveryInc/compound-engineering-plugin) 🤖 Generated with [Claude Code](https://claude.com/claude-code)
EOF EOF
)" )"
``` ```
@@ -286,6 +288,7 @@ Before creating PR, verify:
- [ ] Before/after screenshots captured and uploaded (for UI changes) - [ ] Before/after screenshots captured and uploaded (for UI changes)
- [ ] Commit messages follow conventional format - [ ] Commit messages follow conventional format
- [ ] PR description includes summary, testing notes, and screenshots - [ ] PR description includes summary, testing notes, and screenshots
- [ ] PR description includes Compound Engineered badge
## When to Use Reviewer Agents ## When to Use Reviewer Agents