I’m kind of new with code and AI in general . I’m a DevOps and by that I mean I mainly manage automation and infrastructure (with IaC). The small part of “real” code is made of some “script” in GO that are used as “gluing element” among the previous two. Till now I used Claude Code only to do some bug fixes and small works , because my main time consuming part is studying/ thinking the interaction among element than writing code , so AI was not helping very much (I tried , I basically had to rewrite everything. With the new Opus , I think it could begin to help. My issue now is that I work at scale, that means my “code” is spread among may repositories. For example: I have to create Gitlab CI pipeline for about 200 gitlab projects (to begin with); of course doing them one by one is unthinkable , so I organized everything in a hierarchical structure. I made Gitlab CI components , that are included in Gitlab pipeline templates and finally the real repository include this template to create its own pipeline and add a few custom options. All these elements are in different git repository … I have all of them cloned on disk , but I cannot put all of them under the same root directory ( because I have many other git repository non related to this task “in the middle”) . How can I tell Claude Code to read the relevant repositories BUT NOT any other that are in the filesystem (some under the same root path of the relevant ones)? submitted by /u/eltear1
Originally posted by u/eltear1 on r/ClaudeCode
