chore: initialize project repository

This commit is contained in:
Codex
2026-09-09 21:55:37 +08:00
commit b1497fd2c6
167 changed files with 17690 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
$ErrorActionPreference = "Stop"
Write-Host "Python:"
python --version
Write-Host "Pip check:"
python -m pip check
Write-Host "Required tools:"
python -m pytest --version
python -m ruff --version
python -m mypy --version
python -m alembic --version
Write-Host "Environment checks completed. External service connectivity is checked by the integration test profile."