Skip to content

docs(plugin): migrate command docs to codingbuddy:* namespace (#1285)#1297

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

docs(plugin): migrate command docs to codingbuddy:* namespace (#1285)#1297
JeremyDev87 merged 1 commit into
masterfrom
taskmaestro/1775275998/pane-1

Conversation

@JeremyDev87

Copy link
Copy Markdown
Owner

Summary

  • Migrate plan.md, act.md, eval.md, auto.md, checklist.md to reference codingbuddy:* namespaced commands
  • Add deprecation notes for legacy bare commands with links to migration guide
  • Replace bare /checklist usage examples with /codingbuddy:checklist

Closes #1285

Test plan

  • yarn prettier --write . — no formatting changes
  • yarn lint --fix — no errors in changed files
  • yarn workspace codingbuddy exec tsc --noEmit — passes
  • yarn workspace codingbuddy exec vitest run — 5887 tests pass

Update plan.md, act.md, eval.md, auto.md, and checklist.md to reference
namespaced commands (codingbuddy:plan, codingbuddy:act, etc.) instead of
bare slash commands. Add deprecation notes linking to migration guide.
@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 4:24am

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

Code Quality:

  • 5 command docs updated: plan.md, act.md, eval.md, auto.md, checklist.md — consistent namespace + deprecation notices
  • checklist.md: Usage examples updated to /codingbuddy:checklist
  • No changes to already-updated files (README.md, build.ts, buddy.md)
  • Migration guide links in all deprecation notices

Checklist:

  • CI ALL PASS
  • All command docs consistently updated
  • Keywords preserved (PLAN, ACT, EVAL, AUTO)
  • No scope creep

✅ Review complete — slash command docs migration finalized.

@JeremyDev87 JeremyDev87 merged commit 7efbb2e into master Apr 4, 2026
26 checks passed
@JeremyDev87 JeremyDev87 deleted the taskmaestro/1775275998/pane-1 branch April 4, 2026 04:27
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.

docs(plugin): migrate docs, examples, and generated README to codingbuddy:* commands

1 participant