mirror of
https://github.com/supabase/agent-skills.git
synced 2026-03-27 10:09:26 +08:00
* add mise for Node.js version management 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> * expand mise with env loading, PATH management, and task runner - [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> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
25 lines
248 B
Plaintext
25 lines
248 B
Plaintext
node_modules/
|
|
dist/
|
|
*.log
|
|
.DS_Store
|
|
.env
|
|
|
|
# IDE/Editor directories
|
|
.vscode/
|
|
.cursor/
|
|
.windsurf/
|
|
.trae/
|
|
|
|
# AI Agent directories
|
|
.agent/
|
|
.agents/
|
|
.codex/
|
|
.gemini/
|
|
.goose/
|
|
.kiro/
|
|
.opencode/
|
|
|
|
# Generated skills in any dot directory
|
|
.*/skills/
|
|
.claude/
|