r/AI_AgentsI turned Git into a shared context layer for engineering teams and multiple claude code sessions
Hello! I’ve been working on shared memory for coding agents lately. its an open source project, link for the repo is in the replies The obvious way to build it is some shared backend that every agent talks to. Database, sync service, accounts, permissions, all of that. But the m…