feat(plugin): add compatibility and deprecation path for legacy bare commands (#1289)#1295
Merged
Merged
Conversation
…commands (#1289) - Create migration guide documenting bare → codingbuddy:* transition - Update README build template with namespaced commands and migration notice - Recommend PLAN/ACT/EVAL/AUTO keywords as lowest-friction workflow entry - Legacy bare commands remain functional during transition period Closes #1289
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
JeremyDev87
commented
Apr 4, 2026
JeremyDev87
left a comment
Owner
Author
There was a problem hiding this comment.
Review: ✅ APPROVE
CI Status: ALL PASS (26/26 checks)
Code Quality Assessment:
- Migration guide: Excellent
docs/migration-guide.md— clear command mapping, timeline, FAQ, keyword recommendations - README update: Commands correctly show
codingbuddy:*namespace, migration section added - build.ts: Generated README template updated in sync with README.md
- Keyword emphasis: Properly highlights PLAN/ACT/EVAL/AUTO keywords as lowest-friction path
- Localization note: Includes Korean/Japanese/Chinese/Spanish keyword variants
Note:
- README removed "Feature Availability" table and changed "MCP Integration (Recommended)" → "(Required)" — minor scope beyond #1289, but acceptable as part of docs cleanup.
Checklist:
- CI ALL PASS
- Migration guide with clear command mapping
- README updated with namespace commands
- build.ts template in sync
- No plugin.json schema violations
- Deprecation timeline documented
✅ Review complete — solid deprecation/migration path for legacy bare commands.
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
docs/migration-guide.mddocumenting the bare →codingbuddy:*command transition with mapping table, timeline, and FAQ/codingbuddy:plan, etc.) and add Command Migration sectionPLAN/ACT/EVAL/AUTOkeywords as the lowest-friction workflow entry pointTest plan
yarn workspace codingbuddy exec tsc --noEmitpassesyarn workspace codingbuddy exec vitest run— 5887 passedyarn buildregenerates README correctly with new contentCloses #1289