chore: add release.sh and update maintain.sh

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
test-user
2026-04-01 11:48:49 -07:00
parent 7eb32fedee
commit a3843bb6ae
2 changed files with 67 additions and 4 deletions
+1 -4
View File
@@ -2,13 +2,10 @@
set -euo pipefail
# Ensure git hooks are active
git config core.hooksPath .githooks
uv sync --all-extras
uv run uv-outdated
uv run uv-secure --ignore-unfixed
uv run ruff check --fix
uv run ruff format
uv run pytest
uv run pyright
uv run pytest -n auto