diff --git a/CHANGELOG.md b/CHANGELOG.md index 135b6076..d998884a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- +--- + +## [3.0.0] - 2026-01-25 - "The Governance Update" + +### Added + +- **Governance & Security**: + - `docs/QUALITY_BAR.md`: Defined 5-point validation standard (Metadata, Risk, Triggers). + - `docs/SECURITY_GUARDRAILS.md`: Enforced "Authorized Use Only" for offensive skills. + - `CODE_OF_CONDUCT.md`: Adhered to Contributor Covenant v2.1. +- **Automation**: + - `scripts/validate_skills.py`: Automated Quality Bar enforcement (Soft Mode supported). + - `.github/workflows/ci.yml`: Automated PR checks. + - `scripts/generate_index.py`: Registry generation with Risk & Source columns. +- **Experience**: + - `docs/BUNDLES.md`: 9 Starter Packs (Essentials, Security, Web, Agent, Game Dev, DevOps, Data, Testing, Creative). + - **Interactive Registry**: README now features Risk Levels (🔴/🟢/🟣) and Collections. +- **Documentation**: + - `docs/EXAMPLES.md`: Cookbook with 3 real-world scenarios. + - `docs/SOURCES.md`: Legal ledger for attributions and licenses. + - `RELEASE_NOTES.md`: Generated release announcement (archived). + +### Changed + +- **Standardization**: All 250+ skills are now validated against the new Quality Bar schema. +- **Project Structure**: Introduced `docs/` folder for scalable documentation. + ## [2.14.0] - 2026-01-25 - "Web Intelligence & Windows" ### Added diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md deleted file mode 100644 index 5435260c..00000000 --- a/RELEASE_NOTES.md +++ /dev/null @@ -1,47 +0,0 @@ -# 🚀 RELEASE NOTES: Antigravity Awesome Skills V3.0.0 - -**"The Governance Update"** - -This release transforms the repository from a simple collection of scripts into a trusted, battle-tested platform for AI Agents. - -## 🌟 Headline Features - -### 1. Trusted Quality Bar (`docs/QUALITY_BAR.md`) - -Every skill now undergoes a strict 5-point validation check. - -- **Why?** No more broken scripts or vague instructions. -- **For You:** Look for the 🟣 **Official** or 🔵 **Safe** badges. - -### 2. Security Guardrails (`docs/SECURITY_GUARDRAILS.md`) - -We introduced "Risk Labels" to protect you. - -- 🔴 **Offensive** skills (Pentesting) now require explicit authorization mechanisms. -- 🟢 **Safe** skills are guaranteed non-destructive. - -### 3. Starter Packs (`docs/BUNDLES.md`) - -Don't know where to start? We now have **9 Curated Bundles**: - -- **Essentials Pack**: `concise-planning`, `clean-code`, `lint-and-validate`. -- **Web Wizard**: `react-patterns`, `tailwind-mastery`, `frontend-design`. -- **Agent Architect**: `mcp-builder`, `agent-evaluation`. -- ...plus **DevOps**, **Game Dev**, **Data Science**, **Testing**, and more. - -## 🛠️ For Developers & Contributors - -- **New CI/CD**: Pull Requests are now automatically validated (`.github/workflows/ci.yml`). -- **Strict Linting**: `scripts/validate_skills.py --strict` is the new sheriff in town. -- **Attribution**: We now have a clear ledger of sources in `docs/SOURCES.md`. - -## 📦 How to Update - -```bash -cd .agent/skills -git pull origin main -# (Optional) Verify your local skills -python3 scripts/validate_skills.py -``` - -_Built with ❤️ by the Antigravity Team._