When you have a project that spans multiple repositories, how do you manage work across them? Do you begin one CC session and have it work on multiple repositories at once? Do you begin one CC session per repository, and coordinate the work among them yourself? Here’s what I’ve been doing (basically I do option 2): No repositories nested inside other repositories. All repositories are “siblings.” One CC session per repo. If I need/have something from/for another repo, I tell the agent to send a message “to” the repo. Sending a message means creating a Markdown file inside folder messages/ in that repo. The other CC session, at the recipient repo, under my request reads the message and acts on it. Only in the rarest occasions I have one CC session truly work on multiple repositories at the same time. I am curious about people’s experiences and opinions about this. submitted by /u/fabpub
Originally posted by u/fabpub on r/ClaudeCode
