From 464b4f262985fc98e21bb2244c9ae117b36a2121 Mon Sep 17 00:00:00 2001 From: geobelsky Date: Fri, 26 Jun 2026 08:33:01 +0000 Subject: [PATCH] fix(release): bump .claude-plugin/plugin.json + plugin-README to 0.6.3 The v0.6.3 release PR (#156) bumped package.json + extension/package.json but missed the other two lockstep version files. The release-binary workflow's "Verify tag matches version manifests" guard caught it and failed all 6 build jobs on the v0.6.3 tag: Version drift: tag v0.6.3 vs package.json 0.6.3 vs .claude-plugin/plugin.json 0.6.2 scripts/release.sh's VERSION_FILES is the source of truth for what must move in lockstep: package.json, .claude-plugin/plugin.json, templates/plugin-README.md. This bumps the two that were missed so the guard passes on re-tag. --- .claude-plugin/plugin.json | 2 +- templates/plugin-README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index b3b3559..925aedb 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "axme-code", - "version": "0.6.2", + "version": "0.6.3", "description": "(Alpha) Persistent memory, architectural decisions, and safety guardrails for Claude Code. Your agent starts every session with full project context — stack, decisions, patterns, safety rules, and a handoff from the previous session.", "author": { "name": "AXME AI", diff --git a/templates/plugin-README.md b/templates/plugin-README.md index 832e37c..03ea8fa 100644 --- a/templates/plugin-README.md +++ b/templates/plugin-README.md @@ -5,7 +5,7 @@ Persistent memory, architectural decisions, and safety guardrails for Claude Code. Your agent starts every session with full project context — stack, decisions, patterns, safety rules, and a handoff from the previous session. [![Alpha](https://img.shields.io/badge/status-alpha-orange)]() -[![Version](https://img.shields.io/badge/version-0.6.2-blue)]() +[![Version](https://img.shields.io/badge/version-0.6.3-blue)]() [![License: MIT](https://img.shields.io/badge/license-MIT-blue)](LICENSE) **[Main Repository](https://github.com/AxmeAI/axme-code)** · **[Website](https://code.axme.ai)** · **[Issues](https://github.com/AxmeAI/axme-code/issues)**