Skip to content

Commit 57e37a1

Browse files
committed
chore: prepare v5.5.0 release
Bundle Wow Experience Wave 1-3 and dramatic polish into a minor release: - Wave 1 (memory & rewards): Agent Council Memory (#1435) + Micro-Achievements (#1436) - Wave 2 (intelligence): Self-Evolving Rules + suggest_rules MCP tool (#1437), Smart First Prompt (#1438), Live AI Guardrails (#1439) - Wave 3 (team bootstrap): codingbuddy init --team CLI (#1440) - Dramatic polish: Council Assembly Animation (#1441) - Redesign: activate MCP tool, Claude native Teams promotion - Fixes: #1444 effectiveness write-path wiring, plugin README build drift Version bumps (5.4.1 → 5.5.0): - apps/mcp-server/package.json + version.ts - packages/rules/package.json - packages/claude-code-plugin/package.json + .claude-plugin/plugin.json - .claude-plugin/marketplace.json - yarn.lock Documentation updates: - CHANGELOG.md: new ## [5.5.0] section with full release notes - Root README.md (+ ko/zh-CN/ja/es variants): new "What's New in v5.5.0" section - apps/mcp-server/README.md: CLI Commands table adds init --team, new MCP Tools section documents activate and suggest_rules - packages/claude-code-plugin/README.md: regenerated by yarn build (5.4.0 → 5.5.0)
1 parent b8f5751 commit 57e37a1

16 files changed

Lines changed: 107 additions & 10 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.4.1",
15+
"version": "5.5.0",
1616
"category": "development"
1717
}
1818
]

CHANGELOG.md

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

