From 42f47195b5a1b94eeb97a179e585b69a12de4c30 Mon Sep 17 00:00:00 2001 From: Joaquin Terrasa Date: Tue, 30 Jun 2026 16:05:55 +0200 Subject: [PATCH 1/2] =?UTF-8?q?chore(release):=20v0.6.1=20=E2=80=94=20rele?= =?UTF-8?q?ase=20infrastructure=20patch=20(Windows=20binary,=20single=20re?= =?UTF-8?q?lease=20model)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 ++++++++ packages/adapter-claude/package.json | 2 +- packages/adapter-codex/package.json | 4 ++-- packages/adapter-copilot/package.json | 2 +- packages/adapter-gemini/package.json | 2 +- packages/adapter-kimi/package.json | 4 ++-- packages/adapter-opencode/package.json | 2 +- packages/adapter-pimono/package.json | 2 +- packages/cli/package.json | 2 +- packages/compile/package.json | 2 +- packages/contract/package.json | 2 +- packages/core/package.json | 2 +- packages/ingest/package.json | 2 +- packages/migrate/package.json | 2 +- packages/pipeline/package.json | 2 +- packages/schema/package.json | 2 +- packages/security/package.json | 2 +- packages/store/package.json | 2 +- 18 files changed, 27 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a908732..23e6264 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project are documented in this file. +## v0.6.1 — Release infrastructure patch + +### CI / Release +- Fix Windows binary archive: Bun appends `.exe` when cross-compiling for `bun-windows-x64`; zip step now references the correct filename. +- `release.yml`: `createGithubReleases: false` suppresses per-package changeset tags/releases — only a single `v*` release is created. +- `github-release` and `update-homebrew-tap` jobs now run even when individual binary matrix targets fail (not cancelled), so a single platform failure no longer skips the GitHub Release and Homebrew tap update. +- Sponsor CTA moved above install commands in README. + ## v0.6.0 — Pipeline Kernel, defineConfig, Docs Site & Full-Stack Upgrade ### Architecture diff --git a/packages/adapter-claude/package.json b/packages/adapter-claude/package.json index 02c43de..66591c4 100644 --- a/packages/adapter-claude/package.json +++ b/packages/adapter-claude/package.json @@ -1,6 +1,6 @@ { "name": "@agentplugins/adapter-claude", - "version": "0.6.0", + "version": "0.6.1", "description": "AgentPlugins platform adapter for Claude Code", "type": "module", "main": "./dist/index.mjs", diff --git a/packages/adapter-codex/package.json b/packages/adapter-codex/package.json index 74198eb..2c6764f 100644 --- a/packages/adapter-codex/package.json +++ b/packages/adapter-codex/package.json @@ -1,6 +1,6 @@ { "name": "@agentplugins/adapter-codex", - "version": "0.6.0", + "version": "0.6.1", "description": "AgentPlugins platform adapter for OpenAI Codex CLI", "main": "./dist/index.cjs", "types": "./dist/index.d.mts", @@ -27,7 +27,7 @@ "vitest": "catalog:" }, "peerDependencies": { - "@agentplugins/core": "^0.6.0" + "@agentplugins/core": "^0.6.1" }, "files": [ "dist", diff --git a/packages/adapter-copilot/package.json b/packages/adapter-copilot/package.json index b4525a9..cd3404d 100644 --- a/packages/adapter-copilot/package.json +++ b/packages/adapter-copilot/package.json @@ -1,6 +1,6 @@ { "name": "@agentplugins/adapter-copilot", - "version": "0.6.0", + "version": "0.6.1", "description": "GitHub Copilot CLI platform adapter for AgentPlugins — compiles AgentPlugins plugins into Copilot-compatible manifests, hooks, skills, and MCP configuration", "main": "./dist/index.cjs", "types": "./dist/index.d.mts", diff --git a/packages/adapter-gemini/package.json b/packages/adapter-gemini/package.json index 1deef1a..b6f93d3 100644 --- a/packages/adapter-gemini/package.json +++ b/packages/adapter-gemini/package.json @@ -1,6 +1,6 @@ { "name": "@agentplugins/adapter-gemini", - "version": "0.6.0", + "version": "0.6.1", "description": "AgentPlugins platform adapter for Google Gemini CLI extensions", "type": "module", "main": "./dist/index.mjs", diff --git a/packages/adapter-kimi/package.json b/packages/adapter-kimi/package.json index 704dfc9..6edf538 100644 --- a/packages/adapter-kimi/package.json +++ b/packages/adapter-kimi/package.json @@ -1,6 +1,6 @@ { "name": "@agentplugins/adapter-kimi", - "version": "0.6.0", + "version": "0.6.1", "description": "AgentPlugins platform adapter for Kimi (Moonshot AI)", "main": "./dist/index.cjs", "types": "./dist/index.d.mts", @@ -33,7 +33,7 @@ "vitest": "catalog:" }, "peerDependencies": { - "@agentplugins/core": "^0.6.0" + "@agentplugins/core": "^0.6.1" }, "keywords": [ "agentplugins", diff --git a/packages/adapter-opencode/package.json b/packages/adapter-opencode/package.json index e5d8ec5..8e437c6 100644 --- a/packages/adapter-opencode/package.json +++ b/packages/adapter-opencode/package.json @@ -1,6 +1,6 @@ { "name": "@agentplugins/adapter-opencode", - "version": "0.6.0", + "version": "0.6.1", "description": "OpenCode platform adapter for AgentPlugins - generates OpenCode-compatible plugins from universal manifests", "type": "module", "main": "./dist/index.js", diff --git a/packages/adapter-pimono/package.json b/packages/adapter-pimono/package.json index b13f2d3..b818ae3 100644 --- a/packages/adapter-pimono/package.json +++ b/packages/adapter-pimono/package.json @@ -1,6 +1,6 @@ { "name": "@agentplugins/adapter-pimono", - "version": "0.6.0", + "version": "0.6.1", "description": "Pi Mono platform adapter for AgentPlugins — generates TypeScript-native extensions for the Pi agent runtime", "type": "module", "main": "./dist/index.mjs", diff --git a/packages/cli/package.json b/packages/cli/package.json index a98f3c5..0c84cdb 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@agentplugins/cli", - "version": "0.6.0", + "version": "0.6.1", "description": "CLI for building AgentPlugins plugins across multiple AI agent harnesses", "type": "module", "bin": { diff --git a/packages/compile/package.json b/packages/compile/package.json index dd80d3b..b5aa8d3 100644 --- a/packages/compile/package.json +++ b/packages/compile/package.json @@ -1,6 +1,6 @@ { "name": "@agentplugins/compile", - "version": "0.6.0", + "version": "0.6.1", "description": "Shared codegen kernel for AgentPlugins adapters. Secure emit helpers, sanitizers, lint, validation, hook-wrapper.", "type": "module", "main": "./dist/index.js", diff --git a/packages/contract/package.json b/packages/contract/package.json index d3f269e..4a7ee7f 100644 --- a/packages/contract/package.json +++ b/packages/contract/package.json @@ -1,6 +1,6 @@ { "name": "@agentplugins/contract", - "version": "0.6.0", + "version": "0.6.1", "description": "Single-source-of-truth manifest schema for AgentPlugins. Zod schema → TypeScript types → manifest.schema.json.", "type": "module", "main": "./dist/index.js", diff --git a/packages/core/package.json b/packages/core/package.json index aa5cd11..79333de 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@agentplugins/core", - "version": "0.6.0", + "version": "0.6.1", "description": "Core types, validation, and plugin registry for AgentPlugins", "type": "module", "main": "./dist/index.js", diff --git a/packages/ingest/package.json b/packages/ingest/package.json index fc94832..a773707 100644 --- a/packages/ingest/package.json +++ b/packages/ingest/package.json @@ -1,6 +1,6 @@ { "name": "@agentplugins/ingest", - "version": "0.6.0", + "version": "0.6.1", "description": "Format ingestors for importing community plugins from Claude Code, Codex, and Skills.sh into AgentPlugins v1 manifests.", "type": "module", "main": "./dist/index.js", diff --git a/packages/migrate/package.json b/packages/migrate/package.json index 645b5ed..ac61443 100644 --- a/packages/migrate/package.json +++ b/packages/migrate/package.json @@ -1,6 +1,6 @@ { "name": "@agentplugins/migrate", - "version": "0.6.0", + "version": "0.6.1", "description": "MCP server that wraps @agentplugins/ingest to let agents migrate community plugins conversationally.", "type": "module", "main": "./dist/index.js", diff --git a/packages/pipeline/package.json b/packages/pipeline/package.json index d4a8819..6a8607f 100644 --- a/packages/pipeline/package.json +++ b/packages/pipeline/package.json @@ -1,6 +1,6 @@ { "name": "@agentplugins/pipeline", - "version": "0.6.0", + "version": "0.6.1", "description": "AgentPlugins middleware kernel — composable plugin bus for the build and install pipelines", "type": "module", "main": "./dist/index.mjs", diff --git a/packages/schema/package.json b/packages/schema/package.json index e0e5643..888f2bf 100644 --- a/packages/schema/package.json +++ b/packages/schema/package.json @@ -1,6 +1,6 @@ { "name": "@agentplugins/schema", - "version": "0.6.0", + "version": "0.6.1", "description": "JSON Schema + TypeScript types + Ajv validators for the AgentPlugins manifest. The public contract for the ecosystem.", "type": "module", "main": "./dist/index.js", diff --git a/packages/security/package.json b/packages/security/package.json index f467c9f..b791044 100644 --- a/packages/security/package.json +++ b/packages/security/package.json @@ -1,6 +1,6 @@ { "name": "@agentplugins/security", - "version": "0.6.0", + "version": "0.6.1", "description": "Security and trust primitives for AgentPlugins: integrity hashing, SSRF-safe fetch, lifecycle script policy, and wrappers for osv-scanner, OpenSSF Scorecard, and npm provenance.", "type": "module", "main": "./dist/index.js", diff --git a/packages/store/package.json b/packages/store/package.json index cb58aa2..81ce962 100644 --- a/packages/store/package.json +++ b/packages/store/package.json @@ -1,6 +1,6 @@ { "name": "@agentplugins/store", - "version": "0.6.0", + "version": "0.6.1", "description": "Universal plugin store for AgentPlugins — install, link, and registry fs operations for ~/.agents/plugins//", "type": "module", "main": "./dist/index.js", From d0c1ca173c99fb72d26dba9e6d67ff4a712d9096 Mon Sep 17 00:00:00 2001 From: Joaquin Terrasa Date: Tue, 30 Jun 2026 16:09:02 +0200 Subject: [PATCH 2/2] =?UTF-8?q?chore(release):=20v0.6.1=20=E2=80=94=20bump?= =?UTF-8?q?=20only=20@agentplugins/cli=20to=200.6.1=20for=20Windows=20bina?= =?UTF-8?q?ry?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 9 +++------ packages/adapter-claude/package.json | 2 +- packages/adapter-codex/package.json | 4 ++-- packages/adapter-copilot/package.json | 2 +- packages/adapter-gemini/package.json | 2 +- packages/adapter-kimi/package.json | 4 ++-- packages/adapter-opencode/package.json | 2 +- packages/adapter-pimono/package.json | 2 +- packages/compile/package.json | 2 +- packages/contract/package.json | 2 +- packages/core/package.json | 2 +- packages/ingest/package.json | 2 +- packages/migrate/package.json | 2 +- packages/pipeline/package.json | 2 +- packages/schema/package.json | 2 +- packages/security/package.json | 2 +- packages/store/package.json | 2 +- 17 files changed, 21 insertions(+), 24 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23e6264..4b5f93c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,10 @@ All notable changes to this project are documented in this file. -## v0.6.1 — Release infrastructure patch +## v0.6.1 — CLI patch (Windows binary) -### CI / Release -- Fix Windows binary archive: Bun appends `.exe` when cross-compiling for `bun-windows-x64`; zip step now references the correct filename. -- `release.yml`: `createGithubReleases: false` suppresses per-package changeset tags/releases — only a single `v*` release is created. -- `github-release` and `update-homebrew-tap` jobs now run even when individual binary matrix targets fail (not cancelled), so a single platform failure no longer skips the GitHub Release and Homebrew tap update. -- Sponsor CTA moved above install commands in README. +### `@agentplugins/cli` +- Bump to `0.6.1` to deliver the Windows (`x86_64-pc-windows-msvc`) binary missing from the v0.6.0 GitHub Release due to a CI archive bug (Bun appends `.exe` on Windows cross-compile; the zip step was referencing the bare filename). All other packages remain at `0.6.0`. ## v0.6.0 — Pipeline Kernel, defineConfig, Docs Site & Full-Stack Upgrade diff --git a/packages/adapter-claude/package.json b/packages/adapter-claude/package.json index 66591c4..02c43de 100644 --- a/packages/adapter-claude/package.json +++ b/packages/adapter-claude/package.json @@ -1,6 +1,6 @@ { "name": "@agentplugins/adapter-claude", - "version": "0.6.1", + "version": "0.6.0", "description": "AgentPlugins platform adapter for Claude Code", "type": "module", "main": "./dist/index.mjs", diff --git a/packages/adapter-codex/package.json b/packages/adapter-codex/package.json index 2c6764f..74198eb 100644 --- a/packages/adapter-codex/package.json +++ b/packages/adapter-codex/package.json @@ -1,6 +1,6 @@ { "name": "@agentplugins/adapter-codex", - "version": "0.6.1", + "version": "0.6.0", "description": "AgentPlugins platform adapter for OpenAI Codex CLI", "main": "./dist/index.cjs", "types": "./dist/index.d.mts", @@ -27,7 +27,7 @@ "vitest": "catalog:" }, "peerDependencies": { - "@agentplugins/core": "^0.6.1" + "@agentplugins/core": "^0.6.0" }, "files": [ "dist", diff --git a/packages/adapter-copilot/package.json b/packages/adapter-copilot/package.json index cd3404d..b4525a9 100644 --- a/packages/adapter-copilot/package.json +++ b/packages/adapter-copilot/package.json @@ -1,6 +1,6 @@ { "name": "@agentplugins/adapter-copilot", - "version": "0.6.1", + "version": "0.6.0", "description": "GitHub Copilot CLI platform adapter for AgentPlugins — compiles AgentPlugins plugins into Copilot-compatible manifests, hooks, skills, and MCP configuration", "main": "./dist/index.cjs", "types": "./dist/index.d.mts", diff --git a/packages/adapter-gemini/package.json b/packages/adapter-gemini/package.json index b6f93d3..1deef1a 100644 --- a/packages/adapter-gemini/package.json +++ b/packages/adapter-gemini/package.json @@ -1,6 +1,6 @@ { "name": "@agentplugins/adapter-gemini", - "version": "0.6.1", + "version": "0.6.0", "description": "AgentPlugins platform adapter for Google Gemini CLI extensions", "type": "module", "main": "./dist/index.mjs", diff --git a/packages/adapter-kimi/package.json b/packages/adapter-kimi/package.json index 6edf538..704dfc9 100644 --- a/packages/adapter-kimi/package.json +++ b/packages/adapter-kimi/package.json @@ -1,6 +1,6 @@ { "name": "@agentplugins/adapter-kimi", - "version": "0.6.1", + "version": "0.6.0", "description": "AgentPlugins platform adapter for Kimi (Moonshot AI)", "main": "./dist/index.cjs", "types": "./dist/index.d.mts", @@ -33,7 +33,7 @@ "vitest": "catalog:" }, "peerDependencies": { - "@agentplugins/core": "^0.6.1" + "@agentplugins/core": "^0.6.0" }, "keywords": [ "agentplugins", diff --git a/packages/adapter-opencode/package.json b/packages/adapter-opencode/package.json index 8e437c6..e5d8ec5 100644 --- a/packages/adapter-opencode/package.json +++ b/packages/adapter-opencode/package.json @@ -1,6 +1,6 @@ { "name": "@agentplugins/adapter-opencode", - "version": "0.6.1", + "version": "0.6.0", "description": "OpenCode platform adapter for AgentPlugins - generates OpenCode-compatible plugins from universal manifests", "type": "module", "main": "./dist/index.js", diff --git a/packages/adapter-pimono/package.json b/packages/adapter-pimono/package.json index b818ae3..b13f2d3 100644 --- a/packages/adapter-pimono/package.json +++ b/packages/adapter-pimono/package.json @@ -1,6 +1,6 @@ { "name": "@agentplugins/adapter-pimono", - "version": "0.6.1", + "version": "0.6.0", "description": "Pi Mono platform adapter for AgentPlugins — generates TypeScript-native extensions for the Pi agent runtime", "type": "module", "main": "./dist/index.mjs", diff --git a/packages/compile/package.json b/packages/compile/package.json index b5aa8d3..dd80d3b 100644 --- a/packages/compile/package.json +++ b/packages/compile/package.json @@ -1,6 +1,6 @@ { "name": "@agentplugins/compile", - "version": "0.6.1", + "version": "0.6.0", "description": "Shared codegen kernel for AgentPlugins adapters. Secure emit helpers, sanitizers, lint, validation, hook-wrapper.", "type": "module", "main": "./dist/index.js", diff --git a/packages/contract/package.json b/packages/contract/package.json index 4a7ee7f..d3f269e 100644 --- a/packages/contract/package.json +++ b/packages/contract/package.json @@ -1,6 +1,6 @@ { "name": "@agentplugins/contract", - "version": "0.6.1", + "version": "0.6.0", "description": "Single-source-of-truth manifest schema for AgentPlugins. Zod schema → TypeScript types → manifest.schema.json.", "type": "module", "main": "./dist/index.js", diff --git a/packages/core/package.json b/packages/core/package.json index 79333de..aa5cd11 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@agentplugins/core", - "version": "0.6.1", + "version": "0.6.0", "description": "Core types, validation, and plugin registry for AgentPlugins", "type": "module", "main": "./dist/index.js", diff --git a/packages/ingest/package.json b/packages/ingest/package.json index a773707..fc94832 100644 --- a/packages/ingest/package.json +++ b/packages/ingest/package.json @@ -1,6 +1,6 @@ { "name": "@agentplugins/ingest", - "version": "0.6.1", + "version": "0.6.0", "description": "Format ingestors for importing community plugins from Claude Code, Codex, and Skills.sh into AgentPlugins v1 manifests.", "type": "module", "main": "./dist/index.js", diff --git a/packages/migrate/package.json b/packages/migrate/package.json index ac61443..645b5ed 100644 --- a/packages/migrate/package.json +++ b/packages/migrate/package.json @@ -1,6 +1,6 @@ { "name": "@agentplugins/migrate", - "version": "0.6.1", + "version": "0.6.0", "description": "MCP server that wraps @agentplugins/ingest to let agents migrate community plugins conversationally.", "type": "module", "main": "./dist/index.js", diff --git a/packages/pipeline/package.json b/packages/pipeline/package.json index 6a8607f..d4a8819 100644 --- a/packages/pipeline/package.json +++ b/packages/pipeline/package.json @@ -1,6 +1,6 @@ { "name": "@agentplugins/pipeline", - "version": "0.6.1", + "version": "0.6.0", "description": "AgentPlugins middleware kernel — composable plugin bus for the build and install pipelines", "type": "module", "main": "./dist/index.mjs", diff --git a/packages/schema/package.json b/packages/schema/package.json index 888f2bf..e0e5643 100644 --- a/packages/schema/package.json +++ b/packages/schema/package.json @@ -1,6 +1,6 @@ { "name": "@agentplugins/schema", - "version": "0.6.1", + "version": "0.6.0", "description": "JSON Schema + TypeScript types + Ajv validators for the AgentPlugins manifest. The public contract for the ecosystem.", "type": "module", "main": "./dist/index.js", diff --git a/packages/security/package.json b/packages/security/package.json index b791044..f467c9f 100644 --- a/packages/security/package.json +++ b/packages/security/package.json @@ -1,6 +1,6 @@ { "name": "@agentplugins/security", - "version": "0.6.1", + "version": "0.6.0", "description": "Security and trust primitives for AgentPlugins: integrity hashing, SSRF-safe fetch, lifecycle script policy, and wrappers for osv-scanner, OpenSSF Scorecard, and npm provenance.", "type": "module", "main": "./dist/index.js", diff --git a/packages/store/package.json b/packages/store/package.json index 81ce962..cb58aa2 100644 --- a/packages/store/package.json +++ b/packages/store/package.json @@ -1,6 +1,6 @@ { "name": "@agentplugins/store", - "version": "0.6.1", + "version": "0.6.0", "description": "Universal plugin store for AgentPlugins — install, link, and registry fs operations for ~/.agents/plugins//", "type": "module", "main": "./dist/index.js",