You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Bump version to 5.0.0 in mcp-server, rules, and claude-code-plugin
- Add CHANGELOG entries for v4.5.0 (previously missing) and v5.0.0
- Restructure README: promote Plugin to primary Quick Start, add prerequisites
- Synchronize all 4 localized READMEs (ko, ja, zh-CN, es)
Major version rationale: paradigm shift from MCP library to Claude Code
Plugin framework with harness engineering, autonomous loops (Ralph Loop,
Autopilot, Ultrawork), agent collaboration engine, and web dashboard.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+127Lines changed: 127 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,133 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [5.0.0] - 2026-03-26
9
+
10
+
### ⚠️ Paradigm Shift: Library → Framework
11
+
12
+
Codingbuddy v5.0 transitions from an MCP-only rules library to a **full AI coding framework** with Claude Code Plugin as the primary delivery mechanism, harness engineering via hooks, and autonomous execution loops.
13
+
14
+
**What changed:**
15
+
-**Primary entry point** is now the Claude Code Plugin (MCP server remains for other AI tools)
PLAN: Implementar registro de usuario con verificación de email
197
-
→ El equipo IA planifica la arquitectura
198
-
199
-
ACT
200
-
→ El equipo IA implementa con TDD
201
-
202
-
EVAL
203
-
→ El equipo IA revisa desde 8+ perspectivas
204
-
205
-
AUTO: Construir un sistema de autenticación completo
206
-
→ El equipo IA itera hasta alcanzar la calidad
207
-
```
208
-
209
-
[Guía Completa de Inicio →](docs/es/getting-started.md)
210
-
211
-
### Plugin de Claude Code (Opcional)
212
-
213
-
Para integración mejorada con Claude Code:
214
-
215
-
```bash
216
-
# Añadir el marketplace
217
-
claude marketplace add JeremyDev87/codingbuddy
218
-
219
-
# Instalar el plugin
220
-
claude plugin install codingbuddy@jeremydev87
221
-
222
-
# Instalar servidor MCP para funcionalidad completa
223
-
npm install -g codingbuddy
224
-
```
225
-
226
-
| Documentación | Descripción |
227
-
|---------------|-------------|
228
-
|[Guía de Configuración del Plugin](docs/plugin-guide.md)| Instalación y configuración |
229
-
|[Referencia Rápida](docs/plugin-quick-reference.md)| Comandos y modos de un vistazo |
230
-
|[Arquitectura](docs/plugin-architecture.md)| Cómo funcionan juntos plugin y MCP |
231
-
232
-
---
233
-
234
230
## Panel de Control Terminal (TUI)
235
231
236
232
Codingbuddy incluye una interfaz de terminal integrada que muestra la actividad de agentes, el progreso de tareas y el estado del flujo de trabajo en tiempo real junto a tu asistente de IA.
0 commit comments