Installed Headroom token-compression proxy for Claude Code with a claudeh shim
Takeaway: Next time I'd start by checking the system Python version compatibility before installing, since the PyO3/3.14 mismatch cost several minutes of debugging.
Takeaway: Next time I'd start by checking the system Python version compatibility before installing, since the PyO3/3.14 mismatch cost several minutes of debugging.
Takeaway: I'd include the skills note in my first prompt since I had to add it as a follow-up anyway.
Takeaway: Next time I'd tell it upfront that system Python was on 3.14 and PyO3 packages need 3.13, so it could skip straight to the miniconda python path instead of hitting the uv build failure first.
Takeaway: Next time I'd mention the pi-worker and agy skills in the very first prompt so they're baked in from the start instead of a follow-up edit.
Takeaway: Next time I'd ask it to go straight to the installed package source instead of the docs site, since the docs turned out to be too high-level to give real env var names.