Skip to content

Commit 9a48275

Browse files
committed
chore(release): bump version to 3.1.0
Update version numbers across all packages and documentation for v3.1.0 release. no reference
1 parent 3d4e789 commit 9a48275

7 files changed

Lines changed: 34 additions & 6 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"name": "codingbuddy",
1111
"source": "./packages/claude-code-plugin",
1212
"description": "PLAN/ACT/EVAL workflow, specialist agents, and reusable skills for systematic TDD development",
13-
"version": "3.0.0",
13+
"version": "3.1.0",
1414
"category": "development"
1515
}
1616
]

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": "3.0.0",
3+
"version": "3.1.0",
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",

docs/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Codingbuddy implements the [Model Context Protocol (MCP)](https://modelcontextpr
2626
```json
2727
{
2828
"name": "codingbuddy-rules-server",
29-
"version": "3.0.0",
29+
"version": "3.1.0",
3030
"capabilities": {
3131
"resources": {},
3232
"tools": {},

packages/claude-code-plugin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CodingBuddy Claude Code Plugin
22

3-
> Version 3.0.0
3+
> Version 3.1.0
44
55
Multi-AI Rules for consistent coding practices - PLAN/ACT/EVAL workflow, specialist agents, and reusable skills for systematic development.
66

packages/claude-code-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codingbuddy-claude-plugin",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "Claude Code Plugin for CodingBuddy - PLAN/ACT/EVAL workflow, specialist agents, and reusable skills",
55
"author": "JeremyDev87",
66
"license": "MIT",

packages/rules/.ai-rules/CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,34 @@ All notable changes to the Multi-AI Coding Assistant Common Rules System will be
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.1.0] - 2026-01-22
9+
10+
### Added
11+
12+
- **Self-Hosted Plugin Marketplace**
13+
- Claude Code plugin marketplace with GitHub Pages deployment
14+
- `codingbuddy marketplace add` command for plugin discovery
15+
- Automatic GitHub Pages setup in CI workflow
16+
17+
- **SRP Complexity Classifier**
18+
- Multi-language support for keyword complexity analysis
19+
- Enhanced intent detection for PLAN mode agent selection
20+
21+
### Fixed
22+
23+
- Auto mode detection for PLAN/ACT/EVAL/AUTO keywords in hooks
24+
- Language configuration now properly respected with diagnostic logging
25+
- Marketplace add command GitHub repo format handling
26+
27+
### Changed
28+
29+
- **Documentation Improvements**
30+
- Multi-language plugin documentation (i18n)
31+
- Multi-agent philosophy introduction added to all language versions
32+
- Architecture diagram synchronized with current codebase
33+
34+
---
35+
836
## [3.0.0] - 2026-01-17
937

1038
### Added

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": "3.0.0",
3+
"version": "3.1.0",
44
"description": "AI coding rules for consistent practices across AI assistants",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)