chore: update versioning in manifest and package files, add sync script#1606
chore: update versioning in manifest and package files, add sync script#1606Crunchyman-ralph merged 1 commit intonextfrom
Conversation
|
📝 WalkthroughWalkthroughAdds a Node.js build script to sync package.json and manifest.json versions, remove old .mcpb bundles, and create a new taskmaster.mcpb; updates manifest MCP args and package.json scripts/dependencies. Changes
Sequence Diagram(s)mermaid Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
Comment |
2c44619 to
2daf6d5
Compare
What type of PR is this?
Description
Related Issues
How to Test This
# Example commands or stepsExpected result:
Contributor Checklist
npm run changesetnpm testnpm run format-check(ornpm run formatto fix)Changelog Entry
For Maintainers
Note
Automates version alignment and packaging, and simplifies MCP startup.
./.github/scripts/sync-manifest-version.mjs: syncsmanifest.jsonversionwith rootpackage.json, cleans old.mcpbfiles, and generatestaskmaster.mcpbvianpx mcpb packpackage.jsonversionscript now runs the sync script and refreshespackage-lock.jsonmanifest.jsonmcp_config.argsswitched from["-y", "--package=task-master-ai", "task-master-mcp"]to["-y", "task-master-ai"]apps/extension/package.jsonsetstask-master-aito"*"; dev dep@anthropic-ai/mcpbadded for bundling (lockfile updated accordingly)Written by Cursor Bugbot for commit 2daf6d5. This will update automatically on new commits. Configure here.
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.