mirror of
https://github.com/pocketpaw/pocketpaw.git
synced 2026-05-18 07:56:57 +00:00
- Fix ruff E501 (line too long) in dashboard_channels.py, dashboard_ws.py - Fix ruff E402 (import order) in api/v1/soul.py - Fix ruff I001 (unsorted imports) in serve.py, dashboard.py, tool_bridge.py, test_tool_registry_validation.py, test_soul_cognitive_engine.py - Fix ruff F401 (unused imports) in tool_bridge.py, test_tool_registry_validation.py - Run ruff format on 7 files - Fix test_soul_cognitive_engine: _COGNITIVE_SESSION_KEY renamed to function - Fix test_entity_blacklist_filtering: Windows SQLite WAL file cleanup - Fix test_parse_only_number: dateutil now parses bare "5" as day-of-month - Fix test_normalizes_empty_object_schema: remove stale required:[] expectation Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>