Release v1.21.0 #43

Merged
Mike Bros merged 2 commits from release/1.21.0 into master 2026-02-23 04:15:11 +00:00
Collaborator

Summary

  • Add prior triage deduplication to the pr-review skill so subsequent review passes only surface genuinely new findings
  • Build a Known Findings Registry from followup comments, project board WPs, and prior review comments
  • Deduplicate Stage 2 findings against fixed, deferred, and previously raised items
  • Add "Previously Identified" section to review output for traceability

Work Packages

  • OP#1740: feat(skill): add prior triage deduplication to pr-review (Epic)
  • OP#1741: feat(skill): add Step 7 prior triage context gathering
  • OP#1742: feat(skill): add deduplication rules against prior triage
  • OP#1743: feat(skill): add Previously Identified section to feedback format
  • OP#1744: feat(skill): update review-pipeline overview

Files Changed

  • configs/claude/skills/pr-review/references/context-gathering.md — Step 7 (7.1–7.4)
  • configs/claude/skills/pr-review/references/code-analysis.md — Deduplication Against Prior Triage
  • configs/claude/skills/pr-review/references/feedback-format.md — Previously Identified section + idempotency
  • configs/claude/skills/pr-review/references/review-pipeline.md — Pipeline overview updates
## Summary - Add prior triage deduplication to the pr-review skill so subsequent review passes only surface genuinely new findings - Build a Known Findings Registry from followup comments, project board WPs, and prior review comments - Deduplicate Stage 2 findings against fixed, deferred, and previously raised items - Add "Previously Identified" section to review output for traceability ## Work Packages - OP#1740: feat(skill): add prior triage deduplication to pr-review (Epic) - OP#1741: feat(skill): add Step 7 prior triage context gathering - OP#1742: feat(skill): add deduplication rules against prior triage - OP#1743: feat(skill): add Previously Identified section to feedback format - OP#1744: feat(skill): update review-pipeline overview ## Files Changed - `configs/claude/skills/pr-review/references/context-gathering.md` — Step 7 (7.1–7.4) - `configs/claude/skills/pr-review/references/code-analysis.md` — Deduplication Against Prior Triage - `configs/claude/skills/pr-review/references/feedback-format.md` — Previously Identified section + idempotency - `configs/claude/skills/pr-review/references/review-pipeline.md` — Pipeline overview updates
Adds a Known Findings Registry to the review pipeline so subsequent
review passes do not re-raise findings that were already identified,
fixed, or deferred. The reviewer now parses followup comments, queries
the project board, and extracts findings from prior review comments to
build a unified registry. Stage 2 deduplicates against it, and Stage 4
presents dropped matches in a "Previously Identified" section.

Closes OP#1741 OP#1742 OP#1743 OP#1744

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
chore(release): bump version to 1.21.0
All checks were successful
PR Validation / validate-branch (pull_request) Successful in 1s
CI / lua-check (pull_request) Successful in 7s
CI / sast (pull_request) Successful in 34s
CI / manifest (pull_request) Successful in 42s
CI / security (pull_request) Successful in 44s
CI / json-check (pull_request) Successful in 44s
PR Validation / validate-release-pr (pull_request) Successful in 6s
1d1e8119e6
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Mike Bros approved these changes 2026-02-23 04:14:35 +00:00
Mike Bros merged commit 9c65e53ad3 into master 2026-02-23 04:15:11 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
mike/kickstart.nvim!43
No description provided.