Skip to content

feat(mcp): wire plan-reviewer as automatic gate after PLAN completion#879

Merged
JeremyDev87 merged 2 commits intomasterfrom
taskmaestro/1774180735/pane-3
Mar 22, 2026
Merged

feat(mcp): wire plan-reviewer as automatic gate after PLAN completion#879
JeremyDev87 merged 2 commits intomasterfrom
taskmaestro/1774180735/pane-3

Conversation

@JeremyDev87
Copy link
Owner

Summary

  • Add planReviewGate field to parse_mode PLAN/AUTO response: { enabled: true, agent: "plan-reviewer", dispatch: "recommend" }
  • Configurable via ai.planReviewGate in codingbuddy.config.json (default: enabled, set false to disable)
  • Add planReviewGate boolean option to AIConfigSchema in config schema

Test plan

  • 6 new tests in mode.handler.spec.ts covering:
    • planReviewGate included in PLAN mode by default
    • planReviewGate included in AUTO mode
    • NOT included in ACT mode
    • NOT included in EVAL mode
    • Disabled when config ai.planReviewGate is false
    • Enabled when config ai.planReviewGate is true
  • All 4910 existing tests still pass

Closes #840

Add planReviewGate field to parse_mode PLAN/AUTO response that recommends
plan-reviewer dispatch after plan completion. Configurable via
ai.planReviewGate in codingbuddy.config.json (default: enabled).

Closes #840
@vercel
Copy link

vercel bot commented Mar 22, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
codingbuddy-landing Ready Ready Preview, Comment Mar 22, 2026 0:20am

@JeremyDev87 JeremyDev87 added feat sub-issue 상위 이슈의 하위 작업 mcp-server apps/mcp-server labels Mar 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feat mcp-server apps/mcp-server sub-issue 상위 이슈의 하위 작업

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: wire plan-reviewer as automatic gate after PLAN completion

1 participant