Skip to content

chore: prepare v5.5.0 release#1462

Merged
JeremyDev87 merged 1 commit into
masterfrom
chore/prepare-v5.5.0
Apr 10, 2026
Merged

chore: prepare v5.5.0 release#1462
JeremyDev87 merged 1 commit into
masterfrom
chore/prepare-v5.5.0

Conversation

@JeremyDev87

Copy link
Copy Markdown
Owner

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

Wow Experience Wave 3 — Team Bootstrap

Dramatic Polish

Redesign (carried forward)

  • `activate` MCP tool — one-shot entry point
  • Promoted Claude native Teams as primary specialist execution strategy

Fixes

Version bumps (5.4.1 → 5.5.0)

  • `apps/mcp-server/package.json` + `src/shared/version.ts`
  • `packages/rules/package.json`
  • `packages/claude-code-plugin/package.json` + `.claude-plugin/plugin.json`
  • `.claude-plugin/marketplace.json`
  • `yarn.lock`

Documentation

  • `CHANGELOG.md`: new `## [5.5.0]` section with complete release notes
  • Root README (en + ko + zh-CN + ja + es): new "What's New in v5.5.0" section with 7 bullet highlights
  • `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, now picks up latest template)

Execution strategy

Release prep was executed via Claude native Teams with 3 parallel specialists:

  • `changelog-writer` — CHANGELOG v5.5.0 section
  • `readme-writer` — 5 root README language variants
  • `mcp-docs` — apps/mcp-server/README.md

Zero file overlap between workers; main session handled version bump + build + CI + commit.

Test plan

All checks PASS locally:

  • `yarn workspace codingbuddy` lint / format:check / typecheck / test:coverage / circular / build
    • 6270 passed / 2 skipped (247 test files)
  • `yarn workspace codingbuddy-claude-plugin` lint / format:check / typecheck / test:coverage / circular / build
    • 144 passed (5 test files)
  • Security audit (`npm audit --severity high`) for all 3 workspaces (codingbuddy, plugin, landing-page)
  • `yarn workspace codingbuddy-claude-plugin build` regenerates plugin README cleanly at v5.5.0
  • Version files verified (mcp-server, rules, plugin, plugin.json, marketplace.json, version.ts all at 5.5.0)

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
```

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)
@JeremyDev87 JeremyDev87 added documentation Improvements or additions to documentation chore mcp-server apps/mcp-server plugin packages/claude-code-plugin wow-experience Plugin Wow Experience Design labels Apr 10, 2026
@vercel

vercel Bot commented Apr 10, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
codingbuddy-landing Ready Ready Preview, Comment Apr 10, 2026 9:38am

@JeremyDev87 JeremyDev87 self-assigned this Apr 10, 2026
@JeremyDev87 JeremyDev87 merged commit 57e37a1 into master Apr 10, 2026
26 checks passed
@JeremyDev87 JeremyDev87 deleted the chore/prepare-v5.5.0 branch April 10, 2026 09:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore documentation Improvements or additions to documentation mcp-server apps/mcp-server plugin packages/claude-code-plugin wow-experience Plugin Wow Experience Design

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant