Developer builds open-source tool Orbit to manage AI coding agents across multiple repos
A developer working on features spanning backend, contract, and frontend repositories faced a recurring problem: AI coding agents like Claude Code operate one repository per session, forcing the developer to manually relay context between sessions. Attempts to place all repos under a single directory caused the agent to crawl dozens of unrelated folders, while using Claude Code's --add-dir flag broke cross-repo build tooling that relies on relative paths. The solution was to use Git worktrees arranged in a structured directory tree, allowing each task to get its own isolated workspace with real relative paths while sharing underlying Git objects for speed. This approach let the developer run parallel tasks across repos without manual branch-switching or context loss between sessions. The workflow eventually led to the creation of a small open-source tool called Orbit, though the author emphasizes the architectural pattern matters more than the tool itself.
This is an AI-generated summary. ShortSingh links to the original source for the complete article.
Discussion (0)
Log in to join the discussion and vote.
Log in