Skip to content

Hotfix: sync Claude/Codex adapter manifest versions to 0.6.1 - #179

Merged
Niels Laute (niels9001) merged 1 commit into
mainfrom
hotfix/sync-adapter-versions
Sep 9, 2026
Merged

Hotfix: sync Claude/Codex adapter manifest versions to 0.6.1#179
Niels Laute (niels9001) merged 1 commit into
mainfrom
hotfix/sync-adapter-versions

Conversation

@niels9001

Copy link
Copy Markdown
Collaborator

Summary

Catches up two version fields that fell out of sync during the Agent Plugins 1.0 package migration, and closes the gap that let it happen.

  • plugins/winui/.claude-plugin/plugin.json and plugins/winui/.codex-plugin/plugin.json were stuck at

The Agent Plugins 1.0 package migration bumped plugins/winui/agent-plugin/plugin.json,
.github/plugin/marketplace.json, and .claude-plugin/marketplace.json to 0.6.0,
but left plugins/winui/.claude-plugin/plugin.json and
plugins/winui/.codex-plugin/plugin.json at 0.3.0 -- neither the release
helper nor CI tracked them. This blocks the Claude Code plugin submission
in MARKETPLACE-DISTRIBUTION.md, which requires the Claude adapter manifest
to carry the release version.

- Bump all 7 version fields to 0.6.1 (patch, per the hotfix path in
  CONTRIBUTING.md -- no user-facing behavior changed).
- Add the two adapter manifests to open-release-pr.ps1's Set-JsonField
  calls so future releases keep them in sync automatically.
- Add the two adapter manifests to the version-sync and version-bump CI
  jobs in release-policy.yml (now checks 7 fields, not 5).
- version-bump's main-side drift check stays advisory (::warning::, no
  exit) rather than hard-failing: Rule 1 already forces all 7 PR-head
  fields into sync, and a hard fail on main-side drift would deadlock this
  exact corrective PR against the inconsistency it's fixing.
- Update RELEASING.md/CONTRIBUTING.md field counts and CHANGELOG.md.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@niels9001
Niels Laute (niels9001) merged commit f94bab1 into main Sep 9, 2026
15 checks passed
@niels9001
Niels Laute (niels9001) deleted the hotfix/sync-adapter-versions branch September 9, 2026 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant