Skip to content

chore: add Taskfile development commands#100

Merged
wolfiesch merged 1 commit into
mainfrom
codex/add-taskfile
Jul 20, 2026
Merged

chore: add Taskfile development commands#100
wolfiesch merged 1 commit into
mainfrom
codex/add-taskfile

Conversation

@wolfiesch

Copy link
Copy Markdown
Collaborator

Summary

  • add a Taskfile that wraps the existing pnpm setup, development, check, test, and build commands
  • make task list the available shortcuts with plain-English descriptions
  • document Task as an optional Make alternative in the README and development guide

Verification

  • task --list
  • task --dry setup
  • task --dry dev:web
  • task --dry verify
  • mise exec node@24.13.1 -- task setup
  • mise exec node@24.13.1 -- task verify

## Context
Give contributors a simple Make-style entry point without replacing the existing pnpm scripts.

## Changes
- add Task shortcuts for setup, development, validation, builds, and focused tests
- document Task installation and the most useful commands
- keep pnpm as the underlying source of truth

## Impact
Development commands are easier to discover; existing workflows and CI behavior are unchanged.
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, add credits to your account and enable them for code reviews in your settings.

@wolfiesch
wolfiesch merged commit 2d6b447 into main Jul 20, 2026
5 checks passed
@wolfiesch
wolfiesch deleted the codex/add-taskfile branch July 20, 2026 13:55
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