Skip to content

Commit 679ff1c

Browse files
committed
chore(release): prepare v5.6.3
Bump all workspace versions: 5.6.2 → 5.6.3 Changes since v5.6.2: - fix(hooks): persist tool stats from short-lived hook processes - fix(hooks): atomic read-modify-write in SessionStats.flush() (#1493) - fix(hooks): wire hook timing recording + delete dead HookTimer (#1494) - fix(tests): isolate HUD state in integration tests - refactor(hooks): atomic staging-based lib swap + drop redundant chmod
1 parent d20150d commit 679ff1c

7 files changed

Lines changed: 8 additions & 8 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"name": "codingbuddy",
1313
"source": "./packages/claude-code-plugin",
1414
"description": "PLAN/ACT/EVAL workflow, specialist agents, and reusable skills for systematic TDD development",
15-
"version": "5.6.2",
15+
"version": "5.6.3",
1616
"category": "development"
1717
}
1818
]

apps/mcp-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codingbuddy",
3-
"version": "5.6.2",
3+
"version": "5.6.3",
44
"description": "Multi-AI Rules MCP Server - One source of truth for AI coding rules across all AI assistants",
55
"author": "JeremyDev87",
66
"license": "MIT",

apps/mcp-server/src/shared/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
* Single source of truth for the runtime package version.
33
* Updated automatically by scripts/bump-version.sh on each release.
44
*/
5-
export const VERSION = '5.6.2';
5+
export const VERSION = '5.6.3';

packages/claude-code-plugin/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codingbuddy",
3-
"version": "5.6.2",
3+
"version": "5.6.3",
44
"description": "PLAN/ACT/EVAL workflow with auto-detection, specialist agents, and reusable skills for systematic TDD development",
55
"author": {
66
"name": "JeremyDev87",

packages/claude-code-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codingbuddy-claude-plugin",
3-
"version": "5.6.2",
3+
"version": "5.6.3",
44
"description": "Claude Code Plugin for CodingBuddy - PLAN/ACT/EVAL workflow, specialist agents, and reusable skills",
55
"author": "JeremyDev87",
66
"license": "MIT",
@@ -53,7 +53,7 @@
5353
"test:coverage": "vitest run --coverage"
5454
},
5555
"peerDependencies": {
56-
"codingbuddy": "^5.6.2"
56+
"codingbuddy": "^5.6.3"
5757
},
5858
"peerDependenciesMeta": {
5959
"codingbuddy": {

packages/rules/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codingbuddy-rules",
3-
"version": "5.6.2",
3+
"version": "5.6.3",
44
"description": "AI coding rules for consistent practices across AI assistants",
55
"main": "index.js",
66
"types": "index.d.ts",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5735,7 +5735,7 @@ __metadata:
57355735
typescript: "npm:5.9.3"
57365736
vitest: "npm:4.0.17"
57375737
peerDependencies:
5738-
codingbuddy: ^5.6.2
5738+
codingbuddy: ^5.6.3
57395739
peerDependenciesMeta:
57405740
codingbuddy:
57415741
optional: true

0 commit comments

Comments
 (0)