From 891a56c53bb4c6cddb4f154de3f45c4479902ee0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 17:16:40 +0000 Subject: [PATCH] chore: release main --- .claude-plugin/marketplace.json | 2 +- .release-please-manifest.json | 2 +- autopilot/CHANGELOG.md | 12 ++++++++++++ 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index ed346db..b923573 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -41,7 +41,7 @@ { "name": "autopilot", "description": "Autonomous operation layer for static content sites. Intentions live as pinned GitHub issues, a scheduled strategist session files tasks, GitHub Actions executors open PRs, and green-gated PRs merge themselves within a configurable autonomy boundary. Uses content-ops, content-seo, and astro-builder as its action library.", - "version": "1.0.0", + "version": "1.1.0", "author": { "name": "pcamarajr", "email": "eu@pcamarajr.dev" diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6e3040e..aa72e07 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { "astro-builder": "1.10.0", "astro-lsp": "1.0.1", - "autopilot": "1.0.0", + "autopilot": "1.1.0", "content-image-gemini": "1.0.0", "content-ops": "0.7.0", "content-seo": "2.0.0", diff --git a/autopilot/CHANGELOG.md b/autopilot/CHANGELOG.md index 422117a..7625f03 100644 --- a/autopilot/CHANGELOG.md +++ b/autopilot/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.1.0](https://github.com/pcamarajr/content-stack/compare/autopilot@v1.0.0...autopilot@v1.1.0) (2026-08-24) + + +### Features + +* **autopilot:** init skill — scaffold the loop's control-plane surface ([#57](https://github.com/pcamarajr/content-stack/issues/57)) ([eb20825](https://github.com/pcamarajr/content-stack/commit/eb208252af410039abd2e3a0478bb232de7ca6e3)) + + +### Bug Fixes + +* **autopilot:** install action-library plugins in CI + PAT retry re-label ([#59](https://github.com/pcamarajr/content-stack/issues/59)) ([6d96c47](https://github.com/pcamarajr/content-stack/commit/6d96c479fee16c2eec6008963ba2e38883c78f3d)) + ## 1.0.0 (2026-08-24)