chore: bump plugin manifests to v5.2.0#22
Merged
Merged
Conversation
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 <base>..<head>`) - 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) <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Bumps the Claude plugin manifest versions to v5.2.0 so the marketplace and plugin metadata reflect the updated prompt/skill content shipped in the repository.
Changes:
- Update
.claude-plugin/plugin.jsonversion from5.1.0to5.2.0 - Update
.claude-plugin/marketplace.jsonversion from5.1.0to5.2.0
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .claude-plugin/plugin.json | Updates plugin manifest version to 5.2.0. |
| .claude-plugin/marketplace.json | Updates marketplace plugin entry version to 5.2.0. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Picks up the reviewer-prompt tightening from PR #21 (merged).
Changes
.claude-plugin/plugin.json: 5.1.0 → 5.2.0.claude-plugin/marketplace.json: 5.1.0 → 5.2.0What's in v5.2.0
subagent-driven-developmentreviewer promptsgit diff <base>..<head>)-tags=e2e)TaskList, not whoever sent the most recent messagerequesting-code-review/SKILL.md— three new bug classes/path literals, bash-only shell, Unix-only env vars (with note thatPATHexists on Windows)err == nil || err != nil) from (b) trivially-satisfied-for-every-test-input (more common in field experience)Field validation
Validated across 24 implementation tasks (Phase 1 + Phase 2 of the Core Runner companion-game scaffold for the Core Dump MMORPG):
_ = err/ uncheckedScan)go test/cargo testoutput on every approvalCompatibility
Additive only. No breaking changes to existing skill APIs. Existing
subagent-driven-developmentconsumers will see tighter reviews; existingrequesting-code-reviewusers get three additional bug classes to scan against.🤖 Generated with Claude Code