@maphew@vmst.io 1 - activate your venv before starting Claude (or what have you)
2 - tell it to use uv in the agents file but keep the agents file really tiny (10 lines? I don't know. Big agents files make llms stupid according to research)
3 - let it use `. .venv/Scripts/activate` because it is familiar with it & is going to try to do that anyhow
4- give it a Makefile or Justfile with jobs that use `uv run` correctly
Post
March 12, 2026