From 99e1ad1be7fc982d667f5ad0616aab58d6956ef6 Mon Sep 17 00:00:00 2001 From: sickn33 Date: Tue, 17 Mar 2026 12:30:23 +0100 Subject: [PATCH] docs: prepare release 8.1.0 --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ README.md | 8 ++++++-- docs/users/getting-started.md | 2 +- walkthrough.md | 18 ++++++++++++++++++ 4 files changed, 54 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e85a0eba..ad6684d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,35 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [8.1.0] - 2026-03-17 - "PR Maintenance and Release Sync" + +> **Merged the active PR queue, added three new community skills, repaired metadata drift, and refreshed release-facing docs for the next tagged cut** + +This release completes the post-merge maintainer pass for the six open pull requests that landed after `8.0.0`. It adds new skills for progressive web apps, tRPC full-stack development, and external AI code review; repairs malformed YAML frontmatter in legacy skills; fixes a broken `data-scientist` reference; and refreshes README, contributor acknowledgements, and linked onboarding docs before the `v8.1.0` tag. + +## New Skills + +- **progressive-web-app** — practical PWA implementation guidance for manifests, service workers, caching, offline support, and installability (PR #324) +- **vibers-code-review** — GitHub-based external human review workflow for AI-generated projects, including setup steps and integration guidance (PR #325) +- **trpc-fullstack** — end-to-end type-safe API development patterns with tRPC across server, client, auth, and Next.js integration (PR #329) + +## Improvements + +- **PR maintenance batch**: Merged PRs #331, #330, #326, #324, #325, and #329 via GitHub squash merge after maintainer preflight, workflow approval for forked PRs, and green CI. +- **Docs alignment**: Updated `docs/users/getting-started.md`, README release messaging, and release-facing notes so the public docs reflect the current post-merge state. +- **Issue and reference hygiene**: Removed the dead `resources/implementation-playbook.md` reference from `skills/data-scientist/SKILL.md` (PR #331, closes #327) and closed the duplicate truncation report in issue `#328` against the documented fix path in issue `#269`. +- **FAQ polish**: Aligned FAQ risk-label documentation and added `skill-review` troubleshooting guidance for contributors (PR #330). +- **Legacy metadata repair**: Normalized malformed YAML frontmatter across `astropy`, `biopython`, `cirq`, `citation-management`, `fixing-metadata`, `gmail-automation`, `google-calendar-automation`, `google-docs-automation`, `google-drive-automation`, `google-sheets-automation`, `google-slides-automation`, `networkx`, `qiskit`, `seaborn`, `sympy`, and `varlock` (PR #326). +- **Contributor flow hardening**: Repaired `skills/vibers-code-review/SKILL.md` on the contributor branch so the skill met repository validation rules before merge, then reran CI and merged normally (PR #325 maintainer refresh). +- **Registry and release sync**: Refreshed generated registry artifacts, README counts, package metadata, contributor acknowledgements, and release automation inputs on `main` before tagging `v8.1.0`. + +## Credits + +- **[@suhaibjanjua](https://github.com/suhaibjanjua)** for the `data-scientist` broken-reference fix in PR #331, the FAQ and getting-started docs alignment in PR #330, and the new `trpc-fullstack` skill in PR #329 +- **[@BenZinaDaze](https://github.com/BenZinaDaze)** for the YAML frontmatter repair sweep in PR #326 +- **[@JaskiratAnand](https://github.com/JaskiratAnand)** for the new `progressive-web-app` skill in PR #324 +- **[@marsiandeployer](https://github.com/marsiandeployer)** for the initial `vibers-code-review` contribution in PR #325 + ## Documentation - Documented the new `skill-review` GitHub Actions workflow across contributor, maintainer, and README guidance so PR expectations stay aligned with the active CI surface for `SKILL.md` changes. diff --git a/README.md b/README.md index f3c3f45e..e0d63dff 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ **Antigravity Awesome Skills** is a curated, battle-tested library of **1,265+ high-performance agentic skills** designed to work seamlessly across the major AI coding assistants. -**Current release: V8.0.0.** This repository gives your agent reusable playbooks for planning, coding, debugging, testing, security review, infrastructure work, product thinking, and much more. +**Current release: V8.1.0.** This repository gives your agent reusable playbooks for planning, coding, debugging, testing, security review, infrastructure work, product thinking, and much more. ## Table of Contents @@ -50,7 +50,7 @@ ### 1. 🐣 Context: What is this? -**Antigravity Awesome Skills** (Release 8.0.0) is a broad, production-oriented upgrade to your AI's capabilities. +**Antigravity Awesome Skills** (Release 8.1.0) is a maintenance-focused upgrade that ships three new community skills, repairs legacy metadata drift, and keeps the docs, review flow, and release path aligned. AI Agents (like Claude Code, Cursor, or Gemini) are smart, but they lack **specific tools**. They don't know your company's "Deployment Protocol" or the specific syntax for "AWS CloudFormation". **Skills** are small markdown files that teach them how to do these specific tasks perfectly, every time. @@ -558,6 +558,10 @@ We officially thank the following contributors for their help in making this rep - [@Gizzant](https://github.com/Gizzant) - [@Digidai](https://github.com/Digidai) - [@dbhat93](https://github.com/dbhat93) +- [@BenZinaDaze](https://github.com/BenZinaDaze) +- [@JaskiratAnand](https://github.com/JaskiratAnand) +- [@marsiandeployer](https://github.com/marsiandeployer) +- [@suhaibjanjua](https://github.com/suhaibjanjua) - [@decentraliser](https://github.com/decentraliser) - [@MAIOStudio](https://github.com/MAIOStudio) - [@conorbronsdon](https://github.com/conorbronsdon) diff --git a/docs/users/getting-started.md b/docs/users/getting-started.md index 1e964d31..b1905639 100644 --- a/docs/users/getting-started.md +++ b/docs/users/getting-started.md @@ -1,4 +1,4 @@ -# Getting Started with Antigravity Awesome Skills (V8.0.0) +# Getting Started with Antigravity Awesome Skills (V8.1.0) **New here? This guide will help you supercharge your AI Agent in 5 minutes.** diff --git a/walkthrough.md b/walkthrough.md index 81511757..57587e00 100644 --- a/walkthrough.md +++ b/walkthrough.md @@ -1,3 +1,21 @@ +# Maintenance Walkthrough - 2026-03-17 + +- Synced `main` after the six merged community PRs and re-verified all forked PR workflows through GitHub before final release prep. +- Reopened/approved forked GitHub Actions runs where needed, normalized missing PR quality checklists, and merged PRs `#331`, `#330`, `#326`, `#324`, `#325`, and `#329` with GitHub squash merge. +- Patched `skills/vibers-code-review/SKILL.md` on the contributor branch for PR `#325` so the skill had valid YAML frontmatter, a `When to Use` section, and explicit limitations; reran CI and merged after green checks. +- Closed issue `#327` with a release comment pointing to `#331`, and closed issue `#328` as a duplicate of `#269` with links to the README recovery guidance and `docs/users/windows-truncation-recovery.md`. +- Updated release-facing docs before cutting `v8.1.0`: + - `README.md` + - `docs/users/getting-started.md` + - `CHANGELOG.md` + - `walkthrough.md` +- Refreshed the README contributor acknowledgements to include the latest merged contributors from the maintenance batch. +- Release workflow to run for `8.1.0`: + - `npm run release:preflight` + - `npm run security:docs` + - `npm run release:prepare -- 8.1.0` + - `npm run release:publish -- 8.1.0` + # Maintenance Walkthrough - 2026-03-12 - Merged PRs `#277`, `#272`, `#275`, `#278`, and `#271` via GitHub squash merge after bringing contributor branches into a mergeable state and refreshing PR bodies against the quality checklist in `.github/MAINTENANCE.md`.