Skip to content

chore: add reusable local checks#4

Merged
alex-w-developer merged 1 commit into
alex-w-developer:mainfrom
vku2018:codex/add-local-check-scripts
Jul 3, 2026
Merged

chore: add reusable local checks#4
alex-w-developer merged 1 commit into
alex-w-developer:mainfrom
vku2018:codex/add-local-check-scripts

Conversation

@vku2018

@vku2018 vku2018 commented Jul 3, 2026

Copy link
Copy Markdown

Closes #1

Summary:

  • add reusable local validation scripts: check, check:syntax, check:json, check:generated, and check:safety
  • move CI's inline JSON and safety checks into scripts/check-json.mjs and scripts/check-safety.mjs
  • update CI to call the npm scripts and document npm run check in the README

Validation:

  • npm run check
  • git diff --check

Note: npm run check regenerated rules/rules.json and shared/config.js locally as expected, but they had no content diff and are not included in this PR.

@alex-w-developer alex-w-developer marked this pull request as ready for review July 3, 2026 08:54
@alex-w-developer alex-w-developer merged commit 5db7e32 into alex-w-developer:main Jul 3, 2026
1 check passed
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.

Add reusable npm check scripts for local validation

3 participants