Parent
docs/issues/pr-review-rereview/PRD.md
What to build
Finalise metadata, documentation, and release artefacts for the re-review feature. This is a HITL issue: the bump script and release PR require human review before merging.
Steps (in order):
-
Add CHANGELOG entries. Under ## [Unreleased] in CHANGELOG.md, add bullets under ### Added describing the re-review feature. Do this before running the bump script — the bump will fail verification if the versioned section only has (none) placeholders.
-
Check .prettierignore. At the monorepo root, verify **/CHANGELOG.md is present (added during spec 00 preflight). If missing, re-run spec 00 before continuing. Prettier must not reformat CHANGELOG files.
-
Bump the version. Run pnpm --filter pr-review bump minor. This updates both .claude-plugin/plugin.json and marketplace.json atomically. Never hand-edit marketplace.json.
-
Update CLAUDE.md. Remove the roadmap line about re-review. Verify that the signature-prefix and latest-iteration rules added by earlier issues are present.
-
Add Re-review section to README.md covering: trigger condition, what changes (detection, thread reuse, delta summary reply, completion marker), new signature format, and known limitations (force-push fallback, partial-run recovery).
-
Verify apps/claude-code/pr-review/docs/adr/0009-summary-delta-as-reply.md exists (created in spec 00 preflight). If missing, re-run spec 00 before continuing. Do not create a duplicate.
-
Verify. Run pnpm --filter pr-review verify:changelog locally before opening the PR.
Acceptance criteria
Blocked by
PRD: docs/issues/pr-review-rereview/PRD.md
Migrated from: docs/issues/pr-review-rereview/09-version-bump-and-release.md (source removed after migration)
Touched by PRs: #16, #22, #25
Parent
docs/issues/pr-review-rereview/PRD.mdWhat to build
Finalise metadata, documentation, and release artefacts for the re-review feature. This is a HITL issue: the bump script and release PR require human review before merging.
Steps (in order):
Add CHANGELOG entries. Under
## [Unreleased]inCHANGELOG.md, add bullets under### Addeddescribing the re-review feature. Do this before running the bump script — the bump will fail verification if the versioned section only has(none)placeholders.Check
.prettierignore. At the monorepo root, verify**/CHANGELOG.mdis present (added during spec 00 preflight). If missing, re-run spec 00 before continuing. Prettier must not reformat CHANGELOG files.Bump the version. Run
pnpm --filter pr-review bump minor. This updates both.claude-plugin/plugin.jsonandmarketplace.jsonatomically. Never hand-editmarketplace.json.Update
CLAUDE.md. Remove the roadmap line about re-review. Verify that the signature-prefix and latest-iteration rules added by earlier issues are present.Add Re-review section to
README.mdcovering: trigger condition, what changes (detection, thread reuse, delta summary reply, completion marker), new signature format, and known limitations (force-push fallback, partial-run recovery).Verify
apps/claude-code/pr-review/docs/adr/0009-summary-delta-as-reply.mdexists (created in spec 00 preflight). If missing, re-run spec 00 before continuing. Do not create a duplicate.Verify. Run
pnpm --filter pr-review verify:changeloglocally before opening the PR.Acceptance criteria
pnpm --filter pr-review verify:changelogpasses locallyplugin.jsonandmarketplace.jsonREADME.mdincludes a Re-review sectionCLAUDE.md; signature and iteration rules presentapps/claude-code/pr-review/docs/adr/0009-summary-delta-as-reply.mdexists, references ADR 0007, status Accepted.prettierignorecontains**/CHANGELOG.mdBlocked by
PRD:
docs/issues/pr-review-rereview/PRD.mdMigrated from:
docs/issues/pr-review-rereview/09-version-bump-and-release.md(source removed after migration)Touched by PRs: #16, #22, #25