- 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>
新增: - test_prompt_validation.py (5 個 System Prompt 驗證案例) - CI 加入 Prompt Validation Test 步驟 - AWOOOI_SYSTEM_PROMPT 品質基線 80% 驗證維度: 角色遵循、格式遵循、安全邊界 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>