Graft gives your coding agent a map of your codebase Graft, a new developer tool, gives AI coding agents a persistent map of a codebase so they don't have to re-discover the structure in every session, cutting down on repeated greps and file opens. The tool targets the inefficiency of agents rebuilding context each time, aiming to speed up coding workflows. Here’s something that may sound familiar if you’ve been coding with an AI assistant. Every time you start a new session, the agent begins blind. It greps for a term, opens a file, follows an import, backs out, and tries again, rebuilding a picture of a codebase it already mapped an hour ago and then …