You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uv sync # install deps + create the venv
uv run __PROJECT__-cmd # run the entry point
./scripts/check.sh # full validation gate (format + lint + tests + types)
./scripts/fix.sh # auto-fix format + lint