8+
## [5.5.0] - 2026-04-10
9+
10+
### Added
11+
12+
#### Wow Experience Wave 1 — Memory & Rewards
13+
- Agent Council Memory (#1435) — specialists now recall prior council decisions and inject them into new sessions for continuity across conversations
14+
- Micro-Achievements (#1436) — badge-style reward system surfaces small wins (first council, first rule suggestion, first team bootstrap) to reinforce good habits
15+
16+
#### Wow Experience Wave 2 — Intelligence Layer
17+
- Self-Evolving Rules + `suggest_rules` MCP tool (#1437) — PatternDetector → RuleSuggester pipeline analyzes repeated failure patterns and proposes draft rules for human review (never auto-applied)
18+
- Smart First Prompt / Context-Aware Onboarding (#1438) — project-specific suggestions driven by tech stack detection replace generic first-run hints
19+
- Live AI Guardrails (#1439) — real-time rule violation interception during tool use prevents drift before it hits disk
20+
21+
#### Wow Experience Wave 3 — Team Bootstrap
22+
- `codingbuddy init --team` CLI (#1440) — multi-AI tool adapter auto-detection and generation (Cursor, Claude Code, Codex, Antigravity, Q, Kiro) with sub-issues #1449, #1450, #1451
23+
24+
#### Dramatic Polish
25+
- Council Assembly Animation (#1441) — staggered specialist arrival effect during council scene rendering for a more cinematic council experience
26+
27+
#### Redesign
28+
- `activate` MCP tool — one-shot entry point returning rules + primary agent + specialists + discussion format, replacing the multi-step `parse_mode` + `dispatch_agents` ceremony
29+
- Promoted Claude native Teams as the primary specialist execution strategy; subagent dispatch remains as a fallback for non-Teams environments
30+
31+
### Changed
32+
- RuleTracker: first-class support for `generatedRule`, `baselineFailureRate`, and `currentFailureRate` fields (#1444)
33+
- Plugin README template now includes standalone Wave feature rows (scripts/build.ts)
34+
35+
### Fixed
36+
- Effectiveness scoring write-path wiring for self-evolving rules (#1444)
37+
- Plugin README build drift — `yarn build` now preserves manual surface additions
38+
39+
### Closed Sub-issues
40+
- #1442, #1443, #1445, #1446, #1447, #1448 — already implemented, closed with SHA references
41+
842
## [5.4.1] - 2026-04-08
943

1044
### Added

README.es.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,18 @@ Una sola IA no puede ser experta en todo. Codingbuddy crea un equipo de desarrol
2424

2525
---
2626

27+
## Novedades en v5.5.0 — Wow Experience
28+
29+
- **Agent Council Memory** — los especialistas ahora recuerdan hallazgos previos y se basan en el contexto de los demás entre sesiones.
30+
- **Live AI Guardrails** — interceptación en tiempo real de violaciones de reglas en Edit/Write con detección de patrones (SQL injection, XSS, secretos hardcodeados, eval/exec).
31+
- **Self-Evolving Rules** — la herramienta MCP `suggest_rules` analiza patrones de fallos y propone borradores de reglas para revisión humana.
32+
- **Smart First Prompt** — onboarding contextual que lee tu proyecto y sugiere el mejor modo a seguir.
33+
- **Team Bootstrap**`codingbuddy init --team` detecta automáticamente las herramientas de IA instaladas (Cursor, Claude Code, Codex, Antigravity, Q, Kiro) y genera los adaptadores correspondientes con un solo comando.
34+
- **Micro-Achievements** — hitos desbloqueables para entradas de modo, convocatorias del consejo y ciclos TDD.
35+
- **Council Assembly Animation** — efecto dramático de llegada escalonada de especialistas al entrar en un modo.
36+
37+
---
38+
2739
## La Visión
2840

2941
### El Problema

README.ja.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,18 @@
2424

2525
---
2626

27+
## v5.5.0 の新機能 — Wow Experience
28+
29+
- **Agent Council Memory** — スペシャリストが以前の分析結果を記憶し、セッションをまたいで互いのコンテキストを積み重ねます。
30+
- **Live AI Guardrails** — Edit/Write 時のリアルタイムルール違反インターセプトとパターン検出(SQL injection、XSS、ハードコードされたシークレット、eval/exec)。
31+
- **Self-Evolving Rules**`suggest_rules` MCP ツールが失敗パターンを分析し、人間によるレビュー用のルール草案を提案します。
32+
- **Smart First Prompt** — プロジェクトを読み取り、次の最適なモードを提案するコンテキスト対応のオンボーディング。
33+
- **Team Bootstrap**`codingbuddy init --team` がインストール済みの AI ツール(Cursor、Claude Code、Codex、Antigravity、Q、Kiro)を自動検出し、1 つのコマンドで対応するアダプターを生成します。
34+
- **Micro-Achievements** — モード開始、協議会召喚、TDD サイクルのためのアンロック可能なマイルストーン。
35+
- **Council Assembly Animation** — モード開始時にスペシャリストが段階的に到着する劇的な演出。
36+
37+
---
38+
2739
## ビジョン
2840

2941
### 問題

README.ko.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,18 @@
2424

2525
---
2626

27+
## v5.5.0의 새로운 기능 — Wow Experience
28+
29+
- **Agent Council Memory** — 전문가들이 이전 분석 결과를 기억하고 세션 간에 서로의 컨텍스트를 기반으로 발전합니다.
30+
- **Live AI Guardrails** — Edit/Write 시 실시간 규칙 위반 감지 및 패턴 탐지 (SQL injection, XSS, 하드코딩된 시크릿, eval/exec).
31+
- **Self-Evolving Rules**`suggest_rules` MCP 도구가 실패 패턴을 분석하고 사람이 검토할 규칙 초안을 제안합니다.
32+
- **Smart First Prompt** — 프로젝트를 읽고 다음에 가장 적합한 모드를 제안하는 컨텍스트 인식 온보딩.
33+
- **Team Bootstrap**`codingbuddy init --team`이 설치된 AI 도구(Cursor, Claude Code, Codex, Antigravity, Q, Kiro)를 자동으로 감지하고 한 번에 매칭되는 어댑터를 생성합니다.
34+
- **Micro-Achievements** — 모드 진입, 협의회 소환, TDD 사이클에 대한 잠금 해제 가능한 마일스톤.
35+
- **Council Assembly Animation** — 모드 진입 시 전문가가 순차적으로 도착하는 극적인 연출.
36+
37+
---
38+
2739
## 비전
2840

2941
### 문제점

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,18 @@ Codingbuddy is a multi-AI MCP server that orchestrates 37 specialist agents acro
1818

1919
---
2020

21+
## What's New in v5.5.0 — Wow Experience
22+
23+
- **Agent Council Memory** — specialists now remember prior findings and build on each other's context across sessions.
24+
- **Live AI Guardrails** — real-time rule violation interception on Edit/Write with pattern detection (SQL injection, XSS, hardcoded secrets, eval/exec).
25+
- **Self-Evolving Rules**`suggest_rules` MCP tool analyzes failure patterns and proposes draft rules for human review.
26+
- **Smart First Prompt** — context-aware onboarding that reads your project and suggests the next best mode.
27+
- **Team Bootstrap**`codingbuddy init --team` auto-detects installed AI tools (Cursor, Claude Code, Codex, Antigravity, Q, Kiro) and generates matching adapters in one command.
28+
- **Micro-Achievements** — unlockable milestones for mode entries, council summons, and TDD cycles.
29+
- **Council Assembly Animation** — dramatic staggered specialist arrival effect on mode entry.
30+
31+
---
32+
2133
## Session Impact Report
2234

2335
At the end of every session, codingbuddy shows you what actually happened:

README.zh-CN.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,18 @@
2424

2525
---
2626

27+
## v5.5.0 新功能 — Wow Experience
28+
29+
- **Agent Council Memory** — 专家们现在能够记住之前的分析结果,并在跨会话中基于彼此的上下文进行构建。
30+
- **Live AI Guardrails** — 在 Edit/Write 时实时拦截规则违规,支持模式检测(SQL injection、XSS、硬编码密钥、eval/exec)。
31+
- **Self-Evolving Rules**`suggest_rules` MCP 工具分析失败模式并为人工审查提出规则草案。
32+
- **Smart First Prompt** — 上下文感知的引导流程,读取您的项目并建议下一个最佳模式。
33+
- **Team Bootstrap**`codingbuddy init --team` 自动检测已安装的 AI 工具(Cursor、Claude Code、Codex、Antigravity、Q、Kiro),并通过一个命令生成匹配的适配器。
34+
- **Micro-Achievements** — 针对模式进入、协作会议召集和 TDD 周期的可解锁里程碑。
35+
- **Council Assembly Animation** — 模式进入时专家错落登场的戏剧化效果。
36+
37+
---
38+
2739
## 愿景
2840

2941
### 问题

apps/mcp-server/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ npx codingbuddy init
2020
| Command | Description |
2121
|---------|-------------|
2222
| `codingbuddy init` | Analyze project and generate configuration |
23+
| `codingbuddy init --team` | Auto-detect installed AI tools and generate adapter configs |
2324
| `codingbuddy mcp` | Start MCP server (stdio mode by default) |
2425
| `codingbuddy install <source>` | Install plugin from git URL or registry |
2526
| `codingbuddy search <query>` | Search plugins in registry |
@@ -42,6 +43,8 @@ npx codingbuddy init
4243

4344
| Tool | Description |
4445
|------|-------------|
46+
| `activate` | One-shot entry point returning rules, primary agent, specialists, and discussion format for a prompt. Preferred over `parse_mode` in Claude Code |
47+
| `suggest_rules` | Analyze execution history for repeated failure patterns and generate draft rule suggestions. Proposed for human review — never auto-applied |
4548
| `get_project_config` | Get project configuration settings |
4649
| `search_rules` | Search through rules and guidelines |
4750
| `get_agent_details` | Get detailed profile of a specialist agent |

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.4.1",
3+
"version": "5.5.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",

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.4.1';
5+
export const VERSION = '5.5.0';

0 commit comments

Comments
 (0)