Release v1.20.0 #40

Merged
Mike Bros merged 22 commits from release/1.20.0 into master 2026-02-22 23:59:12 +00:00
Collaborator

Release v1.20.0

PR Review Agent

  • OP#1537: Skill definition and 4-stage review pipeline
  • OP#1538: Context gathering stage with PR discovery and diff retrieval
  • OP#1539: Code analysis stage with coverage analysis integration
  • OP#1540: Smoke testing stage with test runner integration
  • OP#1541: Feedback posting stage with PR review submission workflow
  • OP#1542: Gravity conductor integration with .gravity.yaml review hook

Cross-Skill Guidance Audit

  • OP#1543: Full cross-skill guidance sweep and OP# hyperlink cleanup
  • OP#1564: Fix postflight to release guidance language
  • OP#1565: Add release to review guidance language
  • OP#1566: Audit implementation to postflight guidance language
  • OP#1570: Remove hyperlink wrapping from OP# in openproject SKILL.md
  • OP#1571: Remove hyperlink wrapping from OP# in pr-creation.md

Domain Skill Upgrades (antigravity-awesome-skills)

  • OP#1573: 20 existing skills merged/enhanced + 3 new skills added
  • OP#1600: Add project context subheader to all phase and command summaries
  • OP#1601: Add React domain skills (patterns, best-practices, state-management, ui-patterns)
  • OP#1602: Evaluate antigravity GitHub Actions templates for Forgejo compatibility
  • OP#1603: Add Playwright and E2E testing domain skills (e2e-testing-patterns, go-playwright)
  • OP#1604: Identify domain skill gaps for Gravity/Gashy — added Redis/Valkey skill

Checklist

  • All 57 version tasks closed in Gravity PM
  • All 8 epics in testing or closed
  • Version file matches Gravity PM version (1.20.0)
  • No credentials in tracked files

References

Version: 1.20.0 (Gravity PM)
Domain skills: 55 total (up from 23 pre-v1.20.0)

## Release v1.20.0 ### PR Review Agent - OP#1537: Skill definition and 4-stage review pipeline - OP#1538: Context gathering stage with PR discovery and diff retrieval - OP#1539: Code analysis stage with coverage analysis integration - OP#1540: Smoke testing stage with test runner integration - OP#1541: Feedback posting stage with PR review submission workflow - OP#1542: Gravity conductor integration with .gravity.yaml review hook ### Cross-Skill Guidance Audit - OP#1543: Full cross-skill guidance sweep and OP# hyperlink cleanup - OP#1564: Fix postflight to release guidance language - OP#1565: Add release to review guidance language - OP#1566: Audit implementation to postflight guidance language - OP#1570: Remove hyperlink wrapping from OP# in openproject SKILL.md - OP#1571: Remove hyperlink wrapping from OP# in pr-creation.md ### Domain Skill Upgrades (antigravity-awesome-skills) - OP#1573: 20 existing skills merged/enhanced + 3 new skills added - OP#1600: Add project context subheader to all phase and command summaries - OP#1601: Add React domain skills (patterns, best-practices, state-management, ui-patterns) - OP#1602: Evaluate antigravity GitHub Actions templates for Forgejo compatibility - OP#1603: Add Playwright and E2E testing domain skills (e2e-testing-patterns, go-playwright) - OP#1604: Identify domain skill gaps for Gravity/Gashy — added Redis/Valkey skill ### Checklist - [x] All 57 version tasks closed in Gravity PM - [x] All 8 epics in testing or closed - [x] Version file matches Gravity PM version (1.20.0) - [x] No credentials in tracked files ### References Version: 1.20.0 (Gravity PM) Domain skills: 55 total (up from 23 pre-v1.20.0)
Defines the pr-review standalone skill with entry points, pipeline overview,
severity levels, human review flags, and domain skill references.

Closes OP#1544

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Detailed step-by-step instructions for the 4-stage review pipeline including
MCP operations, file classification, error handling, and fallback behavior.

Closes OP#1545

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Codifies release-worthy standards with severity definitions, SoC layer model,
naming conventions, readability thresholds, test coverage targets, and
security baseline checks.

Closes OP#1546

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Stage 1 instructions for PM discovery, wiki SOP reading, PR auto-detection,
diff retrieval, file classification, and acceptance criteria mapping.

Closes OP#1548

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Stage 2 instructions for SoC audit, naming review, readability assessment,
test coverage gap analysis, security surface scan, and architecture alignment.

Closes OP#1551

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Stage 3 instructions for Docker service discovery, health checks, endpoint
smoke tests, test runner detection, execution, and coverage analysis.

Closes OP#1554

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Stage 4 instructions for severity badges, line comment templates, Gitea
suggestion syntax, human review flags, summary format, and review submission.

Closes OP#1557

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add review pr and review pr#<number> entry points that bypass lifecycle
state. Update Phase Skill Reference and Domain Skill Reference tables.

Closes OP#1560

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Extends .gravity.yaml to support advisory post-release PR review hook.
When enabled, release completion guidance prompts the user to invoke
'review pr' from a fresh context.

Closes OP#1561

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add standalone skills section to lifecycle.md, cross-link from
pr-creation.md Step 8, mention review pr in conductor help section.

