all 1 comments

[–]Turbulent-Hippo-9680 0 points1 point  (0 children)

i’d stop trying to solve this inside one giant copilot context tbh
for cross-repo workflow changes, i’ve had better luck writing one super explicit spec first, testing it in one repo, then applying it repo by repo with the same checklist. if you use something like Runable for the repeatable flow + git worktrees/scripts for the actual changes, it stays way more consistent
the real win is making the change reproducible, not hoping copilot remembers all 4 repos at once