Skip to content
Open
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 .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
12 changes: 12 additions & 0 deletions autopilot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down