Files
pocketpaw/installer
Rohit Kushwaha 618092b2c0 fix: resolve lint errors and test failures on dev
- 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>
2026-04-03 18:51:32 +05:30
..