Context
Pre-existing lint errors across both frontend (Biome) and backend (Ruff):
Ruff (backend): ~7 E501 line-too-long errors in combat_mc_agent.py
Biome (frontend): Pre-existing issues including unused imports, !important in CSS, unused variables in e2e specs, optional chaining suggestions
Tasks
Context
Pre-existing lint errors across both frontend (Biome) and backend (Ruff):
Ruff (backend): ~7 E501 line-too-long errors in
combat_mc_agent.pyBiome (frontend): Pre-existing issues including unused imports,
!importantin CSS, unused variables in e2e specs, optional chaining suggestionsTasks
backend/app/agents/combat_mc_agent.pybunx biome check .anduv run ruff check .pass cleanly