Skip to content

fix(plugin): make validate:commands self-contained and reproducible#1344

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

fix(plugin): make validate:commands self-contained and reproducible#1344
JeremyDev87 merged 1 commit into
masterfrom
taskmaestro/1775322179/pane-1

Conversation

@JeremyDev87

Copy link
Copy Markdown
Owner

Summary

  • Replace undeclared npx tsx with ts-node (already a devDependency) in validate:commands script
  • Align the script's Usage comment with the actual package.json runner
  • Shebang (#!/usr/bin/env ts-node) was already correct — now all three references are consistent

Test plan

  • yarn workspace codingbuddy-claude-plugin validate:commands succeeds
  • No undeclared dependencies required
  • CI workflow (dev.yml) uses the same validate:commands entry point — no changes needed

Closes #1341

…1341)

Replace undeclared `npx tsx` with `ts-node` (already in devDependencies)
and align the script's Usage comment with the package.json runner.
@JeremyDev87 JeremyDev87 added fix sub-issue 상위 이슈의 하위 작업 priority:medium Medium priority 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 5:12pm

@JeremyDev87 JeremyDev87 self-assigned this Apr 4, 2026
@JeremyDev87 JeremyDev87 merged commit a334891 into master Apr 4, 2026
26 checks passed
@JeremyDev87 JeremyDev87 deleted the taskmaestro/1775322179/pane-1 branch April 4, 2026 23:07

@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 (including plugin-validate-commands)

Changes:

  • npx tsxts-node (already declared devDependency)
  • Usage comment in script updated to match

Minimal, correct fix. LGTM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fix infra priority:medium Medium priority sub-issue 상위 이슈의 하위 작업

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix(plugin): make validate:commands self-contained and reproducible

1 participant