Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.11.0"
".": "0.12.0"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down