Skip to content

fix(plugin): finish namespaced slash-command migration in distributable package#1338

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

fix(plugin): finish namespaced slash-command migration in distributable package#1338
JeremyDev87 merged 1 commit into
masterfrom
taskmaestro/1775315752/pane-3

Conversation

@JeremyDev87

Copy link
Copy Markdown
Owner

Summary

  • Add namespace-manifest.json to package.json files array so the codingbuddy:* command mapping ships in the npm tarball
  • Add packaging verification tests to build.spec.ts (files array check + post-build manifest presence)

Closes #1335

Test plan

  • yarn build succeeds, generates namespace-manifest.json
  • npm pack --dry-run includes namespace-manifest.json
  • vitest run scripts/build.spec.ts — 28 tests pass (2 new)

…le package (#1335)

Add namespace-manifest.json to package.json files array so it ships in
the npm tarball. Add packaging verification tests to build.spec.ts.
@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 3:42pm

@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 complete — all CI checks pass

Changes:

  • namespace-manifest.json added to package.json files array
  • 2 packaging verification tests added to build.spec.ts

Clean fix for distributable package completeness. LGTM.

@JeremyDev87 JeremyDev87 added fix documentation Improvements or additions to documentation sub-issue 상위 이슈의 하위 작업 priority:medium Medium priority labels Apr 4, 2026
@JeremyDev87 JeremyDev87 self-assigned this Apr 4, 2026
@JeremyDev87 JeremyDev87 merged commit 1032f5d into master Apr 4, 2026
26 checks passed
@JeremyDev87 JeremyDev87 deleted the taskmaestro/1775315752/pane-3 branch April 4, 2026 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation fix priority:medium Medium priority sub-issue 상위 이슈의 하위 작업

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix(plugin): finish the namespaced slash-command migration in the distributable package

1 participant