Merged
Conversation
- 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.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Major version rationale: Paradigm shift from MCP-only rules library to full AI coding framework — Claude Code Plugin as primary delivery, harness engineering (PreToolUse/PostToolUse hooks), autonomous execution loops (Ralph Loop, Autopilot, Ultrawork), agent collaboration engine with discussion protocol, web dashboard, and notification services.
Test plan
yarn workspace codingbuddy lint— passed (0 errors, 1 warning)yarn workspace codingbuddy format:check— passedyarn workspace codingbuddy typecheck— passedyarn workspace codingbuddy test:coverage— passed (5,109 tests, 94.11% stmts)yarn workspace codingbuddy circular— passedyarn workspace codingbuddy build— passedyarn workspace codingbuddy-claude-plugin lint— passedyarn workspace codingbuddy-claude-plugin format:check— passedyarn workspace codingbuddy-claude-plugin typecheck— passedyarn workspace codingbuddy-claude-plugin test:coverage— passed (71 tests, 100% stmts)yarn workspace codingbuddy-claude-plugin circular— passedyarn workspace codingbuddy-claude-plugin build— passedajv-cli validate— all 37 agent JSONs validmarkdownlint-cli2— 94 markdown files, 0 errors