From 18501c24e385db0bfec1285cf4a83828a2c8b4a1 Mon Sep 17 00:00:00 2001 From: Jon Langevin Date: Sat, 25 Apr 2026 17:41:15 -0400 Subject: [PATCH] chore: bump plugin manifests to v5.2.0 Picks up the reviewer-prompt tightening from PR #21: - Inlined four-step / five-step required workflows in the subagent-driven-development reviewer prompt templates so reviewers apply the bug-class checklist + run-the-tests-yourself discipline on every dispatch - Three new bug classes in skills/requesting-code-review/SKILL.md: Test hermeticity / non-determinism, Cross-platform / portability, Vacuous assertion - DM-routing rule (DM the implementer who currently OWNS the task) and bookkeeping rule (code-reviewer marks BOTH the Review-quality AND the Implement task completed) reconciled across SKILL.md and the prompt template - Range-diff guidance for multi-commit tasks (`git diff ..`) - Project-appropriate test invocations (no hard-coded `-tags=e2e`) Field-validated across 24 implementation tasks (Phase 1 + Phase 2 of a Core Runner companion-game scaffold): 4 vacuous-assertion catches, 3 error-swallowing catches, 2 cross-task cascade preemptions, code- reviewers consistently citing actual test-run output. Additive only. No breaking changes to existing skill APIs. Co-Authored-By: Claude Opus 4.7 (1M context) --- .claude-plugin/marketplace.json | 2 +- .claude-plugin/plugin.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 109bf72..ecb23d4 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -9,7 +9,7 @@ { "name": "superpowers", "description": "Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques", - "version": "5.1.0", + "version": "5.2.0", "source": "./", "author": { "name": "Jesse Vincent", diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index a67b3a6..4d1cb97 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "superpowers", "description": "Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques", - "version": "5.1.0", + "version": "5.2.0", "author": { "name": "Jesse Vincent", "email": "jesse@fsck.com"