Skip to content

fix(plugin): stop build-generated README from reverting to outdated MCP-required messaging (#1299)#1305

Merged
JeremyDev87 merged 1 commit into
masterfrom
taskmaestro/1775293281/pane-1
Apr 4, 2026
Merged

fix(plugin): stop build-generated README from reverting to outdated MCP-required messaging (#1299)#1305
JeremyDev87 merged 1 commit into
masterfrom
taskmaestro/1775293281/pane-1

Conversation

@JeremyDev87

Copy link
Copy Markdown
Owner

Summary

  • Updated build.ts README template: MCP Integration from "Required" → "Recommended"
  • Added Feature Availability table showing standalone vs MCP feature matrix
  • Added 4 build.spec.ts tests asserting correct messaging in generated README

Closes #1299

Test plan

  • yarn workspace codingbuddy exec tsc --noEmit passes
  • yarn workspace codingbuddy exec vitest run passes (5887 tests)
  • npx tsx scripts/build.ts regenerates README with correct messaging

…CP-required messaging (#1299)

The build script template regenerated README.md with older copy that
said MCP is "Required". Update to standalone-aware messaging:
- MCP Integration changed from "Required" to "Recommended"
- Added Feature Availability table (standalone vs MCP features)
- Added tests asserting correct messaging in generated README
@JeremyDev87 JeremyDev87 added fix plugin packages/claude-code-plugin labels Apr 4, 2026
@vercel

vercel Bot commented Apr 4, 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 4, 2026 9:11am

@JeremyDev87 JeremyDev87 left a comment

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review: ✅ APPROVE

CI Status: ALL PASS

Code Quality:

  • README.md: Restored Feature Availability table, MCP "Recommended" (not "Required"), standalone features documented
  • build.ts: Template updated to match — build idempotent, no more drift
  • build.spec.ts: 4 new regression tests for README messaging (MCP wording, availability table, standalone features)
  • No plugin.json changes

✅ Build-generated README messaging aligned with current product definition.

@JeremyDev87 JeremyDev87 merged commit f0b1879 into master Apr 4, 2026
26 checks passed
@JeremyDev87 JeremyDev87 deleted the taskmaestro/1775293281/pane-1 branch April 4, 2026 09:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fix plugin packages/claude-code-plugin

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix(plugin): stop build-generated README from reverting to outdated MCP-required messaging

1 participant