After merging issue #266, app.py is 198 lines against the CI-enforced 200-line hard cap (tests/test_styleguide.py HARD_CAP). Any extra line during conflict resolution or future changes will fail the done-check.
Fix: Extract the sessions annotation loop (app.py:116-123) or similar refactor to create breathing room. See #261 for precedent.
References: #266, #261
After merging issue #266, app.py is 198 lines against the CI-enforced 200-line hard cap (tests/test_styleguide.py HARD_CAP). Any extra line during conflict resolution or future changes will fail the done-check.
Fix: Extract the sessions annotation loop (app.py:116-123) or similar refactor to create breathing room. See #261 for precedent.
References: #266, #261