Skip to content

chore: using mise to manage node versions and tasks#44

Merged
Rodriguespn merged 2 commits intomainfrom
chore/mise-node-versions
Feb 17, 2026
Merged

chore: using mise to manage node versions and tasks#44
Rodriguespn merged 2 commits intomainfrom
chore/mise-node-versions

Conversation

@Rodriguespn
Copy link
Collaborator

No description provided.

Rodriguespn and others added 2 commits February 17, 2026 12:24
Replace ad-hoc Node version pinning with mise (mise.toml + mise.lock).
This ensures all contributors and CI use the same Node LTS version.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- [env] _.file loads .env files for local API keys (replaces dotenv)
- [env] _.path adds node_modules/.bin to PATH for direct tool access
- [tasks] mirrors npm scripts with sources/outputs for file-based caching
- eval tasks for running LLM evaluations via mise run
- update AGENTS.md and CONTRIBUTING.md to use mise run commands

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@Rodriguespn Rodriguespn self-assigned this Feb 17, 2026
@coderabbitai
Copy link

coderabbitai bot commented Feb 17, 2026

Caution

Review failed

The pull request is closed.

📝 Walkthrough

Summary by CodeRabbit

  • Documentation

    • Updated contribution and development guides with clarified setup and workflow instructions.
    • Added guidance for environment variable configuration in development setup.
  • Chores

    • Added development tool configuration for project management.
    • Updated version control to exclude environment configuration files.

Walkthrough

The changes introduce mise as a tool and task manager for the project. A new mise.toml configuration file is added, defining Node.js LTS requirements, environment setup, and task definitions for install, validate, build, check, and eval operations. Documentation files (AGENTS.md and CONTRIBUTING.md) are updated to replace npm-centric workflows with mise-based equivalents throughout setup, build, and validation steps. The .gitignore file is updated to exclude environment variable files from version control.

Suggested labels

documentation, configuration

Tip

Issue Planner is now in beta. Read the docs and try it out! Share your feedback on Discord.


Comment @coderabbitai help to get the list of available commands and usage tips.

@Rodriguespn Rodriguespn changed the title chore:mise node versions chore: using mise to manage node versions and tasks Feb 17, 2026
@Rodriguespn Rodriguespn merged commit 760460c into main Feb 17, 2026
3 of 4 checks passed
@Rodriguespn Rodriguespn deleted the chore/mise-node-versions branch February 17, 2026 12:44
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