fix(plugin): align /plan and /act docs with actual standalone defaults (#1248)#1255
Merged
Conversation
#1248) plan.md referenced "Frontend Developer Agent" as the standalone default, but mode_engine.py uses "Technical Planner". Same mismatch in act.md where it said "Frontend Developer Agent" but the actual default is "Software Engineer". Updated both docs to match the implementation.
|
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
Code Review
plan.md — L33-35:
- "Frontend Developer Agent" → "default PLAN agent (Technical Planner in standalone mode)"
- Agent framework reference → mode-aware description
act.md — L37-39:
- "Frontend Developer Agent" → "default ACT agent (Software Engineer in standalone mode)"
- Same pattern applied consistently
Changes are minimal, accurate, and match mode_engine.py DEFAULT_AGENTS: PLAN=technical-planner, ACT=software-engineer.
Issues Found: None
Recommendation: APPROVE
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
plan.mdreferenced "Frontend Developer Agent" as standalone default, butmode_engine.pyusestechnical-planner(Technical Planner)act.mdhad the same mismatch — said "Frontend Developer Agent" but actual default issoftware-engineer(Software Engineer)Closes #1248
Test plan
grep "Frontend Developer" plan.md act.mdreturns no matchesyarn workspace codingbuddy test— 5840 passedmode_engine.pyDEFAULT_AGENTS matches updated docs