Skip to content

chore: add justfile - #37

Merged
lex00 merged 1 commit into
mainfrom
chore/justfile
Jun 19, 2026
Merged

chore: add justfile#37
lex00 merged 1 commit into
mainfrom
chore/justfile

Conversation

@lex00

@lex00 lex00 commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

Adds a justfile wrapping the existing npm scripts so common dev tasks have short, discoverable commands.

Recipes:

  • just tsc — type-check
  • just test [pattern] — run tests (optional path/pattern)
  • just test-watch — vitest watch
  • just build / just build-action — CLI / Action bundles
  • just check — mirrors CI's check job (tsc + test + action-bundle freshness)
  • just audit — dogfood chant audit . (mirrors CI's dogfood-audit job)
  • just installnpm ci

No source/behavior changes; just --list and just tsc verified locally.

🤖 Generated with Claude Code

Recipes: tsc, test (+pattern arg), test-watch, build, build-action,
check (mirrors CI's check job), audit (dogfood), install.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@lex00
lex00 merged commit 5816119 into main Jun 19, 2026
2 checks 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.

1 participant