Release v1.20.2 #42

Merged
Mike Bros merged 4 commits from release/1.20.2 into master 2026-02-23 01:00:05 +00:00
Collaborator

Release v1.20.2 — PR Review Workflow Fixes

Changes

  • OP#1630: Create pr-review skill with auto-posting to Gitea
  • OP#1654: Create pr-followup skill for review triage and auto-fix
  • OP#1632: Update conductor routing for review-pr entry points

Summary

Addresses three issues discovered during PR review sessions on Gravity and Gashy:

  1. Bot used formal review APIcreate_pull_request_review with REQUEST_CHANGES fails on self-authored PRs. Now uses create_issue_comment with Acceptable/Not Acceptable verdict.
  2. Review not auto-posted — Bot displayed reviews in conversation without posting to Gitea. Now auto-posts as part of the workflow.
  3. Invocation routingreview <version> triggered refinement instead of PR review. Conductor now resolves version to release branch PR.

New pr-followup skill reads review comments, triages by severity (blocking→current version, low→next minor), and invokes plan+work to auto-fix.

Checklist

  • All version tasks closed in Gravity PM
  • Version file matches Gravity PM version
  • All commits pushed

References

Version: v1.20.2 (Gravity PM — Kickstart NVIM)

## Release v1.20.2 — PR Review Workflow Fixes ### Changes - OP#1630: Create pr-review skill with auto-posting to Gitea - OP#1654: Create pr-followup skill for review triage and auto-fix - OP#1632: Update conductor routing for review-pr entry points ### Summary Addresses three issues discovered during PR review sessions on Gravity and Gashy: 1. **Bot used formal review API** — `create_pull_request_review` with REQUEST_CHANGES fails on self-authored PRs. Now uses `create_issue_comment` with Acceptable/Not Acceptable verdict. 2. **Review not auto-posted** — Bot displayed reviews in conversation without posting to Gitea. Now auto-posts as part of the workflow. 3. **Invocation routing** — `review <version>` triggered refinement instead of PR review. Conductor now resolves version to release branch PR. New **pr-followup** skill reads review comments, triages by severity (blocking→current version, low→next minor), and invokes plan+work to auto-fix. ### Checklist - [x] All version tasks closed in Gravity PM - [x] Version file matches Gravity PM version - [x] All commits pushed ### References Version: v1.20.2 (Gravity PM — Kickstart NVIM)
- Replace create_pull_request_review with create_issue_comment (avoids
  self-review rejection on bot-authored PRs)
- Change verdict from REQUEST_CHANGES/APPROVE to Acceptable/Not Acceptable
- Remove fallback pattern — issue comment is now the primary and only method
- Update review-pipeline.md Stage 4 to match new posting flow
- Update feedback-format.md summary template and submission section

Closes OP#1630

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
New skill that reads PR review comments, triages findings by severity,
creates work packages in appropriate versions, and invokes plan+work to
fix immediate blockers on the existing release branch.

Severity routing:
- Blocking/Important → current release version (auto-fix)
- Minor/Nitpick → next minor version (deferred)
- Human Review → flagged only (not auto-fixable)

Includes references for review parsing, triage rules, and followup
comment format.

Closes OP#1654

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add followup pr and followup pr#<number> entry points
- Add review <version> entry point with release branch PR resolution
- Clarify that "review <version>" routes to pr-review (not refinement)
- Add pr-followup to Phase Skill Reference table
- Update help text with followup pr command

Closes OP#1632

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
chore(release): bump version to 1.20.2
All checks were successful
CI / json-check (pull_request) Successful in 6s
CI / lua-check (pull_request) Successful in 10s
CI / sast (pull_request) Successful in 14s
CI / security (pull_request) Successful in 1m7s
CI / manifest (pull_request) Successful in 1m11s
PR Validation / validate-branch (pull_request) Successful in 1m25s
PR Validation / validate-release-pr (pull_request) Successful in 15s
57b47a98a3
Refs OP#1635

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Mike Bros approved these changes 2026-02-23 00:59:57 +00:00
Mike Bros merged commit 390a3f7127 into master 2026-02-23 01:00:05 +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!42
No description provided.