Claude Code CLI in production: practical lessons from a 350k+ LOC codebase
A solo maintainer reports using Claude Code to generate 80%+ of code changes across a 350k+ LOC mixed stack, integrating it via a terminal CLI that works with existing IDEs. The key hurdles were the 200k-token context limit (requiring careful file selection) and balancing speed, code quality, and hu...