You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We find that combining Our Friend (which is what we call Claude 3.5 sonnet v2) with linters sorts out a lot of the weird issues that are sometime introduced when getting Claude to work on a large codebase.
We make heavy and automated use of -fix aligned to a set of linting and formatting rules for typescript and python and it works crazy well, giving Claude the ability to consistently interact with and build huge, complex codebases in a way we've just not seen from the other LLM's.
I think (somehow) baking in:
eslint
ruff
Prettier
... makes a lot of sense, but I'm not familiar enough with MCP yet to make a meaningful suggestion on how to do it.
No description provided.
The text was updated successfully, but these errors were encountered: