Skip to content

fix(plugin): align /plan and /act docs with actual standalone defaults (#1248)#1255

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

fix(plugin): align /plan and /act docs with actual standalone defaults (#1248)#1255
JeremyDev87 merged 1 commit into
masterfrom
taskmaestro/1775262143/pane-3

Conversation

@JeremyDev87

Copy link
Copy Markdown
Owner

Summary

  • plan.md referenced "Frontend Developer Agent" as standalone default, but mode_engine.py uses technical-planner (Technical Planner)
  • act.md had the same mismatch — said "Frontend Developer Agent" but actual default is software-engineer (Software Engineer)
  • Updated both docs to reference the correct agent names and clarify MCP vs standalone behavior

Closes #1248

Test plan

  • grep "Frontend Developer" plan.md act.md returns no matches
  • yarn workspace codingbuddy test — 5840 passed
  • Verified mode_engine.py DEFAULT_AGENTS matches updated docs

#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.
@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 0:31am

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

@JeremyDev87 JeremyDev87 added the fix label Apr 4, 2026
@JeremyDev87 JeremyDev87 self-assigned this Apr 4, 2026
@JeremyDev87 JeremyDev87 merged commit 9c0ab0e into master Apr 4, 2026
25 checks passed
@JeremyDev87 JeremyDev87 deleted the taskmaestro/1775262143/pane-3 branch April 4, 2026 00:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix(plugin): align /plan standalone default agent with documentation

1 participant