diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 78e7f27..8032c17 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.11.0" + ".": "0.12.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c190a0f..0149e60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,24 @@ All notable changes to this project are documented here. From v0.8.0 onward this file is maintained automatically by [release-please](https://github.com/googleapis/release-please). Versions v0.1.0–v0.8.0 were backfilled from the project's history. +## [0.12.0](https://github.com/netlify/context-and-tools/compare/v0.11.0...v0.12.0) (2026-07-07) + + +### Features + +* **skills:** full footgun hardening across all domains — skill guidance + scenarios (AX-106) ([#84](https://github.com/netlify/context-and-tools/issues/84)) ([9522896](https://github.com/netlify/context-and-tools/commit/9522896a5812b516ce34e785da071969fc474834)) + + +### Bug Fixes + +* **axis:** reconcile over-tested judge checks with skill facts (AX-104) ([#82](https://github.com/netlify/context-and-tools/issues/82)) ([b2de7c1](https://github.com/netlify/context-and-tools/commit/b2de7c126ebf9ed80519256e423f00f0e4472ec0)) +* **skills:** correct factual errors in caching, ai-gateway, deploy, forms, cli, functions, and frameworks skills ([#81](https://github.com/netlify/context-and-tools/issues/81)) ([8f49f34](https://github.com/netlify/context-and-tools/commit/8f49f347107af7e447ebc1dcac6cbd2039d925ad)) + + +### Documentation + +* **skills:** duplicate cross-cutting rules into domain skills that lack them ([#83](https://github.com/netlify/context-and-tools/issues/83)) ([681f4d8](https://github.com/netlify/context-and-tools/commit/681f4d81d81ecdee008b9adbd157fab8fd62ea79)) + ## [0.11.0](https://github.com/netlify/context-and-tools/compare/v0.10.0...v0.11.0) (2026-07-06) diff --git a/package-lock.json b/package-lock.json index 95af5be..bb3edd5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "context-and-tools", - "version": "0.11.0", + "version": "0.12.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "context-and-tools", - "version": "0.11.0", + "version": "0.12.0", "license": "ISC", "devDependencies": { "@netlify/axis": "^1.17.0" diff --git a/package.json b/package.json index f28c685..3603c83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "context-and-tools", - "version": "0.11.0", + "version": "0.12.0", "description": "Public Netlify skills for AI coding agents. Each skill is a focused, factual reference for a Netlify platform primitive — designed to help agents build correctly on Netlify without needing to search docs.", "main": "index.js", "scripts": {