mirror of
https://github.com/LeeGaoGao/ECC.git
synced 2026-07-22 19:13:09 +00:00
The box() helper produced lines that were width+1 characters instead of the requested width. Adjusted all three formulas (top border, middle content, bottom border) by -1 each. Added 4 tests verifying box width accuracy across instincts(), analysisResults(), and nextSteps() output.