chore: prepare v5.5.0 release#1462
Merged
Merged
Conversation
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)
|
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
Bundle Wow Experience Wave 1-3, dramatic polish, and the codingbuddy redesign into a minor release. This PR prepares v5.5.0 but does not publish it — the final tag/npm publish/GitHub Release steps are reserved for manual execution by the maintainer.
Included work
Wow Experience Wave 1 — Memory & Rewards
Wow Experience Wave 2 — Intelligence Layer
suggest_rulesMCP tool (feat(mcp/plugin): Self-Evolving Rules — failure pattern mining to auto-generated rules #1437) — PatternDetector → RuleSuggester pipeline; rules proposed for human review onlyWow Experience Wave 3 — Team Bootstrap
Dramatic Polish
Redesign (carried forward)
Fixes
Version bumps (5.4.1 → 5.5.0)
Documentation
Execution strategy
Release prep was executed via Claude native Teams with 3 parallel specialists:
Zero file overlap between workers; main session handled version bump + build + CI + commit.
Test plan
All checks PASS locally:
Post-merge release steps (NOT included in this PR)
After this PR is reviewed and merged by the maintainer:
```bash
git tag v5.5.0
git push origin v5.5.0
npm publish (each package)
yarn workspace codingbuddy npm publish --access public
yarn workspace codingbuddy-claude-plugin npm publish --access public
yarn workspace codingbuddy-rules npm publish --access public
GitHub Release
gh release create v5.5.0 --title "v5.5.0 — Wow Experience" --notes-from-tag
```