Skip to content

fix(plugin): align standalone slash-command docs with default agents (#1261)#1275

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

fix(plugin): align standalone slash-command docs with default agents (#1261)#1275
JeremyDev87 merged 1 commit into
masterfrom
taskmaestro/1775265590/pane-3

Conversation

@JeremyDev87

Copy link
Copy Markdown
Owner

Summary

  • Replace ambiguous "Primary Developer Agent" in commands/plan.md, commands/act.md, commands/auto.md with concrete agent names matching mode_engine.py DEFAULT_AGENTS
  • plan.md → Technical Planner, act.md → Software Engineer, auto.md → per-phase agents
  • Add regression test (test_standalone_docs_alignment.py, 9 tests) to prevent future drift

Closes #1261

Test plan

  • yarn test:hooks — 511 passed
  • New regression test verifies docs match DEFAULT_AGENTS dict
  • yarn prettier --write on changed .md files

…1261)

Replace ambiguous "Primary Developer Agent" references in commands/*.md
with the actual default agent names from mode_engine.py DEFAULT_AGENTS:
- plan.md → Technical Planner
- act.md → Software Engineer
- auto.md → Technical Planner (PLAN) / Software Engineer (ACT)

Add regression test to prevent future drift between docs and engine.
@JeremyDev87 JeremyDev87 added documentation Improvements or additions to documentation plugin packages/claude-code-plugin cli CLI commands and interfaces labels Apr 4, 2026
@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 1:30am

@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 (25/25)

Code Quality

  • All "Primary Developer Agent" references replaced with specific agent names
    • plan.md → Technical Planner
    • act.md → Software Engineer
    • auto.md → per-phase agents (Technical Planner for PLAN, Software Engineer for ACT)
  • Output format templates use concrete names (## Agent : Technical Planner)
  • Regression test test_standalone_docs_alignment.py (131 lines):
    • Parses DEFAULT_AGENTS from mode_engine.py source
    • Asserts each command doc references correct agent
    • Negative assertions: no "Primary Developer Agent" anywhere
    • auto.md checks both PLAN and ACT agent names

No Issues Found

  • No unused imports
  • Clean regex-based parser for DEFAULT_AGENTS
  • Comprehensive test coverage (8 test cases)

Recommendation: APPROVE

@JeremyDev87 JeremyDev87 self-assigned this Apr 4, 2026
@JeremyDev87 JeremyDev87 merged commit 0ecc845 into master Apr 4, 2026
25 checks passed
@JeremyDev87 JeremyDev87 deleted the taskmaestro/1775265590/pane-3 branch April 4, 2026 01:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cli CLI commands and interfaces documentation Improvements or additions to documentation plugin packages/claude-code-plugin

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix(plugin): align standalone slash-command docs with the actual default agents

1 participant