@agentic.james: Your agent is referencing documentation when it should be reading the actual code. Most of what you build sits on open source dependencies, and when your agent only sees the docs it is guessing. I now use opensrc by Vercel daily - it pulls the full source of those dependencies straight into the project, so my agent develops against the real code instead. Pair it with graphify, which turns a codebase into a knowledge graph, and your agent has a searchable knowledge base of every dependency you are building on, live while it writes your code. Comment OPEN SOURCE below and I'll send over the repo.