Closes OP#1562

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Updates cross-skill guidance to accurately describe what the release
phase does: creates draft release and opens PR, CI handles publishing.

Closes OP#1564

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
When .gravity.yaml has phases.post_release.review: true, the release
Phase 1 report now prompts the user to invoke review pr from a fresh
context before merging.

Closes OP#1565

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add commit/push verification and branch hygiene to the postflight
description in cross-skill guidance output.

Closes OP#1566

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Forgejo auto-converts plain OP#123 to clickable links via external
tracker config. Manual hyperlink wrapping is unnecessary.

Closes OP#1570

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Forgejo auto-converts plain OP#123 to clickable links via external
tracker config. Manual hyperlink wrapping is unnecessary.

Closes OP#1571

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
feat(domain): add new skills and attribution from antigravity
Some checks failed
CI / json-check (pull_request) Successful in 6s
CI / lua-check (pull_request) Successful in 7s
CI / security (pull_request) Successful in 6s
CI / manifest (pull_request) Successful in 5s
CI / sast (pull_request) Failing after 11s
1b374cca1e
Add three new domain skills sourced from antigravity-awesome-skills:
- receiving-code-review: Technical evaluation framework for PR feedback
- architect-review: Architecture review with distributed systems expertise
- production-code-audit: Comprehensive codebase audit methodology

Update domain README with proper attribution and updated skill counts.

Closes OP#1594 OP#1595 OP#1596 OP#1597

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Domain skill upgrades from antigravity-awesome-skills (OP#1573)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
chore(release): bump version to 1.20.0
Some checks failed
CI / json-check (pull_request) Successful in 4s
PR Validation / validate-branch (pull_request) Successful in 1s
CI / lua-check (pull_request) Successful in 7s
CI / security (pull_request) Successful in 6s
CI / manifest (pull_request) Successful in 4s
PR Validation / validate-release-pr (pull_request) Successful in 4s
CI / sast (pull_request) Failing after 10s
84a9280440
Refs OP#1569

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
feat(skills): add project context subheader to all phase summaries
Some checks failed
CI / json-check (pull_request) Successful in 3s
PR Validation / validate-branch (pull_request) Successful in 1s
CI / security (pull_request) Successful in 6s
CI / manifest (pull_request) Successful in 5s
CI / lua-check (pull_request) Successful in 9s
PR Validation / validate-release-pr (pull_request) Successful in 3s
CI / sast (pull_request) Failing after 11s
85accb002d
All workflow skill output templates now include a project name and
version subheader (e.g., "### Kickstart NVIM — v1.20.0") before
every summary, report, and cross-skill guidance block.

Updated files: gravity conductor, preflight, implementation,
postflight, release, and pr-creation reference.

Closes OP#1600

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
feat(domain): add React and E2E testing domain skills
Some checks failed
PR Validation / validate-branch (pull_request) Successful in 1s
CI / manifest (pull_request) Successful in 3s
CI / json-check (pull_request) Successful in 4s
CI / lua-check (pull_request) Successful in 6s
CI / security (pull_request) Successful in 5s
PR Validation / validate-release-pr (pull_request) Successful in 5s
CI / sast (pull_request) Failing after 15s
b52657df3a
Add 4 React skills (patterns, best-practices, state-management, ui-patterns)
and 2 E2E testing skills (e2e-testing-patterns, go-playwright) from
antigravity-awesome-skills. Update README counts.

Closes OP#1601
Closes OP#1603

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
feat(domain): add GitHub Actions porting guide and security scanning to forgejo-actions
All checks were successful
CI / json-check (pull_request) Successful in 2s
PR Validation / validate-branch (pull_request) Successful in 1s
CI / manifest (pull_request) Successful in 3s
CI / security (pull_request) Successful in 5s
CI / lua-check (pull_request) Successful in 9s
PR Validation / validate-release-pr (pull_request) Successful in 3s
CI / sast (pull_request) Successful in 38s
c492a9ee11
Evaluated antigravity GitHub Actions templates for Forgejo compatibility.
Added security scanning patterns (Trivy, govulncheck, npm audit) and a
GitHub-to-Forgejo porting translation table to the existing forgejo-actions
domain skill.

Closes OP#1602

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
feat(domain): add Redis/Valkey patterns skill for Gravity tech stack
All checks were successful
CI / json-check (pull_request) Successful in 3s
PR Validation / validate-branch (pull_request) Successful in 1s
CI / manifest (pull_request) Successful in 3s
CI / security (pull_request) Successful in 6s
CI / lua-check (pull_request) Successful in 9s
PR Validation / validate-release-pr (pull_request) Successful in 3s
CI / sast (pull_request) Successful in 37s
604a264703
Gap analysis of Gravity and Gashy tech stacks identified Redis/Valkey as the
only uncovered technology. Created skill covering caching, sessions, pub/sub,
go-redis patterns, key naming, and TTL strategies.

Existing coverage confirmed: Go, templ, HTMX, Alpine.js, Tailwind, PostgreSQL,
goose, Watermill, auth/OIDC, OpenTelemetry, Docker, deployment.

Closes OP#1604

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