- Import sorting (I001) - Unused imports (F401) - f-string without placeholders (F541) - Loop variable unused (B007) - zip() strict parameter (B905) - Exception chaining (B904) - collections.abc imports (UP035) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Remove unused asyncio imports - Fix import sorting (I001) - Fix f-string without placeholders (F541) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
新增: - CI Ollama Model Test job (連線測試 + 冒煙測試) - test_model_regression.py (4 個回歸案例 + 準確度報告) - Skills 03 更新模型選擇規則 Phase 12.1-12.2 完成記錄更新 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>