Skip to content

Use TypeScript for plugin package checks - #5

Merged
nicu-chiciuc merged 1 commit into
mainfrom
codex-check-typescript-package
Jul 27, 2026
Merged

nicu-chiciuc merged 1 commit into
mainfrom
codex-check-typescript-package

Conversation

@nicu-chiciuc

@nicu-chiciuc nicu-chiciuc commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

Summary

  • add the package metadata and keep version 0.2.0 equal across package and plugin manifests
  • replace the MJS check with a native TypeScript check
  • run the package check in CI on pull requests and main
  • document pnpm check as the one validation command

Why

This gives the plugin repository one package command and detects version drift before release.

Validation

  • pnpm check
  • node --check scripts/check.ts
  • node scripts/check.ts
  • claude plugin validate . --strict
  • claude plugin validate ./plugins/samebase --strict
  • no .mjs files or references remain

@nicu-chiciuc
nicu-chiciuc merged commit d4a2175 into main Jul 27, 2026
1 check passed
@nicu-chiciuc
nicu-chiciuc deleted the codex-check-typescript-package branch July 28, 2026 10:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant