I have problem, I'm working on golang projects and my agent periodically try to read dependencies from go mod cache. Have no idea about handling this and googling didn't help. I thought maybe I can index some of deps (not all) that agent periodically needs to check. Is it good approach and is it possible somehow index some of deps with codegraph? This is real problem in my experience, maybe anyone can share findings on this
I have problem, I'm working on golang projects and my agent periodically try to read dependencies from go mod cache. Have no idea about handling this and googling didn't help. I thought maybe I can index some of deps (not all) that agent periodically needs to check. Is it good approach and is it possible somehow index some of deps with codegraph? This is real problem in my experience, maybe anyone can share findings on this